221k views
3 votes
Which activity is NOT belong to test process?

A. Start test design early
B. Have users create acceptance tests
C. Base system testing on requirements
D. Trace requirements to tests
E. Update plans as requirements change

User Techboy
by
8.1k points

1 Answer

5 votes

Final answer:

The activity that is an integral part of the test process and not an outlier is 'D. Trace requirements to tests'. Refining the design or updating the product code would be activities not typically included in the test process but can be related indirectly due to test results leading to design changes.

Step-by-step explanation:

The activity that does not belong to the test process is D. Trace requirements to tests. This activity is, in fact, a crucial part of the test process. It is essential to ensure that all the requirements are actually being tested. Activities that do not typically belong to the testing process would involve steps that are not directly related to defining, executing, or evaluating the test conditions and results, such as refining the design or updating the product code. However, these activities are closely related to the overall development process and can be connected to the testing indirectly since testing may lead to design refinement.

When working through the test process, key activities often include:

  • A. Start test design early in the development cycle to allow for thorough planning.
  • B. Having users create acceptance tests, which are a type of testing where actual software users validate the functionality.
  • C. Basing system testing on requirements to ensure that the system meets all outlined expectations.
  • E. Updating test plans as requirements change is also a part of managing and maintaining the test process.

User Amila Weerasinghe
by
8.1k points