We have 10 rows of records in data table, but we have to run
4th, 5th and 6th rows only. How can we handle this scenario
in QTP?
Answer Posted / qtp_beginner
DataTable.ImportSheet "C:\Users\Anil\Desktop\Testing_QTP.xls
",1,"Global"
numRow=DataTable.GlobalSheet.GetRowCount
msgbox numRow
For i=4 to 6
DataTable.SetCurrentRow(i)
disp=DataTable.Value ("Test",1)
msgbox disp
Next
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Want to verify notepad reports using QTP framework or any other BV script method. Can anyone share the method to achieve it? Eg. Person Name is the header and the actual name is John then how can we verify weather person name is John
How to give a call to another action from one action?
Hi. please provide license key for QTP 9.2, I have windows XP on my machine Thanks in Advance, moreshwar
What are the benefits of qtp?
when will you do debug your script? and explain that process?
How to perform cross platform testing and cross browser testing using qtp? Can you explain giving some example?
how can you do retesting (datadriven test) using notepad amd by using functions NOTE u should not use datatable methods
Explain the difference between call to action and copy action?
How you will rate urself in QTP in the range of 0 to 5
can any body clearly explain about keyword driven framework .give me the explanation for files what ever you use in this frame work?
What is QTP’s model for test creation?
how to fetch the values from grid? & qtp recogniges that grid as a webelement? what u do?
What are the Disadvantages of shared object repository?
descriptive program for a yahoo mail that is in yahoo mail suppose check box mailid subject assume it is like this format all things are in webtable the question is suppose some mail ids are there in that mailids i want to select the check box wich is before a@gmail.com and after that i want to click on delete button
Which scripting language used by quicktest professional?