Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Jubula » execute next test step within a test suite
execute next test step within a test suite [message #1229083] Wed, 08 January 2014 17:24 Go to next message
Sascha Winkler is currently offline Sascha WinklerFriend
Messages: 30
Registered: March 2013
Member
Hey at all,

I have a test suite with several independend test cases. When one of these top level test cases fails, I want to execute the next top level test case.
The Test Suite can only configured to "continue", "exit" or "pause" for any possible error. On continue the sub test cases will be executed, too.
Is there a posibillity to run the next top level test case without executing the partial test cases of the failed top level test?

Here a small example

Test Suite
- TC01
* 1a
* 1b
* 1c
- TC02
* 2a
* 2b
* 2c
- TC03
* 3a
* 3b
* 3c

TC01 passed -> everything works alright
at TC02 a component will not be found at 2b, the 2c should not executed but TC03 should.

regards
Sascha
Re: execute next test step within a test suite [message #1229765 is a reply to message #1229083] Fri, 10 January 2014 07:01 Go to previous message
Alexandra Schladebeck is currently offline Alexandra SchladebeckFriend
Messages: 1613
Registered: July 2009
Senior Member
Hi,

You can do this using Event Handlers. There's a cheat sheet on them, they're described in the documentation and the testing portal has got a couple of articles that might help:
- http://testing.bredex.de/test-design.html ("Event Handling in Automated Acceptance Tests" and "Building Test Cases for Continuous Integration")
- http://testing.bredex.de/continuous-integration.html (Slide 3 of "How does the Jubula team test" shows a picture)

Hope that helps!
Alex
Previous Topic:Spontanous error message from Jubula
Next Topic:Cannot connect to internal H2 database
Goto Forum:
  


Current Time: Fri Mar 29 01:15:16 GMT 2024

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

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

Back to the top