- QATestLab Blog >
- black box testing
Tag "black box testing"
back to homepageAlpha Testing vs Beta Testing
10.03.2017
Alpha and Beta testing are two types of acceptance testing. Both of them are performed at the latest stages of the testing cycle just before product release. Today we are
Read More‘Rainbow’ Box Testing
28.12.2016
Every software tester knows the specifics of black and white box testing, and the majority of specialists apply the technique of gray box testing. These methods of checking the quality
Read MoreWhat Box to Choose: Black, White or Grey?
13.09.2016
The software testing company employee must be sure that the product is perfectly tested. That is why it is so important to be aware of the main software testing types.
Read MoreBlack-Box Testing vs White-Box Testing
16.01.2012
The main differences between black-box testing (BBT) and white-box testing (WBT) are in such aspects: Objects The tested objects may overlap sometimes. WBT is commonly used to test not very
Read MoreWhat Is The Difference Between White Box, Black Box And Gray Box Testing?
21.11.2011
Black box testing is such a technique based exclusively on demands and specifications. It requires no knowledge of internal paths, structures, or realization of the software product under test. In
Read MoreBlack Box Test Techniques. Random Testing
19.09.2011
Design Test cases should be chosen randomly from the input domain of the component according to the input distribution. The input distribution which used for the test case suite should
Read MoreBlack Box Test Techniques. Syntax Testing
16.09.2011
Introduction to black box testing to can find here. Syntax Testing Analysis Syntax Testing uses such model of the formally defined syntax of the inputs to a component. The syntax
Read MoreBlack Box Test Techniques. Cause-Effect Graphing
13.09.2011
Cause-effect Graphing Design Test cases should be designed to exert principles, which characterize the interrelation between the inputs and outputs of the component, where every principle corresponds to a singular
Read MoreWhat is glass box testing?
05.09.2011
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
Read MoreDifference Between White Box, Black Box, and Gray Box Testing
01.03.2011
Note: the article was updated in September 2018. In this article, we are going to talk about three common approaches to software testing: white-box, black-box, and grey-box testing. We will
Read More