Day 2.5 : What is the difference between test scenario and test case?
Test Case is ‘How to be tested’ and Test Scenario is ‘What to be tested’ So take a quick look at the Definition of Test Cases and Test Scenarios: Test Case : A test case is a set of conditions or variables under which a tester will determine whether an application, software system or one of its features is working as it was originally established for it to do. Test Scenario : The exhaustive testing is not possible due to large number of data combinations and large number of possible paths in the software. Scenario testing is to make sure that end to end functionality of application under test is working as expected. Also check if the all business flows are working as expected. In scenario testing tester need to put his/her foot in the end users shoes to check and perform the action as how they are using application under test. In scenario testing the preparation of scenarios would be the most important part, to prepare the scenario tester needs to consult ...
Comments
Post a Comment