White box testing is a type of software testing where the internal structure and design of the code is known and used to design test cases. It is carried out by the development team who look at the flow and logic of the code to test it. The goal is to validate the internal pathways of the program and design test cases that cover paths through the code.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
29 views1 page
What Are The Different Testing Types
White box testing is a type of software testing where the internal structure and design of the code is known and used to design test cases. It is carried out by the development team who look at the flow and logic of the code to test it. The goal is to validate the internal pathways of the program and design test cases that cover paths through the code.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1
1. What are the Different Testing Types?
White Box Testing:
It can be called as Structural or Clear Box or Glass Box Testing. Which is carried out by development team by looking into the flow of the code and logic of the code.