20.4k views
2 votes
which one of the following statements is not true about testing? group of answer choices one goal of testing is to prove that the system has no bugs. one goal of testing is to find bugs. test cases should be chosen systematically, to cover a wide range of possible inputs one goal of testing is to improve confidence that the system works correctly.

User Dsolimano
by
7.7k points

1 Answer

5 votes

The statement that is wrong about testing would be "one goal of testing is to prove that the system has no bugs'. That is option A.

What is system testing?

System testing cam be defined as the process that is used to evaluate and verify the efficiency and efficacy of a system software.

The purpose of system testing include the following:

  • To identify and eliminate defects or bugs.

  • To find bugs and eliminate their effects.

  • To improve confidence that the system works correctly.
User John Mee
by
8.2k points