InterviewSolution
| 1. |
What Is White Box Testing And List The Types Of White Box Testing? |
|
Answer» 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:
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: |
|