Solved
Forum Discussion
- richieCommunity HeroAs far as im aware you need to use code (log/print).
You gotta remember, the groovy script function isnt a true IDE.
Ta
Rich
Related Content
Recent Discussions
- 5 days ago
- 8 days ago
- 19 days ago
Say I want to evaluate an expression (ex. salary * 0.25) during debugging a groovy script in ReadyAPI. How to do it without using log or print statements?
For reference, this is what the feature looks like in an IDE like Intellij - https://www.jetbrains.com/pycharm/guide/tips/evaluate-expression/