当前位置:网站首页>Software testing assignment - day 3
Software testing assignment - day 3
2022-07-03 06:47:00 【Xiao Xie Bu touch Yu】
Software test job —— On the third day
1、6 Strip defect Rewrite
2、 register 19 strip ⽤ example Rewrite
defects id | Defect title | Defect status | priority | modular | Defect description | The attachment |
---|---|---|---|---|---|---|
bug_001 | verification 4 position qq Illegal number ( Actual legality ) | new | P2 | verification qq Number | [ In front of ] 1、 open qq Interface [ step ] 1、 Input qq Number :1234 2、 Click verify [ expect ] illegal , Tips qq The number should be 6-10 Bit natural number [ result ] legal | |
tel_009 | The input area code is empty +3 Digit prefix and 0 start +4 Mobile phone number with digit suffix , Expected results : unqualified ( Prefix code rule three digit non 0 Not 1 Beginning number ), The actual result : qualified | new | P1 | Telephone | [ In front of ] / [ step ] 1、 Area code : It's empty 2、 Prefix :023 3、 suffix :4567 [ expect ] unqualified , Prompt prefix code should be three non 0 Not 1 Beginning number [ result ] qualified | |
tel_010 | The input area code is empty +3 Digit prefix and 1 start +4 Mobile phone number with digit suffix ( Prefix code rule three digit non 0 Not 1 Beginning number ), Expected results : unqualified , The actual result : qualified | new | P1 | Telephone | [ In front of ] / [ step ] 1、 Area code : It's empty 2、 Prefix :123 3、 suffix :4567 [ expect ] unqualified , Prompt prefix code should be three non 0 Not 1 Beginning number [ result ] qualified | |
title_004 | If the verification title is empty, it is unqualified ( actual : qualified ) | new | P1 | title | [ In front of ] Open the tools [ step ] 1、 input data : 2、 Click ok [ expect ] unqualified , Prompt Title cannot be empty [ result ] legal | |
file_004 | Verify input C,C Output result of M、L( actual : Output M) | new | P1 | Order | [ In front of ] 1、 Software on [ step ] 1、 Enter the first column :C 2、 Enter the second column :C [ expect ] Output M、L( The first column is not A or B, The second column is not a number ) [ result ] M | |
ATM_005 | Verify that the withdrawal is not 100 Integer multiples failed ( result : Successful withdrawals ) | new | P0 | ATM | [ In front of ] 1、 The balance of bank card account is sufficient 2、ATM The balance is sufficient [ step ] 1、 card : Bank card 2、 password : Correct password 3、 Withdrawal amount :130 [ expect ] Withdrawal failed , Tips : The withdrawal amount must be 100 Multiple , Single at 20000 Inside [ result ] Successful withdrawals |
2、 register 19 strip ⽤ example Rewrite
Use case code | Use case title | project / modular | precondition | priority | testing procedure | Test data | Expected results | The actual result |
---|---|---|---|---|---|---|---|---|
enroll_01 | Registered successfully ( All correct data , The password for 6 Digit alphanumeric password ) | Registration module | 1、 Open the registration interface 2、 Mobile number registration | P0 | 1、 All values are correct ( The password for 6 Digit alphanumeric password ) 2、 Click Register for free | 1、 cell-phone number :139239***** 2、 password :a12345 3、 Image verification code :8888 4、 SMS verification code : 5、 Check the agreement : agree! | Registered successfully | |
enroll_02 | Registered successfully ( All correct data , The password for 16 Digit alphanumeric password ) | Registration module | 1、 Open the registration interface 2、 Mobile number registration | P0 | 1、 All values are correct ( The password for 16 Digit alphanumeric password ) 2、 Click Register for free | 1、 cell-phone number :139239***** 2、 password :a123451234567890 3、 Image verification code :8888 4、 SMS verification code : 5、 Check the agreement v: agree! | Registered successfully | |
enroll_03 | Registered successfully ( All correct data , The password for 10 Digit alphanumeric password ) | Registration module | 1、 Open the registration interface 2、 Mobile number registration | P0 | 1、 All values are correct ( The password for 10 Digit alphanumeric password ) 2、 Click Register for free | 1、 cell-phone number :139239***** 2、 password :a123451234 3、 Image verification code :8888 4、 SMS verification code : 5、 Check the agreement : agree! | Registered successfully | |
enroll_04 | Registration failed ( The password is empty. ) | Registration module | 1、 Open the registration interface 2、 Mobile number registration | P1 | 1、 The password is empty. 2、 Others are correct values 3、 Click Register for free | 1、 cell-phone number :139239***** 2、 password : 3、 Image verification code :8888 4、 SMS verification code : 5、 Check the agreement : agree! | Registration failed , Prompt for password | |
enroll_05 | Registration failed ( The password is simple ) | Registration module | 1、 Open the registration interface 2、 Mobile number registration | P1 | 1、 Simple code 2、 Others are correct values 3、 Click Register for free | 1、 cell-phone number :139239***** 2、 password :q1w2e3 3、 Image verification code :8888 4、 SMS verification code : 5、 Check the agreement : agree! | Registration failed , The prompt password is too simple | |
enroll_06 | Registration failed ( The password for 5 position Alphanumeric password ) | Registration module | 1、 Open the registration interface 2、 Mobile number registration | P1 | 1、 The password is... The password is 5 Digit alphanumeric password 2、 Others are correct values 3、 Click Register for free | 1、 cell-phone number :139239***** 2、 password :a1234 3、 Image verification code :8888 4、 SMS verification code : 5、 Check the agreement : agree! | Registration failed , Prompt password length 6-16 And the password is a combination of English numbers | |
enroll_07 | Registration failed ( The password for 17 position Alphanumeric password ) | Registration module | 1、 Open the registration interface 2、 Mobile number registration | P1 | 1、 The password is... The password is 17 Digit alphanumeric password 2、 Others are correct values 3、 Click Register for free | 1、 cell-phone number :139239***** 2、 password :a1234512345678901 3、 Image verification code :8888 4、 SMS verification code : 5、 Check the agreement : agree! | Registration failed , Prompt password length 6-16 And the password is a combination of English numbers | |
enroll_08 | Registration failed ( Passwords are pure numbers ) | Registration module | 1、 Open the registration interface 2、 Mobile number registration | P1 | 1、 The password is pure number 2、 Others are correct values 3、 Click Register for free | 1、 cell-phone number :139239***** 2、 password :012345 3、 Image verification code :8888 4、 SMS verification code : 5、 Check the agreement : agree! | Registration failed , Prompt password length 6-16 And the password is a combination of English numbers | |
enroll_09 | Registration failed ( The password is pure letters ) | Registration module | 1、 Open the registration interface 2、 Mobile number registration | P1 | 1、 The password is pure letters 2、 Others are correct values 3、 Click Register for free | 1、 cell-phone number :139239***** 2、 password :abcdef 3、 Image verification code :8888 4、 SMS verification code 5、 Check the agreement : agree! : | Registration failed , Prompt password length 6-16 And the password is a combination of English numbers | |
enroll_10 | Registration failed ( Cell phone number is empty ) | Registration module | 1、 Open the registration interface | P1 | 1、 Cell phone number is empty 2、 Others are correct values 3、 Click Register for free | 1、 cell-phone number : | Registration failed , Prompt that the mobile number cannot be empty | |
enroll_11 | Registration failed ( The mobile number has been registered ) | Registration module | 1、 Open the registration interface 2、 Mobile number registration | P1 | 1、 Registered mobile number 2、 Others are correct values 3、 Click Register for free | 1、 cell-phone number :139239***** 2、 password :a12345 3、 Image verification code :8888 4、 SMS verification code : 5、 Check the agreement : agree! : | Registration failed , Prompt that the mobile number has been registered | |
enroll_12 | Registration failed ( Non mobile number ) | Registration module | 1、 Open the registration interface 2、 Mobile number registration | P1 | 1、 Wrong format mobile number 2、 Others are correct values 3、 Click Register for free | 1、 cell-phone number :12345678901 2、 password :a12345 3、 Image verification code :8888 4、 SMS verification code : 5、 Check the agreement : agree! : | Registration failed , Prompt mobile number format error | |
enroll_13 | Registration failed ( Verification code error ) | Registration module | 1、 Open the registration interface 2、 Mobile number registration | P1 | 1、 Verification code error 2、 Others are correct values 3、 Click Register for free | 1、 cell-phone number :139239***** 2、 password :a12345 3、 Image verification code :8883 4、 SMS verification code : 5、 Check the agreement : agree! : | Registration failed , Prompt captcha error | |
enroll_14 | Registration failed ( The verification code is out of date ) | Registration module | 1、 Open the registration interface 2、 Mobile number registration | P1 | 1、 The verification code is out of date 2、 Others are correct values 3、 Click Register for free | 1、 cell-phone number :139239***** 2、 password :a12345 3、 Image verification code :8888 4、 SMS verification code : 5、 Check the agreement : agree! : | Registration failed , Prompt that the verification code is expired | |
enroll_15 | Registration failed ( The verification code is empty ) | Registration module | 1、 Open the registration interface 2、 Mobile number registration | P1 | 1、 The verification code is empty 2、 Others are correct values 3、 Click Register for free | 1、 cell-phone number :139239***** 2、 password :a12345 3、 Image verification code : 4、 SMS verification code : 5、 Check the agreement : agree! : | Registration failed , Prompt verification code cannot be empty | |
enroll_16 | Registration failed ( Agreement is not checked ) | Registration module | 1、 Open the registration interface 2、 Mobile number registration | P1 | 1、 Agreement is not checked 2、 Others are correct values 3、 Click Register for free | 1、 cell-phone number :139239***** 2、 password :a12345 3、 Image verification code :8888 4、 SMS verification code : 5、 Check the agreement : Disagree | Registration failed , Prompt to check the agreement | |
enroll_17 | Registration failed ( SMS verification code error ) | Registration module | 1、 Open the registration interface 2、 Mobile number registration | P1 | 1、 SMS verification code error 2、 Others are correct values 3、 Click Register for free | 1、 cell-phone number :139239***** 2、 password :a12345 3、 Image verification code :8888 4、 SMS verification code :123455 5、 Check the agreement : agree! : | Registration failed , Prompt captcha error | |
enroll_18 | Registration failed ( The SMS verification code is empty ) | Registration module | 1、 Open the registration interface 2、 Mobile number registration | P1 | 1、 The SMS verification code is empty 2、 Others are correct values 3、 Click Register for free | 1、 cell-phone number :139239***** 2、 password :a12345 3、 Image verification code :8888 4、 SMS verification code : 5、 Check the agreement : agree! : | Registration failed , Prompt verification code cannot be empty | |
enroll_19 | Registration failed ( SMS verification code expired ) | Registration module | 1、 Open the registration interface 2、 Mobile number registration | P1 | 1、 SMS verification code expired 2、 Others are correct values 3、 Click Register for free | 1、 cell-phone number :139239***** 2、 password :a12345 3、 Image verification code :8888 4、 SMS verification code :123456 5、 Check the agreement : agree! : | Registration failed , Prompt that the verification code is expired |
边栏推荐
- vmware虚拟机C盘扩容
- 卡特兰数(Catalan)的应用场景
- 2022 East China Normal University postgraduate entrance examination machine test questions - detailed solution
- 10万奖金被瓜分,快来认识这位上榜者里的“乘风破浪的姐姐”
- 远端rostopic的本地rviz调用及显示
- (翻译)异步编程:Async/Await在ASP.NET中的介绍
- 【无标题】
- 简易密码锁
- 2022-06-23 vgmp OSPF inter domain security policy NAT policy (under update)
- 2022-06-23 VGMP-OSPF-域间安全策略-NAT策略(更新中)
猜你喜欢
Selenium - by changing the window size, the width, height and length of different models will be different
2022 cisp-pte (III) command execution
【开源项目推荐-ColugoMum】这群本科生基于国产深度学习框架PaddlePadddle开源了零售行业解决方案
HMS core helps baby bus show high-quality children's digital content to global developers
2022 - 06 - 23 vgmp - OSPF - Inter - Domain Security Policy - nat Policy (Update)
有意思的鼠標指針交互探究
IE browser flash back, automatically open edge browser
Golang operation redis: write and read kV data
Install VM tools
Scripy learning
随机推荐
SQL implementation merges multiple rows of records into one row
Asynchronous programming: async/await in asp Net
Docker advanced learning (container data volume, MySQL installation, dockerfile)
每日刷题记录 (十一)
The mechanical hard disk is connected to the computer through USB and cannot be displayed
简易密码锁
C2338 Cannot format an argument. To make type T formattable provide a formatter<T> specialization:
Error c2017: illegal escape sequence
10万奖金被瓜分,快来认识这位上榜者里的“乘风破浪的姐姐”
Pytest attempts to execute the test case without skipping, but the case shows that it is all skipped
IC_EDA_ALL虚拟机(丰富版):questasim、vivado、vcs、verdi、dc、pt、spyglass、icc2、synplify、INCISIVE、IC617、MMSIM、工艺库
堆排序和优先队列
Golang operation redis: write and read hash type data
Interface test weather API
[Code] if (list! = null & list. Size() > 0) optimization, set empty judgment implementation method
golang操作redis:写入、读取hash类型数据
Basic teaching of crawler code
The most classic 100 sentences in the world famous works
利用C#实现Pdf转图片
SSH link remote server and local display of remote graphical interface