当前位置:网站首页>test process
test process
2022-08-09 08:02:00 【Luo Yangbei】
What was the testing process like at your previous company?
Faced with this problem, my mind suddenly became empty. I thought that I was fluent in this process a few years ago, but it has become a kind of physical instinct in the actual work later, but I am very fluent in the expression of this language.Not used to it.Now to sort this out.
There are three general testing procedures:
**1. The test applicant (project manager) applies for the test
2. The tester starts the test on the version that meets the test conditions
3. After the test, submit the testreport**
A test applicant is generally a project manager and needs to prepare three parts, a module task assignment description, a brief function description, a unit test report, and a test application.
1) The module task assignment description needs to specify the module producer, which is convenient for testers to allocate bugs.
2) Brief description of functions and unit testing.Each module maker needs to test briefly to ensure that the module can be run and tested; it is necessary to state that the function can perform the expected result, so that the tester can understand the approximate function of the module; 15 days before the formal test, the tester needs to be informed to facilitate the tester to write the testUse case
3) The test application should indicate the version number, test content, not test content for now, and verify the bug number.Parts of the content can be tested to achieve test development parallelism.
Testers design and write test cases according to the submitted functional description and functional expected results.Execute test cases on the released version.Register bugs and verify bugs that were fixed in the previous release.
Submit a test report after the test is completed, which needs to include information such as version number, tester, test results, and some serious defect descriptions.
There are some differences in different stages of testing, which can be divided into two stages: the first version and the full version.
1. The first version testing process
In the early stage of the project,
develop some functions, and submit the test after the version is released.
–>Testers follow up, start testing, submit bugs
Develop another part of the function, submit the test after the release version
—>Testers verify bugs and test new functions, submit bugs
Development is completeAll features, release version
—>Testers verify bugs and test new features, submit bugs
2. For all the functions that have been developed, the official version is released and submitted for testing. At this time, it is necessary to do system testing and enter the system testing stage.Submit a bug, submit a test report after completing the test
Develop and fix the bug, release the version
–> The tester conducts the second round of system testing, submits the bug, and submits the test report after completing the test
Version test completedAfter that, enter the compatibility test phase
Compatibility test needs to enter the compatibility test after all functions are developed and tested
边栏推荐
猜你喜欢
随机推荐
【机器学习】支持向量机(SVM)代码练习
C language: adjust the order of odd and even numbers
网络层协议介绍
scp上传文件到远程服务器
C语言笔记 学习预处理 学习宏定义
原生JDBC操作数据库
ssh:connect to host master port 22:Network is unreachable
Servlet详解
Win10电脑的WLAN消失的故事
H3C_利用策略路由实现出口双线路负载(选路)的部署
Anaconda 更换默认虚拟环境
SOLIDWORKS Simulation教程:计算物体的固有频率
HOOPS助力 SolidWorks edrawings 引入AR/VR技术
记录一次客户的APP数据库版本号升级失败的情况
MySql作业练习题
[STL]stack与queue
工信部等四部门推动绿色智能家居产品下乡
VOC format label to YOLO format
数据库MySQL的安装和卸载
9.进程和计划任务管理(1)









