datatable.Import("E:\Programming Samples\QTP
Samples\OrderNumbers.xls")
Asume we have 4 records in datatable
Code reads the 4 rows in the sheet ok, but does it 5 times?
It doesn't sound like closing the datasheet is the problem
Can we close the datasheet runtime ?
Answer Posted / contacthari
Because the iteration counts needs to be set "run one iteration only" under run settings. If you have set it to "run on all rows". It will loop the run based on no of rows available.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How will you report the bug and explain the defect tracking sheet you handled?
How you calling actions in qtp?
What are the types of object repository?
Hi All, I need code for how to execute qtp scripts from excell sheet
In qtp, explain what is keyword driven automation framework?
If u r using library files (Instead of Check Points) , How do u do bitmap check ?
How many types of status are there?
Write a script to verify font style and color of a windows object using descriptive programming
There is an built in window application in qtp9.1,i.e.Flight4.0.i want to implement the recovery maneger on it.How can i do this?
What is checkpoint in qtp?
How does qtp identify gui object?
What kind of performance is expected on the client side (e.g., how fast should pages appear, how fast should animations, applets, etc. load and run)?
i have a doubt can anyone tell me where are scripts stored while using QTP.Tell me the exact procedure takes place in real time?like how we call scripts how to proceed after writing scripts?how scripts are executed etc?i heard some use Qc whether others dont use.so tell me whole procedure for both the things it will be a very big help.as i have interview i want to have whole idea on this.its very urgent.
What is Associate Repository in QTP 9.2 ?
In qtp, how you can remove the spaces from string?