Latest Posts »
Latest Comments »
Popular Posts »

Automated Testing Tools List

Written by meena on June 28, 2006 – 3:42 pm

Here is a very extensive list of Testing Tools from SQAtest website.


Posted in Miscellaneous | No Comments »

TestGen4Web - Firefox Extension

Written by meena on June 28, 2006 – 3:37 pm

TestGen4Web is an addon extension to Firefox that allows recording of sequence of actions performed on a webpage and replay of those actions just like an automated funtional testing tool. Take a look at this very useful extension over here.

Save the recording to an xml file, also replay the saved recording. The output of the recorder can also be translated into automatic testing scripts such as httpunit, selenium, simple-test etc.

How does it work?


Posted in
Functional Testing | No Comments »

What is Test Driven Development?

Written by meena on June 23, 2006 – 11:22 am

Most of us prefer not to read a long elaborate lecture on stuff (especially theory) but this cheatsheet gives a practical picture of what “Test Driven Development” concept really means in a few words. It lists some of the do’s and don’ts of Test Driven Development.

Test Driven Development Quick Reference Guide


Posted in
Miscellaneous | No Comments »