Skip to content

Welcome to the HuLoop Documentation FAQs! This guide provides answers to common questions and offers step-by-step instructions to help you navigate HuLoop efficiently.

Logging in
  1. Go to the HuLoop URL provided by the HuLoop team.

sign-into-huloop-account

  1. Enter your HuLoop email and password, and click Sign In.
  1. On the sign-in page, click Forgot Password below the Sign In button.

scrn-reset-forgotten-huloop-pc

  1. Follow the instructions to reset your password.
Getting Around HuLoop
  1. Sign in to your HuLoop account.
  2. Click Open Automation.

scrn-create-case-open-automation

  1. Click the title of the automation project you want to work on.

scrn-click-title-of-automation-project

  1. To view Test Suites, select the corresponding module title.

Note: HuLoop supports Tabular View and Card View. The screenshots provided show both views to help you navigate based on your preferred interface. While functionality remains the same, the layout may differ.

scrn-module-page-select-corresponding-module-title-tabular-view
Tabular View
scrn-module-page-select-corresponding-module-title-card-view
Card View
  1. For Test Cases, click on the title of the relevant test suite.
scrn-select-corresponding-suite-title-tabular-view
Tabular View
scrn-select-corresponding-suite-title-card-view
Card View
  1. Finally, click on a test case title to view its steps.
scrn-module-page-open-command-tabular-view
Tabular View
scrn-module-page-open-command-card-view
Card View

HuLoop offers two interface views:

  1. Tabular View
  2. Card View

You can change views on any screen after opening an automation project. By default, the Tabular View is selected, and you can easily switch to Card View by selecting the radio button.

Refer to the provided screenshots for examples of each view:

scrn-changing-views-in-huloop-tabular-view
Tabular View

When you switch between views, a notification will appear in the top-right corner of the window, confirming the change.

scrn-changing-views-in-huloop-card-view
Card View

You can customize the number of items displayed on the screen using the Pagination dropdown, located at the bottom left. Simply select from the options to view 20, 25, 50, or 100 items at a time.

  1. Sign in to your HuLoop account.
  2. Click Menu in the top-right corner.

scrn-how-to-check-hlp-version-click-menu

  1. In the menu, expand the Help section by selecting the icon, then choose About HuLoop.

scrn-how-to-check-hlp-version-select-about-huloop

  1. A pop-up will display your HuLoop license version.

scrn-how-to-check-hlp-version-pop-up

  1. Click OK to go back to the HuLoop home page.
Importing and Exporting
  1. Sign in to your HuLoop account.
  2. Click Open Automation.

scrn-create-case-open-automation

  1. Select the icon of the automation project you want to export.

  1. A pane will appear on the right.
  2. Click the three dots next to the automation project title and choose Export Automation.

scrn-click-3dots-select-export-automation

  1. The automation project will download as a ZIP file which can be found in your Downloads folder.
  1. Sign in to your HuLoop account.
  2. Click Create Automation.

scrn-how-to-import-create-automation

  1. Select Choose File (.zip) to upload a ZIP file of the project.

scrn-how-to-import-choose-file-zip

  1. You can rename the project in the Automation Name field if needed.
  2. Click Save and you will receive a notification once the import is complete.

Prerequisites

Before you begin, make sure you have access to the XML suite file from an existing automation project. The Case in that file must be synced with the HuLoop Agent to ensure successful import.

You can find the XML file at:

C:\Users\<YourUser>\HuLoop\Huloop Automation\testxml\<ModuleName>

  • Replace <YourUser> with your Windows username.
  • Replace <ModuleName> with the name of the module you want to import the Case from.

Example: C:\Users\swati.nagi\HuLoop\Huloop Automation\testxml\Command Module

Steps to Import a Case:

  1. Sign in to your HuLoop account.
  2. Click Automation.
scrn-import-case-huloop-homepage
HuLoop Homepage
  1. Select or create an Automation Project: Click the title of the automation project you want to work on or create a new one, if required.

