Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Test and Performance Tools Platform (TPTP) » Nested testsuites
Nested testsuites [message #80050] Tue, 08 August 2006 08:12 Go to next message
Eclipse UserFriend
Originally posted by: laksefisker.hotmail.com

Greetings!

Is it possible to nest testsuites in one way or another? The reason this
is desirable is the fact that developers may not need to run all tests every
time, they might just need to run a subset of them. The ability to nest testsuites
within one another would simplify this greatly.

Is there a way? Maybe doing something clever with deployments and artifacts?

Thanks!
Henrik W Lund
Re: Nested testsuites [message #80066 is a reply to message #80050] Tue, 08 August 2006 08:42 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: Bjorn.Vanhauwaert.barco.com

Helllo,

I have found that you can create a testsuite, containing the tests discribed
in other testsuites.
In your example this would mean if you have test A,B,C with testcases
A1,A2,A3 ,B1,B2.... C3
You can create a test D with the behavior of invocations A1,B2,B3,C1

But testsuite D has to be of the same test type as A,B,C

If you find a way to mix test types that would be great, i am still trying
to do that.



"Henrik W Lund" <laksefisker@hotmail.com> wrote in message
news:baa5ffa0b698c888ea4e9a88f2@news.eclipse.org...
> Greetings!
>
> Is it possible to nest testsuites in one way or another? The reason this
> is desirable is the fact that developers may not need to run all tests
> every time, they might just need to run a subset of them. The ability to
> nest testsuites within one another would simplify this greatly.
>
> Is there a way? Maybe doing something clever with deployments and
> artifacts?
>
> Thanks!
> Henrik W Lund
>
>
Re: Nested testsuites [message #98065 is a reply to message #80050] Mon, 07 May 2007 11:44 Go to previous message
Paul Slauenwhite is currently offline Paul SlauenwhiteFriend
Messages: 975
Registered: July 2009
Senior Member
Hi Henrik,
As Bjorn has mentioned, the behavior of a test can reference test cases
from the same test suite as well as reference other test suites or
individual test cases within other test suites, assuming they are all of the
same type. For example:

http://help.eclipse.org/help32/topic/org.eclipse.hyades.test .doc.user/tasks/tediting_manual_test.htm

Unfortunately, you cannot reference a test case/suite of a different
type. This is covered under enhancement
https://bugs.eclipse.org/bugs/show_bug.cgi?id=123277. Please feel free to
contribute/comment/vote on this enhancement.

Paul
"Henrik W Lund" <laksefisker@hotmail.com> wrote in message
news:baa5ffa0b698c888ea4e9a88f2@news.eclipse.org...
> Greetings!
>
> Is it possible to nest testsuites in one way or another? The reason this
> is desirable is the fact that developers may not need to run all tests
> every time, they might just need to run a subset of them. The ability to
> nest testsuites within one another would simplify this greatly.
>
> Is there a way? Maybe doing something clever with deployments and
> artifacts?
>
> Thanks!
> Henrik W Lund
>
>
Previous Topic:Mixed testing manual/code
Next Topic:testing framework problems
Goto Forum:
  


Current Time: Fri Apr 19 16:14:43 GMT 2024

Powered by FUDForum. Page generated in 0.01686 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top