I am able to execute the test cases using at the test suite and test case level but the execution terminates at the project level when the run is initiated.
Asked
Active
Viewed 515 times
1 Answers
0
I got the solution for this issue. As it is failing at project level, not at suite or test case level, it means that the problem is at the project level properties and scripts (tear down or set up or event). Please check following things in your project level scripts:
- Revisit your groovy code once again at project->setup script and project->tear down script, make sure variables are defined outside of conditional loops.
- Update import statement from
import groovy.sql.*
toimport groovy.sql.sql

AlBlue
- 23,254
- 14
- 71
- 91