scrn-import-case-select-create-project

  1. This will navigate you to the Module page.
  2. Select or create a Module: Select the Module in which you want to import the Case by clicking the module title or create a new module using the Add Module button if you want to.
scrn-import-case-select-create-module
Module Page
  1. Select or create a Suite: Create a new Suite by using the Add Suite button if you do not already have a Suite in which you want to import the Case.

You can import Cases into existing Suites. The imported Case will appear alongside existing Cases in that Suite.

scrn-import-case-select-create-suite
Suite Page
  1. Import the Case: Click the 3 dots menu next to the Suite name and select Import Case.

scrn-import-case

  1. You will see a pop-up window prompting you to upload the XML Case file.

scrn-import-case-popup-upload-xml

  1. After choosing the file, click Upload.
  2. This will import all the cases in this suite.

Note: When importing a Case, only the steps are imported, locators are not included in the suite file. You need to import the locators separately.

Steps to Import Locators:

  1. Navigate to the module level of your project
  2. Go to Locator View

scrn-import-case-locator-view

  1. Create a new Locator Module: Click Add Locator Module, and name it appropriately (for example, Batch Module).
  2. Import the locators: Click the 3 dots menu next to this locator module and select Import Locators.

scrn-import-case-import-locator

  1. A pop-up will appear asking you to upload the locators file:

scrn-import-case-upload-locator

  1. Upload the Locators File: Choose the locators file from the same project. You can find the locator file at:
    • C:\Users\<YourUser>\HuLoop\<ProjectName>\locators\<ScreenName>
    • Replace <YourUser> with your Windows username.
    • Replace <ProjectName> with the source project name.
    • Replace <ScreenName> with the name of the screen you want to import.

Example: C:\Users\swati.nagi\HuLoop\Command Module\locators\HuLoop

  1. After selecting the file, click Upload to import locators.

Always ensure that the screen name matches the screen used in the imported Case. This ensures a smooth and error-free execution.

Managing Automation Projects
  1. Sign in to your HuLoop account.
  2. Click Open Automation.

scrn-create-case-open-automation

  1. Select the icon of the automation project you want to delete.
  2. A pane will appear on the right. Click the Delete icon , which appears above the three dots .

scrn-click-the-delete-icon

Building Automation Workflows
  1. Sign in to your HuLoop account.
  2. Click Open Automation.

scrn-create-case-open-automation

  1. Click the title of the automation project you want to work on.

scrn-click-title-of-automation-project

This will navigate you to the Module page. This is the main area where you manage all tests for your project.

  1. Click the Add Module

Note: HuLoop supports Tabular View and Card View. The screenshots provided show both views to help you navigate based on your preferred interface. While functionality remains the same, the layout may differ.

scrn-click-add-module-btn-tabular-view
Tabular View
scrn-click-add-module-btn-card-view
Card View
  1. Fill in the Module Name (Mandatory) and Description (Optional).
  2. Click Save button.

scrn-new-module-pop-up
This module will appear on the Module page:
scrn-new-module-appears-on-module-page

  1. This module will contain a default Suite which you can edit as per your requirements.
  2. You can access this Suite by clicking the Module name.
  1. Sign in to your HuLoop account.
  2. Click Open Automation.

scrn-create-case-open-automation

  1. Click the title of the automation project you want to work on.

scrn-click-title-of-automation-project
This will navigate you to the Module page. This is the main area where you manage all tests for your project.

  1. Select the corresponding module title in which you want to create the new Suite.
scrn-module-page-select-corresponding-module-title-tabular-view
Tabular View

Note: HuLoop supports Tabular View and Card View. The screenshots provided show both views to help you navigate based on your preferred interface. While functionality remains the same, the layout may differ.

scrn-module-page-select-corresponding-module-title-card-view
Card View
  1. Click the Add Suite Suite groups related Cases together, making them easier to manage.
