Installation Automation

Best practices, code snippets for common functionality, examples, and guidelines.
lightman
Posts: 13
Joined: Tue Jun 01, 2021 1:54 pm

Installation Automation

Post by lightman » Mon Nov 06, 2023 10:16 pm

Hello,
I have a some complicated task.
I receive an application (e.g. an .exe).
This application can either be available in a directory or made available via a JIRA task.

I would now like to use this deployment as a trigger to create a VM (Proxmox) and install the application on it.

This installation process is intended to be monitored by Ranorex:
- Are all dialog windows there?
- Are the directories created in the correct location?

and then

- Does the application start?

How can I set up Ranorex to monitor the installation process on a VM and provide me with the results?

I hope I have described it clearly.

I am thankful for every hint!