- QATestLab Blog >
- white box testing
Tag "white box testing"
back to homepageWhat Is API Testing?
15.03.2017
API (Application Programming Interface) is a set of ready-to-use classes, functions, procedures, etc., that are provided by the application in order to be used by external software programs. It specifies
Read MoreAlpha 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 MoreWhat Is Cyclomatic Complexity?
08.03.2017
Metrics plays an important part in the field of software development and software testing. Software metric is a qualitative measure of particular system aspects with regard to the product cost,
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 MoreTechniques for White Box Testing
30.09.2011
Linear Code Sequence and Jump Testing Design Test cases should be designed to exercise Linear Code Sequence and Jump. For every test case these should be clarified: the input to
Read MoreWhite Box Test Techniques. Data Flow Testing
23.09.2011
Design Test cases should be designed to execute control flow paths between definitions and uses of variables in the component. Every test case should comprise: input to the component control
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 MoreSoftware Testing Techniques
01.03.2011
Introduction Because of the fallibility of its human designers and its own abstract, complex nature, software development must be accompanied by quality assurance activities. It is not unusual for developers
Read More