____-testing technique covers all imaginable conclusions of every Boolean condition of the code

25. ____-testing technique covers all imaginable conclusions of every Boolean condition of the code.

  1. Branch coverage testing technique
  2. Data flow testing technique
  3. Statement coverage testing technique
  4. Decision coverage testing technique

Answer: D) Decision coverage testing technique

Explanation:

The decision coverage testing technique covers all imaginable conclusions of every Boolean condition of the code.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.