What is the best web testing tool for GWT?

I'm interested in automatically testing GWT applications. I know that not all automated web testing tools can handle dynamic AJAX web frames such as GWT. Anyone with a positive experience here?

+3
source share
1 answer

Have you tried GwtUnitTest ?

I know this is not a black box check, but it allows ajax testing.

I am also implementing ajax tests with TestComplete . But developing these test cases is complicated.

0
source

All Articles