Running different test suite [message #707892] |
Tue, 02 August 2011 03:31  |
Eclipse User |
|
|
|
Hello,
I would like to test different test suite using the test executor.
In the configuration file I specified
<testsuite>
<entry>TestSuite1</entry>
<entry>TestSuite2</entry>
</testsuite>
It looks like that the test executor see that there are differents test suites (Running Test Suite: TestSuite1 (1/2) but after executing the firt test suite, the testexecutor stop the AUT and never run TestSuite2 ...
Does I miss something ?
I prefer not to use test Job because I have to specify the AUT for each test suite and I have 4 AUT on 3 system (win32, win64 and mac) to test ... Using test suite, it's easy because I only have to do some copy/paste in the configuration file ...
Thanks,
Michel
|
|
|
|
|
|
|
|
|
Re: Running different test suite [message #780726 is a reply to message #780723] |
Thu, 19 January 2012 03:29  |
Eclipse User |
|
|
|
Hi,
If you did decide to execute single Test Suites with the current setup, then you would need separate config files for the test exec for each Test Suite (I'm fairly sure the config files could be parametrized so you only actually have to enter the Test Suite names you want to be executed). The problem with executing single Test Suites (even if multiple entries were allowed) is that you have to add each name to your test exec to make it be executed - there's more on background on this in this thread.
You could also decide to use Test Jobs (which are made up of individual Test Suites) and perform queries on the test result table in the database to see which individual Test Suites were executed.
Just some suggestions...
HTH,
Alex
|
|
|
Powered by
FUDForum. Page generated in 0.25243 seconds