In which testing every outcome from a code module is tested also this type of testing come under white box testing?

22. In which testing every outcome from a code module is tested also this type of testing come under white box testing?

  1. Data flow testing
  2. Control flow testing
  3. Branch coverage testing

Answer: C) Branch coverage testing

Explanation:

In Branch, coverage is a type of white box testing, in which every outcome from a code module is tested.

Comments and Discussions!

Load comments ↻






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