...
The Execution Navigator can be accessed from the top-level "Tests" menu by selecting "Search Test Executions". A screen similar to the Basic view of the Issue Navigator is displayed.
Here, using the drop-downs, you can search for the appropriate set of test executions you are looking for.
You can switch to the Advanced mode by clicking on that button.
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.
For example, if you are looking for all the failed tests in the FIRE ZFJCloud project, you would enter a query that looked like this:
project = FIRE ZFJCloud AND executedStatus = FAIL
Here, project and executedStatus are fields, and FIRE ZFJCloud and FAIL are the values, joined together by the keyword AND
...
The results of a ZQL search are shown in a List View (see above) but can also be seen in a detailed view.
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.
Saving Searches
...
A number of tasks can be performed on these test executions. Selecting one or more tests (or all in the view shown), the following actions are possible:
Status: The execution status can be changed
...
Delete: Test executions can be deleted