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
What is the parameterization? Give one example?
In the application that I'm testing is having a WYSIWIYG editor.QTP is recording editor's body as web element. I want to add some data to this web Element at run time. The problem is that I cant find a method to add contents to this web Element. Can any one come up with an answer for this. Thankx.
write a script to verify links on any web page by using descriptive method by creating a description object (give a filter condition only link) ... need to verify expected like name by reading
How to do the scripting. Are there any inbuilt functions in QTP? What is the difference between them? How to handle script issues?
By using QTP can we record any log files written by the application which is in execution?
How to customize checkpoints with parameters?
What is the extension of the qtp local repository? If it is .mtr then what is .bdb extension stands for?
why should we give deliver good quality software?
Hello everyone! I am just writing a small test for a windows application. I have a problem with a text output value. The value i am trying to catch is presented in a scrollable textbox. When the text is too long, only a portion of it gets captured. Do you have any experience with this?
What is an expert view and keyword view?
How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s. What is the difference between them? How to handle script issues?
can u please explain what is the exact difference between qtp8.2 and 9.0
What is the use of text output value in quicktest professional (qtp)?
Hai anyone please "Explain about Framework in QTP?"
Create flight reservation login descriptive programing (Condition: Remove the value and substitute with a variable, and then call the validation from Excel) Plz help me....... very urgent.........