What are the types of Testing specifically important for Web Application Testing?
https://www.youtube.com/watch?v=Jd8c6zlbwEQ
Load testing
Stress testing
Soak testing
Spike testing
Security TestingWeb Applications are open to the world with potentially multiple users accessing the application simultaneously at various times, so load testing and stress testing are important.
Web applications are also vulnerable to all forms of attacks, so security testing is also very important to consider when testing web application.
- Functionality Testing
- Usability testing
- Interface testing
- Compatibility testing
- Performance Testing
Load testing
Stress testing
Soak testing
Spike testing
Security TestingWeb Applications are open to the world with potentially multiple users accessing the application simultaneously at various times, so load testing and stress testing are important.
Web applications are also vulnerable to all forms of attacks, so security testing is also very important to consider when testing web application.
Comments
Post a Comment