Types of Software Testing (100 Examples)
Mục lục bài viết
What is a Software Testing Type?
Software Testing Type is a classification of different testing activities into categories, each having, a defined test objective, test strategy, and test deliverables. The goal of having a testing type is to validate the Application Under Test (AUT) for the defined Test Objective.
For instance, the goal of Accessibility testing is to validate the AUT to be accessible by disabled people. So, if your Software solution must be disabled friendly, you check it against Accessibility Test Cases.
Types of Software Testing
A list of 100 Software Testing Types along with definitions. A must read for any QA professional. Consider this your guide to all Software testing types.
- Thread Testing: A variation of top-down testing technique where the progressive integration of components follows the implementation of subsets of the requirements. It is usually performed by the testing teams. Read More on Thread Testing
- Upgrade Testing: Testing technique that verifies if assets created with older versions can be used properly and that user’s learning is not challenged. It is performed by the testing teams.
- Unit Testing: Software verification and validation method in which a programmer tests if individual units of source code are fit for use. It is usually conducted by the development team. Read More on Unit Testing
- User Interface Testing: Type of testing which is performed to check how user-friendly the application is. It is performed by testing teams. Read More on User Interface Testing
Bonus !!! Its always good to know a few extra
- Usability Testing: Testing technique which verifies the ease with which a user can learn to operate, prepare inputs for, and interpret outputs of a system or component. It is usually performed by end users. Read More on Usability Testing
- Volume Testing: Testing which confirms that any values that may become large over time (such as accumulated counts, logs, and data files), can be accommodated by the program and will not cause the program to stop working or degrade its operation in any manner. It is usually conducted by the performance engineer. Read More on Volume Testing
- Vulnerability Testing: Type of testing which regards application security and has the purpose to prevent problems which may affect the application integrity and stability. It can be performed by the internal testing teams or outsourced to specialized companies. Read More on Vulnerability Testing
- White box Testing: Testing technique based on knowledge of the internal logic of an application’s code and includes tests like coverage of code statements, branches, paths, conditions. It is performed by software developers. Read More on White box Testing
- Workflow Testing: Scripted end-to-end testing technique which duplicates specific workflows which are expected to be utilized by the end-user. It is usually conducted by testing teams. Read More on Workflow Testing
That concludes the list. Hope You enjoyed reading it.
Also Check our list of Best Software Testing Tools Tools:- Click Here