Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
Hi,
I'm trying to export a Test Suite and its Test Cases into a DOCX file with the gateway export wizard.
I succeed in displaying each test cases of my test suite like this :
id - Text - Category
My problem is that I would like to display also the field Expected Results but I don't know why I can't do it. I am using <%{Expected Results}%> to get it as I do for id or text (like that <%{Text}%> ) but it doesn't work.
Does someone have an explanation for this?
Thank you
N. Lateral
Solved! Go to Solution.
Hi Nico,
have you checked whether the field "Expected Results" is part of your export mapping configuration file?
You need to tell the gateway which integrity internal field it should use to fill the"placeholder" <%{Expected Results}%> in your WORD Template.
HTH Matthias
Hi Nico,
have you checked whether the field "Expected Results" is part of your export mapping configuration file?
You need to tell the gateway which integrity internal field it should use to fill the"placeholder" <%{Expected Results}%> in your WORD Template.
HTH Matthias
Hi,
Great ! It works !
It was so obvious that I didn't think of it..
Thank you.