test process for a project

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.

根据提供的引用内容,你遇到的问题是在运行Python脚本时出现了文件或目录不存在的错误。这个错误可能有几种可能的原因,下面是一些可能的解决方法: 1. 检查文件路径:确保你提供的文件路径是正确的,并且文件确实存在于该路径下。你可以使用绝对路径或相对路径来指定文件位置。 2. 检查文件名:确保你提供的文件名是正确的,并且文件名的大小写与实际文件名匹配。在Windows系统中,文件名是区分大小写的。 3. 检查文件扩展名:确保你提供的文件扩展名是正确的,并且与实际文件的扩展名匹配。例如,如果你的文件是Python脚本,那么文件扩展名应该是.py。 4. 检查文件权限:确保你对该文件具有读取和执行权限。你可以使用文件管理器或命令行工具来检查和更改文件权限。 5. 检查虚拟环境:如果你在虚拟环境中运行脚本,请确保你已经激活了正确的虚拟环境,并且所需的依赖项已经安装。 6. 检查Python解释器:确保你使用的是正确版本的Python解释器来运行脚本。你可以使用命令`python --version`来检查Python版本。 7. 检查依赖项:如果你的脚本依赖于其他库或模块,请确保这些依赖项已经安装。你可以使用`pip list`命令来查看已安装的库。 8. 检查操作系统:某些操作系统可能对文件路径和文件名有特定的要求。请确保你的文件路径和文件名符合操作系统的要求。 以下是一个示例代码,用于演示如何运行Python脚本: ```shell D:\Scripts\python.exe C:\Users\24519\PycharmProjects\pythonProject\test.py ```
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值