What is glass box testing?

What is glass box testing?
September 05 10:00 2011 Print This Article

Black-box and glass-box are test design techniques. Black-box test doesn’t use information about the internal structure in full. Black-box test is known as focusing on functional requirements testing.

Glass-box test allows peeking inside the “box”, and it focuses especially on using internal knowledge of the software product. You should know that these techniques are used at the time of the test design stage, and their impact is difficult to see in the tests once they’re implemented.

Glass Box Testing Definition

Software testing approaches that investigate the program structure and get test data from the program logic.

Structural testing is sometimes mentioned as clear-box testing since white boxes are considered opaque and do not really permit visibility into the code.

Glass-box testing is also called:

  • Clear Box testing
  • Structural testing
  • Open Box Testing
  • White Box testing

Benefits of Glass Box Testing:

  • reveals defects in “hidden” code
  • beneficent side-effects
  • optimizations
  • approximates the partitioning done by execution equivalence
  • forces test developer to reason carefully about the implementation

Shortcomings of Glass Box Testing:

  • miss cases omitted in the code
  • costly

Intermix of Glass-box and Black-box

In practice we have such approaches:

  • the program executes differently under two inputs with the same specs
  • the program executes two inputs the same which have different specs

Related Posts:

About Article Author

view more articles
Nataliia Vasylyna
Nataliia Vasylyna

View More Articles

0 Comments

write a comment

No Comments Yet!

You can be the one to start a conversation.

Add a Comment

Your data will be safe! Your e-mail address will not be published. Also other data will not be shared with third person.
All fields are required.

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.