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 l...