Types of Software Testing Flashcards
(8 cards)
Regression test
Ensures that the updated code has not caused any disruption in the existing functionality
System test
Checks the behaviour of an integrated application based on the SRS document
Compatibility test
Conducted on an application to evaluate it’s compatibility within different environments
Functional test
Tests the system against specifications and functional requirements by giving inputs and examining the output
Integration testing
Ensures the system works seamlessly when multiple modules are integrated
Security test
Evaluates the vulnerability of an application to attacks and security beaches ensuring it is robust and secure
Smoke test
Testing software build to ensure all components are functioning properly
User acceptance test
Ensures the application is capable of handling tasks in the real environment, as per the specified requirements.