Collections:
What's the difference between black box and white box testing?
Black-box and white-box are test design methods.
Black-box test design treats the system as a “black-box”, so it doesn't explicitly use knowledge of the internal structure.
Black-box test design is usually described as focusing on testing functional requirements. Synonyms for black-box include: behavioral, functional, opaque-box, and closed-box.
White-box test design allows one to peek inside the “box”, and it focuses specifically on using internal knowledge of the software to guide the selection of test data. Synonyms for white-box include: structural, glass-box and clear-box.
✍: Guest
2022-01-26, ∼1677🔥, 0💬
Popular Posts:
What are JMeter command line options? You can get see JMeter command line options by running this co...
How to find out my browser request headers? To help you to see your browser request headers, FYIcent...
How to Open and Close Internet Explorer with UFT script? One way to open and close Internet Explorer...
How to generate IP Addresses? To help you to obtain some IP addresses for testing purpose, FYIcenter...
How to valid IP addresses? In order to help your programming or testing tasks, FYIcenter.com has des...