Katalon - BDD - Parallel Execution

hi everyone,

Currently, we are building BDD tests in Katalon, would like to get an idea how to execute BDD tests in parallel. For example, below are 2 scenarios and each scenario have 4 test cases (different test data). Would like to have all 8 Test Cases to be executed in Parallel. Can you please help on this. Any thoughts are highly appreciated, thank you.

Feature: Login Feature

Scenario Outline: Login Test Validation
Given Login to the application with and
Then Verify if the home page is displayed.

Examples: 
  |UserName|Password|
  |User1| password1|
  |User2| password1|
  |User3| password1|
  |User4| password1|

Scenario Outline: Login Invalid test validation
Given Login to the applicaiton for Test Case Id and
Then Verify if the error message displayed

Examples: 
  |UserName|Password|
  |$$#$#$#| password1|
  |~~~~~| password1|
  |@@@@@| password1|
  |######| password1|
1 Like

Hi Team, Any Update ? If there are any temporary solution you can provide, that would be great…