Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to include new option available as "Actual Result" in Xporter Test Execution Report?

Smart submit
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
April 8, 2020

How can we export the Actual Result field from Test Run Steps in Xporter Test Execution Report?

currently it's not capturing Actual result with below code

${TestRuns[n].TestSteps[r].ActualResult|wiki=true}

2 answers

2 votes
Anette Unger June 29, 2022

I have found the mistake!

It needs an BLANK between Actual & Result

"${TestRuns[n].TestSteps[r].Actual Result}"

It is absolutly unlogical, because there is never a Blank in the other Coding!

BLANK.jpg

0 votes
José Domingues _Xray_
Atlassian Partner
July 16, 2020

Hi @Smart submit

Check here the code that can be used to export the Actual Results information.

Best Regards,

Team Xporter

Anette Unger June 28, 2022

no more question - found the mistake - see in the top

Suggest an answer

Log in or Sign up to answer