1

Does anyone know of a good replacement to Watij which will allow automated tests to be written in Java? It looks like the Watij library isn't being developed anymore.

John Sonmez
  • 7,128
  • 5
  • 37
  • 56

3 Answers3

2

You could take a look at this list. I'm not sure if any is a direct replacement and works exactly like Watij, but it might give you some other options:

http://java-source.net/open-source/web-testing-tools

And you might find some options might be better than before (e.g. Selenium)

digiarnie
  • 22,305
  • 31
  • 78
  • 126
1

Selenium is a really good option.

James
  • 5,622
  • 9
  • 34
  • 42
0

On their website you can see that they have come up with replacement as "webspec "framework. It is easier to use than watij.

Pankaj Sejwal
  • 1,605
  • 1
  • 18
  • 27