java - Passing information between test methods in a junit testcase -
Currently I am creating a TestCase for a workflow and the workflow has different steps. The results are important, because the second step is required to know the value of the execution of stage 1.
}
Currently We are using static variables to pass information between testmethods.
What is the best solution for this? Scenario?
Please help.
Thanks J
This is not like a unit test for me, it's okay, but JUnit The best tool can not be you
Comments
Post a Comment