Versions Compared

Key

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

Users will receive an email notification containing test run details as soon as the import process is completed.

The automation API also returns the Test Run key that is generated or reused for uploading the results.

Code Block
{
  "testRunURL": "{{JIRA Base URL}}/browse/JQ-1", 
 "testRunKey": "JQ-1"    
}


Follow the Test Run key URL to track the status of your automation upload.

  • If Test Run workflow status is,
    • In Progress : This means the upload of test results is still in progress.
    • Any Jira workflow status : Either automation is completed or Failed.
      • If it is completed successfully then you can see the Test assets linked to Test Run. 
      • In case of failure the error will be shown under automation summary.txt file. If this file is not attached then enable this option from QMetry menu > Configuration .

Execution Results in QMetry Test Manager for JIRA

You can view the automation results of test cases and test scenarios on Test  Run Execution Screen as shown here.



Click the automation icon to view automation details for the specific test scenario/test case.

...