Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jubula-dev] add own parameter types

Hi Khalil,

 

adding a new parameter type would require a major change to the existing Jubula code. Involved components would be the message exchange protocol, the test execution, the RC framework, the persistence layer, the GUI, export/import function, and probably a few more I forgot to mention. Doing this in a generic way –to solve this not just for Maps, but for all reasonable types - would certainly require a few month of work.

 

So the short answer (probably) is: Sorry, you can’t.

 

If you are interested in developing this we can certainly help, but it’s nothing we will do in the near future by ourselves.

 

Regards

 

Achim

 

From: jubula-dev-bounces@xxxxxxxxxxx [mailto:jubula-dev-bounces@xxxxxxxxxxx] On Behalf Of Alrifai, Khalil
Sent: Montag, 24. Juni 2013 11:39
To: jubula-dev@xxxxxxxxxxx
Subject: [jubula-dev] add own parameter types

 

hello,

i have extended jubula for testing an RCP application. i want to create a test case with a parameter type of map or list

how can i use another test case parameter type such as "java.util.Map"

 

example:

<toolkitComponent type="de.kupzog.ktable.KTable" visible="true">

<realizes>guidancer.abstract.Widget</realizes>

<testerClass>org.eclipse.jubula.rc.common.tester.KTableTester</testerClass>

<componentClass name="de.kupzog.ktable.KTable" />

<action name="selectElements" changed="1.0">

<method>selectElements</method>

<param name="elements">

<type>java.util.List</type>

</param>

</action>

</toolkitComponent>

 

best regards

khalil



Neue Technologien für zukunftssichere Software: Fassen Sie das Thema der Umstellung Ihrer Software auf neue Technologien lieber heute als morgen an, denn das ist ein Wettbewerbsvorteil.
Wir beraten Sie ergebnisoffen und herstellerneutral. Informationen finden Sie im Internet auf der HEC-Homepage unter Leistungen hec.de/leistungen


Back to the top