What is the difference between Test Case and Test Procedure.

Questions by Deepak Rana

Showing Answers 1 - 6 of 6 Answers

Rakesh

  • Oct 25th, 2012
 

A test case has components that describes an input, action or event and an expected response, to determine if a feature of an application is working correctly.

A Test procedure is a specification of test cases that will be used to verify correct operation of a software module or application.

Test case is the smallest unit for testing(contains specific test condition with input data and expected output)
Test procedure is a collection of test cases.

  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