7

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

Kara
  • 6,115
  • 16
  • 50
  • 57
X10
  • 17,155
  • 7
  • 30
  • 28

3 Answers3

8

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.

Jiayao Yu
  • 808
  • 1
  • 7
  • 14
0

I found a tool called QA Agent (http://qaagent.com). This is a web based IDE where you can develop your tests using jQuery and javascript. Currently it supports only Chrome so may be it will be a good choice for you. And of course it is free.

Angel Tsvetkov
  • 401
  • 2
  • 9
-1

For those who are not developers you could try FRET for automated web testing with Chrome. It's still in beta and even though it states that no programming is needed a basic understanding of HTML / CSS etc. is recommended.

Doena
  • 315
  • 4
  • 20