Web Testing Tool for GWT?

I am looking for an open source Test Automation Tool for an application developed using GWT . this tool should allow:

  • Script recording
  • Scripting support (binaries, XML, ..)
  • Integration into the build tool (Ant)

I know that Selenium does this, but I'm not sure if this is the only and best tool to use. If you know other automation automation tools, feel free to suggest them to me. Any help would be appreciated.

+4
source share
3 answers
+5
source

Have you tried GWTTestCase ? Refer Testing Methods Using the Google Web Toolkit for Better Understanding by Google Developers.

+5
source

If you are open to commercial tools, I would recommend Telerik Test Studio . (Disclosure: I am an evangelist for this tool.)

We are very good at creating very convenient written tests, plus you have the opportunity to immerse yourself in the same small or the same code as you need to fill out your test suite. Test Studio also supports load testing. There is also a command line runner, which is an ideal integration point in Ant or any other build system. (We also have our own scheduler, if you prefer.)

In addition, we do an excellent job helping to create reliable tests in situations of dynamic content - AJAX, for example.

+1
source

All Articles