• 软件测试随堂笔记-1


    1.软件测试的定义:

    软件测试(英语:software testing),描述一种用来促进鉴定软件的正确性、完整性、安全性和质量的过程。换句话说,软件测试是一种实际输出与预期输出间的审核或者比较过程。软件测试的经典定义是:在规定的条件下对程序进行操作,以发现程序错误,衡量软件质量,并对其是否能满足设计要求进行评估的过程。

    课上老师ppt中的定义:

    Software testing is any activity aimed at evaluating an attribute or capability of a program or system and determining that it meets its required results.

    Software Testing is an empirical(观察和实验) investigation conducted to provide stakeholders with information about the quality of the product or service under test.

    2.对于为什么要进行软件测试:

    管理软件的开发过程,更好的设计,编制软件,掌握软件测试的原理和方法,提高软件可靠性
     
    3.测试用例(Test Case):分为黑盒测试(Black Box)与白盒测试(White Box)
     
    其他测试用例有:
    •Grey Box Testing
    •Acceptance testing (验收测试)
    •Regression Testing (回归测试)
    Non Functional Software Testing
     
    4.测试工具:主要是 Visual Studio 2005, 2008,2010,2012,2013 professional or above( unit testing)
  • 相关阅读:
    Elasticsearch聚合 之 Date Histogram聚合
    Elasticsearch聚合 之 Terms
    Elasticsearch分析聚合
    mysql-聚合函数
    flask学习笔记(-操作数据库)
    在VS中调试javascript脚本
    jquery获取设置input值
    jquery后加Dom绑定事件
    Juicer——a fast template engine
    ASP.NET 一般处理程序
  • 原文地址:https://www.cnblogs.com/machuk/p/4338317.html
Copyright © 2020-2023  润新知