Blog

, page 69 back to homepage

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

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

Black Box Test Techniques. Syntax Testing

Introduction to black box testing to can find here. Syntax Testing Analysis Syntax Testing uses such model of the formally defined syntax of the inputs to a component. The syntax

Read More

Black Box Test Techniques. Cause-Effect Graphing

Cause-effect Graphing Design Test cases should be designed to exert principles, which characterize the interrelation between the inputs and outputs of the component, where every principle corresponds to a singular

Read More

What is glass box testing?

Black-box and glass-box are test design techniques. Black-box test doesn’t use information about the internal structure in full. Black-box test is known as focusing on functional requirements testing. Glass-box test

Read More

What to Do if Requirements Are Changing Constantly?

It is a common situation and a great headache in software testing. Here are some tips if such situation occurs: Consecrate appropriate attempt to risk analysis of changes to minimize

Read More

How do You Know When to Stop Testing?

Note: the article was updated in August 2018. How many test runs are needed? How to understand when to stop testing? The most obvious answer that comes to mind is

Read More