Forum Discussion
No RepliesBe the first to reply
How to run the python script in soap ui and get the proper log of python(like debug,warn,info) as its in soap ui logs.
Example:
Test.Py
debug("user")
error("Failer")
println("password")
same identification should be in soap ui.