About my project and test case:
1.project has 4 listener events.
2.Each test case calls external test case from another test suite.
1.Running 50 test cases from suite with above set up -No issues
2.Running 2 test cases from my suite through jenkins.Only first test case runs.When the second tc runs,it stops at the point where i am callign the test case from external test suite.It throws null pointer exception.Is there anything i am missing ?I am calling test case using readyapis internal test step-Run test case.I see that call is made to the callee test case at all for the second time.