Test Scenario is high level description of business requirements, which is later decomposed into set of test cases.
Test Scenario may contain list of test cases to test a particular scenario. Test scenarios are executed through test scripts or test procedures.
The test cases may be ordered in a test scenario, which means output of one test case will be an input for the next test case.
We can write scripts to execute a test case. A single script may cover multiple test scenarios.
For Example: 'Test a login page' will be a test scenario.
This scenario may contain multiple test cases like: If user name is blank, If password is blank, If credentials match, If credentials does not match, etc.. etc...
Hope this helps!!
Happy Coding!!!
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment