On Mon, 2006-09-18 at 12:05 +0200, Lars Stavholm wrote: > As a side note: any advice on web testing tools? > > I'm trying to confirm whether the Trac/Subversion/mod_python > workaround is working or not with svn 1.4, swig 1.3.27, and trac 0.9.6. > > Since the problem is intermittent and not easily reproducible, > I thought I might use some web testing framework. >
We've had good results with Selenium_, but that might be a bit heavy for your needs. I imagine that twill_ would do just nicely -- it's light, it's easy and it's Python. (disclaimer: I've heard plenty of nice things about twill, but haven't used it myself) .. _Selenium: http://www.openqa.org/selenium .. _twill: http://twill.idyll.org/ -- Rob Hunter --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" 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/trac-users -~----------~----~----~----~------~----~------~--~---
