- Soap UI API (HTTP Test request) testing for beginner
- Parameterization in soap ui using soap ui property feature
- Soap UI Assertions
- Script assertion in Soap UI for WSDL API methods
- Some Important SoapUI functions in groovy script.
- Road to command line execution of SoapUI project
- Road to performance testing using soapUI.
- Execution of SoapUI project using Junit.
- Road to execution of SoapUI Project using maven
- Road to installation of SoapUI plugin into Eclipse.
- Road to reading data from text file in SoapUI using groovy script
- Road to data driven testing in SoapUI from csv file.
- Road to reading data from excel file in SoapUI using groovy script
SoapUI
Subscribe to:
Posts (Atom)
Hi,
ReplyDeleteI went through "Road to reading data from excel file in SoapUI using groovy script"
it is working for me. Now i want to write result to same excel sheet in different column after execution of soap request for each iteration..
Could u please send me the code snippet ??
hello brother, have you figure out how to read and write from excel sheet using groovy on SoapUI open source
DeleteI have a Web service at a http URL.I want to send a request to this webservice (in XML) and get response using test runner
ReplyDeleteI did a launch testrunner from SOAPUI.. "C:\Users\ravinder.yadav\Documents\WSDL-soapui-project.xml". got generated
testrunner.bat -r -fC:\sopaLog C:\Users\ravinder.yadav\Documents\WSDL-soapui-project.xml.
I had some sample request with data for which i want to generate a response..
Hi,
ReplyDeleteDo you have any code sample where you can read CDATA XML response in soap ui and assertion examples on how to verify certain fields?
Hi,
ReplyDeleteDo you have any groovy code examples as how to parse and read CDATA in XML response and assert on specific tags to verify correct expected value is appearing?