Classification of Software Testing Kinds
09.04.2011
What is “testing”? The book Meshcheryakova MS “Software Testing” is given two definitions of this term: 1. Testing is a process of detecting errors in software 2. Testing is a
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 MoreHow to Involve Non-functional Testing?
01.04.2011
Note: this article was updated in July 2019 Who would have thought that product development is only half the way to success?! No less important is to verify its quality
Read More5 Principal Advantages of Offshore Software Testing
28.03.2011
Errors are possible in any sphere, software development is not an exception from this rule – almost any software product has bugs, which have a negative effect and must be
Read MorePurpose of an Independent QA Audit
25.03.2011
The Software Engineering Institute/Capability Maturity Model (SEI CMM) describes periodic independent audits of the QA activities and work products of an organization’s QA group. This is specifically stated in the
Read MoreWhy Do We Need Performance Testing?
24.03.2011
Note: the article was updated in June 2018. The digital technologies are improving with every single day. This fact has made modern customers very demanding in the question of technology
Read MoreAggressive and Passive Testing
22.03.2011
I’ve been thinking about how I *bucket* testing. Here is what I mean. I see testing as aggressive and passive. Aggressive testing, to me, is the art of asking the product
Read MoreNon-Regression testing, what is it?
20.03.2011
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 MoreNegative Test Cases for Functional Testing
18.03.2011
Negative testing is a testing technique when invalid input data are used for software quality assessment. Its purpose is to check the software behavior in case of invalid input. In
Read MoreWhat is Compatibility Testing?
15.03.2011
The top-quality program worth nothing if one consumer is able to use it, but another is not. A soft cannot be just a good one, it has to be universal!
Read MoreWhat is Fuzz Testing?
10.03.2011
Note: the article was updated in June 2018. First of all, fuzz is a random input of valid and invalid data generated for software testing. Fuzz testing or simply fuzzing
Read More