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}
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!
Check here the code that can be used to export the Actual Results information.
Best Regards,
Team Xporter
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.