What is the best approach for unit testing/integration testing GXT code?
Posted
by Arizonahockey
on Stack Overflow
See other posts from Stack Overflow
or by Arizonahockey
Published on 2010-06-03T12:48:42Z
Indexed on
2010/06/06
10:22 UTC
Read the original article
Hit count: 397
I have been tasked to setup a continuous integration environment for a GXT 2.1.1 and GWT 2.0.1 environment. Unfortunately I am new to AJAX and Web Services and have little idea how to setup unit tests in the browser environment. Unit tests for the server backend I already have done, since I am a pro at that. GXT is not quite pure GWT which provides some unit testing structure. If anyone has a good starting point...
© Stack Overflow or respective owner