scrn-click-add-suite-btn-tabular-view
Tabular View
scrn-click-add-suite-btn-card-view
Card View
  1. Fill in the Suite Name (Mandatory) and Description (Optional).
  2. Click the Check box if you want the execution of all subsequent cases to depend on the successful execution of this one else leave it as unchecked.
  3. Click Save button.

scrn-fill-in-suite-name-and-description

  1. This Suite will appear on the Suite page and will contain a default Case which you can edit as per your requirements.
  2. You can access this Case by clicking the Suite Name.
  1. Sign into your HuLoop account.
  2. Click Open Automation.

scrn-create-case-open-automation

  1. Click the title of the automation project you want to create the Case in.

scrn-click-title-of-automation-project

  1. This will navigate you to the Module page. Select the corresponding module title.
scrn-module-page-select-corresponding-module-title-tabular-view
Module Page: Tabular View
scrn-module-page-select-corresponding-module-title-card-view
Module Page: Card View

Note: HuLoop has two views: Tabular View and Card View. The default view is Tabular, but you can switch to Card View by selecting the corresponding radio button. For a clearer understanding, screenshots of both views are included in this guide.

You can customize the number of items displayed on the screen using the Pagination dropdown, located at the bottom left. Simply select from the options to view 20, 25, 50, or 100 items at a time.

  1. Select the Suite by clicking the corresponding suite title. The Suite groups related Cases together, making them easier to manage.
scrn-select-corresponding-suite-title-tabular-view
Suite Page: Tabular View
scrn-select-corresponding-suite-title-card-view
Suite Page: Card View
  1. You will see a list of existing Cases. Click Add Case to create a new case.
scrn-add-new-case-tabular-view
Add New Case: Tabular View
scrn-add-new-case-card-view
Add New Case: Card View
  1. You’ll see the Add New Case pop-up:
scrn-add-new-case-pop-up
Add New Case Pop-Up
  1. Fill in the following details:
    • Case Title: Enter the title of the Case (required).
    • Execution Iteration: Choose the iteration for this case. (1 is the default value)

The execution iteration is set to 1 by default. You can delete it and enter a new value or use the Upward Downward Arrow ( upward and downward arrows) to increase or decrease the execution iteration values, respectively.

    • Case Id: Enter the Case Id if applicable.
    • Case Tag: Select a tag from the following options:
      • IMPORTANT
      • VERY_IMPORTANT
      • GOOD_TO_HAVE

scrn-select-tag-from-options-cropped

    • Case Description: Provide a brief description of the Case.

Note: Case Title is a required afield.

  1. Click Save.

Adding steps to Cases allows you to build or modify your Case to automate tasks. Each step performs a specific action that can be customized by selecting commands and defining parameters.

Define a step in Tabular View

To define an action in Tabular View:

  1. Log in to your HuLoop account.
  2. Open the Case where you want to define a step.
  3. Click the ADD Step button to create a new step.

scrn-define-a-step-add-step

  1. The Add New Step pop-up will appear. This step will appear as Step 1 in the Case.

scrn-add-new-step-pop-up

  1. The default action is Open Web Browser. If you want to change it, click remove-icon to remove it and then click  icon to get a list of actions.

scrn-default-action-is-open-web-browser

  1. From the Action drop-down, select the required action for the step.

You can quickly find an Action by typing a keyword into the action field. As you type, a list of matching actions will appear, and you can select the desired action from the results. This makes it faster to locate and add actions, especially when dealing with many available options.

  1. If required, fill in the Screen Name and Element Key and define the parameter’s value in the Parameters box.

scrn-add-new-step-define-parameters-value

  1. Click Save.

You can also add a step by clicking the inline expand-plus-icon-green icon next to an existing step. This will insert the new step directly below the selected one. For example, clicking expand-plus-icon-green next to step 4 will add a new step at index 5.

