Run an executable build manually in a remote runtime environment, for example, on a machine without Ranorex Studio installed. This means that you’ll transfer the executable build to the target machine, run it there, and retrieve the report yourself.
Running an executable build through a Ranorex Agent simplifies and automates a large part of this process. This is explained in Ranorex Agents and Agent-based remote execution
Pack the executable build
Before you can run your executable build on a remote machine, you need to copy it there first. We recommend doing so as follows:
-
Ensure your test is configured the way you want and so it will run on the remote machine. You won’t be able to change the deployed test on the remote machine unless you install Ranorex Studio there or use command line arguments, which only offer limited ways of adjusting test execution.
-
Ensure all required files are included in the project and configured to be copied to the output folder.
-
Navigate to the output folder (bindebug) and add it to a ZIP archive.
-
Copy this ZIP file to the target machine and unpack it. You can now run the test.
Run the test
You can run a test either directly on the remote machine or via a remote desktop connection (for example, through the Windows RDP). The basic process is the same:
-
Deploy the executable build to the remote machine and unpack it, if you haven’t done so already.
-
Run the test in one of the following ways:
-
In the output folder, double-click the test executable (<test name>.exe, for example, Introduction.exe in our example).
-
Open a command line interface and run the test from there. This way you can also pass arguments to customize your test run.
-
If you don’t have a license, you can install the free trial license of Ranorex Studio on the remote machine to run the test.
Reporting
When running a test remotely, a report is created in the same way as when running it from Ranorex Studio. This report and its raw data file are stored in the Reports folder of the unpacked output folder of the executable build on the remote machine.
-
Report file and raw data file.
You can move the report files to your main system where Ranorex Studio is installed and view and process them there.