Hi Itamar, a few months ago, I have tried out Selenium, see http://seleniumhq.org/ for our Java-based web application. Afaik it supports also Python.
The good thing about Selenium is that it tests the complete web application for different browsers. It also can handle difficult pages (we use iframes, dojo toolkit and quite a lot of JavaScript). The bad thing (as it was in August 2011) is that it is not always reliable. Meaning that sometimes the test was not successful, because of asynchronous calls; furthermore it run good at my PC with Win7 & eclipse, but it could not run on my collegues PC running WinXP & eclipse. Best regards, Franz On 8 Nov., 08:09, Itamar O <[email protected]> wrote: > Hi, > > While working on the CkEditor Integration plugin I have realized I was > doing manual visual testing of the function that converts from HTML to > TracWiki syntax. > I am far from being a JavaScript developer, so I turn to you, and could not > find a relevant example in Trac core. What would be the recommended method > to replace my manual labor with automated unit tests? > > - Itamar. -- You received this message because you are subscribed to the Google Groups "Trac Development" 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-dev?hl=en.
