Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Document Generator allows you to get the following data from the Folder in the Test Plan Board and from Test Repository:

Table of Contents


Folder Name

To get the Folder Name printed on the document you just need to use the placeholder below:


Code Block
&{for issues}
${Key} belongs to folder ${Folder.Name}
&{end}


Folder Path

To get the Folder Path printed on the document you just need to use the placeholder below:


Code Block
&{for issues}
${Key} folder path is ${Folder.Path}
&{end}