Hi,
Currently I am creating a TestCase for one work flow and a workflow have different steps.
The results of one step is important since , second step needs to know value of step1's execution.
class TestCaseWorkFlow1 extends TestCase {
private static String resultOfStep1 = null;
public void testStep1(){
if(failed){
…