Posts tagged as:

automated testing

Automated Testing: Only for Happy Path !!!

by gaurav.vakharia on June 22, 2010

Testing tools facilitate automate repetitive tasks with the use of software in tests execution and comparing actual and predicted outcomes. Automated testing helps in increasing the effectiveness, efficiency and coverage of software testing. Regression testing ensures that system do tasks for all the positive conditions and generate desired outcome. Now question arises does automated testing [...]

{ 1 comment }

Integrating Selenium tests with Hudson CI

by rutvik on February 3, 2010

For most folks the challenge is that their CI system lives in some Unix environment and Selenium tests need to run on a Windows machine.To get this working I did the following
My goal was to
a)Have the test drive and report selenium tests from a single interface
b)Ability to run it on different machines with various browsers
I [...]

{ 11 comments }