Reader Tips: 14 Aug 2007
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.
James Bach - The consulting software Tester
Michael Bolton - Blog on Software Testing and Quality observations
Matt Heusser - Thoughts on life, Software development and Testing
Shrini Kulkarni - A Thinking Tester
Pradeep Soundarajan - Critical thoughts on Software Testing
Erkan Yilmaz - Good stories worth to read
Jeff Fry - Thoughts on the craft of software testing
Jonathan Kohl - Software Investigator
Cem Kaner - Blog on craft and community of software testing
Elisabeth Hendrickson - Agile Testing Guru
Debasis Pradhan - The bug hunter
Rahul Verma - Testing Perspective
Michael Hunter - The guy making developers cry since 1995
Scott Barber Better Testing, Better results
4 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.
Leave a Comment