Skip to main content



      Home
Home » Archived » Jubula » Extending Jubula to select tabbed properties in tabbed property pages(How do we publish extensions?)
Extending Jubula to select tabbed properties in tabbed property pages [message #1022600] Fri, 22 March 2013 04:05 Go to next message
Eclipse UserFriend
Hi,

we implemented an extension to select a tabbed property within tabbed property pages (http://www.eclipse.org/articles/Article-Tabbed-Properties/tabbed_properties_view.html). How do we publish such extensions to the new software?

Ciao,
Michi
Re: Extending Jubula to select tabbed properties in tabbed property pages [message #1022619 is a reply to message #1022600] Fri, 22 March 2013 04:51 Go to previous messageGo to next message
Eclipse UserFriend
Hi,

Just to clarify - is your question about deploying the extension so that your tests can use it (if so - the extension manual has details), or about contributing it to Jubula? If it's about contributing, then the way to go about it would be to put in an enhancement with a patch.

Best regards,
Alex
Re: Extending Jubula to select tabbed properties in tabbed property pages [message #1022692 is a reply to message #1022619] Fri, 22 March 2013 07:12 Go to previous messageGo to next message
Eclipse UserFriend
The contribution to Jubula is meant.
Re: Extending Jubula to select tabbed properties in tabbed property pages [message #1062932 is a reply to message #1022692] Tue, 11 June 2013 09:04 Go to previous messageGo to next message
Eclipse UserFriend
Hi Michi,
Could you please share the this extension?

Thanks,
Alex
Re: Extending Jubula to select tabbed properties in tabbed property pages [message #1065755 is a reply to message #1062932] Thu, 27 June 2013 07:49 Go to previous messageGo to next message
Eclipse UserFriend
Yes, of course. The extension can be used since Jubula 2.0.0.

If you want to use the extension, you have to do the following:

Changes in Jubula Client
Copy the bundle com.bmw.jubula.extension.rcp.toolkit_2.0.2.201306261839.jar into the folder jubula/plugins of your jubula client

Add the bundle information in bundles.info under jubula/configuration/org.eclipse.equinox.simpleconfigurator as follows:

com.bmw.jubula.extension.rcp.toolkit,2.0.2.201306261839,plugins/com.bmw.jubula.extension.rcp.toolkit_2.0.2.201306261839.jar,4,false


Changes in AUT
Copy the fragment com.bmw.jubula.extension.rcp.rc_2.0.3.201306261839.jar into the plugins folder of your AUT

Add the plugin com.bmw.jubula.extension.rcp.rc to config.ini of your AUT.

Test configuration
To select tab by name:
Configure test step by selecting component type "Tabbed Property Component" and action "Select tab by tab-name" and enter "nn_nn_tbc" for component name.

To select tab by id:
Configure test step by selecting component type "Tabbed Property Component" and action "Select tab by tab-id" and enter "nn_nn_tbc" for component name.

Map the physical tabbed property section (TabbedPropertyList$ListElement) to your logical component.

And that's it.

Hope it was helpful.

Cheers,
Michi
Re: Extending Jubula to select tabbed properties in tabbed property pages [message #1066735 is a reply to message #1065755] Thu, 04 July 2013 03:21 Go to previous messageGo to next message
Eclipse UserFriend
Thanks a lot, Michi!

That works fine.

Thanks,
Alex
Re: Extending Jubula to select tabbed properties in tabbed property pages [message #1085115 is a reply to message #1022600] Mon, 12 August 2013 09:24 Go to previous messageGo to next message
Eclipse UserFriend
Hello,

your extension sounds very helpfully to me. But I have one problem by using it. The AUTAgent reports the following mistakes:

"AUT:15:21:07.214 [main] ERROR o.e.j.r.c.AUTServerConfiguration - java.lang.ClassNotFoundException: org.eclipse.jubula.rc.swt.tester.TabbedPropertyTester"

"AUT:15:49:16.716 [Connection.ReaderThread:Socket[addr=ZEB-NB13-0140.zeb.de/10.1.112.130,port=53573,localport=53625]] ERROR o.e.j.r.c.c.AbstractCapTestCommand - component
'org.eclipse.ui.internal.views.properties.tabbed.view.TabbedPropertyList$ListElement' is not supported: implementation class 'org.eclipse.jubula.rc.swt.tester.TabbedPrope
rtyTester' not found"

I followed your description written above and don't know what is going wrong and why he can not find this class?

Can you help me?

Kind regards,

Philipp Wueller

[Updated on: Mon, 12 August 2013 10:01] by Moderator

Re: Extending Jubula to select tabbed properties in tabbed property pages [message #1096655 is a reply to message #1065755] Wed, 28 August 2013 13:31 Go to previous message
Eclipse UserFriend
Hi,

Can you share the project of your extension to use as a template? I'm having some problems building a Jubula extension for a custom component and it could be useful.
Previous Topic:Problem with Component Names
Next Topic:problem installing guidancer on an old indigo eclipse
Goto Forum:
  


Current Time: Mon Jul 07 06:35:17 EDT 2025

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

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

Back to the top