Software Development Fundamentals — Question 45

This question requires that you evaluate the underlined text to determine if it is correct.
Unit testing is the final set of tests that must be completed before a feature or product can be considered finished.
Select the correct answer if the underlined text does not make the statement correct. Select "No change is needed'' if the underlined text makes the statement correct.

Answer options

Correct answer: B

Explanation

The statement is incorrect because unit testing is not the final set of tests; user acceptance testing is. Unit tests are conducted earlier in the development process to validate individual components, while user acceptance testing occurs to confirm the product meets user requirements before finalization.