Showing posts with label Groovy Script to read data from TEXT file. Show all posts
Showing posts with label Groovy Script to read data from TEXT file. Show all posts

Thursday, July 25, 2013

SOAP UI Groovy Script : Reading a Text File using Groovy

new File("C:\\test.txt").eachLine{
 
line->log.info line
 
}