当前位置:网站首页>Basic software testing Day2 - Case Execution
Basic software testing Day2 - Case Execution
2022-04-23 12:07:00 【I want to eat ya】
Today's goal
-
Execute use cases ( Use cases written in class )
-
Defect related knowledge
Be able to say the software defect judgment criteria Be able to say the defect management process in the project Able to use Excel Manage defects Be able to use tools to manage defects
One 、 Use case execution
explain : The execution result is inconsistent with the expected result of the use case ( meaning ), For defects .

-
Use cases that fail to execute

Tips : Use case execution failure is a defect , Defect management is required
Two 、 defects
2.1 Definition
Various problems in software , Are all defects , abbreviation bug;
2.2 Defect criteria
1、 Less function 2、 Function error 3、 multi-function 4、 Lack of implicit function 5、 Ease of use ( From the professional perspective of software testers )
3.3 The cause of the defect
1、 The requirements document 2、 Architecture design 3、 coded 4、 Environmental Science ( Hardware 、 Software )
3.4 The life cycle of defects

1、 regression testing :
① Regular item regression : The project is newly added in this release 2 A module , The most basic is to test the function of the new module and the old module associated with the new module .
② Unconventional items ( Bank 、 forces 、 space flight ): New function , All must be retested .
2、 Return to bug: Defects found in the previous version , Development and repair is complete , Revalidate in the next version .
3.5 The core elements of defects

3.6 Defect submission elements

3.7 Type of defect
1、 Function error 2、UI Page error 3、 Compatibility 4、 data ( database ) 5、 Ease of use 6、 Suggest 7、 Architecture flaws
-
Workflow ( Summary )
Design use cases -> Execute use cases ( Perform the test )-> defects ( Submit 、 verification 、 close ) Defect definition : Any question (Bug) Defect criteria : multi-function 、 Less function 、 error 、 Lack of implicit function 、 Ease of use Describe the defect focus : Defect title 、 precondition 、 Repeat step 、 Expected results 、 The actual result 、 Attachment remarks Submit defect information : Designee 、 Defect level 、 Repair priority 、 type 、 state ( Statistical defects )
3、 ... and 、 Defect management
3.1 excel Example

3.2 Defect tracking process

Tips : Know the work involved in the test and development process .
3.3 Precautions for submitting

Interview questions : When a defect is found , What to do first ?-- determine Bug Can be reproduced 、 Sure is Bug. When submitting , To check whether the defect already exists .
3.4 Defect management tools
1、 Project management tools - Management defects ( ZenTao 、JIRA、TFS) 2、Excel Management defects
3.5 ZenTao ( Project management tools )
-
Address : The user login - ZenTao
-
characteristic :

-
Use flow chart

-
Using Zen to manage defects
-
Sign in
-

-
Create defects

-
Close defects
-

3.6 Defect Title extension

版权声明
本文为[I want to eat ya]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204231155220817.html
边栏推荐
- 5分钟NLP:Text-To-Text Transfer Transformer (T5)统一的文本到文本任务模型
- 关于使用Go语言创建WebSocket服务浅谈
- golang之筆試題&面試題01
- 使用连接组优化连接 (IM 6)
- IDEA 数据库插件Database Navigator 插件
- ImportError: libX11. so. 6: cannot open shared object file: No such file or directory
- SQL 练习(一)
- 程序员如何用130行代码敲定核酸统计
- 在 VSCode 中调试 Jest 的测试用例,VSCode调试Jest测试用例报错basedir=$(dirname “$(echo “$0“ | sed -e ‘s,\\,/,g‘)“)解决
- AI 视频云 VS 窄带高清,谁是视频时代的宠儿
猜你喜欢

如果你是一个Golang面试官,你会问哪些问题?

CGC: contractual graph clustering for community detection and tracking

Here comes the detailed picture and text installation tutorial of H5 game

Worder font page font comparison table

Next. JS static data generation and server-side rendering

初探 Lambda Powertools TypeScript

Idea database navigator plug-in

SQL 练习(一)

激活函数之阶跃函数

软银愿景基金进军Web3安全行业 领投CertiK 6000万美元新一轮投资
随机推荐
VMware虚拟机使用esxi 导出硬盘vmdk文件
How do programmers finalize nucleic acid statistics with 130 lines of code
Windows2008系统如何切换PHP版本
Nacos Foundation (9): Nacos configuration management from single architecture to microservices
激活函数之阶跃函数
Lesson 23 temporary objects
第二十三课 临时对象
在 VSCode 中调试 Jest 的测试用例,VSCode调试Jest测试用例报错basedir=$(dirname “$(echo “$0“ | sed -e ‘s,\\,/,g‘)“)解决
软件测试基础DAY2-用例执行
第二十六课 类的静态成员函数
A detailed explanation of head pose estimation [collection of good articles]
九十八、freemarker框架报错 s.e.ErrorMvcAutoConfiguration$StaticView : Cannot render error page for request
第四章 为IM 启用填充对象之启用和禁用表空间的IM列存储(IM 4.5)
《通用数据保护条例》(GDPR)系列解读三:欧洲子公司如何向国内母公司回传数据?
NativeForMySQL 连接MySQL8 提示:1251- Client does not support authentication protocol
用户接口和IM表达式(IM 5.6)
Nativeformysql connects to MySQL 8 prompt: 1251 - client does not support authentication protocol
力扣-1137.第N个泰波那契数
Fabric 1.0 source code analysis (33) implementation of peer channel command and subcommand
关于使用Go语言创建WebSocket服务浅谈

