davidsilvaNew Contributor13 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 Contributor13 years agoI've got it!The thread is being executed but the log is printed only to the console
Recent DiscussionsLicense/manager questionUnable to authenticate license in Ready API Login button unresponsiveReadyApi 3.64.0 parallel execution
Related ContentThreaded test executionMultiple Threads / Threading with TestCompleteexecute oracle script from JDBC teststep