Explain Purpose of Test Procedures.

 solution:-

 Purpose of Test Procedures: 

Test procedure defines step-by-step details of exactly how to perform those test cases. Here is information that needs to be defined. 

1. Identifier: A unique identifier that ties the test procedure to the associated test cases and test design.

2. Purpose:  The purpose of procedure and reference to the test cases it will execute.

3. Special Requirements: Other  procedures, special testing skills or special equipment needed to run procedure.

4. Procedure steps: Detailed description of how tests are to be run. 

5. Log: Tells how and by what methods the results and observation will be recorded. 

6. Setup: Explain how to prepare for the test .

7. Start: Explains the steps used to start the test. 

8. Procedure: Describes the steps used to run tests. 

9. Measure: Describes how results are to be determined ex. With stopwatch. 

10. Shut down: Explains the steps for suspending the test for unexpected reasons. 

11. Restart: Tells the tester how to pick up the test at a certain point if there is failure. 

12. Stop: Describes the steps for an orderly to halt to the test. 

13. Wrap Up: Explains how to restore the environment to its pre-test condition. 

14. Contingencies: Explains what to do if things don’t go as planned.  

Comments

Popular posts from this blog

What is the process and project matrics? Explain 3 P's in software engineering.

Explain general format of Software Requirement Specification (SRS).

Explain Bluetooth protocol architecture.