Testware(test cases, test dataset)

  1. needs configuration management just like requirements, design and code

  2. should be newly constructed for each new version of the software

  3. is needed only until the software is released into production or use

  4. does not need to be documented and commented, as it does not form part of the released


Correct Option: A
Explanation:

To answer this question, the user needs to have knowledge about testware, which refers to the artifacts developed during the testing process, including test cases and test datasets.

Now, let's go through each option and explain why it is right or wrong:

A. needs configuration management just like requirements, design and code: This option is correct. Testware, just like other software artifacts, should be managed through configuration management to keep track of changes, versions, and releases.

B. should be newly constructed for each new version of the software: This option is incorrect. Testware should be reused as much as possible to save time and resources. However, it should be updated and modified as necessary for each new version of the software.

C. is needed only until the software is released into production or use: This option is incorrect. Testware is needed throughout the software development lifecycle, including after the software is released, for maintenance and future updates.

D. does not need to be documented and commented, as it does not form part of the released: This option is incorrect. Testware, like any other software artifact, should be documented and commented to explain its purpose, functionality, and usage.

Therefore, the correct answer is:

The Answer is: A

Find more quizzes: