Manager 10.2.0-2 Release Notes

November 19, 2020

GET Project API improvement

The GET Project API is improved to allow users to define pagination. Additionally, a paging link in the Header of the responses is included when pagination (page and pageSize) are defined.

Parameter Required

Description

pageSize N

To define how many projects each page returns.

By default, if pagination is not specified in the request, the response only includes the first 100 objects.

You can specify custom number (up to 999) for this parameter

page N

To define which page will be returned.

By default, the first page returns but you can specify any page number to retrieve objects.

Search bar added to Project list

A Search bar has been added to the Project list drop-down to help you locate Projects quicker. Starred Projects, if matched with the keyword, display at the top of the search results list.

Add custom HTTP headers for outbound requests from qTest to Tosca

You can now specify custom HTTP headers and values at the site level for all outbound requests from qTest to Tosca using the new Outbound Request Properties section on the Security screen. These headers and values can be used to include specific information in outbound requests from qTest to Tosca.

To add a new header, click Add Custom Header. A new row appears in the headers table, where you can enter a header name in the Header column and a corresponding value in the Value column. Click Save to save the new header. To delete a header, click the Delete icon in the Action column.

Sub-objects deleted in Tosca use new icons in qTest tree panel

Sub-objects that have been deleted in Tosca are now converted back to qTest objects and displayed using new icons in qTest. When these sub-objects are deleted in Tosca, all linked Tosca data is removed from the sub-objects. Previously, if these sub-objects were deleted in Tosca, they were only removed from the tree panel and recycle bin in qTest.

Following are the sub-objects that are converted and the corresponding qTest objects that they are converted to.

  • ExecutionLists are converted to Test Cycles

  • ExecutionEntryFolders are converted to Test Cycles

  • ExecutionEntries are converted to Test Runs

In addition, a new set of icons has been added to clearly indicate the Tosca sub-objects that have been deleted. The following icons now appear in the tree panel for sub-objects that have been deleted in Tosca.

New icon Sub-object
ExecutionEntry (unexecuted)
ExecutionListFolder
ExecutionEntry (unlinked)
TestEvent (linked)
TestEvent (unlinked)

Endpoint changed for Import TestEvent API

The endpoint has been changed for the Import TestEvent API. Previously, the Import TestEvent API was:

POST {qtesturl}/api/v3.1/projects/{projectid}/tosca/import/test-event

The Import TestEvent API is now:

POST {qtesturl}/api/v3/projects/{projectid}/tosca/import/test-event-with-deletion

Bug fixes

Ticket # Component

Description

N/A Jira Integration The scope of a sprint release was not synced to qTest when using auto-sync/retrieve a sprint to qTest. This has been fixed.
INC0271522 Test Execution While exporting the Test Run reports from the Test Execution section, if the user selected Test Execution and Defect report, it was only giving the first Test Run in the Excel files for some of the Test Suite. This has been fixed.
INC0266448, INC0267925 Project Settings Users were experiencing issues when editing a combo box with more than 100 values where it reset or refreshed unexpectedly. This has been fixed.
INC0274031 Jira Integration In the Chrome browser, it is showing "There has been a newer version of qTest for JIRA Server - Test Management add-on. Please ask your administrator to upgrade it on your JIRA instance." This issue is due to an update from Chrome and a workaround has been implemented.
INC0254213 Test Log The Planned/Actual Times were not updating correctly through the Edit Test Log function and were saving as decimals instead of whole numbers. This has been fixed.
INC0270874 Defects When trying to change the Root Cause of an internal defect, the History of Defect fields were not tracking correctly. This has been fixed.