What would be the best way to display information about the test-plans associated with a given test-execution using the Xporter addon?
I can check the test-executions associated with a test-plan:
#{
for
testExecutions}
${TestExecution[n].Key}
${TestExecution[n].Summary}
${TestExecution[n].Description}
#{
for
i=TestExecution[n].TestRunsCount}
${TestExecution[n].TestRuns[i].Executed By}
${TestExecution[n].TestRuns[i].PreCondition.Key}
.......
#{end}
#{end}
and the test-plans associated with a test:
#{
for
testPlans}
${TestPlans[n].Key}
${TestPlans[n].Summary}
${TestPlans[n].Description}
#{end}
but not the test-plans associated with a test-execution.
Is this supported?
Hi João,
It should be possible using:
If you have more questions feel free to ask.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.