We use GAE to run TEAMMATES (an online peer review/feedback system for students) <http://teammatesv4.appspot.com> Since it is a live app that is updated weekly, automated testing of the UI is vital part of our app. We use Selenium Web Driver for that purpose. It can simulate user actions on a web page and verify page content against expected content. More info about our app can be found in the Developer Manual link in our Developer website <http://teammatespes.googlecode.com>. -Damith <http://damith.info>
On Thursday, January 3, 2013 7:02:26 AM UTC+8, Johan Euphrosine (Google) wrote: > > Hi Nishant, > > I would recommend to watch [App Engine Hangout - chat with an App Engine > Software Engineer in Test][1]. > Where Robert and Daniel describe the various strategy for testing App > Engine applications. > > Hope that helps. > > [1]: https://developers.google.com/live/shows/9986010/ > > > On Tue, Jan 1, 2013 at 9:01 PM, Nishant Nawarkhede > <[email protected]<javascript:> > > wrote: > >> Hello Everyone, >> >> I have developed an application in google app engine, i want to write >> test script to do automatic testing of forms like , >> Which tool can be used for testing ? Any example ? >> >> >> <https://lh4.googleusercontent.com/-4hO4Dr4ebi4/UOO-1hMKOyI/AAAAAAAAAAc/tcJIvxkr4LM/s1600/screenshot.png> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Google App Engine" group. >> To view this discussion on the web visit >> https://groups.google.com/d/msg/google-appengine/-/ofD9KtjL3hcJ. >> To post to this group, send email to >> [email protected]<javascript:> >> . >> To unsubscribe from this group, send email to >> [email protected] <javascript:>. >> For more options, visit this group at >> http://groups.google.com/group/google-appengine?hl=en. >> > > > > -- > Johan Euphrosine (proppy) > Developer Programs Engineer > Google Developer Relations > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/btfPut5HqK4J. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
