- QATestLab Blog >
- software testing services
Tag "software testing services"
back to homepageBlack Box Test Techniques. Random Testing
19.09.2011
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 MoreWhat to Do if Requirements Are Changing Constantly?
15.08.2011
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 MoreHow do You Know When to Stop Testing?
13.08.2011
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 MoreDo small projects need extensive testing?
12.08.2011
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 MoreUseful Tips for Choosing a Test Automation Tool
08.06.2011
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 MoreWhat is Component Testing?
20.05.2011
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 More6 Basic Criteria For Testing Requirements
07.05.2011
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 MoreMyths and Facts: Purpose of Software Testing
06.05.2011
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 MorePositive And Negative Testing
08.04.2011
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 MoreSoftware Testing Techniques
01.03.2011
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 MoreDifference 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