Forum Discussion

indeed_2000's avatar
indeed_2000
New Contributor
2 months ago

Pass value of test dataset in call test

 hi, In jira Zephyr

 1-create test with name “open page”

2-create second test with name “enter user & pass”

3-set dataset for  “enter user & pass” for three different users

4-add “call test” in “open page” to call test “enter user & pass”

 5- when executed manually tests, “open page” won’t read dataset from “enter user & pass”

Is it normal? Zephyr mechanism work like that? To pass value of parameters between different test?

 

Any idea?

Thanks

1 Reply

  • <p>
    This behavior is generally expected in Zephyr. The <strong>Call Test</strong> feature is mainly designed to reuse test steps, not to dynamically inherit datasets or parameter values from the called test. Each test execution usually maintains its own data context.
    </p>