Scope of the variable is getting lost when trying to use scenario outline

Viewed 8

I'm calling a Scenario from a Scenario Outline where both are in the same feature file. Now from this Scenario i'm calling another Scenario which is in second feature file. I want to return a parameter from the scenario of the second feature file to the scenario of the first feature file. But somehow the scope of the variable is getting lost. Can anyone help me on this

0 Answers
Related