GwtTest is good for testing UI-specific code in JavaScript. If you find yourself using GwtTest for testing non-ui client-side logic you may not have a clear View/Presenter separation. Separating the View and the Presenter allows for more modular, more easily tested code with shorter test times. Read more about testing GWT Without GWT test at
Google Testing Blog: TotT: Testing GWT without GwtTest
Advertisements
Related Posts by Categories
No comments:
Post a Comment