Understanding the Test Details Page

The Test Details page is your base of operations once a test has been created. From here, you can:

  • View results and execution history
  • Copy, delete, and rename the test
  • Trigger new executions
  • Review details of every step in your test
  • Generate reports
  • View audit logs
  • Add, edit, rearrange, or delete actions
  • Generate test documentation and plans
  • Run diagnostics for test failures
  • Manage test data
  • Import actions from page objects or other tests

Everything you need to manage and maintain a test lives here.

Tour of the Test Details Page

Test Breadcrumbs

  • Environment / Project Name / Folder Name (optional) / Test Name
    • Switch environments.
    • Return to the project Test Listing by clicking the project name.
    • Hover and click the pencil icon to rename a test inline.

New Test Button

  • Quickly create a new test with Architect or Create.

Project Actions Menu

  • Access project settings and additional options.

Tabs: Actions | Browser Results | History

  • Actions Tab: A stateless view of the test; edit or add actions.
  • Browser Results Tab: Shows pass/fail state of each action from the last run, per enabled browser.
  • History Tab: Displays execution history with options to download CSVs or view charts. Use filters to narrow the list based on browser status, date, or run type.

Other Key Tools

  • Execution: Choose execution type (Live Execution, Live Debug, Run with Variables, Headless Run).
  • Watch Test Video: View recordings if enabled in test settings.
  • Information: See key statistics about your test.
  • Download Template: Export template data source files.
  • TDM Mapping: Map a data source to the test.
  • Settings: Access test-level settings, reports, and bulk actions.
  • Import: Import actions from a Page Object or another Test Case.
  • Navigation Arrows: Jump to the top or bottom of the test case.
  • View Results: Open Slider View of the most recent run.
  • Diagnose: Run diagnostics on test failures.
  • Share: Copy or email a read-only link to results.
  • Test Plan Generator: Create a test plan with features like collapsing/expanding, regenerating, CSV export, and linking to test management tools.

Test Summary and Results

  • Summary: Shows total number of actions and test creator.
  • Last Run: Date, time, and user who executed the test.

Working with Actions

Actions are the core steps of your test. The Test Details page provides multiple options for editing and maintaining them:

  • Expand an Action: View Action Settings (edit, delete, local edit, clone).
  • Insert an Action: Hover between actions to reveal the insert icon ⊕, then add a new step.
  • View an Action: Open Slider View for the most recent screenshots and results.

Edit, Delete, or Clone Instructions

  • View: Use the chevron to expand or collapse actions in the instruction.
  • Edit: Rename the instruction.
  • Delete: Remove the instruction (and optionally actions within it).
    • Note: The first instruction cannot be deleted.
  • Clone: Duplicate an instruction.

Adding Actions to an Existing Test with Quick Add

  1. Open the test.
  2. Hover over an action to reveal the + icon.
  3. Choose the desired action from the menu.
  4. Provide required details in the modal.
  5. Click Insert to add the action.
    • Newly added actions appear grayed out with a NEW tag.

Adding Instructions

Instructions let you group actions for clarity and organization.

  1. Hover between actions and click the + icon.
  2. Select New Instruction.
  3. Name the instruction and click Save.

Notes:

  • Instructions cannot be added before the opening PageInit action.
  • Instructions apply to all following actions until the next instruction.

Rearranging Test Actions

The Rearrange Actions feature allows you to drag and drop actions into a new order.

Steps:

  1. Open your test.
  2. Hover over the three vertical dots next to the action.
  3. Drag and drop the action into its new position.
  4. Click Update to save.
  5. Confirm changes in the success banner.

Benefits:

  • Customize test flows for different scenarios.
  • Optimize test coverage.
  • Save time in refining and maintaining test cases.

Deleting Test Actions

You can delete single actions or multiple actions at once.

Deleting a Single Action

  1. Open the test.
  2. Expand the action to be deleted.
  3. Click Delete.
  4. Confirm deletion in the pop-up.

Deleting PageInit Actions

Deleting a PageInit action will prompt you to choose whether to keep or remove all dependent actions under it. The first PageInit action in any test cannot be deleted as that action sets up the testing environment.

Bulk Delete

Available from the Test Detail page for removing multiple actions simultaneously.

Viewing Execution History

Click the History tab to view and analyze past runs.

  • Filter by browser, status, or date.
  • Download execution history as CSV.
  • View history in chart format.
  • Delete results (Admin only).
  • Open past results by clicking View.
  • Set a run as the default result.

Summary

The Test Details page is the central hub for managing tests in Functionize. From execution and debugging to rearranging, editing, or deleting actions, it provides the flexibility to maintain, optimize, and analyze your automated tests—all in one place.