Versions Compared

Key

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

...

TestNG XML reportTest in Jira

"name" attribute of <test-method> element

Summary field

"name" attribute of <class> element + "." + "name" attribute of <test-method> element

Generic Test Definition custom field
groupslabels
"labels" attribute under the <attributes> tag, within some <test-method>, containing one or more labels delimited by space
labels
"test" attribute under the <attributes> tag, within some <test-method>, containing a Jira key of the Test issue
identification of Test issue key in Jira
"requirement" attribute under the <attributes> tag, within some <test-method>, containing one a Jira key of requirement(s)link to requirement(s)


Notes:

  • a single linked requirement may be identified by setting an attribute named "requirement" with the respective issue key at the Test method level, using the ITestResult object";
  • the Test to report results against to may be identified by using and attribute named "test";
    • if the "Test" attribute is used explicitly, then the Test must exist or else it will not be imported.

...