davidsilvaNew Contributor14 years agojava Thread not executing on Groovy Script (TestStep)Hello, I'm trying to run a thread on a groovy script like this: Thread d = new Thread(){ public void run(){ log.info "Hello" } } d.start() And nothing is the printed to the log, no e...Show More
davidsilvaNew Contributor14 years agoI've got it!The thread is being executed but the log is printed only to the console
Recent DiscussionsUnable to authenticate license in Ready API Login button unresponsiveSolvedAssertions Panel issue to update assertions since update 3.63ReadyAPI websocket plugin issue
Related ContentThreaded test executionMultiple Threads / Threading with TestCompleteexecute oracle script from JDBC teststep