Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The Execution Navigator can be accessed from the top-level "Tests" menu by selecting "Search Test Executions". A screen similar to the Advanced view of the Issue Navigator is displayed.

Image RemovedImage Added

The Search box allows you to enter your search queries that are in the new Zephyr Query Language (ZQL). ZQL is a simple structured query language that allows you to string together the right fields to search on with values, using the appropriate operators and keywords. The search box allows auto-completion making it really easy to construct a query. With the cursor in the search box, select the spacebar on your keyboard to be shown a list of fields, operators, keywords and values.

...

Here, project and executedStatus are fields, and ironclad and fail are the values, joined together by the keyword AND

Users can search test executions via custom fields. This is used using ZQL as well.

  • The keyword when searching for a defined custom field is ZCF
  • For example:
    • If you have a custom checkbox with the header called “Custom Status” and one of the options is “Finished?” and you want to search for test executions that are “Finished?”, use the following
      • Custom Status = “Finished?”


Please refer to the ZQL Reference page for a list of all possible fields, operators and keywords.

...

The results of a ZQL search are shown in a List View (see above) but can also be seen in a detailed view.

Image RemovedImage Added

Selecting the Detail View displays the search results in two sections - the left shows the list of executions and on selecting it, the right section shows the details of that test execution. A test can be executed from this detailed view.

Image RemovedImage Added

Customizing Columns

The List view of a resulting search has a number of columns of data. Columns can be selected or deselected and can be reordered by clicking on the "Columns" button in the upper right. Drag the gripper at the left of a column name to move it up and down. When done, the columns will be reorderedImage Removed.

Users can display the custom fields defined for the test executions by simply selecting the custom field within the column section. The custom fields for a test execution are normally at the bottom.

Image Added

Saving Searches

...

Associate Defect(s): One or more existing defects can be associated to the selected test(s)

Assign Executions: The selected test(s) can be bulk assigned to users in the system.

Custom Field(s): The custom field(s) can be bulk edited and changed to different values when selecting on a project or global custom field level.

Export: Test executions can now be exported in a variety of formats: XML, RSS, HTML, CSV and Excel.