in Testing by (32.2k points)
What is white box testing and list the types of white box testing?

1 Answer

0 votes
by (105 points)
White box testing technique involves selection of test cases based on an analysis of the internal structure (Code coverage, branches coverage, paths coverage, condition coverage, etc.) of a component or system. It is also known as Code-Based testing or Structural testing. Different types of white box testing are

Statement Coverage

Decision Coverage

Related questions

+1 vote
asked Jun 23, 2019 in Testing by SakshiSharma (32.2k points)
...