Posts From Nataliia Vasylyna

, page 70 back to homepage

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

What Is Data-Driven Testing?

Generally an application has to be tested with manifold complement of data. For example, a simple login screen, which depends on the user kind, will give dissimilar rights for different

Read More

Coverage Techniques in Software Testing

Note: this atricle was updated in July 2019. How to cover everything with your attention and control? In software testing, we use test coverage to define the percent of executed

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

Workbench Concept in Software Testing

Note: This article was updated in June 2019. Considering the variety of testing scenarios that depend on each specific product, the testers’ work has to be carefully planned and structured.

Read More

Configuration Management in Software Testing

Configuration management is the detailed recording and updating of information for software and hardware components. Components are not only source code. It can also be tracking of modifications for software

Read More

Preparation of Acceptance Test Plan

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 More

Latent and Masked Software Bugs: What’s the Difference?

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 More

Basics of Software Testing Policy

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