Forum Discussion

kavyadeepthi6's avatar
kavyadeepthi6
New Member
8 years ago

output is not coming on running a groovy script

I am a beginner of groovy script and I tried to practise samples of grovy in soapui. but output isnotcoming in output log.

 

mock services and wsdl outputs are working fine .but not groovy script output.

please help me in this as it is not allowing me to work on it further :(

3 Replies

  • zen_paul's avatar
    zen_paul
    Occasional Contributor

    If you are using the SoapUI GUI for development and test, then when you use a Groovy Script test step, any logged information is put out to the 'script log', which is a new tab at the bottom of the GUI, they do not get logged to the SoapUI log.

     

    Just in case you are looking at the SoapUI log.

     

    Good Luck

  • nmrao's avatar
    nmrao
    Champion Level 3
    Please post more details such as your script and what log file are you referring in this case?
  • KarelHusa's avatar
    KarelHusa
    Champion Level 3

    If you just need to log some information you can use:

     

    log.info "Hi there!"