I have used selenium with a python driver for the cases where I needed to have full stack tests. Recently some people have successfully used PhantomJS for that too, but I have never tried it so I cannot tell you if it would be better or worse than Selenium.
On Sun, Oct 21, 2012 at 10:38 PM, Kyle Hornberger <[email protected]> wrote: > Hi, > > I've been working with Turbogears for a short while, but have a persisting > problem and I'm hoping someone else might have some insight. > Long story short, I don't know how to get comprehensive enough test coverage > on a Turbogears app. > > A fairly large amount of my logic is contained in page javascript as opposed > to in the controllers/forms/widgets/validators, but the controllers > eventually dictate submissions to a webservice that actually performs the > important database operations. > So far, I've been doing some unit tests for python with nose, and unit tests > for the javascript with qunit, but I'd like to have a way to do some > integration tests between the two. Are there other frameworks out there that > can both simulate the browser environment and connect to the Turbogears > controller methods? > > Thanks! > > -- > You received this message because you are subscribed to the Google Groups > "TurboGears" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/turbogears/-/p3PXm7qmq_gJ. > 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/turbogears?hl=en. -- You received this message because you are subscribed to the Google Groups "TurboGears" group. 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/turbogears?hl=en.

