In Karate, I have following:
Feature file FA
containing scenario SA
and
Feature file FB
containing scenario SB
String Variable VA
is generated in scenario SA
. From scenario SB
, I would like to initialize a new string variable VB
by calling the variable VA
from scenario SA
.
I don't know how to do that after researching.
Can someone please suggest?