Forum Discussion
- JHuntCommunity Hero
Looks like you don't have a test suite called
TestSuite2
Perhaps it should be this?
TestSuite 2
Related Content
- 10 years ago
Recent Discussions
- 15 years ago
Hi Team,
I am getting below error when i am running test suite through groovy script
Getting error :- java.lang.NullPointerException:Cannot invoked method run() on null object error
def project = testRunner.testCase.testSuite.project
def suite = context.testCase.testSuite.project.testSuites ['TestSuite2']
suite.run (null, true)
Looks like you don't have a test suite called
TestSuite2
Perhaps it should be this?
TestSuite 2