Answer Posted / uday kumar_anem
People use test case scenario and test scenario
interchangably.
Test Case: A smallest possible portion of a functionality.
Test Scenario: A collection of test cases for one
functionality.
We can say collection of test scenarios as one Use Case.
Some people use test scenario and test case are often used
synonymously.
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
What is junit & api?
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...
What is showstopper defect?
any one please send me any test case examples with tabular columns in manual testing
Being an Manual tester, what will be the role or activity in test plan ?
What’s the difference between verification and validation in testing?
How to validate a Testcase.and is the testing Methodology.
what is the difference between test case and result matrix
Explain the sub-genres of performance testing?
Changes and enhancements to system?
What is strategy to be followed for execution of 500 Test Cases in One day. If only 1 Resource is available.
Can list out some disadvantages of manual testing?
What are the cases when you’ll consider to choose automated testing over manual testing?
If there is non reproducible bug which developer is not ready to agree, how you will convince him.
Write down ten test cases for below scenario: Increase the day by 1 and date format should be mm/dd/yyyy Conditions are : date should not be greater then 31 and date<1 month should not be greater then 12 and month<1 year should not be greater then 10000 and year<1 Thanks in advance