Types of tests

 

1. BVT – build verification test

A brief test run on daily builds to determine if anything major is broken

Does not do deep functionality checking

Gets more stringent as the dev cycle goes on

If the BVT passes, the build is accepted into testing

If the BVT fails, the build is declared “Failed” and is not accepted for testing

Purpose is to automatically figure out if the build is worth testing

 

2. Acceptance test

A variable length test run to determine if a minimum level of functionality is available after changes by dev

Between brief BVT and deep functionality

If it passes, code can be checked in

If it fails, dev needs to do more work before checking in

 

3. Functionality test

A longer comprehensive test of all functionality available in a test area

Goal is:

100% function coverage

>75% branch coverage

But NOT 100% code coverage

Boundary conditions and equivalence class partitioning may be used

These tests often form the basis of stress tests

 

4. Unit testing

Unit = smallest functional block of code

Functionality testing

 

5. Component testing

Component = units of code interacting

 Integration testing

 

6. System testing

System = components interacting.  End to end or system testing

 

7. Stress test

A test that runs until the code fails

Does not necessarily provide user equivalence

Scalable; stress level from easy to very difficult

Scopable; can be used from unit to system level

Standard, essential metric to determine for ship quality

Metric is checked over time to spot stability degradation

72 hours’ work as a benchmark

 

8. Configuration test

A test to check compatibility with hardware and software

Uses a test matrix to manage large numbers of systems, devices and target platforms

Designed to catch major classes of incompatible devices

 

9. Regression testing

Regress all critical bugs on critical milestones. To see the new changes’ impacts

 

10. Documentation and help file test

 

11. Security test

 

12. Installation test

 

Blah, blah, blah……

 

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值