Forum Discussion
- nmraoChampion Level 3Can you please check the below link? There the author is using a text file for data, and you are using excel.
http://stackoverflow.com/questions/40402086/groovy-script-automatic-request-and-saving-response-from-soap-ui
By the way, there is very good library in groovy which uses csv files instead excel and it is very easy to handle than to excel.
If interested to know about it, see here:
https://github.com/xlson/groovycsv- PaulCzosnowskiOccasional ContributorRao, Thank you for the response. I am not fluent in Groovy. I'm reading through the links you have posted and am learning. My objective is randomized data driven testing. I need to test functionality and num val for web services. Most of the services have several configurable areas for each request, some numerical and some text based. In the past I have created several requests for each binding to cycle through configurable areas of the request. I would like to either use data sources that randomize data sets and feed into the multiple areas in each request or use data generators and find a way to export each data gen to another test case so I can compare the same requests on different servers. Paul
Related Content
- 11 years ago
- 7 years ago
Recent Discussions
- 5 days ago