Forum Discussion

alexisrl733's avatar
alexisrl733
Occasional Contributor
7 years ago
Solved

soap ui groovy debug

Hello Community,   I need a way to debug soap ui groovy scripts, I've heard of plugins for IntelliJ, Eclipse, NetBeans but also heard they're deprecated, is that true? If not, let me know and how t...
  • wujianyy's avatar
    7 years ago

    1 if you want to debug the groovy script inside, like add one groovy script as test step.

    Answer: you can add log.info to groovy script and then check output in log

     

    2 if you want to debug one function which is developed by groovy, it means pure groovy codes, like read the strings from text file

    Answer: you can create a groovy project in intellij and Eclipse to debug it.