Hello Niranjan,
Action-Call Properties doesn't contain the Data table Iteration... These Data Table iterations for total Test...!
Run one iteration only,
Run on all rows
Run from rows to -- rows
are iterates whole test...
thanks & regards
Baba Fakruddin.D
Hello Breaker,
First, get clarification on Test Run... How QTP will run the Test and Action and any function calls.... practice by using debugging... and observe carefully step by step and also observe the variable values in Debug viewer pane..
QTP will run the test sequentially from step1 to step n....! what ever it may be new action or any function call...
The step will jumps from Action/function Call to Called Function or Called Action.
If you wanna run one action with several iterations, just call that action with that no. of iterations just as...
RunAction "Action Name", no.of iterations, parameters if any
You can run that action with no. of iterations available data in your local sheet... accessing the data from local sheet to that action is not an issue. you can do it easily...
thanks & regards,
Baba Fakruddin.D
if any queries send me a mail on baba.fakru@gmail.com
Action-Call Properties doesn't contain the Data table Iteration... These Data Table iterations for total Test...!
Run one iteration only,
Run on all rows
Run from rows to -- rows
are iterates whole test...
thanks & regards
Baba Fakruddin.D
Hello Breaker,
First, get clarification on Test Run... How QTP will run the Test and Action and any function calls.... practice by using debugging... and observe carefully step by step and also observe the variable values in Debug viewer pane..
QTP will run the test sequentially from step1 to step n....! what ever it may be new action or any function call...
The step will jumps from Action/function Call to Called Function or Called Action.
If you wanna run one action with several iterations, just call that action with that no. of iterations just as...
RunAction "Action Name", no.of iterations, parameters if any
You can run that action with no. of iterations available data in your local sheet... accessing the data from local sheet to that action is not an issue. you can do it easily...
thanks & regards,
Baba Fakruddin.D
if any queries send me a mail on baba.fakru@gmail.com