Skip to main content
1-Visitor
October 18, 2014
Solved

Export to Word - problem with field Expected Results

  • October 18, 2014
  • 1 reply
  • 1724 views

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

    Best answer by mrump

    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

    1 reply

    mrump16-PearlAnswer
    16-Pearl
    October 20, 2014

    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

    1-Visitor
    October 21, 2014

    Hi,

    Great ! It works !

    It was so obvious that I didn't think of it..

    Thank you.