Define a step in Card View

To add an action step in Card View, open the Case where you want to define a step.

You can either:

Add a step at index 1

  1. Click the Add Cards button to create a new step.

scrn-click-add-cards-btn

  1. This step will appear as Step 1 in the Case. The Add New Step panel will appear on the right side of the screen where you can define the action.

scrn-define-action

  1. The default action is Open Web Browser. If you want to change it, click remove-icon to remove it and then click  to get a list of actions.

scrn-from-action-drop-down-select-required-action

  1. From the Action drop-down, select the required action for the step.

You can quickly find an action by typing a keyword into the action field. As you type, a list of matching actions will appear, and you can select the desired action from the results. This makes it faster to locate and add actions, especially when dealing with many available options.

  1. If required, fill in the Screen Name and Element Key and define the parameter’s value in the Parameters box.

scrn-fillin-screen-name-element-key-define-parameters.

  1. Click Save.

You can switch anytime to the Tabular view using the Card View toggle button view_toggle_button available on left side of the screen.

Add a step at your chosen index

  1. Click the button as shown:

scrn-add-step-click-plus-btn

  1. A list of Function/Action categories will appear:

scrn-list-of-function-action-categories-appears

  1. Find the required category (e.g., Click Events), by typing in a keyword in the Search box:

scrn-find-required-category-eg-click-events

  1. Click the  icon next to a category to expand and view its actions and functions.

scrn-click-right-arrow-next-to-category-to-expand

  1. Use the Search box to find the specific action you need (e.g., Double Click Element).

scrn-use-search-box-to-find-specific-action

  1. Drag and drop the action onto the desired index (e.g., add Double Click Element at index 4).
  2. The Add New Step panel will open on the right side of the screen.

scrn-add-new-step-panel-will-open

  1. If needed, fill in the Screen Name, Element Key, and define any Parameters.

scrn-fillin-screen-name-element-key-define-parameters.

  1. Click Save.
Working with Locators

HuLoop offers two primary views to streamline the Case creation process: Automation View and Locator View. Each view serves a specific function, helping users seamlessly build and manage their automation tests.

  • Automation View: This view is designed to define the steps and actions in a Case. It focuses on the sequence of automation tasks, making it easy to structure workflows and define actions like clicking buttons, entering data, or navigating pages.
  • Locator View: This view is focused on managing the locators that identify elements within your application or website. It allows users to define and modify the locators that will be used in the automation steps, ensuring accurate interaction with web elements.

You can change views on any screen after opening an automation project. By default, the Automation View is selected, and you can easily switch to Locator View by selecting the radio button.

Refer to the provided screenshots for examples of each view:

scrn-automation-view
Automation View
Locator View
Locator View

A locator is a mechanism used to identify elements on a web page or within an application. In automation processes—whether for software testing or process automation—locators help find elements such as buttons, links, text fields, or other components, so that interactions like clicking, typing, or verifying content can be performed. Locators are basically used to identify the unique address of the elements to interact with them.

When you’re automating tasks, like filling out a form or clicking a button, you need to make sure the automation knows exactly what part of the page to interact with. A locator does this by pointing to the right element, making sure the automation works as expected. Without locators, the automation would not know which element to interact with, leading to failed actions.

For example, if you want to click a “Submit” button on a page, you must define a locator to ensure the automation can correctly identify that specific button.

HuLoop supports all Locator types. Few are listed below:

  • ID: A unique identifier for an element. Like a name tag, each element has a unique ID that helps it stand out. (e.g., “submitButton”).
  • Name: The element’s name attribute.
  • Class Name: The class attribute of the element. It is a group label that elements might share (e.g., all buttons on a page).
  • XPath: A path that describes how to find the element in the page structure.
  • CSS Selector: A way to find elements based on their design or style. It targets the element based on its style selector.
  • Link Text: It identifies a clickable link (hyperlink) by the words displayed on the page.

