Saturday, September 15, 2018

What is test scenario, test condition and test case?


     
Test scenario is the possible ways to test an application. It can be single or a group of test cases.

Test condition is a constraint that needs to be followed when testing an application. It can be a piece of functionality or anything you want to verify.

Testcase: It is a list of steps that need to be executed to validate the identified test conditions.

No comments:

Post a Comment