Thursday, July 25, 2013

Scenario and Condition based Testing

Test Scenario will tell you the possible ways to test an AUT(Application Under Test).

For the e*Restaurant Application a few scenarios would be:

• Check the Login Functionality

      • Check that a New Employee can be hired

      • Check that an existing Employee can be updated

      • Check that a user can generate a projection

      • Check that the information displayed in the Employee’s General Information screen is correct


Test Condition is the condition which is the process that you should follow to test an application.
For Example: If you have a Login Form.
Test Condition - When User Name and Password are valid then application will move forward.

The above one is the test condition which is the basic condition where that tests process will get pass.


 

 

No comments:

Post a Comment