MKV
7 years agoContributor
how to count the number of rows fetched in data source
Hi,
Is it possible to count the number of datas fetched in a data source in readyapi? Can it be stored in a variable to use in the next steps.
Thanks!
Hi MKV
Try below code:
DSrowCount = testRunner.testCase.testSteps["DataSource"].rowCount log.info DSrowCount
Do Like/Accept it as Solution if it solves your query.
Thanks,
Himanshu Tayal