Web testing
Please help develop and classify this resource
Learn how you can develop this resource to teach participants about Web testing. Choose a subject, education level, and resource type to classify the resource by. You may learn more about the topic to help you develop and classify the resource from: |
Testing web applications is more specific field in software testing. This is differentiated from the testing of client-server application on the following grounds.
- Web applications have a browser
Vulnerabilities in web applications
[edit | edit source]SQL Injection
[edit | edit source]SQL injection is a code injection technique that exploits a security vulnerability occurring in the database layer of an application. The vulnerability is present when user input is either incorrectly filtered for string literal escape characters embedded in SQL statements or user input is not strongly typed and thereby unexpectedly executed. It is an instance of a more general class of vulnerabilities that can occur whenever one programming or scripting language is embedded inside another. SQL injection attacks are also known as SQL insertion attacks. In other words, the application is forced to run SQL code that was not intended. If the application is creating SQL strings without consideration, the application manipulated data beyond secrecy and requirement.
Cross Site Scripting
[edit | edit source]Tools for Web Testing
[edit | edit source]Broken Link Checking Tools
[edit | edit source]This tool helps in finding the broken links in the complex e-commerce websites where there is good possiblity of human error checking the links manually.