[gwt-contrib] Re: First pass of E2eGWTTestCase, an experimental feature for end-to-end testing GWT applications (issue1043801)

2010-11-19 Thread kjin
http://gwt-code-reviews.appspot.com/1043801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: First pass of E2eGWTTestCase, an experimental feature for end-to-end testing GWT applications (issue1043801)

2010-11-09 Thread kjin
will create RFC in Wave soon. http://gwt-code-reviews.appspot.com/1043801/diff/1/4 File dev/core/src/com/google/gwt/dev/cfg/SyntheticModuleDef.java (right): http://gwt-code-reviews.appspot.com/1043801/diff/1/4#newcode50 dev/core/src/com/google/gwt/dev/cfg/SyntheticModuleDef.java:50: public

[gwt-contrib] Re: First pass of E2eGWTTestCase, an experimental feature for end-to-end testing GWT applications (issue1043801)

2010-11-08 Thread jat
In general, not too bad. However: 1) the comment above is a rationale, but not a design doc. Please write a design doc that explains how this solves the problem not just why it is needed. Not being terribly familar with the JUnit infrastructure, it took me a while to mostly figure out how it

[gwt-contrib] Re: First pass of E2eGWTTestCase, an experimental feature for end-to-end testing GWT applications (issue1043801)

2010-10-27 Thread kjin
The new E2eGWTTestCase enables application developers to write end-to-end tests in a way that is similar to GWTTestCase, instead of relying on tools written for JS, e.g. Selenium or WebDriver. Why is GWTTestCase insufficient for end-to-end testing? The main reasons are: a) GWTTestCase does not