Forum Discussion

engr_nica's avatar
engr_nica
Frequent Visitor
9 years ago

Customize Data Export Test Suite template to include Test Properties as .xml?

I would like to export test properties in Test Suite Results via Data Export option to .xml. See below that Test Properties is missing. How can I edit it? Can you give me the jrxml code?

 

-<testSuiteResults>
-<testCase>

<startTime>22:30:55</startTime>

<status>FINISHED</status>

<testCaseId>0a12345-88d8-3269-b1e8-e8328d2f8cc8</testCaseId>

<testCaseName>GET</testCaseName>

<timeTaken>20374</timeTaken>
-<testStepResults>
-<result>

<message>Step 1 [GET_Authenticate_Token] OK: took 17655 ms</message>

<name>GET_Authenticate_Token</name>

<order>2</order>

<started>22:30:55.227</started>

<status>OK</status>

<timeTaken>17655</timeTaken>

</result>

</testStepResults>

<failedTestSteps/>

</testCase>