Web automation tool

hi to all,

I working in an company where there have more than 40 website. I need a tool which will help me to automat to test all the forms in all the website. Please can any one tell me is there any tool .......

[228 byte] By [DeepakJose] at [2008-2-2]
# 1

Deepak:

I know there are others, but here are a couple I have used:

=> Microsoft VSTS, testers edition. http://msdn2.microsoft.com/en-us/teamsystem/aa718823.aspx. The web test portion is ok, it has a nice recorder. The load test portion is nice. The results recording and reporting is nice as well.

=> Canoo Webtest. http://webtest.canoo.com/webtest/manual/WebTestHome.html. This product uses tests written in XML, the product is written in Java. Pretty easy to use, the reporting is nice.

=> Watir. http://www.openqa.org/watir/. A framework for driving Internet Explorer using the Ruby language. Very powerful and extensible assuming you don't mind some basic coding in Ruby. There is a version for Firefox as well. http://wiki.openqa.org/display/WTR/FireWatir+-+WATiR+for+FireFox.

Hope this helps,

Scott

ScottS at 2007-10-3 > top of Msdn Tech,Software Engineering Discussion,Software Testing Discussion...
# 2

There is also WatiN http://watin.scourceforge.net

Regards,

Bruce

BruceMcLeod at 2007-10-3 > top of Msdn Tech,Software Engineering Discussion,Software Testing Discussion...
# 3
don't forget about systin Smile

http://sourceforge.net/projects/systin It adds a layer of abstraction so that tests can run closer to the requirement level.

JerradAnderson at 2007-10-3 > top of Msdn Tech,Software Engineering Discussion,Software Testing Discussion...
# 4

Hello,

I think the success of Automation lies in the approach you adopt. Waitir , Silk or for that matter any good tool will be usefull if you sit and analyse your expectation from the automation, and proceed with a structure way for automation i.e frame work.

Thanks

Ashish Maheshwari.

AshishMaheshwari at 2007-10-3 > top of Msdn Tech,Software Engineering Discussion,Software Testing Discussion...
# 5

Also the free web recording interface from irobotsoft.com. It drives an Internet Explorer for web automation and you can customize it.

robin.C at 2007-10-3 > top of Msdn Tech,Software Engineering Discussion,Software Testing Discussion...