Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X
Hi,
I'm creating a recipe based on a test session.
I would like to see for each item (test case) in the linked test suite, its tests result. There is a possibility that a test case has more than on test result. That's why I try to make a filter on the test session ID but it doesn't work.
I used this instruction :
<%begintestresultitemdetailL2%><%filter%>(test result[Test Session] =<%<%builtin ID%>%> )<%endfilter%>
where <%<%builtin ID%>%> refers to the test session ID.
Could someone please tell me how should I whrite my filter parameter in order to make it work.
Thank you