Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Jubula » Abstract Test Cases
Abstract Test Cases [message #1829378] Thu, 02 July 2020 09:18 Go to next message
Stefan John is currently offline Stefan JohnFriend
Messages: 17
Registered: March 2018
Junior Member
Hi,

I am not sure if this feature is not supported or if I am unable to find it.
Is there a way to implement an abstract Test Case that offers some setup and tear down functionality which is needed by a set of similar Test Cases.

Sketch:
AbstractTestCase (TestCase concreteStuff)
setupActions
concreteStuff
teardownActions

As TestCases can not be parametrized with other Test Cases/Actions, I am not so confident that this is possible.
Re: Abstract Test Cases [message #1829873 is a reply to message #1829378] Mon, 13 July 2020 09:40 Go to previous message
Marvin Mueller is currently offline Marvin MuellerFriend
Messages: 255
Registered: March 2012
Senior Member
Since each test case can be reused in other test cases. You could do this.
But it is manual work.

Please explain in more detail the target of it. Maybe we can find a better solution.
Previous Topic:Parameter dependent Object Mapping / Conditional Clicks
Next Topic:Object Mappping not working for JavaFX AUT using javax.swing
Goto Forum:
  


Current Time: Fri Apr 19 19:56:19 GMT 2024

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

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

Back to the top