How to write the test scenario?Explain by giving Example.
Answer Posted / deep
Yes Kuldeep
You are correct .
Test Scenarios are nothing but the action we are going to
Perform. For testing a calculator
1.Addition
2.Subtraction
3.Multiplication
4.Division
For Checking/Testing a login Page
1.Authentication
2.Authorisation
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Why is software testing required?
how to explain banking domain project in testing?
What are the typical risks that you identify during test planning and their mitigation plan and Contengency plan.
Define brain stromming?
How can I done a Web Testing? Which steps are include in it?
How to test the search functionality.For example in naukri advance search is there.how ca i test that page.
what is fusion testing and impact analysis???
Write a set of test cases to test youtube?
How can a LOG for testcases be maitained which can give information about a TestCase that is it new one or has been occured in previous versions of the software.
What is severity and priority of bug? Give some example.
What is neutral test case?
What is configuration management in software testing ?
What is an inspection in software testing?
what are the prerequisite conditins to test clientserver and web applications
Can anybody write the test cases for the following scenario. I want to create District. for that, District Code field, District Name field, Reset button, Submit button, Back button are there in the screen. whenever we enter District Code & District Name in the related fields, by clicking on Submit button, District should be created. By clicking on Reset button, all fieds should be cleared. By clicking on Back button, user should navigate to home page. Can you write the test cases for the scenario. I want to know the test case format for the scenario. what procedure is the best. tahnks in advance...