Book a Demo

Author Topic: Question: howto unittest and masstest ?  (Read 2558 times)

JohnDoe

  • EA User
  • **
  • Posts: 191
  • Karma: +0/-0
  • EA rocks !
    • View Profile
Question: howto unittest and masstest ?
« on: June 05, 2007, 02:29:41 pm »
Hello,

Project -> Build&Run & PackageBuildScripts: here you can define Builds, Tests and so on. If I use the test shortcut, I will do a full test (depends on my batch file of course).

What I want to do instead: Inside one of my diagrams, I see a TestCase class. So, I would like to click onto that single class and then press the shortcut key. And then, a single Unitest should run and not the masstest armada.

Ok, I know that unittests should always run as a complete testSuite of all testCases. But maybe it would be a nice feature while developing at one part of the system (module, package or so) to click onto a single class or a package and get a testSuite started, which belongs to that class or package.

Maybe I have missed something with the documentation and this flexibility is already implemented !?

Any idea ?

Regards
Bernd
« Last Edit: June 12, 2007, 09:47:20 am by BerndWill »

JohnDoe

  • EA User
  • **
  • Posts: 191
  • Karma: +0/-0
  • EA rocks !
    • View Profile
Re: Question: howto unittest and masstest ?
« Reply #1 on: June 12, 2007, 09:54:39 am »
ok, solved  :D

If you mark a package in the navigation pane, you can setup a build/test/run suite for every single package. So, you will be able to unittest packages individually.

Regards
Bernd