Ranorex Qt Automation
-
Hi guys!
I am doing gui test automation with Ranorex.
Qt 5.15.3 is used and latest Ranorex version.Q_PROPERTY(qreal duration READ getDuration );
This is a property which I want to extract from Ranorex.
When I start the application under test with Ranorex I can get the property but the value for the property is always zero.
When I start the application by myself then the value of the property is set correctly.During debugging I saw that ranorex is injecting some dll's into the application:
Could it be that somehow the dll's from ranorex could break something?
During debugging I made a breakpoint on getDuration and starting the application with ranorex results in that the breakpoint is never reached but with a manual start of the application the breakpoint is reached every time.I hope someone can help me!
Thanks in advance!
Br -
@gcep said in Ranorex Qt Automation:
Could it be that somehow the dll's from ranorex could break something?
I guess that's a good question for Ranorex company, right?
-
@Pablo-J-Rogina yes, maybe. I wanted to ask here also as maybe here is someone who had the same issue und maybe has a solution for me.
-
Hi and welcome to devnet,
Since you are using Qt 5.15.3, it means you have a commercial licence and thus you can contact the Qt Company directly as well.
-
This post is deleted!