Web testing
From Seo Wiki - Search Engine Optimization and Programming Languages
| This article needs additional citations for verification. Please help improve this article by adding reliable references. Unsourced material may be challenged and removed. (November 2008) </td> </tr> </table>
Web testing is the name given to software testing that focuses on web applications, and is one of the fastest growing areas of software testing.[citation needed] Complete web testing of a system before going live is the primary step to get assured of an entire web application’s ability to work properly. It can help address such issues like readiness of your web server for the traffic you are expecting and for the increasing number of users (Load testing), the ability to survive a massive spike in user traffic, your server hardware sufficiency and so on. After performing web tests you’ll be able to find bottlenecks in your systems before they happen in a production environment.[citation needed] Neglecting performance problems can lead not only to poor end-user experience, but even application crashes. Many bugs won't be discovered by testing the system as a single user during the development process, and can only be found when the system is placed under load.[citation needed]
[edit] Web Security TestingWeb security testing tells us whether Web based applications requirements are met when they are subjected to malicious input data.[1] [edit] Open Source Web Application Testing Tools
[edit] Windows based Web Application Testing Tools[edit] Testing the User Interface of Web applicationsSome frameworks give a toolbox for testing Web applications. Consult the table of comparison of Web Testing tools [edit] References
[edit] Further reading
|