Skip to content

How Do I Navigate within My HuLoop Automation Project?

  1. Sign in to your HuLoop account.
  2. Click Automation.

v7_GS_create-automation

  1. Open the automation project where you want to work on (e.g., API Commands) by clicking anywhere on its card.

v7_GS_open_api_commands

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

From here, you can quickly navigate through your automation hierarchy using the navigation pane on the left side of the screen.

This pane displays a collapsible tree structure within the automation showing all your:

  • Modules
  • Suites
  • Use Cases

v7_GS_navigation_pane
To explore your automation:

  1. Click the plus icon  next to a module to expand and view its suites.

v7_GS_expand_module_nav

  1. Similarly, expand a suite to view its use cases.

v7_GS_expand_suite_nav

  1. Select any use case to open it in the main workspace.

v7_GS_select_use_case
down-arrow
vy_GS_selected_use_case_on_main_workspace

Note: Selecting the name of an item (automation, module, suite, or use case) opens that item directly in the main workspace.

This navigation tree makes it faster to move between different levels of your automation without leaving the current screen.

You can also navigate by clicking through items on the main workspace:

  • To view Suites, select the corresponding module title (e.g., Rest Module).
v7_GS_module_page_list_view
Module Page: List View
v7_GS_module_page_grid_view
Module Page: Grid View
  1. To view Cases, select the Suite by clicking the corresponding suite title (e.g., NewTestSuite). The Suite groups related Cases together, making them easier to manage.
v7_GS_suite_page_list_view
Suite Page: List View
v7_GS_suite_page_grid_view
Suite Page: Grid View
  1. You will see a list of Cases. Choose the specific Case you want to access and view, add or edit the steps as needed (e.g., set).
v7_GS_case_page_list_view
Case Page: List View
v7_GS_case_page_grid_view
Case page: Grid View

Last updated: Sep 09, 2025
Back To Top