A set of test cases that ensure that the business process flows are tested from end to end. They may be independent tests or a series of tests that follow each other, each dependent on the output of the previous one. The terms "test scenario" and "test case" are often used synonymously.
test senario:-is a test condition to be check on corresponding s.w build.
 Posted by: meelayugandhar Date:
Contact Author
Test scenarios describes the possible sequences that can be executed on the system. for eg: opening a file in MSWord is a test scenario. So in this scenario a tester can design test cases like, open a word document, open a notepad, open a excel sheet and so on, with positive and negative test cases inside a test scenario.