Our 'Types of Software Testing' articles
Automated Testing: What is the Difference Between Unit, Integration & Functional Testing?
Automated testing is a big part of software development. This post looks at the differences between unit, integration and functional testing.
Penetration Testing: A Quick Guide
Penetration testing is a practice used to identify any vulnerabilities in the system before an attacker can find and exploit them for malicious purposes.
Risk Based Testing – An Introduction
Assessing risks that can cause a system to fail is essential. In this post, we discuss Risk-Based Testing, a technique for mitigating risk.
Configuration Testing – An Introduction
Configuration testing is how we find out which are the best hardware and software combinations so applications can work without any defects.
What is Happy Path Testing?
Happy path testing is usually the first test done on a new build, and shows testers how it should perform properly, so they can then test more thoroughly.
Types of Manual Testing
Which types of manual testing are the best? They all have different roles, so our post will help you to choose the right ones to use for your next project.
What is Adhoc Testing?
Adhoc testing is a type of unstructured testing meant to find defects and performance issues not found in more traditional approaches to testing.
Service Oriented Architecture Testing (SOA Test)
Service oriented architecture testing assesses the software architecture (SOA) used for building business application using third-party services.
The Difference Between UAT and Beta Testing
UAT and Beta Testing involve end-users providing feedback to the product team. They are often done just before the public release of a software product.
What is API Testing, and how best to Test an API?
API Testing to checking that an intermediate layer in a software system that is responsible for data communication between the data source and the Graphical User Interface works correctly.