Page 1 of 1

Databinding the recorded function

Posted: Thu Dec 17, 2020 9:06 am
by theraviz
Hi,

I have a test case with recorded function for which the input needs to be taken from database. The test case needs to be executed 10 times, that means 10 iterations.

for each iteration the input values are different - First iteration takes data from 1 row, second iteration data is from 2nd row of the results provided by executing the sql querry and so on..

How to achieve this? If I use smart folder then I have to copy paste the test case 10 times. Is there a way to use test case without copy pasting 10 times?

Re: Databinding the recorded function

Posted: Mon Jan 04, 2021 10:24 am
by Stub
Is the Iteration Count property available on a Smart Folder of any use? You can probably repeat a test case x times using this property, using a single row of data.