For the complete documentation index, see llms.txt. This page is also available as Markdown.

Dynamic Test Data Handling at Runtime Execution

Summary: This document explains the process of handling data during runtime from different test cases across various folders using variables

Error behavior

When this issue occurs, you may observe the following behavior:

  • The data from the variable is not passed to different test cases at runtime.

Possible Reasons

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

Resolution/Solution

To resolve the issue, perform the following action:  

  1. ​​Check the variable names and formats passed across different test cases.

  2. Create the E2E flow and include all test cases from different folders.

Last updated