Skip to content

Setting Up HuLoop Agent for Windows

This section provides step-by-step instructions for setting up the HuLoop Agent to enable automation test case execution. By following the instructions outlined in this document, you will be able to install the Agent, configure it with your projects, and run automated test cases.

Note: This section is applicable for Windows OS only.

Prerequisites

  1. HuLoop Server URL
  2. Login credentials for accessing your HuLoop account.

Logging into HuLoop Server

Follow these steps to log in to HuLoop server:

  1. Enter the HuLoop server URL in your browser and you will be redirected to the following screen.
Note: Each user has a unique HuLoop URL. If you don’t have one, please contact HuLoop Support for assistance.

v7_GS_huloop_signin

  1. Enter your HuLoop email ID i.e., username@huloop.ai and password in the respective fields and click Sign In.
  2. You will now be redirected to the HuLoop homepage as shown:

v7_GS_HuLoop_home_page

Executing a Test Case

To execute a test case, an Agent must be downloaded and installed. Follow these steps to complete the process:

To Download the Agent

  1. Click the Menu available on the top right of the screen and you will get the following options:

v7_GS_menu
down-arrowv7_GS_menu_open

  1. Expand the Tools option and select the HuLoop Windows Agent:

v7_GS_select_huloop_windows_agent

The agent will be downloaded as a Zip file (e.g., HuLoop.zip).

To Install the Agent

  1. To save the zip file contents in your system, copy and paste this file to a desired location, and then extract files.
  2. To extract files right-click the zip file and select Extract All.
  3. You will see a pop-up window. You can either:
    • Click Browse to select your desired location to save the contents or use the default location.
    • Click Extract to unpack the folder contents.

v7_GS_extract_huloop

  1. Open the folder and double click HuLoopAgent.exe file. You will get the following pop-up. Click More Info, as shown:

v7_GS_more_info

  1. You will get another pop-up, as shown. Click Run Anyway to run the downloaded application (HuLoop Agent).

v7_GS_run_anyway

  1. This will launch the HuLoop Desktop Agent:

v7_GS_launch_screen

  1. On successful installation, the following screen will appear where you should enter your HuLoop server URL to be used in the Agent and click Continue.

You can find the HuLoop server URL in the following ways:

Option 1: In the browser where you are logged into HuLoop, copy the URL up to huloop.ai shown: https://demo.huloop.ai/ (this URL could appear different depending on your specific server URL) and append HuLoopRest. The final URL will look like:

https://demo.huloop.ai/HuLoopRest

Option 2: You can also find the HuLoop server URL to be used in the Agent in the email shared by the HuLoop support team.

v7_GS_signin_using_server_url

  1. Sign in using your HuLoop credentials.

v7_GS_signin_using_huloop_credentials

  1. Once the Agent is set up, you will see all the automations (projects) you have created in your account. Click on the automation title to open the desired automation:

v7_GS_click_automation

  1. To execute the automation, expand it by clicking the  icon next to it:

v7_GS_expand_automation

  1. A list of associated Modules will appear. Expand a Module to view the associated Suites:

v7_GS_module_list_expand

  1. Similarly, expand a Suite to get a list of associated Cases:

v7_GS_expand_suite_list

  1. Select the Case by checking the checkbox next to it, then click the Run selected automation button as shown:

v7_GS_select_case_and_run

  1. This will start the case execution. You can track the progress of the execution via the progress bar at the bottom of the screen:

v7_GS_case_execution_progress

  1. You can view the Case steps by clicking the Case title:

v7_GS_view_case_steps

Note:

  • After making any changes in the portal, such as editing or updating a step in your automation use case, sync the Agent by clicking the Sync automation icon as shown. This ensures your changes are synced and the correct project is loaded for execution.

v7_GS_sync_automation

  • Whenever you want to switch to a different automation project on the Agent, click on HuLoop at the top left of the screen to refresh the Agent.

v7_GS_click_Huloop_to_refresh

Last updated: Sep 09, 2025
Back To Top