What are senario based test cases and conditional based test cases? can u pls explain with some examples?

Showing Answers 1 - 9 of 9 Answers

raj2281

  • Feb 1st, 2007
 

Scenario Based Test Cases: Test cases which are based on the scenario or on series of steps

Conditional based test cases: these are based on the pre defined test cases

  Was this answer useful?  Yes

Conditional tests are those which verify each of an application's functional branches.  For example, a registration form may ask whether or not a registrant is married.  If the registrant indicates 'yes,' the application may subsequently display a different set of questions than if the registrant indicates 'no'.  Conditional tests will verify the behavior of each functional branch. 

Scenario tests are those which verify that users can successfully complete particular tasks that are essential to the application.  For example, one test may verify that a single person can complete the registration form.  As you see, scenario tests may incorporate one or more conditional tests within the particular scenario under investigation. 

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions