Test Scenario is made up of two words (Test &Scenario). Where Test means to verify or validate and Scenario means any user journey.When combine it says verify user journey.
Test Scenario is what to be tested and a Test Case is how to be tested.
Example -Test Scenario of login page
Test Case 1: Enter a valid username and password
Test Case 2: Enter valid username and invalid password
Test Case 3: Enter invalid username and valid password
Test Case 4: Enter invalid username and invalid password
Test case 5- keep username and password field blank
What is Scenario Testing?
Scenario testing makes sure that end to end functionality of application and all business flow is working as expected.As Scenarios are nothing but the User journeys, in scenario testing tester see the application from the eyes of end user and check the behaviour of application.
Pre-requisites for writing Test Scenario?
Tester must have a good understanding of the business and functional requirement of the application.
Tester must have gone through the requirements carefully.
Tester should understand the project work flow,and relate the same to the requirements.
Tester must have a good understanding of the business and functional requirement of the application.
Tester must have gone through the requirements carefully.
Tester should understand the project work flow,and relate the same to the requirements.
Comments
Post a Comment