You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
Hello,
I am trying to make my manual tests more modular. I have set up one test with a dataset and one parameter and 4 iterations for that parameter. One of the steps for this test is a called test for which I want to transfer the used iterations that are defined for the original test. Defining the dataset for the called test as I use the dataset with the original test does not work. And with the executions, the parameter name is not replaced. What is the proper way to use the dataset from the original test case in the called test case?
Screenshots: 1. Test execution, 2. Called test case, 3. Original test case, 4. Dataset for the original test case, 5. Dataset for the called test case.