DEV Community

Amrutha p m
Amrutha p m

Posted on • Edited on

Task 2:Test case designs

Q1.You are testing a form that allows users to schedule appointments with the doctor. The form has the following fields : fisrt name , last name , email , phone number and appointment date and time .
Some more inputs:

  1. If any field is blank , we should display “All fieldss are required”
  2. If the email is invalid, we should display “please enter a valid email”
  3. If the phone number is invalid , we should display “Please enter a valid phone number”
  4. If the appointment date is not available, it should display “Please choose another date/time”
  5. If all field are correct and the appointment is available , we should schedule the appointment successfully For these requirements write down the correct list of conditions in form of decision table

Answer

Image description

*Q2. Suppose you are a software tester and you are assigned to test a new mobile app that has just been developed. The app has three different user roles: basic user, premium user, and admin user. You have been given the following three test scenarios to execute:*

1)Basic users can only access limited features of the app, while premium users can access all features. Admin users have access to advanced settings and can perform all actions.

2)Users should be able to create and delete their accounts successfully. Passwords must meet the required complexity standards and users should receive a conformation email upon successful account creation.

3)Users 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.

For each of the test scenarios, describe the steps you would take to test them and the expected results.

Mobile App-Test Scenarios for users:
https://docs.google.com/spreadsheets/d/11F-5toyaATSsBalW4l6Jyc_Uii4j3CWgFOuPfk_HAXY/edit?usp=sharing

Top comments (0)