Hi all,
Does anyone have advice on testing SmartGWT applications? Unfortunately, SOASTA is off the table where I work, given the investment (time and training) they have already made in various other testing tools. I have read here that some selenium support is upcoming, and I will definitely take advantage of that. I have already had limited success in testing using the JavascriptExecutor to directly invoke code in the browser in selenium unit tests, but these are rather complex to set up, and this type of hand written "integration-unit" testing tends to get quite expensive to maintain over time.
I have not seen many other posts here related to pure "unit" testing, so I'm looking for advice on what unit testing framework(s) to use, and how to best organize smartGWT code such that it is easy to test. GWTTestCase seems like a non-starter, but I'd love to hear how to use it in this mix.
Thanks!
Does anyone have advice on testing SmartGWT applications? Unfortunately, SOASTA is off the table where I work, given the investment (time and training) they have already made in various other testing tools. I have read here that some selenium support is upcoming, and I will definitely take advantage of that. I have already had limited success in testing using the JavascriptExecutor to directly invoke code in the browser in selenium unit tests, but these are rather complex to set up, and this type of hand written "integration-unit" testing tends to get quite expensive to maintain over time.
I have not seen many other posts here related to pure "unit" testing, so I'm looking for advice on what unit testing framework(s) to use, and how to best organize smartGWT code such that it is easy to test. GWTTestCase seems like a non-starter, but I'd love to hear how to use it in this mix.
Thanks!
Comment