Dynamic Test Data Handling at Runtime Execution
Last updated
Summary: This document explains the process of handling data during runtime from different test cases across various folders using variables
When this issue occurs, you may observe the following behavior:
The data from the variable is not passed to different test cases at runtime.
This issue may occur due to one or more of the following reasons:
The correct variable names are not provided to dependent test cases
The variable declaration format is incorrect
The E2E flow is not created before adding test cases from different folders to the execution list
To resolve the issue, perform the following action:
Check the variable names and formats passed across different test cases.
Create the E2E flow and include all test cases from different folders.
Last updated