Unable to iterate values from CSV datasource
I am using parasoft virtualize to create virtual api
But for paramertized data , unable to iterate from CSV data source. It returns first row everytime.
Comments
-
Hi,
In Virtualize the way a data source works is that an incoming request message is correlated to a specific data source row. Then the response will use that specific row when resolving variables. To be able to correlate the incoming message to a row in the data source the responder must be configured with "Data Source Correlation" settings, otherwise it may always use the first row.
Here are two links, the first is to the documentation about configuring responders in general and the second link is to the specific section about data source correlations.
Hope this helps!
Documentation about responder correlations
https://docs.parasoft.com/display/SOAVIRT9103CTP310/Configuring+Responder+CorrelationsDocumentation about data source correlations
https://docs.parasoft.com/display/SOAVIRT9103CTP310/Configuring+Responder+Correlations#ConfiguringResponderCorrelations-DataSourceCorrelation1