Hi
I'm trying to test a Windows app compiled with Qt 4.3.2.0.
I've added a folder called plugins to add the accessibility files from the SDK as well as the qt.conf file in the root. However, I still get 'Unknown QWidget'
Ranorex version is: 3.3.2
Any help would be appreciated.
unable to detect elements from a win32 app
unable to detect elements from a win32 app
- Attachments
-
- spy elements.png (91.62 KiB) Viewed 1397 times
Last edited by bondt on Wed Sep 19, 2012 3:49 pm, edited 1 time in total.
- Support Team
- Site Admin
- Posts: 12167
- Joined: Fri Jul 07, 2006 4:30 pm
- Location: Graz, Austria
Re: unable to detect elements from a win32 app
Hi,
To enable the accessible plugin for your application under test you have to copy the plugins directory to the directory holding your executable, are you sure you copied it to the right directory?
Could it be that you created a folder named "pluggins" instead of "plugins"?
Additionally, if you have custom widgets, you have to implement accessibility.
Please have a look at following Blog post for further information:
Enabling automation for custom QT widgets by adding Accessibility
Could you also send/post a Ranorex snapshot file of your application?
Following link will show you how to generate a snapshot file:
Creating Ranorex Snapshot Files.
Regards,
Markus
Ranorex Support Team
To enable the accessible plugin for your application under test you have to copy the plugins directory to the directory holding your executable, are you sure you copied it to the right directory?
Could it be that you created a folder named "pluggins" instead of "plugins"?
Additionally, if you have custom widgets, you have to implement accessibility.
Please have a look at following Blog post for further information:
Enabling automation for custom QT widgets by adding Accessibility
Could you also send/post a Ranorex snapshot file of your application?
Following link will show you how to generate a snapshot file:
Creating Ranorex Snapshot Files.
Regards,
Markus
Ranorex Support Team
Re: unable to detect elements from a win32 app
sorry about the typo I had spelt it plugins. Here is the snapshot
- Attachments
-
- snapshot.rxsnp
- (313.43 KiB) Downloaded 194 times
- Support Team
- Site Admin
- Posts: 12167
- Joined: Fri Jul 07, 2006 4:30 pm
- Location: Graz, Austria
Re: unable to detect elements from a win32 app
Hi,
As the technology limitation stated "Please make sure that your QT application uses the QT accessibility plugin and that your QT version has been compiled with accessibility support." are you sure you copied the accessibility directory and all its content from the Qt SDK which was used to create the application to the plugins directory where your application is executed from?
Are these custom widgets?
Regards,
Markus
Ranorex Support Team
As the technology limitation stated "Please make sure that your QT application uses the QT accessibility plugin and that your QT version has been compiled with accessibility support." are you sure you copied the accessibility directory and all its content from the Qt SDK which was used to create the application to the plugins directory where your application is executed from?
Are these custom widgets?
Regards,
Markus
Ranorex Support Team