I am encountering a peculiar issue with one of the test cases in my Katalon Studio project. The specific test case consistently fails when I attempt to execute it using three call session cases. However, it works perfectly fine when I run the script without incorporating these call test cases.
Steps to Reproduce:
- Launch Katalon Studio.
- Navigate to the test case in question.
- Execute the test case by including three call session cases using the following syntax:
Call Test Case ‘Test Case A’
Call Test Case ‘Test Case B’
Call Test Case ‘Test Case C’
Expected Outcome:
The test case should execute successfully regardless of whether call session cases are incorporated.
Actual Outcome:
When executing the test case with the three call session cases, the test case fails at a specific point. However, the test case executes successfully when run individually without using the call test cases