1.

What Types Of Testing Is Specifically Important For Web Testing?

Answer»

Two types of testing which are very important for testing web APPLICATIONS are Performance Testing and SECURITY Testing. The difference between a web application and desktop application, is that web applications are open to the world, with potentially many 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, mostly DDOS, so security testing is also very important to consider when testing web applications.

Two types of testing which are very important for testing web applications are Performance Testing and Security Testing. The difference between a web application and desktop application, is that web applications are open to the world, with potentially many 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, mostly DDOS, so security testing is also very important to consider when testing web applications.



Discussion

No Comment Found