软件测试的类型和方法

来源:互联网 发布:java乱码转换成中文 编辑:程序博客网 时间:2024/06/02 03:38

软件测试的类型和方法

按测试平台划分

PC端应用程序测试

Web测试

手机APP测试

测试方法(Methods)

Box模型

黑盒测试(Black-Box Testing)

白盒测试(White-Box Testing)

灰盒测试(Grey-Box Testing)

静态与动态(是否执行)

静态测试(Static Testing)

动态测试(Dynamic Testing)

测试的阶段(Levels of testing)

单元测试(Unit Testing)

集成测试(Integration Testing)

接口测试(Component interface testing)

系统测试(System testing)

回归测试(Regression Testing)

验收测试(Acceptance Testing)

α测试(Alpha Testing)

β测试(Beta Testing)

测试类型(Testing types)

手动测试(Manual Testing)

自动化测试(Automation Testing)

测试类型(Testing types)

安装测试(Installation testing)

兼容性测试(Compatibility testing)

冒烟测试(Smoke and sanity testing)

回归测试(Regression testing)

验收测试(Acceptance testing)

α测试(Alpha testing)

β测试(Beta testing)

功能测试(Functional testing)

非功能性测试(Non-functional testing )

健壮性测试(Destructive testing)

性能测试(Software performance testing)

可用性测试(Usability testing)

安全测试(Security testing)

国际化与本地化测试(Internationalization and localization)

A/B测试(A/B testing)

并发测试(Concurrent testing)

一致性测试(Conformance testing)

软件测试的类型和方法

0 0