Here are some web pages on Software Testing. Hope you will enjoy the blogosphere on Software Testing. Comment below If you know more web pages on testing.
Reader Tips: 14 Aug 2007
Posted In | software testing links
Passion for Testing, Passion for Quality!
Posted In | software testing links
Here are some web pages on Software Testing. Hope you will enjoy the blogosphere on Software Testing. Comment below If you know more web pages on testing.
5 comments ↓
good collection
what is SQL injection?
@Lavanya
SQL injection is a technique used to take advantage of non-validated input vulnerabilities to pass SQL commands through a Web application for execution by a backend database. Attackers take advantage of the fact that programmers often chain together SQL commands with user-provided parameters, and can therefore embed SQL commands inside these parameters. The result is that the attacker can execute arbitrary SQL queries and/or commands on the backend database server through the Web application.
Hi,
I need information on Backend Database Testing.
i,e exactly what are tested in backend.
I want to know all the possible test cases which come under tesing for SQl injection(security point of view) of a web application .
Leave a Comment