- Get link
- X
- Other Apps
Software Testing Levels
We have multiple testing types with respect to the testing levels. They are following below list:
- Unit Testing (component testing)
Unit testing is known as verification of a single component - Integration Testing
Integration testing is known as Combining the single modules into group modules. - System Testing
GUI testing (No functional requirement)
Functional testing (functional requirement)
Functional testing is divided into multiple types they are :
Functional testing
Input domain testing
Compatibility testing
Configuration testing
Security testing (database)
Security testing is divided into 4 types:
Authorization
Access control
Encryption
decryption
Performance testing (speed and scalability)
Performance testing is divide into 4 types:
Load testing
Stress testing
Volume testing
Soak testing - User Acceptance Testing(UAT)
UAT level - it is divided into 2 types
𝛂 - Alpha testing
β - Beta testing - Recovery testing (Abnormal stage to normal stage)
- Parallel testing (comparative testing)
- Intersystem testing (Co-existence)
- Sanitation testing (Present level to next level)
- Re-testing (confirmation of the solution)
- Regression testing(Retesting of testing for interface problems)

Comments
Post a Comment