QTP Data Table Having 10 records with 10 to 15 fields(lets
say).now i want to get alternative records from datatable.pls
can any one answer it?
Answer Posted / veeranki naveen goud
set dtsheet1 = datatable.GetSheet(1)
rcount = dtsheet1.GetRowCount
ccount = dtsheet1.GetParameterCount
For i = 1 to rcount step 2
dtsheet1.SetCurrentRow i
For j =1 to ccount
n = dtsheet1.GetParameter(j).ValueByRow
(i)
msgbox n
Next
Next
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
what the difference between shared repository and per action repository?
what is the difference between the modular framework and datadriven frame work
how interviews will be on QTP?
How to record application running on the Virtual machine?
any body plz send health care domain project to me with explanation any two modules on that project. mail_id: ranjith_99reddy@yahoo.co.in
How you can find the absolute value of the number in qtp?
what r the verstions from 1st to present (verstions) of mercury tools (like winrunner,QTP,Loadrunner) ? Chandana
how can i pass a "cript"as a parameter in to a function
What is the use of running the scripts in Hidden-mode in UFT?
X flies from Hyd to bangalore using different methods of transportation. write the test scenarios and test cases for this?
What is Port testing. Whhen will you perform?
I am trying to install QTP 9.5 but i am getting error message saying that ("Path is \QuickTest Professional\bin\vb_init.exe") vb_init.exe file is not find. can anybody give me the advise what to do ?
What is the synchronization point in qtp?
Does QTP run in any environment?
What contains Data Driven Framework document in qtp?