Archive for June, 2006
Automated Testing Tools List
Written by meena on June 28, 2006 – 3:42 pmPosted in Miscellaneous | No Comments »
TestGen4Web - Firefox Extension
Written by meena on June 28, 2006 – 3:37 pmTestGen4Web 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.
Posted in Functional Testing | No Comments »
What is Test Driven Development?
Written by meena on June 23, 2006 – 11:22 amMost 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.
Posted in Miscellaneous | No Comments »