Testuff with Trac

Trac website

How does Testuff integrate with Trac?

Although Testuff is a hosted service it can automatically send every reported defect to your Trac account. You can run your manual tests with Testuff and continue to use Trac for bug tracking.

The integration is done by the desktop client. Therefore, it should work also if you host Trac on an internal server. Our server doesn't need to access your bug tracker server and you don't need to change anything in your security or firewall configuration to make it work.

How do I configure Trac with Testuff?

Trac configuration Trac user configuration
  1. In Testuff, go to Settings > Bug Tracker.
  2. Choose Trac from the bug trackers combo box.
  3. Fill in the Trac server address in the URL field. This should be the Trac URL, omitting any filenames that may appear after the last slash.
  4. Click the Set my Trac user link and input your Trac username and password. Defects opened by you in Testuff will be submitted to Trac using these credentials.
  5. You may click the Create a sample bug report link to make sure Testuff can create bug reports in Trac. If all goes well the new bug report should be displayed.
  6. Don't forget to click OK to save the settings.

Trac integration doesn't work, what should I do?

You should try the Trac XmlRpc selection. You will need to install XmlRpcPlugin and give the user the XML_RPC permission. This configuration is suitable for heavily modified Trac themes and installations with AccountManagerPlugin installed.


top of page