Book a Demo

Author Topic: RTF Fragements outside the package level  (Read 2020 times)

jpfiste

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
RTF Fragements outside the package level
« on: April 10, 2013, 07:19:16 pm »
Hello,

I'm working with the latest version of EA 10 (1007). We manage our tests with all testcases and generate the testplan with master documents.

With the RTF-Fragment I have created a custom query that sums up all passed tests. This number I want to place at the end of a test report.

But when I place it outside the package level within the rtf designer it is not printed. Inside the package level it is printed correcty but allways for all packages.


What do I make wrong? Are rtf-fragements allowed outside the package level?


Best regards
Jürgen
« Last Edit: April 10, 2013, 07:20:52 pm by jpfiste »

jpfiste

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Re: RTF Fragements outside the package level
« Reply #1 on: April 10, 2013, 07:58:03 pm »
Hello,

solved myself. I create a empty package and a new model document that comes at the end. Then I can run my custom SQL fragment.

Now it works