Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 08:05 Go to next message
Michi Classen is currently offline Michi ClassenFriend
Messages: 36
Registered: March 2012
Member
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 08:51 Go to previous messageGo to next message
Alexandra Schladebeck is currently offline Alexandra SchladebeckFriend
Messages: 1613
Registered: July 2009
Senior Member
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 11:12 Go to previous messageGo to next message
Michi Classen is currently offline Michi ClassenFriend
Messages: 36
Registered: March 2012
Member
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 13:04 Go to previous messageGo to next message
Alexander Kolesov is currently offline Alexander KolesovFriend
Messages: 43
Registered: November 2012
Member
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 11:49 Go to previous messageGo to next message
Michi Classen is currently offline Michi ClassenFriend
Messages: 36
Registered: March 2012
Member
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 07:21 Go to previous messageGo to next message
Alexander Kolesov is currently offline Alexander KolesovFriend
Messages: 43
Registered: November 2012
Member
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 13:24 Go to previous messageGo to next message
Philipp Wueller is currently offline Philipp WuellerFriend
Messages: 12
Registered: July 2013
Junior Member
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 14:01]

Report message to a moderator

Re: Extending Jubula to select tabbed properties in tabbed property pages [message #1096655 is a reply to message #1065755] Wed, 28 August 2013 17:31 Go to previous message
Matias Pentreath is currently offline Matias PentreathFriend
Messages: 17
Registered: August 2013
Junior Member
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: Thu Apr 25 21:54:17 GMT 2024

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

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

Back to the top