It's all about the answers!

Ask a question

How to use "Run order" in Junit tab of build info


Marko Tomljenovic (31645109) | asked Jul 22 '08, 12:00 p.m.
Hello
I have set up an automated build+test.

Everything is working but I would like to see the order of the executed tests. For that a column "Run order" is visible in the JUnit tab of the build.

What do I need to run to fill that column?

Greetings Marko

Accepted answer


permanent link
Martha (Ruby) Andrews (3.0k44251) | answered Jul 25 '08, 3:47 p.m.
JAZZ DEVELOPER
Hello,

The order of the test suite runs is not currently available.

Please file a work item requesting that this information be exposed.

Thanks,
Martha
Marko Tomljenovic selected this answer as the correct answer

2 other answers



permanent link
Don Weinand (7851) | answered Jul 22 '08, 12:26 p.m.
JAZZ DEVELOPER
Have you published your JUnit test results to the build result using the
JUnitLogPublisherTask provided by the build toolkit? If so...there should
be nothing special you need to do. That column should automatically contain
a run order value as you expand the test suites and test classes on the
JUnit tab in the build result editor. The top level suites won't contain a
run order value. The default order they are listed in is the run order.

Don Weinand
Jazz Team Build

"MarkoT" <Marko> wrote in
message news:g650ku$nt6$1@localhost.localdomain...
Hello
I have set up an automated build+test.

Everything is working but I would like to see the order of the
executed tests. For that a column "Run order" is visible in
the JUnit tab of the build.

What do I need to run to fill that column?

Greetings Marko

permanent link
Marko Tomljenovic (31645109) | answered Jul 25 '08, 12:39 p.m.
Ohh,
now I see the run order. But only for the tests inside one suite. What I like to see is the overall run order of the suites themselves.

Is that somehow possible?

Greetings

Your answer


Register or to post your answer.