Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Jubula » Toolkit extension Jubula
Toolkit extension Jubula [message #1829872] Mon, 13 July 2020 09:25 Go to next message
Angham chebbi is currently offline Angham chebbiFriend
Messages: 5
Registered: July 2020
Junior Member
Hello ,

I'm new in Plugin development in general and especially for Jubula.

I found some limitations in Jubula and I want to write my own toolkit for jubula or at least extend an existing one.

I read Jubula Developer Manual Chapter 5 (Creating toolkit extensions using the extensions wizard ) and I don't know what to do next .

i don't know the location where i 'm going to add the toolkit and i wanna know exactly if the modification occurs on this file "ComponentConfiguration.xml " and i want to ask about how to Deploy the toolkit plug-in . Either way i wanna know how to implement new action under the test case ( new action that comes from the new toolkit )

i've discovered that when i add any extension (example:Converting a project into API (experimental)) the start object mapping mode became disabled

i've worked with UFT is seems that they don't work with the same principle that why i'm a little bit confused i really need u help to complete my project of my graduation and thank u .

Re: Toolkit extension Jubula [message #1829889 is a reply to message #1829872] Mon, 13 July 2020 12:53 Go to previous messageGo to next message
Marvin Mueller is currently offline Marvin MuellerFriend
Messages: 255
Registered: March 2012
Senior Member
Hello,

please have a look into the documentation[1][2] and some examples in the git repository[3]. Every bundle which begins with „org.eclipse.jubula.examples.extension.*" are extension examples. The examples might not work, because they are not maintained at the moment. But the general structure did not change.

I am unsure if completly new Toolkits are working with the API we have given.

What do you want to achieve? Maybe i could give a more specific answer.

Best regards
Marvin Mueller
[1] https://help.eclipse.org/2020-06/topic/org.eclipse.jubula.client.ua.help/content/html/developerManual/index.html?cp=56
[2] https://help.eclipse.org/2020-06/topic/org.eclipse.jubula.client.ua.help/content/html/developerManual/toolkitExtension/ch03.html
[3] https://git.eclipse.org/c/jubula/org.eclipse.jubula.core.git/tree/
Re: Toolkit extension Jubula [message #1829896 is a reply to message #1829889] Mon, 13 July 2020 13:57 Go to previous messageGo to next message
Angham chebbi is currently offline Angham chebbiFriend
Messages: 5
Registered: July 2020
Junior Member
My project is about creating automatic tests under Jubula Version: 8.7.1.046 my AUT cubeMX
in my scenario i want to map an object :Tabbed Pane but the problem is that Jublua can't recognize this object , my idea is to develop a Toolkit for creating new action to recognize this object so i wanna know after developing this toolkit with this method : Creating toolkit extensions using the Extension Wizard how i implements the Toolkit into ITE Jubula for creating my new action which i will use to map the TAbbed Pane(something like Action under Unbound_modules_concrete)
https://ibb.co/nQ45kC4
https://ibb.co/n14T7R7
  • Attachment: Capture2.PNG
    (Size: 55.48KB, Downloaded 91 times)
  • Attachment: Capture1.PNG
    (Size: 56.91KB, Downloaded 94 times)
Re: Toolkit extension Jubula [message #1829980 is a reply to message #1829896] Wed, 15 July 2020 07:26 Go to previous message
Marvin Mueller is currently offline Marvin MuellerFriend
Messages: 255
Registered: March 2012
Senior Member
Tabbed Panes in Swing, JavaFX or SWT should be supported. If this is a special kind of Tabbed Panes, you need the exact class name of it.
This is where the the work begins to find out which class is used and how you can support it as a Tabbed Pane. The easiest solution would be to just only write an adapter for ITabbedComponent an implement the adapter factory.
The ComponentConfiguration xml would than use the TabPaneTester from the toolkit you want to use.
The benefit would be that you can reuse the existing tabbed pane actions.

If you want to write it all by youreself with your own tester class.
You can write your own Test cases and use the new actions you have created via the Componentconfiguration.

best regards
Marvin Mueller
Previous Topic:Establishing Connection to AUT failed
Next Topic:JavaFX Object Mapping not possible - Jubula limitations
Goto Forum:
  


Current Time: Fri Apr 19 20:35:51 GMT 2024

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

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

Back to the top