On May 28, 10:39 am, Sumit Somani <sumitsom...@google.com> wrote:
> I am an engineering intern and want to write a test for a class which
> makes a Async Request to the server How do I juct mock it up or use
> some pre-built library. Please provide advise on resources

Some pointers:
Actually making the calls:
http://code.google.com/webtoolkit/doc/latest/DevGuideTesting.html#DevGuideAsynchronousTesting
Mocking the service so you can test the calling code:
http://code.google.com/webtoolkit/articles/testing_methodologies_using_gwt.html
http://googletesting.blogspot.com/2009/08/tott-testing-gwt-without-gwttest.html
http://googletesting.blogspot.com/2009/02/with-all-sport-drug-scandals-of-late.html
http://googletesting.blogspot.com/2008/06/taming-beast-aka-how-to-test-ajax.html
http://googletesting.blogspot.com/2008/08/taming-beast.html

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to