What Is Coverage-Based Testing?
23.01.2012
The majority of generally accepted testing techniques, it doesn’t matter if it is functional testing (black-box testing) or structural testing (white-box testing), use different ways of test coverage as the
Read MoreWhat Is Usage-Based Statistical Testing?
20.01.2012
Actual client usage of software may be considered as a form of usage-based testing. In the case if defects are detected by clients, some information about them can be reported
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 MoreClassification: Quality Assurance alternatives
16.12.2011
An accurate survey of how various quality assurance alternatives deal with errors can help to make general schemes of classification. This classification can be used in assisting how to choose,
Read MoreSafety Assurance And Failure Scope
12.12.2011
Note: the article was updated in September 2018. Safety-critical systems are those, that can cause injury or even loss of user’s life in case of failure. Such systems can damage
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 MoreRegression 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 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 More