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 DiscussionsCom server permission error on Process.startReuse adapted xml file and send in RESTManaging Failures - New vs. Expected/Known Issues
Related ContentThreaded test executionMultiple Threads / Threading with TestCompleteexecute oracle script from JDBC teststep