Page 1 of 1

Dynamic Qt element identification - Object identification

Posted: Fri Jan 29, 2016 12:06 pm
by kgasimov
Hi,
I try to test a GUI application where page has many dynamic UI elements. Because, the InternalId of the created button on the Qt environment is not stable, the element gets every time a different InternalId. So, it is impossible to identify GUI element. I have read following article:

http://www.ranorex.com/blog/automated-t ... ynamic-ids

Because InternalId is unstable, I can not use this solution.
Are there any other best practice to test GUI element where the GUI elements are dynamic?

Thank you for help.
Kamal

Re: Dynamic Qt element identification - Object

Posted: Fri Jan 29, 2016 12:18 pm
by odklizec
Hi Kamal,

Unfortunately, it's pretty hard to suggest a reliable solution without xpath example. Even better, it would be very useful if you could post a Ranorex snapshot (not screenshot) of the element in question. Ranorex snapshot would help us to understand the structure of your AUT and suggest a reliable solution to overcome your problem (if there is any).

Re: Dynamic Qt element identification - Object identification

Posted: Fri Jan 29, 2016 12:59 pm
by kgasimov
Hi,

The Ranorex snapshot sent to email.

Kamal