Page 1 of 1

Does Ranorex support automatic test GTK+ GUI application onp

Posted: Fri Sep 19, 2008 4:54 am
by Melinda
Hi, i am wondering can i automated the testing which is for GTK+ GUI application running on Linux platform?

Thank you.

Posted: Fri Sep 19, 2008 8:26 am
by Support Team
Ranorex only supports the Microsoft Windows operating system. The currently supported Windows versions are listed on our homepage (right on the startpage, at the very bottom).

Regards,
Alex
Ranorex Support Team

Posted: Mon Sep 22, 2008 8:03 am
by Melinda
Alex, thank you for the reply. for the reply.

Make more sure that: if the application i am testing is the GTK+ based GUI, can Ranorex support? As far as i know, GTK+ GUI is a little different from the Windows style GUI.

Thanks

Posted: Tue Sep 23, 2008 12:30 pm
by Support Team
We currently provide only limited support Gtk+ using Win32-Controls.
Accessibility support for Gtk required ATK which is currently not available for Windows platforms.

Michael
Ranorex Team

Posted: Tue May 12, 2009 2:12 pm
by dexter
Actually it is available under Windows. If you check this link: http://gtk-win.sourceforge.net/home/index.php/Downloads

You can see the atk is in the installer.

So if I just install atk under Windows, Ranorex will be able to see Gtk widgets, or the Ranorex code has to be modified first?

Posted: Tue May 12, 2009 3:23 pm
by dexter
Rethinking, it would also need at-spi lib under Windows which is not ported yet (afaik)

Posted: Tue May 12, 2009 3:56 pm
by Support Team
Exactly, without at-spi the atk implementation is pretty useless.
Even with at-spi, we would have to provide a dedicated implementation which could be a lot work because this stuff is CORBA based (i think?)

If somebody built a atk-to-MSAA or atk-to-UIA bridge into gtk+ we would support it.

BTW: Qt and WxWindows provide a MSAA implementation on Windows.

Michael
Ranorex Team

Posted: Tue May 12, 2009 3:59 pm
by dexter
It is indeed corba based.

Anyways thx for the quick answer.