Search found 7 matches

by Shaifali
Fri Sep 09, 2016 5:49 am
Forum: General Questions
Topic: Can we run Ranorex Scripts on Azure VM?
Replies: 1
Views: 1639

Can we run Ranorex Scripts on Azure VM?

I'm investigating on running Ranorex Scripts on Azure VM. The problem i'm facing right now is after i connect to azure Vm through rdp file, start the automation run and close the RDP session then when I go back to the VM the screenshots are all blank and automation failed. Why is it happening and wh...
by Shaifali
Tue Jul 26, 2016 1:30 am
Forum: General Questions
Topic: Check if Popup handler already running or not
Replies: 5
Views: 1509

Re: Check if Popup handler already running or not

Is it possible to start pop up handler in one recording and stop it in another recording? Right now this is not working for me.
by Shaifali
Fri Jul 15, 2016 5:52 am
Forum: General Questions
Topic: Check if Popup handler already running or not
Replies: 5
Views: 1509

Re: Check if Popup handler already running or not

Thanks for replying but we can't add stop popup handler in tear down because we have recordings in one test case such that one recording starts and stops popup handler whereas the recording following it assumes the popup handler is stopped. And we don't want to keep them in separate test cases as it...
by Shaifali
Thu Jul 14, 2016 2:43 am
Forum: General Questions
Topic: Check if Popup handler already running or not
Replies: 5
Views: 1509

Check if Popup handler already running or not

Hi, We have functions to start and stop pop up handler. In most of the scripts we just want to close the popup. But in some scripts we want to handle the popup and do some other action on it instead of just closing it. So we made a practice to stop pop up handler at the end of the script if we have ...
by Shaifali
Wed Feb 24, 2016 11:31 pm
Forum: General Questions
Topic: Repository Search Timeout Vs Turbo Mode
Replies: 5
Views: 1456

Re: Repository Search Timeout Vs Turbo Mode

Thanks for explaining, found my answer in your reply :)
by Shaifali
Tue Feb 23, 2016 10:37 pm
Forum: General Questions
Topic: Repository Search Timeout Vs Turbo Mode
Replies: 5
Views: 1456

Re: Repository Search Timeout Vs Turbo Mode

Thanks for replying, but my doubt is, Let say we have two button clicks. After clicking first button, even if there is no delay, the object repository will pole for 30s to find the second button to be clicked. Then why do we need to add delay after first button click, which is the default case (when...
by Shaifali
Mon Feb 22, 2016 10:59 pm
Forum: General Questions
Topic: Repository Search Timeout Vs Turbo Mode
Replies: 5
Views: 1456

Repository Search Timeout Vs Turbo Mode

Why we need turbo mode when we have repository search timeouts? What are the additional benefits of turbo mode and why is it not default mode?