|
|
|
Q: What types of white box testing can you tell me about?
A:
Clear box testing, glass box testing, and open box testing.
Clear box testing is white box testing. Glass box testing is also white box testing. Open box testing is also white box testing.
White box testing is a testing approach that examines the application's program structure, and derives test cases from the application's program logic.
|