SoapUI Pro has a feature to read data from external files like: excel, csv etc. But SoapUI does not provide such feature to read data from excel file. So for reading data from excel file in SoapUI, we need to write some code in groovy script.
I this post I will show you, how to read data from excel file.I am using poi jar files to read data from excel file in groovy, download following jar files and put into SoapUI lib folder.
I this post I will show you, how to read data from excel file.I am using poi jar files to read data from excel file in groovy, download following jar files and put into SoapUI lib folder.
- poi-3.8-beta5-20111217.jar
- poi-examples-3.8-beta5-20111217.jar
- poi-excelant-3.8-beta5-20111217.jar
- poi-ooxml-3.8-beta5-20111217.jar
- poi-ooxml-schemas-3.8-beta5-20111217.jar
- poi-scratchpad-3.8-beta5-20111217.jar
- dom4j-1.6.1.jar