To automate desktop applications in HuLoop, you must define locators for the UI elements you want to interact with. Locators help identify these elements accurately during automation execution. The process of adding locators is consistent across different types of applications.

While you’re free to create any valid XPath, here are a few examples of locators:

TypeExampleDescription
By Name (Exact Match)//*[@name=’Submit’]Finds element by matching the Name property.
By ClassName//*[@ClassName=’Button’]Targets elements by their class type.
Starts-with//*[starts-with(@AutomationId,’btn’)]Matches elements whose attribute value starts with a specific string.
Multiple Attributes//*[@Name=’Cancel’ and @ClassName=’Button’]Narrows down the match using multiple attributes.
Text-based Match//*[text()=’OK’]Matches the visible text of an element.
Parent to Child Navigation//*[@Name=’Login Form’]/*[@AutomationId=’txtUsername’]Finds a child element under a specific parent node.

Switching to Locator View

  1. Open your automation in HuLoop.
  2. Switch to Locator View by selecting the radio button.
  3. By default, Automation View is selected. Switching to Locator View allows you to manage locators.
doc-faq-locator-module-page
Locator Module Page

Working with Locator Modules

A Locator Module is a collection of locators categorized based on functionality or screen grouping. You can:

  • Create a new Locator Module by clicking Add Locator Module button, or
  • Open an existing Locator Module by clicking its title (e.g., Core Demo).

doc-faq-open-locator-module
Each module contains screens, and each screen contains its elements (locators).

Defining Locators in a Screen

A Screen represents a specific window or UI section of the application.

  1. Inside a Locator Module, select a Screen or create a new one by clicking Add Screen button.
doc-faq-locator-module-add-screen-page
Add Screen Page
  1. Inside the Screen, define new locators for its elements.
  2. Click the + icon to add a new locator.

  1. When adding a locator, provide the following details:
    • Element Key – A unique name for the element.
    • Locator Value – The locator path generated using tools like UISpy or Inspect.
    • Comment (Optional) – Additional information about the locator.
  2. Once the details are entered, click Add button.
doc-faq-click-locator-add-button
Adding a New locator

The newly created locator appears in the existing locators list and is now available for use in automation workflows.

Getting Support and Help
  1. Sign in to your HuLoop account.
  2. Click Menu in the top-right corner.

scrn-how-to-check-hlp-version-click-menu

  1. In the menu, expand the Help section by selecting the  icon and choose Huloop Support.

scrn-select-huloop-support

  1. You will see the HuLoop support email address and contact number.

scrn-huloop-support-email-and-contact-number

  1. Sign in to your HuLoop account.
  2. Click Menu in the top-right corner.

scrn-how-to-check-hlp-version-click-menu

  1. In the menu, expand the Help section by selecting the icon, then choose Huloop Help.

scrn-select-huloop-help

  1. A new tab will open with links to various HuLoop help documents.
Administration & Reporting
  1. Sign in to your HuLoop account.
  2. Execute your case to generate a report.
  3. Go back to the case page and click the Menu  option.

scrn-go-back-to-case-page-click-menu

  1. Expand the Report section by selecting the icon and click Latest Execution Report.

scrn-report-menu-click-latest-execution-report

  1. You will be taken to Latest Execution Report page that shows the Test Result Summary and Suite Result Summary for the project.
  2. Click the Suite Name under the Suite Result Summary (e.g., Login Suite).

scrn-suite-result-summary-login-suite

  1. Click on the Case Title to open execution details (e.g., Verify Login).

scrxn-sase-title-to-open-execution-details

  1. In the Test Run Details page, select Show Audit Info to view audit details or Show Screenshot to display screenshots.

scrn-in-test-run-details-page-select-show-audit-info

  1. Sign in to your HuLoop account.
  2. Click Menu in the top-right corner.

scrn-how-to-check-hlp-version-click-menu

  1. In the menu, expand the Help section by selecting the icon and choose Reload License.

