Forum Discussion

TesterNo1's avatar
TesterNo1
Contributor
9 years ago

Running test case from Jenkins-Fails after 1st test case

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.

 

 

 

1 Reply

  • This problem is resolved.Run Mode of callee test case was the issue.

    Changed run mode to "Run Primary testcase(Wait for running to finish,thread safe).