I am preparing a RTM document, wanted to understand how can I read Test Execution Set from a Story.
I'm able to read Test Case thru below code and its final status but wanted to read Test Execution Set and associated defects also.
#{for j=LinksCount}
#{if (%{'${Links[j].LinkType}'.equals('is tested by')})}
${Links[j].Key} - ${Links[j].TestStatus}
#{end}
#{end}