Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

GWT UI testing tool

Can anybody suggest a good tool to test GWT UI. What is the opinion about using Selenium & Webdriver ? Any pointers and suggestions are welcome.

Thanks, SD

like image 555
user184794 Avatar asked Dec 16 '25 14:12

user184794


1 Answers

Google themselves have an excellent article describing when and how to apply different testing strategies to GWT apps. The basic idea is to use unit-testing whenever you are testing business logic, but to use Selenium for specific end-to-end tests where you want to simulate user interaction.

like image 127
ire_and_curses Avatar answered Dec 19 '25 07:12

ire_and_curses



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!