Tag "software tester"

, page 2 back to homepage

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

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

Myths and Facts: Purpose of Software Testing

Note: the article was updated in March 2019. What type of people do you belong to: those who believe that software testing plays in favor of their product, or those

Read More

Non-Regression testing, what is it?

The article was updated in May 2018. Making code changes, a developer may affect the proper work of the software. Even a small tweak can cause unexpected consequences or provoke

Read More

JavaScript Testing Beginner’s Guide

JavaScript is an important part of web development in today’s Web 2.0 world. While there are many JavaScript frameworks in the market, learning to write, test, and debug JavaScript without

Read More