scrn-help-menu-reload-license

  1. A message will confirm your license has been updated.

scrn-license-data-updated-successfully

Encrypting Sensitive Data in HuLoop

In HuLoop automation workflows, sensitive data such as passwords, API keys, database credentials, and personal information can be protected to ensure security and compliance. HuLoop provides built-in encryption mechanisms that prevent unauthorized access, secure data in logs and reports, and help meet compliance standards.

By encrypting data, users can ensure that sensitive values remain hidden across automation cases, logs, and reports.

HuLoop allows you to protect sensitive parameters in automation workflows using three methods:

  • At the Step Level (Case-Specific Encryption)
  • At the Global Settings Level (Automation-Wide Encryption)
  • By Hiding Step-Level Details in Reports: Hiding step-level details in Web and Excel Reports prevents sensitive information from being displayed in reports, ensuring compliance and data security.

HuLoop allows users to encrypt sensitive data directly within a case step to prevent unauthorized access. This ensures that the confidential values remain secure throughout the automation process. The encryption process slightly differs between Tabular View and Card View.

Encrypting Data in Tabular View

  1. Log in to your HuLoop account.
  2. Open the case that contains the step with sensitive data.
  3. Suppose you want to hide the password value, as shown in Step 4 of the case (refer to the screenshot).
  4. Click the eye-shaped icon for this step.

scrn-hide-the-password-value-tabular-view

  1. The data is automatically encrypted and will appear as a secure string, such as: dREtRMx/jkZ4oI0gq2xoD1o/034VulAA9W16h57FR9vtE=

scrn-data-encrypted-appears-as-secure-string-tabular-view

Notes:

  • Once a step contains encrypted data, it cannot be edited. If changes are needed, you must decrypt the data first.
  • You can decrypt the data, if required, by clicking the eye-shaped icon again.
  • Only the user who encrypted the data can decrypt the value.

Encrypting Data in Card View

  1. Log in to your HuLoop account.
  2. Open the case and click on the step containing the sensitive data.
  3. In the right-side panel, Click the eye-shaped icon.

scrn-encrypting-data-in-card-view

  1. Suppose you want to hide the password value, as shown in Step 4 of the case (refer to the above screenshot).
  2. The value will be automatically encrypted and converted into a secure string.

scrn-data-encrypted-appears-as-secure-string-card-view

Notes:

  • Once a step contains encrypted data, it cannot be edited. If changes are needed, you must decrypt the data first before making any modifications.
  • You can decrypt the data, if required, by clicking the eye icon again.
  • Only the user who encrypted the data can decrypt the value.

HuLoop allows users to encrypt data globally through Custom Settings. This is useful when sensitive data, needs to be accessed across multiple cases without manually encrypting it in each step. Encrypting data at the global level ensures consistent security while allowing users to reference encrypted values wherever needed.

The following steps explain how to encrypt sensitive data in Global Settings and securely use it in automation workflows.

Steps to encrypt sensitive data globally:

  1. Log in to your HuLoop account.
  2. Open the automation containing the case you want to encrypt the data in.
  3. Navigate to Settings > Custom Settings.
  4. Click Add Setting button to create a new global variable for the sensitive data.

scrn-steps-to-encrypt-sensitive-data-globally-add-setting

  1. In the pop-up window, provide:
    • Setting Name: An identifier for the encrypted data (e.g, Password).
    • Setting Value: The data you want to encrypt (e.g., Password@123)

scrn-setting-value-the-data-you-want-to-encrypt

  1. Click Save.
  2. Scroll down, find the setting you just created, and click the eye-shaped icon next to it to encrypt the value.

scrn-click-eye-shaped-icon-to-encrypt-the-valuedown-arrow

Global Variable with encrypted value
Global Variable with encrypted value

