Types of Software Testing

, page 19 back to homepage

What is glass box testing?

Black-box and glass-box are test design techniques. Black-box test doesn’t use information about the internal structure in full. Black-box test is known as focusing on functional requirements testing. Glass-box test

Read More

Basic Elements of Usability Testing

Basic Elements of Usability Testing: 1. Controlled and sometimes vast interviewing and probing of the partakers by the test moderator. 2. Use of a specimen pattern of end users which

Read More

Usability Testing: Difference Between Purchaser and End User

During determining the user profile in Usability Testing, you should understand the difference between the purchaser or buyer of the product and the actual end user. It happens so that

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

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