Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jubula-rc-dev] Testing a system tray item

Hi Tiago,

I am trying to test an SWT application, which is not an eclipse application.
I had some success so far. But now I need to test an item in a system tray menu.
I am missing an action for that. Is there a way that I could create one? Could some one point me to the right direction?
I would gladly make it available for everyone, when done.

currently system tray menu items are not supported by Jubula in the SWT toolkit.

In SWT normally the AUT is driven by the SWT Display. It should be possible to get the text of a system tray menu item with something like

Display.getSystemTray().getItem(i).getText()

Jubula can be extended using our extension API. The extension API is documented in the extension manual included in the standalone version of Jubula, which can be downloaded from our Testing Portal [1]. Beside from this, the jubula-dev mailing list also contains questions and answers for extending Jubula.

Please feel free to file in a BUG at Eclipse [2] with enhancement as Serverity. Document your status and attach your written source code there. Currently we have no plans to support system tray menu items, but contributions to our project is always welcome.

Yours sincerly,
Raimar Bühmann

[1] http://testing.bredex.de/
[2] https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Jubula

--
BREDEX GmbH
Mauernstr. 33
38100 Braunschweig

Tel.: +49-531-24330-0
Fax:  +49-531-24330-99
http: www.bredex.de

Geschäftsführer: Achim Lörke, Ulrich Obst, Andreas Vogel
Amtsgericht Braunschweig HRB 2450


Attachment: smime.p7s
Description: S/MIME Cryptographic Signature


Back to the top