Tear down script at project level does not get executed when execution is done from java code
I have a testSuites tear down script at project level .
I am executing my code from java as below:
SoapUITestCaseRunner testCaseRunner = new SoapUITestCaseRunner();
testCase...