rajs2020
4 years agoFrequent Contributor
ReadyAPI Groovy script debugger - Evaluate Expression During Debugging
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/
- As far as im aware you need to use code (log/print).
You gotta remember, the groovy script function isnt a true IDE.
Ta
Rich