Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 3

Test scenario

- Having analyzed requirement document & assigned User story as a tester we


identify test scenarios
- Test scenarios describe way to test functionality of an application
- Test scenario will define “what to test”
- One test scenario will contain multiple test cases
- Test scenarios always written in “+ve” ways

Test case design

- Test case design defines steps to test functionality of an application


- Test cases will defines “How to test”
- Test cases always written in “+ve” & “-ve” ways

Test scenario of login page

1. Verify the login page by passing mobile number in username test box
2. Verify the login page by passing email Id in username text box
3. Verify the login page by passing data password text box
4. Verify the login button functionality in flipkard login page

Test scenarios

Verify the login page by passing mobile number in username test box
Test cases

1. Verify the login page by passing BSNL mobile number in UN text box
Test data 9404624368 –
UN- BSNL mobile number- login successfully- Pass
2. Verify the login page by passing Airtel mobile number in UN text box
3. Verify the login page by passing Vodafone mobile number in UN text box
4. Verify the login page by passing Idea mobile number in UN text box
5. Verify the login page by passing JIO mobile number in UN text box
6. Verify the login page by passing invalid BSNL mobile number in UN text box
Test data 9404624368 –
UN- BSNL mobile number- error display- Pass
error display- Fail
7. Verify the login page by passing invalid Airtel mobile number in UN text box
8. Verify the login page by passing invalid Vodafone mobile number in UN text box
9. Verify the login page by passing invalid Idea mobile number in UN text box
10. Verify the login page by passing invalid JIO mobile number in UN text box
11. Verify the login page by passing null / blank mobile number

Verify the login page by passing email Id in username text box

1. Verify the login page by passing email id @gmail.com


2. Verify the login page by passing email id @yahoo.com
3. Verify the login page by passing email id @readiffmail.com
4. Verify the login page by passing email id @hotmail.com
5. Verify the login page by passing email id @outlook.com
6. Verify the login page by passing email id @dmain.com
7. Verify the login page by passing invalid email id
8. Verify the login page by passing null / blank email id

Verify the login page by passing password in the password text filed / box

1. Verify the login page by passing digit, char, decimal, special symbol
2. Verify the login page by passing 1 digit, 1 char, 1 special symbol
3. Verify the login page by passing blank / null password field

Verify login button functionality

1. Verify login button clickable


2. Verify login button mouse over effect
3. Verify login button font, color, alignment

You might also like