Tag "software testing services"

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

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

Do small projects need extensive testing?

Well, in this case you should think over the influence of project defects, not the scope of the project. Nevertheless, if extensive testing is still not justified, risk analysis is

Read More

Useful Tips for Choosing a Test Automation Tool

For Functional testing it is important to support a specific development environment, the ability to create reports about testing, automatic registration of detected defects, presence of recovery-scenarios. For load testing

Read More

What is Component Testing?

ISTQB Glossary gives us the following definition: Unit Testing (module testing): See component testing Component testing: Testing of individual software components (according to IEEE 610) Component: The smallest element of

Read More

6 Basic Criteria For Testing Requirements

Note: the article was updated in November 2019 Why clear requirements are so vital during the software development life cycle? How not to waste time writing them but get benefits

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

Positive And Negative Testing

Probably all the testers know what a negative testing is. I even think that it is a favorite type of software testing for many of us. When you run a

Read More

Software Testing Techniques

Introduction Because of the fallibility of its human designers and its own abstract, complex nature, software development must be accompanied by quality assurance activities. It is not unusual for developers

Read More

Difference Between White Box, Black Box, and Gray Box Testing

Note: the article was updated in September 2018. In this article, we are going to talk about three common approaches to software testing: white-box, black-box, and grey-box testing. We will

Read More