当前位置:网站首页>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
边栏推荐
猜你喜欢
随机推荐
Anaconda replaces the default virtual environment
Anaconda 更换默认虚拟环境
EXCEL uses function joint debugging (find, mid, vlookup, xlookup)
浅谈Endpoint
数据库中的操作(语法)
C language: reverse character order
收藏!Solidworks从设计到制造流程解决方案 2022来了!
C语言:字符逆序
工信部等四部门推动绿色智能家居产品下乡
练习电影卡片、过渡、动画、变形、旋转,练习时钟、立方体、缩放
Selenium测试案例一步步学之(2)Selenium自动测试脚本模块化(下)
204. Count Primes
897. Increasing Order Search Tree
在今天这个特殊的日子,我想要开始我的代码技术博客之路
Kotlin Coroutines - Exception Handling
弹性盒样式、移动端、VW适配、响应式布局
IP地址及子网划分
Pytorch中 nn.BatchNorm2d() 归一化操作
SSM整合开发案例
主键id,Snowflake雪花算法,优点:生成有顺序的id,提高数据库的性能