Reader Tips: 14 Aug 2007

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



  • Related Posts:

  • Software Testing Help: Best software testing articles of 2007
  • Best software testing articles of 2008
  • How to find a bug in application? Tips and Tricks
  • Software Testing Help crossed 4000 subscriber count. Thanks to everyone
  • Privacy Policy
  • 5 comments ↓

    #1 testerqa on 08.15.07 at 3:35 am

    good collection

    #2 lavanya on 09.17.07 at 8:28 am

    what is SQL injection?

    #3 zakir on 11.23.07 at 11:19 am

    @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.

    #4 Kalpa on 03.26.08 at 10:35 am

    Hi,
    I need information on Backend Database Testing.
    i,e exactly what are tested in backend.

    #5 yogini on 11.10.08 at 10:00 am

    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