Page 1 of 1

Runtime Floating on VM

Posted: Tue Nov 18, 2014 7:42 pm
by gweisenb
Is it possible to set up the runtime component on a virtual machine and have it run the test suites autonomously? Here's why I ask:

We have a third-party software application. After upgrades we need to log in and touch specific screens to force a compile of the code driving the web screen and load into cache. We have no access to their code. I've created a script that does this and it loops through 8 web servers for each 10 separate domains on each web server. All works great, but I need to schedule the job to kick off at 3:00 AM after an upgrade and run without any human intervention.

I can set up a dedicated laptop for this but would prefer a WM.


Thanks.

Re: Runtime Floating on VM

Posted: Tue Nov 18, 2014 8:32 pm
by krstcs
Yes you can.

Some things to note though: Ranorex requires a realized, logged-on and unlocked desktop. This can either be on a real monitor, a VM console, an RDP session, or through VNC type software (what I use). If the desktop is not present, is logged off, or is locked, Ranorex will not be able to identify the objects on the screen and you will get "element not found" exceptions and black screenshots on the report.

Edit to add: The above limitation is not limited to Ranorex. All automation systems have the same limitation on Windows due to Windows' security configuration.

Re: Runtime Floating on VM

Posted: Fri Nov 21, 2014 7:05 pm
by gweisenb
Thank you for the reply. Very helpful.