Vi+ wrote: > Noah Kantrowitz wrote: > > Vi+ wrote: > > >>> Could Trac community share thoughts/ideas how it's possible to organize > > >>> proper (1) requirements, (2) resources, and > > >> We use TracTags for both of these. > > > > > > I like Trac's tags as well, but ... as for me they are more for fun, > > > than for serious software development process!.. > > > > Not sure why you think that. Data tagging is just an organizational > > tool, what you use it for is up to you. > > > > >> (3) software testing > > >>> management under Trac, please? > > >> Bitten is a CI framework that integrates into Trac nicely. We use it to > > >> run our unit tests. > > > > > > How about seemless integration automatic testing into Trac - any > > > experience? > > > > This is exactly what we do. The project is written in Python, so we are > > using PyUnit (which Bitten supports nicely). > > Sorry, it's clear about unit testing, but I'm talking about using some > mature automated testing tool(s) together with Trac, like Apache's > JMeter or Mercury's WinRunner... > > Or, who knows how to manage Selenium under Trac?
I believe those are all GUI-based tools, so running them in a Continuous Integration system will probably be a bit tricky. If there's a way to call them on the command line so that they simple run and exit you may be able to integrate them with Bitten, but I don't know what's supported by those tools. There are also some solutions for integrating Trac with Cruise Control, a Java Continuous Integration system. I believe there's a separate plugin for this, but there's also Buildix which is a pre-built Trac setup with Cruise Control integration available as a bootable CD, or a VMWare image: http://buildix.thoughtworks.com/ -- Matt Good --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---
