Create Execution profile

Step-by-step process to create execution profile in Avo Assure:

  1. On the Home page, Under Projects, select the desired Project from the list

  2. Select the Design Studio and navigate to Execution tab

  3. Create new folder in Execution tab

Ways to create a new folder:

A. Plus icon (+) B. Create Folder

  1. Select Plus icon (+) from top left panel of Execution tab

  2. Select Create new folder option

  3. Enter an appropriate name for the execution folder

  1. Create Execution List in Execution tab

Ways to create an Execution List:

A. Plus icon (+) B. More Options (...) C. Create list button

  1. Select Plus icon (+) from top left panel of Execution tab

  2. Select Create new list option

  1. Select the Profile Type from the dropdown. Select either Functional or Accessibility

  • Functional: This profile type is used for regular execution modules, and it focuses on application's function

  • Accessibility: This profile type is especially created for people with disabilities to use applications easily parallelly ensuring the platform’s availability for everyone while ensuring a good experience

  1. Select the On Failure option from the dropdown as per your requirement:

  • Continue Run: Continues the execution by skipping the errored step

  • Halt Run: Terminates execution when error occurred

  • Re-Run: Halts the ongoing execution after detecting any error and restart the execution from beginning

  • Run next Testcase: Jumps to next Test case after detecting any error

To learn more about On Failure, refer to On Failure.

  1. Select Add Test Case to bring up Testcases window in Execution tab

  1. Drag Testcase from Testcases window and drop it in Execution List

Note:

  • When you add a folder to the execution list, the system includes all Testcases inside that folder and its subfolders.

  • If you have created E2E flows, you can add them to the Execution List.

  1. In the Input Value field, enter the new Excel file path or data source. (If needed)

Example:

If the Excel data used in Testcases has changed, you can directly provide the new Excel path in the Input value instead of updating it inside every Testcase or Test Step Group.

Example:

  • You have 5 Test Cases that use OldData.xlsx.

  • Your test data changes, and you now have NewData.xlsx.

  • Instead of updating each Test Case file path manually, you enter NewData.xlsx in the Input Value field.

  • The Execution List runs all Test Cases using NewData.xlsx as the globally declared data, which overrides the Excel file paths in the individual Test Cases.

  1. Select the On Failure option from the dropdown according to your requirement. By default, it is set to Continue Run. (Change it if needed.)

Note: You can select the On Failure type for an individual Testcase or for all Testcases in the Execution List.

  1. Expand the Configuration window from the right pane. Select active Client, Agent, or Grid to choose the execution mode:

  • Client: Runs the Execution List on the local machine.

  • Agent: Runs the Execution List on a remote machine and can execute tests in parallel or distributed mode using an installed Agent.

  • Grid: Executes the Execution List in parallel or distributed mode across multiple machines.

Note: You can execute the Execution List through Client, Agent, or Grid.

  1. Select the Browser for execution to specify the environment in which the Testcases will run.

  2. Select Save to save all the configuration.

  1. Select parent folder and select Execute and the Execution Now pop-up appears

  1. Select Execute to execute the Execution List.

Last updated

Was this helpful?