- QATestLab Blog > Articles by: Nataliia Vasylyna
How Does Software Testing Affect Risk?
12.10.2011
A risk is such circumstance which can arise wastes. Risk can only be controlled in different scenarios but not absolutely removed. A defect generally transforms to a risk. Let’s imagine,
Read MoreMain Types of Defects in Software Testing
11.10.2011
Note: the article was updated in August 2018. There are several different classifications of software issues that are based on a certain criterion, for example, classification according to defect severity,
Read MoreControl, Monitoring and Estimation in Software Testing
04.10.2011
Note: the article was updated in March 2019. Project Manager faces a wide range of potential testing problems, which is a reason to be well prepared for difficulties. The reliable
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 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 MoreTypes of Interaction within Software Project Team
29.08.2011
Note: the acticle was updated in November 2018. Professional team and fruitful interaction between its members are the key to success of every project and company. Such teams can vary
Read MoreThe Necessity Of Automation
26.08.2011
If there are no automated tools for regression testing the main attention focus on manual testing, aimed to re-affirm the ‘known’ state of software after modifications. This may tie up
Read More