Book a Demo

Author Topic: RTF Style Template Editor  (Read 3232 times)

Werner

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
RTF Style Template Editor
« on: November 27, 2007, 08:53:20 am »
Element - Test : How can I insert an element-tag in the test-tag? I want the element-tag to be printed on every test created below that element.

«Midnight»

  • EA Guru
  • *****
  • Posts: 5651
  • Karma: +0/-0
  • That nice Mister Grey
    • View Profile
Re: RTF Style Template Editor
« Reply #1 on: November 27, 2007, 10:05:00 am »
Hi Werner,

I don't know off hand, but perhaps you could clarify a couple of points.

By "tag" do you mean tagged values? And for the test, are you talking about a separate test entity related to an element, or an 'embedded' property that EA allows you to set up, or what?

When you say "printed" are you talking about having on diagrams, or when you generate output (RTF, HTML, reports)?

David
No, you can't have it!

Werner

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: RTF Style Template Editor
« Reply #2 on: November 28, 2007, 12:36:12 am »
Hello David,

Thanks for your answer.

I want Element.Name to appear on the RTF output of any test created below the element. I create my tests for requirement elements within the testing view (Main menu / view / testing). Afterwards I import my tests into different use cases. So I want the use case name to appear on the test whenever I generate RTF output.

Could you also tell me how I can use the "insert image" button to insert an image into my replies. I tried to do so here below. But without success as you can see.

Thanks for your help.

Werner

Image :
« Last Edit: November 28, 2007, 12:45:36 am by Werner »

«Midnight»

  • EA Guru
  • *****
  • Posts: 5651
  • Karma: +0/-0
  • That nice Mister Grey
    • View Profile
Re: RTF Style Template Editor
« Reply #3 on: November 28, 2007, 04:22:15 am »
Werner,

What you are trying to do is easy with the various field substitution macros that EA provides. However, I don't believe they apply to report generation, just code engineering. Unfortunately (at least for this case) I built my own generation system before the current EA functionality came along, and have not really had to go back and look into this.

Does anyone know if there's a way to do this?

As for inserting images, you'll have to find some site where you can post an image and get its URL. You insert a pointer to that location when you want an image to appear in this forum. There have been a few posts that identify such sites. I'm sorry, but I cannot think of any easy keywords to use when searching for these posts. Still, it might be worth a bit of effort.

Sorry I cannot be of more immediate help,
David
No, you can't have it!

Werner

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: RTF Style Template Editor
« Reply #4 on: November 29, 2007, 02:20:03 am »
Hello David, Hello everybody,

I have to thank David for his effort.

Is there anybody else who could help me on this?

Kind Regards,

Werner

Werner

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: RTF Style Template Editor
« Reply #5 on: December 10, 2007, 01:37:45 am »
Hello,

Can anybody help me on this? Why does this field substitution macro not work? I want to reproduce Element.Name within the test-tag.

"
package >
element >
{Element.Name}

test >
References :%packageName%Status :{ElemTest.Status}
Test :{ElemTest.Name}Type :{ElemTest.Type}
Check Points :{ElemTest.AcceptanceCriteria}
InstructionsResults
{ElemTest.Input}{ElemTest.TestResults}

< test
< element
< package
"

Thanks for your help.

Werner
« Last Edit: December 10, 2007, 01:40:00 am by Werner »