Our 'Types of Software Testing' articles
What is BDD? An Introduction to Behavioral Driven Development

What is BDD? Behavioral Driven Development is a software development approach that has evolved from TDD, but with most of its potential downfalls eliminated.
What is load testing?

Load testing is a kind of non-functional testing that is carried out to understand the behaviour of an application under a specific user load.
What is Cross Browser Testing? – A Short Intro

What is cross browser testing? It's a testing technique that helps ensure your software works well on all browsers. This post explains more.
Performance Testing – Testing for Speed, Stability, and Scalability

Nobody likes using a slow application. Performance testing is necessary to make sure your application runs quickly, is stable, and can scale.
What is Usability Testing? (With Example)

What is usability testing? The goal here isn't to teach you specifically how to conduct testing but instead, we introduce you to the topic with an example.
What is Negative Testing?

Negative testing ensures your application handles invalid inputs gracefully. Including positive & negative tests in your testing increases test coverage.
Why Cross Browser Testing is Important

Cross browser testing is an essential part of the testing process because products must work as expected across all browsers and platforms.
What Is Manual Testing? How To Do Manual Testing

Manual testing is the process of using a software application's features in order to make sure it is bug free and user friendly.
What is Pair Testing?

Pair testing is when two team members test the same software at the same time. What are the advantages to this type of software testing?