Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Tool/framework for automated web app testing in Google Chrome browser?

Is an opensource/commercial tool/framework, available for automated web app testing in Google Chrome browser on Windows XP / Vista? ( An alpha/beta Tool is also OK)

Thanks

like image 427
X10 Avatar asked Sep 17 '08 21:09

X10


1 Answers

Selenium supports Chrome pretty much out of the box because it works by injecting javascript in the web page. http://selenium-rc.openqa.org/

Webdriver has an early version of Chrome driver. http://code.google.com/p/webdriver/

Both are open source and works on Windows.

like image 103
Jiayao Yu Avatar answered Oct 06 '22 08:10

Jiayao Yu