Regression and Confirmation testing. What is the difference?
08.11.2011
Note: this article was updated in September 2019. In this article, we would like to separate the differences between these types of tests. But, where and why to use each
Read MoreTraditional and Modern Way of Software Testing
04.11.2011
Many organizations still use such testing methodology (it is also called traditional) where software testing is usually conducted after the build and execution stages. Traditional (old) way of software testing:
Read MoreWhat is Monkey Testing?
03.11.2011
Note: this article was updated in July 2019 Is it right to trust to chance, especially when it comes to your job? If to talk about software testing, you hardly
Read MoreDifference Between System and Acceptance Testing
01.11.2011
Acceptance testing tests the system whether it satisfies the requirements. It is alike with System testing in such focus that the whole system is checked. But it is significant dissimilarity
Read MorePreparation of Acceptance Test Plan
25.10.2011
In any software testing project the acceptance document is basically prepared using the certain inputs. But this can vary depending on organization and project. Here are the most general inputs
Read MoreLatent and Masked Software Bugs: What’s the Difference?
21.10.2011
Note: the article was updated in October 2018 Bugs can attack your software at any time especially when you do not expect to meet them. Some software defects are not
Read MoreBasics of Software Testing Policy
14.10.2011
What is behind the notion of policy in software testing? Why do we need it? What are the main points to consider while developing it? This article shows the key
Read MoreHow 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 MoreThe Main Goal of Acceptance Testing
05.10.2011
Note: this article was updated in December 2019. Have you already conducted all system tests? Are all the bugs found and fixed? Looks like you have done with testing, there
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 More