Multiple choice technology testing

Choose the correct testing process inQC

  1. Specify Requirements-->Specify Release-->Test Execution-->Test Plan-->Manage Defects

  2. Specify Release--> Specify Requirements--> Manage defects--> PrepareTest Plan--> Test Execution

  3. Specify Release--> Specify Requirements-->Prepare TestPlan-->Test Execution--> Manage Defects

  4. Prepare TestPlan--> Specify Requirement--> Manage defects--> Test Execution--> Specify Release

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The correct QC testing process begins with specifying the release (defining scope), then specifying requirements (detailing what to test), preparing the test plan (designing tests), executing tests, and finally managing defects. Options A and B have incorrect ordering.