What is your "generic" web application testing plan ?

Posted by mathieu on Stack Overflow See other posts from Stack Overflow or by mathieu
Published on 2008-10-09T13:53:57Z Indexed on 2010/06/08 9:02 UTC
Read the original article Hit count: 186

Like, testing for :

  • invalid inputs (strings containing "'"s)
  • giving random id's in url parameters to access "unauthorized" pages
  • prevent sql injection
  • ...

© Stack Overflow or respective owner

Related posts about web-development

Related posts about language-agnostic