TestRail API

TestRail REST API provides access to test cases, test runs, test plans, and results. Teams use TestRail to formally document acceptance criteria as test cases with preconditions, expected results, and step-by-step validation criteria that map directly to user stories.

API entry from apis.yml

apis.yml Raw ↑
aid: acceptance-criteria:testrail-api
name: TestRail API
description: TestRail REST API provides access to test cases, test runs, test plans, and results. Teams
  use TestRail to formally document acceptance criteria as test cases with preconditions, expected results,
  and step-by-step validation criteria that map directly to user stories.
humanURL: https://support.testrail.com/hc/en-us/articles/7077792415124-Introduction-to-the-TestRail-API
baseURL: https://your-instance.testrail.io/index.php?/api/v2
tags:
- Test Cases
- Test Management
- Quality Assurance
- Requirements
properties:
- url: https://support.testrail.com/hc/en-us/articles/7077792415124-Introduction-to-the-TestRail-API
  type: Documentation
- url: https://support.testrail.com/hc/en-us/articles/7077792415124-Introduction-to-the-TestRail-API#authentication
  type: Authentication