Question on Quality Control Practices - Topic from CSQA material
Submitted by Sonia_Jain on October 26, 2009 - 11:22pm
Hi,
Can somebody please give me the real life example of What Test Objectives are? What documents do we create to define them? Does we write them in most common scenarios..or does these are just same as the requirement document? As per the definition, "it is a statement of what the test team or tester is expected to accomplish during a specific testing activity. These guide the development of test cases, test scripts and test data." Kindly suggest.
Thanks.
Tags:



Hi,
Test Objectives are basically Quality Measures.An objective is a testing "goal." It is a statement of what the tester wants to accomplish when implementing a specific testing activity. Each testing activity may have several objectives and there are two levels of objective specification.
Inputs: System Requirements Document, Software Design Document
Identify Test Objectives:
Three methods can be used to specify test objectives.
1. The first is brainstorming. The test team uses "creative" interaction to construct a list of test objectives. This is not a free-for-all process. It should be based on analysis products such as the diagrams/text of the requirements specification. It should be performed as a walkthrough of the specifications section by section.
2. The second approach is to identify "key" System functions. Next, specify test objectives for each function. This procedure can also be performed as a walkthrough of the functional requirements section by section.
3. The third method is to identify business transactions and base objectives on them. This can also be thought of as Scenario-based as business cycles could be used to drive the process.
Output: Statement of Test Objectives - The statement of the test objectives is really a statement of the test requirements. It can be created using any word processing package or spread sheet. It can also be implemented with automated testing tools.
Hope it answer your query.
Regards,
Vaishali
- Login or register to post comments
Submitted by Vaishalit on November 12, 2009 - 9:06am.