Question

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.

Was it helpful?

Solution

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)

OTHER TIPS

Selenium is a really good option.

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top