当前位置:网站首页>Test method learning
Test method learning
2022-06-29 19:22:00 【23 Muzhi】
unit testing : Test activities implemented by the smallest component unit of the system , It's generally a class or function , There may also be the smallest functional unit .
Integration testing : Targeting components / Units and components / Test activities for interfaces between units , Verify whether the interface design is consistent with the interface .
Divided into three : Integration between functions Integration between modules Subsystem integration
The system test : Software that will pass integration testing , Deploy to run tests in a real user environment
The acceptance test : User oriented testing , The acceptance team shall be composed of project team members 、 User representative composition .
&( Internal measurement ) test : Test activities performed by users in the development environment , Developers around testers , Find problems, communicate and solve them in time, and perform tests in a controlled environment
β test ( Public survey ): The developer is not around the tester , Problems found shall be collected by special personnel , Then the R & D personnel will modify it , In an uncontrolled environment .
uat test : User acceptance test : General commercial user verification system usability test
Situation 1 : You found a flaw , What if the programmer doesn't approve ?
First of all , Ask the programmers why they don't approve ; second , Judge a defect , It mainly depends on what consequences it causes , And the severity of the consequences , I use enough theory and practice to explain this defect .
Two System testing process
10 Stages : Test plan design 、 Test requirements analysis 、 Test strategy design 、 Test procedure design 、 Test case design 、 Configure test environment 、 Execute test case 、 Defect tracking regression 、 Test report output 、 Test end activity .
3. Test case design
Use case design method : Equivalence class 、 Edge ring value 、 Process analysis
边栏推荐
- Cross browser testing of selenium
- startService() 过程
- @SneakyThrows注解
- Third party tools and framework integration
- Technical methodology of new AI engine under the data infrastructure upgrade window
- Have you mastered all the testing methods of technology to ensure quality and software testing?
- JVM(4) 字節碼技術+運行期優化
- How to install and use computer SSD hard disk
- PHP implementation of sorting two-dimensional arrays by specified key names
- Docker compose deploy the flask project and build the redis service
猜你喜欢
随机推荐
@SneakyThrows注解
QC protocol + Huawei fcp+ Samsung AFC fast charging 5v9v chip fs2601 application
Arm comprehensive computing solution redefines visual experience and powerfully enables mobile games
Cross browser testing of selenium
Classic illustration of K-line diagram (Collection Edition)
ChainSafe跨链桥部署教程
Mobile end test
小米笔试真题一
ArrayList<Integer>使用==比较值是否相等出现 -129!=-129的情况思考
4-2 port banner information acquisition
[笔记]再笔记--边干边学Verilog HDL –008
Installation and configuration of MariaDB
ovirt数据库修改删除节点
76. nearest common ancestor of binary tree
ArrayList< Integer> Use = = to compare whether the values are equal, and -129=- 129 situation thinking
mysql远程连接
Third party tools and framework integration
Qui vole dans un jeu d'écriture?
nacos 问题
How to install and use computer SSD hard disk









