Blog

, page 28 back to homepage

Acceptance Testing and Software Release

Acceptance testing is often conducted as the finish sub-stage of software testing to define whether the product should be released. For successful release you also should clarify: What are the

Read More

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

Necessity of Software Test Automation

Software test automation is necessary to automate several manual operations with the help of test automation tools. Nowadays it is an intense necessity for test automation. The reason is that

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

Software Bug Handling Process And Tools

Software bug handling is a significant area of quality assurance activities. At the time of software testing the developers who correct identified software bugs are generally not the identical as

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