Author Topic: Writing tests in EA  (Read 9598 times)

Dan

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
  • I love YaBB 1 Gold!
    • View Profile
Writing tests in EA
« on: June 24, 2003, 09:33:57 am »
Hi All

I am trying to write some tests in EA. So far, I noticed that if an use-case has a scenario one can import it into a test defined against the scenario.
In my project I have associations between use-cases and requirements.
However, I would like to be able to write tests which can be run on several requirements. That would imply that I should be able to create a new test, which should be linked to several requirements and which can be built from already defined tests against use-cases. Unfortunatly, this is not possibile.
Has anybody tried to do this before or may have an idea how to write a test which tests several requirements using already defined tests against the use-cases?

Cheers
Dan