Skip to content

Step 1: Download and Install the HuLoop Desktop Recorder

  1. Sign in to your HuLoop account.
  2. Click on the Menu menu-icon available on the top right of the screen and you will get the following options:

scrn-menu-options

  1. Expand the Recorders option and select Desktop:

scrn-expand-recorders-option-select-desktop

The Desktop Recorder will be downloaded as a Zip file (e.g., WindowsDesktopRecorder.zip).

  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.

scrn-click-extract-to-unpack-folder-contents-for-desktop

  1. Open the folder and double-click HuloopUIRecorder.exe file:

scrn-double-click-huloopuirecorder-exe

  1. You will get the following pop-up. Click More Info, as shown:

scrn-ui-recorder pop-up

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

scrn-windows-protected-your-pc-click-run-anyway

  1. This will launch the HuLoop Desktop Recorder, and the following UI Recorder pop-up will appear:

scrn-ui-recorder pop-up

  1. In the pop-up, you will need to enter the following details:
     
      • Server URL: Enter the server environment URL (e.g., https://demo.huloop.ai:451), this URL will be specific to the user’s HuLoop server URL.
      • Email: Enter the email address you used to create the blank test case in the automation project.
      • Password: Enter the corresponding password.
      • Project ID: This is the alphanumeric code found in the URL of your blank test case after TestStep/.
         

        For example, in the following URL, the Project ID is 66e7cedee4b0833b8bc42f98

        https://demo.huloop.ai:451/HuLoopSubscriptionUI/#/test/TestStep/66e7cedee4b0833b8bc42f98/66f5835be4b081e890968774/66fa7eb1e4b081e89096b86c

      • Task ID: The next alphanumeric code in the URL after the project ID. Using the same URL example, the Task ID is 66f5835be4b081e890968774
         
        https://demo.huloop.ai:451/HuLoopSubscriptionUI/#/test/TestStep/66e7cedee4b0833b8bc42f98/66f5835be4b081e890968774/66fa7eb1e4b081e89096b86c
      • Test Case ID: The last alphanumeric code in the URL. Using the example, the Test Case ID is 66fa7eb1e4b081e89096b86c
         
        https://demo.huloop.ai:451/HuLoopSubscriptionUI/#/test/TestStep/66e7cedee4b0833b8bc42f98/66f5835be4b081e890968774/66fa7eb1e4b081e89096b86c
  1. Click Login.
  2. Once you’ve successfully logged into the HuLoop Server, a notification will appear confirming the login.
  3. Launch the Application: Once logged in, a Browse button will appear.

scrn-launch-uirecorder-click-browse-btn

    • Click Browse to navigate to the application file path.
    • A pop-up window will appear.
    • Navigate to the application file path.

Example for Excel: C:\Program Files\Microsoft Office\root\Office16\excel.exe

scrn-navigate-to-application-file-path

    • Select the file and click Open to launch the application.

Note: The file path will automatically appear in the HuLoop UI Recorder window once you’ve selected it.

  1. Start Recording: In the HuLoop UI Recorder window, click Record to begin capturing the actions.

scrn-huLoop-ui-recorder-window-click-record

  1. Perform Your Actions: For example, if you’re entering values into different columns of a new Excel sheet:
    • Start entering values into the columns. Start entering values into the columns. Wait until the cell is highlighted with a blue boundary, indicating that the recorder has recognized the cell you’re interacting with.
    • To record the Enter Action, press Tab or Enter.
  1. Once done, return to the UI Recorder and click Stop to end the recording. A notification will appear confirming that the automation record was uploaded successfully.

scrn-huLoop-ui-recorder-window-click-stop

  1. Review the Recorded Steps:
    • Go to the HuLoop web server.
    • You will be automatically logged out. Log in again using the same credentials.
    • Navigate to the blank Case you created earlier, and you will see that all the recorded steps have been captured.
    • The Screen name and Element (Locators) will be automatically filled in, but you can edit the screen name and locator name if needed.
    • You can also manually add new steps or edit the existing ones if required.

scrn-manually-add-new-steps-or-edit-existing

The system will create the automation script using the AutoIT Script Handler. You can verify the script by clicking Edit button edit-icon  against the Set Action. A pop-up will appear as shown. Click the Form button, and you will get the AutoIT Script Name as shown:

scrn-click-form-btn-see-autoit-script-name

Back To Top