"Testing Plan Lite" for web project

Posted by Emmmmm on Programmers See other posts from Programmers or by Emmmmm
Published on 2011-01-16T00:05:08Z Indexed on 2011/01/16 0:59 UTC
Read the original article Hit count: 179

How do you draft a quick & easy "Testing Plan Lite" for a medium-sized web project (70k lines, 2 developers)?

I've seen many tutorials/articles on methods of testing, but all seem cumbersome. For us, the goal is to be able to be able to divide up and delegate testing instructions to our friends for different project segments, browsers, etc.

What's the quick & easy way to write test plans for web apps? (the 20 of the 20/80 rule)

Thanks!

© Programmers or respective owner

Related posts about web-development

Related posts about best-practices