Forum Discussion
Hi Cnanju,
You can use Ready! API's Data Generator to get the needed input and output values. Read the following article for details:
http://readyapi.smartbear.com/structure/sources/generator/start
- cnanju9 years agoOccasional Contributor
Hi Tanya,
I am actually using Soap UI pro / Ready! API 1.9.0. trying out Data driven tests using Excel file as data source.
""SoapUIPro / Ready! API 1.9.0 helps to get input from excel and compare the actual result (select portion of actual result with JSON path/Xpath etc) with the column in the datasource(excel) . This would help comparing actual result with simple or single value of expected result.
However when I want to compare the Actuals response data with the Expected response JSON data along with the business logic to compare say check the sort order etc Should I use Groovy script step or Groovy assertion in the Rest Request?
How to get the currently executing row's particular column by name (Excel file is the data source) in this scenario?. So that I could test the business logic and I would also like to assert whether the test step failed or passed with the messages to be logged and coming in the Report.
Thanks,
Nanjundappa