dekiBRT
1 year agoRegular Visitor
Cannot start MockService through Groovy Script
Hello everyone, I have a problem with really simple task. I want to automatize the start-up of MockService using Groovy Script so that when I execute TestCase, Mock services are started, and other s...
- 10 hours ago
Hi dekiBRT
The issue is likely related to how the MockService is being referenced in the Groovy script, especially because the name contains spaces.
Try retrieving it through the project’s MockService collection rather than referencing the name directly as a property. Also verify the exact MockService name and consider upgrading from the older 5.7.0 release.
Hope this helps !!