DEV Community

Ooviya
Ooviya

Posted on

TEST CASE DESIGN TECHNIQUES

FIRST NAME LAST NAME EMAIL PHONE NUMBER APPOINMENT DATE&TIME

ram janu ponfuhsd@gmail.com 12/01/2024
Q1) 1)IF ANY FIELD IS BLANK,DISPLAY “ALL FILED IS REQUIRED”.

2)IF THE EMAIL IS INVALID DISPLAY”INVALID EMAIL:
FIRST NAME LAST NAME EMAIL PHONE NUMBER APPOINMENT DATE&TIME

RAM JANU Ponfuhsd.@gmmail.com 5715415462 12/01/2024

3) if the phone number is invalid, we should display “please enter valid phone number”
FIRST NAME LAST NAME EMAIL PHONE NUMBER APPOINMENT DATE&TIME

RAM JANU Ponfuhsd.@gmail.com 5715415462177 12/01/2024

4) If the appointment date/time is not available, it should display “Please choose another date/time”
FIRST NAME LAST NAME EMAIL PHONE NUMBER APPOINMENT DATE&TIME

RAM JANU Ponfuhsd@gmail.com 5715415462 01/01/2024

5) If all fields are correct and the appointment is available, we should schedule the appointment successfully.
FIRST NAME LAST NAME EMAIL PHONE NUMBER APPOINMENT DATE&TIME

RAM JANU Ponfuhsd@gmail.com 5715415462 03/04/2024

Q2) 1ANS: Application is loaded and network is connected
Basic user , Premium user and Admin is able to logging
Basic user ,check access the limited features -> TEST PASS
Basic user, check access the all features -> TEST FAIL
Basic user, check access the all advance setting -> TEST FAIL
Premium user, check access the all features -> TEST PASS
Premium user, check access the all advance setting -> TEST FAIL
Admin user, check access the all features-> TEST PASS
Admin user, check access the all advance setting-> TEST PASS
· Users should be able to create and delete their accounts successfully. Passwords must meet the required complexity standards and users should receive a confirmation email upon successful account creation.
Ans: Check with the creation of account -> TEST PASS
Check the successful message for the account creation-> TEST PASS
Check the password with complexity standers-> TEST PASS
Check with simple password-> TEST FAIL
· User should be able to navigate through the app seamlessly without any crashes or performance issues. The app should also display appropriate error messages when a user attempts to perform an action they are not authorized to perform.
Ans: Check with user can navigate to the permitted access area ->TEST PASS
Check with can user navigate to all access area ->ERROR MASSEGE

Top comments (0)