Types of Software Testing

, page 18 back to homepage

Designing a Performance Test Environment

There are a lot of projects where all performance testing are conducted on the live environment. On the other hand, we can say that this is rather uncommon and adds

Read More

What Is Coverage-Based Testing?

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 More

What Is Usage-Based Statistical Testing?

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 More

Black-Box Testing vs White-Box Testing

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 More

Safety Assurance And Failure Scope

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 More

What Is The Difference Between White Box, Black Box And Gray Box Testing?

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 More

Regression and Confirmation testing. What is the difference?

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 More

Traditional and Modern Way of Software Testing

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 More

What is Monkey Testing?

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 More

Difference Between System and Acceptance Testing

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 More

The Main Goal of Acceptance Testing

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 More