kamahade
15 years agoRegular Contributor
Report
I have a following scenario in a testCase.
1) Datasource - CSV file with over 50 rows
2) SOAP Request - which takes input from Datasource step
3) Data loop which loops until Datasource all rows are over.
Now, this all in one testcase and when I run, and if one request fails because of invalid input the whole testcase is shown as failed.
How do I split this up ?
1) Datasource - CSV file with over 50 rows
2) SOAP Request - which takes input from Datasource step
3) Data loop which loops until Datasource all rows are over.
Now, this all in one testcase and when I run, and if one request fails because of invalid input the whole testcase is shown as failed.
How do I split this up ?