PC/Windows equivalent of "Fake"

184 views Asked by At

Doing some web testing and need a way to fill out forms automatically without much user interference. For OSX there is Fake (FakeApp.com) but is there an equivalent for Windows systems that are not Firefox/Chrome extensions?

2

There are 2 answers

1
KeithS On

Selenium RC? It's a UI scripting host commonly used for exactly what you want to do; automated UI testing of websites. It's browser-independent; just needs JavaScript enabled.

1
Chris On

Google's toolbar has autofill. Although that might fall under your category of extensions.