Search found 5 matches

by jeffs
Fri May 07, 2010 1:43 am
Forum: Automation Tools
Topic: Qt App - Can't find ListItem
Replies: 1
Views: 2423

Qt App - Can't find ListItem

I've run Ranorex Recorder on Win32/MFC apps that things seem to work fine. When I record a GUI sequence on a Qt application (Qt4.6), it mostly works, but gets hung up on finding the correct item in a dropdown list. I have the accessibility folder setup properly - Ranorex seems happy. The error I get...
by jeffs
Fri May 07, 2010 1:32 am
Forum: Automation Tools
Topic: Recorder - Compressing Delay Times
Replies: 3
Views: 3106

Re: Recorder - Compressing Delay Times

Setting the Mouse Movetime helps, that's not all that is needed. We need to minimize the duration as well. The problem is with the default Delay time. This shows up as Duration property, and gets inserted into the C# code as Delay.Milliseonds(NN) where NN is some integer >=0. The only way I've found...
by jeffs
Fri May 07, 2010 1:26 am
Forum: Automation Tools
Topic: Validation - Comparing Two Output Files
Replies: 3
Views: 5519

Re: Validation - Comparing Two Output Files

Thanks. That worked out very well. I didn't realize that you can create C# classes and call them from within the testing script. Very nice.
by jeffs
Wed May 05, 2010 11:25 pm
Forum: Automation Tools
Topic: Validation - Comparing Two Output Files
Replies: 3
Views: 5519

Validation - Comparing Two Output Files

I looked in the help, and did not see anything regarding file comparison for validation. Is this available in Ranorex, and if so, how to end a recorded test with a validation that compares two files?
by jeffs
Wed May 05, 2010 11:22 pm
Forum: Automation Tools
Topic: Recorder - Compressing Delay Times
Replies: 3
Views: 3106

Recorder - Compressing Delay Times

I downloaded Ranorex earlier today, and used Recorder to record a GUI-based session with a win32 app (MFC). This worked fine, and to my surprise, even recorded the duration/interval of the mouse moves and clicks. However, I'd like the playback to be much faster that the original recording to get thr...