当前位置:网站首页>Day03 test case knowledge points summary (Part 2)
Day03 test case knowledge points summary (Part 2)
2022-07-21 23:35:00 【lookout99】
List of articles
Day01 Summary of software testing Basics
Day02 Summary of test case knowledge points ( On )
Day03 Summary of test case knowledge points ( Next )
List of articles
2.1: Draw a flow chart -- Product requirements document
edit 2.2: Traverse the scene , Extract test cases
Two 、 Wrong guess ( The reverse method )
One 、 Scene method
1. Definition
Business process described by scenario ( Business logic ), It also includes code implementation logic , Design use cases to traverse scenarios , Verify the correctness of software system functions
2. Using scene method
2.1: Draw a flow chart -- Product requirements document
In most cases, the needs are drawn ; Or you need to test your own painting --wps,office-visio, On-line processon
rectangular : Show steps ( operation , Input , Output results )
The diamond : Judge the condition -- yes , no
arrow : flow

2.2: Traverse the scene , Extract test cases
1) Overwrite normal path -- Smoke testing
2) Take every branch -- Find a diamond -- Paths not covered in normal scenarios , Branch
3) The error step returns to the main process , It is suggested to take more steps
Be careful : The focus of scenario method is testing process , So one use case verification for each process is enough , No problem in the process test does not mean that there is no problem in the system function , You also need to test the function of single step ,--- Input item
Only a single function point and process test , It's a full test + Equivalence class , The boundary value ----- Refine the test
Two 、 Wrong guess ( The reverse method )
Wrong guess : Infer various errors that may exist in the program according to experience or intuition , So as to write a black box test method to check these wrong test cases .
It has three elements : Experience , knowledge , intuition --- Exploratory testing
Consider the error scenarios that the program might trigger --- Not working properly
Use scenarios :( The consideration may not be complete ) Not used alone --- It can be used as a supplement to other methods
3、 ... and 、 Cause and effect diagram
Cause and effect diagram It is more suitable for the situation with more transmission conditions , Test the permutation of all input conditions . The so-called reason is input , The result is the output .
Four 、 Decision table method
The decision table method is combined with the cause and effect diagram method
summary
Only the scene method is mainly used 、 Equivalence class partition method and boundary value analysis method , Others are not often used , Special conditions and scenarios are required .
Scene method --- Business process sorting , Core business logic scenario ;
Equivalence classes and boundary values --- Detailed analysis ;
The error inference method is applied to the final use case under the error scenario
边栏推荐
- A complete dual view SFM process (3D reconstruction task2-5)
- 电气EPlan软件第一章到第五章的学习
- 公司只有 1个测试,领导却让我测试 10个项目
- Super detailed - working principle of NMOS and PMOS and related content sorting (Part 2)
- 匹配策略方法:已知性检测、互为最近邻、最近邻和次近邻的比、快速匹配的方法等(三维重建task1-6)
- Study of Chapter 6 to Chapter 10 of electrical EPLAN software
- .whl和.py安装方法
- 实现页面与页面之间的信息交换
- Motion recovery structure (3D reconstruction task3-1)
- Notes on generation model (I): basic knowledge of probability
猜你喜欢
文件上传,用例怎么写?
Jenkins continuous integration automation test practice (Part 2)
2021-06-22
遵守指南,快速提升自己:功能测试如何快速转向自动化测试
写入文件的有关问题与链表指针
MCU demand of smart meters and ranking of meter chip manufacturers
“cannot get hvm parameter CONSOLE_EVTCHN (18): -22!”的解决方法
About char str[20]= "" and char str[20]=““
Twincat3 uses FIFO to collect the position information of three axes, generate XML files, and solve common error reports
如何做 APP 升级测试 ?
随机推荐
. Common commands for jar system service maintenance
2022年最新软件测试工程师笔试真题及答案(搜狐、华为、蓝港在线)
测试点练习
修改ip地址后在终端使用ifconfig查看IP地址没有更新
.jar系统服务维护常用命令
postman接口测试和压力测试
Servlet 的编程技术
Super detailed - working principle of NMOS and PMOS and related content sorting (Part 2)
Use of main function with command line parameters
Raptor visualization tool
Write the creation and query modification of simple and orderly linked list
A classic book on data analysis - "lean data analysis"
2021-06-22
Day02 test case knowledge summary (Part 1)
The solution of "the client page cannot be loaded" after running CS project with idea
jmeter脚本生成基于rap2
ms17_010 入侵Win7
postman“在Tests中通过data.token获取token失败”的解决方法
写入文件的有关问题与链表指针
About char str[20]= "" and char str[20]=““