Blog

, page 33 back to homepage

Why Do We Choose Independent Testing?

Mature in terms of industrial organization usually resort to such type of outsourcing. These companies have their own already established system to ensure product quality and have its own 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

Classification of Software Testing Kinds

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 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

How to Involve Non-functional Testing?

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 More

5 Principal Advantages of Offshore Software Testing

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 More

Purpose of an Independent QA Audit

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 More

Why Do We Need Performance Testing?

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 More

Aggressive and Passive Testing

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 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

Negative Test Cases for Functional Testing

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 More