Notes:

  • The encrypted data will remain secure across all cases and steps where the global variable is used.
  • You can decrypt the data, if required, by clicking the eye icon again.
  • Only the user who encrypted the data can decrypt the value.

HuLoop ensures that encrypted data remains secure in reports, preventing unauthorized access. This applies to both Web Reports and Excel Reports, ensuring that sensitive values are never exposed in logs or reports.

Once a case is executed, you can generate reports to review execution details while maintaining data security.

Verifying Encrypted Data in Web Reports

  1. Execute your case to generate a report.
  2. Go back to the case page and click the Menu  option.
  3. Expand the Report section and click on Latest Execution Report.

scrn-report-menu-click-latest-execution-report

  1. On the Latest Execution Report page, click the Suite Name under the Suite Result Summary (e.g., Login Suite).

scrn-suite-name-under-suite-results-summary

  1. Click on the Case Title to open execution details (e.g., Verify Login).

scrxn-sase-title-to-open-execution-details

  1. In the Test Run Details page, click Show Audit Info checkbox.

scrn-in-test-run-details-page-click-show-audit-info-checkbox

  1. Here, you can verify that the sensitive values remain encrypted in the Audit Info section.

Scroll up or down in the Audit Info section to view the full details.

Verifying Encrypted Data in Excel Reports

When exporting reports to Excel, encrypted values remain secure and are displayed as encrypted strings, ensuring sensitive information is protected.

Steps to Access the Excel Report:

  1. Open File Explorer and navigate to:

C:\Users\YourUsername\HuLoop\YourAutomationName\reports (e.g., C:\Users\swati.nagi\HuLoop\TA_HU\reports)

  1. Locate and open the Excel report for your executed case.
  2. In the Excel file, go to the Test Run Detail tab.
  3. Scroll down to find the parameter values and confirm that the sensitive data remains encrypted.

scrn-access-excel-report-find-parameter-values-and-confirm
By enforcing encryption across both Web Reports and Excel Reports, HuLoop ensures that sensitive information is never exposed, maintaining security throughout the automation workflow.

HuLoop allows you to customize reports to hide step-level execution details, enabling you to focus on high-level test results. This is useful when you need summary-based reporting without displaying detailed step-by-step execution logs.

HuLoop provides two separate settings to achieve this:

  • For Web Reports – You can configure a custom setting to exclude step details.
  • For Excel Reports – You can modify an application setting to remove step-level execution data.

The following sections explain how to configure these settings for both Web and Excel Reports.

Hiding Step Details in Web Reports

To remove step-level details from the Web Report, follow these steps:

  1. Open your Automation in HuLoop.
  2. Navigate to Settings > Custom Settings.

scrn-navigate-to-settings-custom-settings

  1. Click Add Setting button to create a new custom setting.
  2. In the Setting Name field, enter skip_step_details_in_web_report
  3. Set its value to “true“.
  4. Click Save.

scrn-add-new-custom-setting-pop-up

Outcome on execution: When enabled, the Web Report will no longer display individual step-level details. Refer to the following screenshot:

scrn-test-run-detail-custom-setting-flag

Note: This is an automation-level setting, meaning it will apply to all test cases and reports within the automation. Once enabled, step-level details will be hidden across all executions for the selected automation.

Hiding Step Details in Excel Reports

To exclude step-level details from the Excel Report, follow these steps:

  1. Open Settings > Application Settings.

scrn-hiding-steps-details-in-excel-reports-application-settings

  1. Find the setting include_teststeps_in_reports.
  2. Use the toggle button to switch its value to NO.

scrn-use-toggle-button-to-switch-its-value-to-no
Outcome on execution: The Excel Report will exclude step-level execution details, keeping the report concise. Refer to the following screenshot:
scrn-the-excel-report-will-exclude-step-level-exe-details
Note: This is an automation-level setting, meaning it will apply to all test cases and reports within the automation. Once enabled, step-level details will be hidden across all executions for the selected automation.

Back To Top