Hai, Can anybody tell me what is test scenarios and how to
write test scenarios, pls give me one example.
Answer Posted / riddhi
Scenario means how an end user can use the given functionality in real time environment.
Scenarios can not contain any technical word while writing down the scenario .
E.g. Login page
1. User tries to perform login by entering valid user name and password
2. User tries to perform login operation by entering invalid username and password
3. User tries to perform login operation by entering invalid username and valid password
4. User tries to perform login operation by entering valid username and valid password
5. User tries to perform login operation by entering special characters in username and password
6. User tries to perform login operation by entering minimum characters specified for username and password
7. User tries to perform login operation by entering maximumcharacters specified for username and password
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
write testcases for open dialogbox
Explain Testing process in your organization?
How do you test for the coockies for a web application?
is it possible web application make it as executable file
Functional and Integration test scenarios for actitime application
What is baseline testing?
What are differences between Testing in Uncontrolled Environment and Abnormal Environment?
What is a code walk through?
How could you present test strategy for the product testing?
what are your thoughts on SPRINT duration
What are similarities of Agile and Scrum?
What is the difference between Sleep and wait in winrunner what is integration testing and types of testing present what is system testing what is data driven testing what is functionality testing if requirements are given to you then how do you write the test cases for it Account number = Ok cancel For above given form the valid account number starts from 1 to 1000 so is it necessary to input the 1,2,3 ….998,999,1000 test cases to check the conditions of valid account numbers I,e is it compulsory to write 1000 test cases for the above form
Define brain stromming?
Write positive and negative test cases for forgot password?
What are testing techniques? What is difference between general and specific?