Monday, September 13, 2021

HOW TO CREATE TEST CASE IN LIVE PROJECT WITH EXAMPLE

 

What is a Test Case?

TEST CASE is a set of actions executed to verify a particular  functionality of your software application. Test Case contains test steps, test data, precondition, postcondition developed for specific test scenario to verify any requirement. The test case includes specific conditions, using which a testing engineer can compare expected and actual results to determine whether a software product is functioning as per the requirements of the customer. EXAMPLE



Test Case Example

No comments:

Post a Comment

Unit Testing

  What is Unit Testing? UNIT TESTING  is a type of software testing where individual components of a software are tested. The purpose is to ...