0
3.6kviews
What is White Box testing ? Explain any one technique of static White Box testing.
1 Answer
| written 6.8 years ago by | • modified 6.8 years ago |
White Box Testing: Classification of Whit e Box.
This is also known as glass box, clear box, and open box testing.
In white box testing, test cases are created by looking at the code to detect any Potential failure scenarios.
The suitable input data for testing various APIs and the …