test process for a project

本文详细介绍了软件开发过程中的关键测试阶段,包括单元测试、构建验证测试、功能验证测试、全球化测试、无障碍测试、系统验证测试等,并强调了性能、负载、安全性、文档一致性及可用性的重要性。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

Thanks for being with me always.

---xingyunpi

1. UT(Unit Test)

Unit tests are typically written and run by software developers. They should ensure that the code work as design and there is no functional defects. So, once the code changed, Unit Test is needed.

2. BVT(Build Verification Test)

After all developers' code is ready, they can delivery a build for test team. Before the delivery, they should do the BVT.It is a set of tests run on each new build to verify that the build is testable before the build is released into the hands of the test team. It includes some main features.

3. FVT(Function Verification Test)

1)test case for user story. Test design for all user stories and features. Generally, there are several sprints to finish the functions for developers. Testers should design test cases and test scripts for each test story. Once implemented, test team enters the functional test.

2)GVT(Globalization Test) if needed

3)AVT(Accessibility Test) if needed

4. SVT(System Verification Test)

After all features are implemented, it will enter the SVT phase. 

1)Install/Upgrade

  • Installation environment. Hardware/Version/OS
  • Product setup. 
  • Upgrade. Data lose/move/error

2)End-to-End

Complex and exploratory testing on the core functionality will be designed. All the features should be included in this test section.

3)Performance/Scalability

  • concurrence control
  • response time

4)Load/Stress

  • high concurrence

5)RAS(Reliability, Availability and Serviceability)

  • shut down 
  • disconnect the network
  • recovery
  • server down
  • hardware down
  • response error

6)Security 

IBM Rational AppScan

7)Documentation

  • doc consistency
  • validity
  • consistency with actual function
  • version overview
  • introduction
  • pictures
  • steps

8)Usability

Should check with related specialized department.

9)Regression

Choose some core cases from end-to-end test.

Auto test: using Python to call curl cmd for REST API regression test.

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值