Forum Discussion

rajs2020's avatar
rajs2020
Frequent Contributor
4 years ago
Solved

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

1 Reply

  • richie's avatar
    richie
    Community Hero
    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