Blog

, page 103 back to homepage

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

How Does Software Testing Affect Risk?

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 More

Main Types of Defects in Software Testing

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 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

Control, Monitoring and Estimation in Software Testing

Note: the article was updated in March 2019. Project Manager faces a wide range of potential testing problems, which is a reason to be well prepared for difficulties. The reliable

Read More

Techniques for White Box Testing

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

White Box Test Techniques. Data Flow Testing

Design Test cases should be designed to execute control flow paths between definitions and uses of variables in the component. Every test case should comprise: input to the component control

Read More

Black Box Test Techniques. Random Testing

Design Test cases should be chosen randomly from the input domain of the component according to the input distribution. The input distribution which used for the test case suite should

Read More