Skip to main content



      Home
Home » Eclipse Projects » RCP Testing Tool » how to run test suite in LOOP(test suite)
how to run test suite in LOOP [message #1712087] Wed, 21 October 2015 05:27 Go to next message
Eclipse UserFriend
Hello,

I'm using RCPTT to test my eclipse application. I created a test suite that calls some test cases.
Is there a method to run this test suite in loop from rcptt?

myTestSuite:
test1
test2
My need is to run myTestSuite with many values.

Hope it's clear.

Thanks and Best Regards
Re: how to run test suite in LOOP [message #1712102 is a reply to message #1712087] Wed, 21 October 2015 06:32 Go to previous messageGo to next message
Eclipse UserFriend
Hi Amel,

You can use Super Context & Couple of Parameter Contexts for this purpose.
Super Context allows you to run the same test case with different parameters set.

Kind regards,
Ulyana.
Re: how to run test suite in LOOP [message #1712103 is a reply to message #1712102] Wed, 21 October 2015 06:42 Go to previous messageGo to next message
Eclipse UserFriend
It is interesting , we can use also Super Context & Couple of Parameter Contexts to run multiple access with the scope to reproduce Load/Stress test cases if our application has got a backend ?
Re: how to run test suite in LOOP [message #1712131 is a reply to message #1712103] Wed, 21 October 2015 08:55 Go to previous messageGo to next message
Eclipse UserFriend
Hello,

Thank you for your quick answer.

But, I'm not sure that I understand what I have to do . Could you please explain in more details your answer.

Thanks a lot
Re: how to run test suite in LOOP [message #1712206 is a reply to message #1712131] Wed, 21 October 2015 21:22 Go to previous messageGo to next message
Eclipse UserFriend
Hi Amel,

1) Create Parameter contexts for each parameter set;
2) Create Super Context of Parameters type and add your Parameter Contexts into it;
3) Add Super Context into your test.

Been launched your test will execute it's script as many times as you have different parameter contexts. So the same test code will be executed each time using different parameters set.

Kind regards,
Ulyana.
Re: how to run test suite in LOOP [message #1712219 is a reply to message #1712206] Thu, 22 October 2015 03:51 Go to previous message
Eclipse UserFriend
Hi Ulyana,

Thank you, I'll try this.

Best Regards.
Amel
Previous Topic:How to get details when injected plugin is not found
Next Topic:Error when injection is from local update site
Goto Forum:
  


Current Time: Fri Jun 20 01:15:38 EDT 2025

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

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

Back to the top