ページを選択

Integrate with BugTracker.NET

This topic explains how to integrate TestRail with BugTracker.NET. There are currently two ways to integrate TestRail with BugTracker.NET, namely:

    • Using Defect URLs to link test results to BugTracker.NET
    • Using Reference URLs to link test cases to BugTracker.NET

You don’t have to use all listed integration options and you can mix and match the integration with other tools. Configuring the integration usually only takes a few minutes. This guide explains how to configure the integration and how it works.

Defect URLs

The defect URLs are used to let TestRail know how to access your BugTracker.NET instance. Once the URLs have been configured, a new Add link appears next to the Defects field in the Add Test Result dialog. This link allows you to jump to BugTracker.NET’s New Case form to report a new bug. Additionally, entered issue IDs are linked to your BugTracker.NET instance to make it easier to track the status of your issues.

To configure BugTracker.NET’s URLs in TestRail, select Administration > Integration. You can alternatively enter separate bug tracker URLs for each project under Administration > Projects.

Use the following example URLs to configure the addresses:

BugTracker.NET installation
Defect View Url: http://your-server/btnet/edit_bug.aspx?id=%id%
Defect Add Url:  http://your-server/btnet/edit_bug.aspx

Please make sure to replace the value of <your-server> with the actual value.

Reference URLs

The reference URLs are used to link test cases to issues stored in BugTracker.NET via the References field. Once the URLs have been configured, issue IDs entered in the References field are linked to your BugTracker.NET instance to make it easier to jump to related issues, feature specifications or requirements.

To configure BugTracker.NET’s URLs for the References field, select Administration > Integration. You can alternatively enter separate reference URLs for each project under Administration > Projects.

Use the following example URLs to integrate TestRail with BugTracker.NET:

BugTracker.NET installation
Reference View Url: http://your-server/btnet/edit_bug.aspx?id=%id%
Reference Add Url:  http://your-server/btnet/edit_bug.aspx

Please make sure to replace the value of <your-server> with the actual value.