Manager 11.4.0 (2023.2) Release Notes

April 3, 2023

We are changing how we version our releases! In the future, our releases will follow a new version convention of <year>.<sequential>.<patch>. For example, Manager 11.4 is now also Manager 2023.2, and our next major release will be Manager 2023.3.

With Manager 11.4 (2023.2), you can try out some of our expanded API calls. These improvements help you query and update your qTest data more efficiently with improvements to our Requirement, Search, and Test Log calls.

New API call for test run requirements

Now, you can view all test runs associated with a requirement using the new
GET /projects/{projectId}/requirements/{requirementId}/test-runs API call.

We also added two new webhooks that notify you when test cases are linked to or unlinked from requirements.

Use these improvements to help manage your test requirements through the API.

Read more in our Swagger.

API updates

Search for test logs by target build and release

We've enhanced the Search API so that you can now search for test logs by target build and target release with the POST /api/v3/projects/{projectId}/search API call.

That means you now have more options to quickly find the exact test log you're looking for.

Read more in our Swagger.

Update test case properties with automation test logs

We've enhanced the Test Log API calls to allow you to update test case properties when you submit automated test run results from the API.

Save a step in your processes by submitting your test case properties at the same time, instead of using a separate API call.

This update applies to the following calls:

  • /api/v3/projects/{projectId}/auto-test-logs
  • /api/v3/projects/{projectId}/test-runs/{testRunId}/auto-test-logs

Please note that this change also affects the Tosca integration. If you have Tosca integrated with qTest, the test case version no longer changes when Tosca executes a linked test run. Now, the version only increases if there is a change in test step values.

Read more in our Swagger.

Bug fixes

Ticket # Component Description
  qTest - Jira Integration When the Requirement link per Test case version setting is turned on, the Jira qTest plugin now correctly links test runs to the requirement they were executed for, instead of the most recently linked requirement.