Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Test and Performance Tools Platform (TPTP) » AGR - Run several test suites all together
AGR - Run several test suites all together [message #96992] Wed, 25 April 2007 12:13 Go to next message
Eclipse UserFriend
Originally posted by: sluhay.magenta-technology.ru

Hi All,

I am using TPTP AGR, version 4.3.0. I would like to ask the question
concerning to run several test suites all together.

I have the following folders structure:

Root Folder
Folder 1
TestSuite11.testsuite
…
TestSuite1N.testsuite
Folder 2
TestSuite21.testsuite
…
TestSuite2N.testsuite

I create “AllTest” test suite under Root Folder and add test suites from
Folder 1 and Folder 2 to the behavior section of “AllTests” test suite. As
a result, I get “inconclusive” execution verdict in history after
“AllTest” test suite running.

Does TPTP allow me to run multiple of these consecutively, sort of an
“aggregate testsuite” so that I don’t have to manually kick off each one?
If “yes” then what does incorrect or missing in my case?

Thanks a lot,
Olesya
Re: AGR - Run several test suites all together [message #97186 is a reply to message #96992] Thu, 26 April 2007 17:32 Go to previous messageGo to next message
Liz Dancy is currently offline Liz DancyFriend
Messages: 77
Registered: July 2009
Member
Hi Olesya,

It appears your scenario is being caused by this open defect:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=136186. Please feel free to
add yourself to the CC list to follow its progress.

Sincerely,

Liz Dancy


"Olesya" <sluhay@magenta-technology.ru> wrote in message
news:dd11150ab94bea7cfe5bbfce125986c9$1@www.eclipse.org...
> Hi All,
> I am using TPTP AGR, version 4.3.0. I would like to ask the question
> concerning to run several test suites all together.
> I have the following folders structure:
>
> Root Folder
> Folder 1
> TestSuite11.testsuite
>
Re: AGR - Run several test suites all together [message #97471 is a reply to message #96992] Tue, 01 May 2007 14:10 Go to previous messageGo to next message
No real name is currently offline No real nameFriend
Messages: 404
Registered: July 2009
Senior Member
Keep in mind that you can use an ANT script to kick start all your test
suites. To read more about how you can use an ANT script, see the following
help content:
Test applications > Test applications > Launching tests from scripts and
applications

"Olesya" <sluhay@magenta-technology.ru> wrote in message
news:dd11150ab94bea7cfe5bbfce125986c9$1@www.eclipse.org...
> Hi All,
> I am using TPTP AGR, version 4.3.0. I would like to ask the question
> concerning to run several test suites all together.
> I have the following folders structure:
>
> Root Folder
> Folder 1
> TestSuite11.testsuite
>
Re: AGR - Run several test suites all together [message #97927 is a reply to message #97471] Sun, 06 May 2007 14:47 Go to previous messageGo to next message
Barbara Rosi-Schwartz is currently offline Barbara Rosi-SchwartzFriend
Messages: 448
Registered: July 2009
Senior Member
True in principle, unworkable in practice (or at least it is for me)!...
I tried exactly your
suggestion, Ali, but had to give up on the whole idea due to two
fundamental problems:

1) when I ran the and driver with more than about ten short test
scripts, it kept on failing in the middle complaining of insufficient
heap. Even bringing the heap space up to 1024M did not help;
2) when launching the ant driver, one out of three consecutive times the
driver would fall over at the very beginning of its execution with an
exception, corrupting the workspace.

(Versions used: 4.3.0 of TPTP and 3.2.2 of Eclipse)

So, back to waiting for the AGR bug to be resolved...

Cheerio,
B.

Ali Mehregani wrote:
> Keep in mind that you can use an ANT script to kick start all your test
> suites. To read more about how you can use an ANT script, see the following
> help content:
> Test applications > Test applications > Launching tests from scripts and
> applications
>
> "Olesya" <sluhay@magenta-technology.ru> wrote in message
> news:dd11150ab94bea7cfe5bbfce125986c9$1@www.eclipse.org...
>> Hi All,
>> I am using TPTP AGR, version 4.3.0. I would like to ask the question
>> concerning to run several test suites all together.
>> I have the following folders structure:
>>
>> Root Folder
>> Folder 1
>> TestSuite11.testsuite
>> …
>> TestSuite1N.testsuite
>> Folder 2
>> TestSuite21.testsuite
>> …
>> TestSuite2N.testsuite
>>
>> I create “AllTest” test suite under Root Folder and add test suites from
>> Folder 1 and Folder 2 to the behavior section of “AllTests” test suite. As
>> a result, I get “inconclusive” execution verdict in history after
>> “AllTest” test suite running.
>> Does TPTP allow me to run multiple of these consecutively, sort of an
>> “aggregate testsuite” so that I don’t have to manually kick off each one?
>> If “yes” then what does incorrect or missing in my case?
>>
>> Thanks a lot,
>> Olesya
>>
>
>
Re: AGR - Run several test suites all together [message #98529 is a reply to message #97927] Mon, 14 May 2007 11:31 Go to previous message
Paul Slauenwhite is currently offline Paul SlauenwhiteFriend
Messages: 975
Registered: July 2009
Senior Member
Hi Barbara,
These appear to be defects. Can you open two defects
( https://bugs.eclipse.org/bugs/enter_bug.cgi?classification=T PTP >> TPTP
Testing >> Test.Execution) with any relevant information including your
configuration?

Thanks.

Paul
"Barbara Rosi-Schwartz" <Barbara.Rosi-Schwartz@Etish.org> wrote in message
news:f1kpp9$64l$2@build.eclipse.org...
> True in principle, unworkable in practice (or at least it is for me)!... I
> tried exactly your
> suggestion, Ali, but had to give up on the whole idea due to two
> fundamental problems:
>
> 1) when I ran the and driver with more than about ten short test
> scripts, it kept on failing in the middle complaining of insufficient
> heap. Even bringing the heap space up to 1024M did not help;
> 2) when launching the ant driver, one out of three consecutive times the
> driver would fall over at the very beginning of its execution with an
> exception, corrupting the workspace.
>
> (Versions used: 4.3.0 of TPTP and 3.2.2 of Eclipse)
>
> So, back to waiting for the AGR bug to be resolved...
>
> Cheerio,
> B.
>
> Ali Mehregani wrote:
>> Keep in mind that you can use an ANT script to kick start all your test
>> suites. To read more about how you can use an ANT script, see the
>> following help content:
>> Test applications > Test applications > Launching tests from scripts and
>> applications
>>
>> "Olesya" <sluhay@magenta-technology.ru> wrote in message
>> news:dd11150ab94bea7cfe5bbfce125986c9$1@www.eclipse.org...
>>> Hi All,
>>> I am using TPTP AGR, version 4.3.0. I would like to ask the question
>>> concerning to run several test suites all together.
>>> I have the following folders structure:
>>>
>>> Root Folder
>>> Folder 1
>>> TestSuite11.testsuite
>>>
Previous Topic:Installing TPTP 4.3.1
Next Topic:Exception when launching tests from ant driver
Goto Forum:
  


Current Time: Fri Apr 19 21:45:52 GMT 2024

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

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

Back to the top