How to get data from excel sheet to the script? write the
script.
Answer Posted / rao' prasad
DataTable.Import("xlsheetname.xls")
For i=1 to DataTable.GetRowCount step 1
DataTable.SetCurrentRow(i)
........................................
.......................................
Stmts
......................................
...................................
DataTable.SetNextRow
Next
| Is This Answer Correct ? | 4 Yes | 5 No |
Post New Answer View All Answers
can u please explain what is the exact difference between qtp8.2 and 9.0
How to Open FireFox using descriptive programing? If my question is not clear, i will give an Example To Open Internet Explorer, We use Set IE = CreateObject(InternetExplorer.Application) IE.Navigate "www.yahoo.com In the same i need to open yahoo.com in firefox. Can any one tell me what is the server name of firefox to create an object
I am getting the "test object property" Description properties "toolkit class" value By using "gettoproperty" in run time But my problem is how to get Ordinal Identyfier's type and value Type is index, value is 0 How can i keep this values in to required place How can i get these values in runtime I have to insert these "index" and "value" into another area Is there any script for this like "gettoproperties","Getroproperties" If anybody knows,please help me .
Hi, can explain the draw back of manual testing.plz send me the answer to my mail id deepthip1985@gmail.com
How qtp identifies objects?
What are the five challenges you faced in QTP?
how to know no.of mails in our g mail by using vb-script
Hi Friends... By using QTP , can we test .net products...and that product supports different languages.. thanx in advance..
How do we handle run-time errors?
What are the types of object repository in qtp?
How to use output values in qtp ?
Explain the check points in quicktest professional (qtp)?
before launching qtp, we need to close all the open browsers u dont know what are all the browsers either it might be ie,mozilla etc and u dont know how many brosers are open.... u need to close all these before launching qtp.. can anyone plz temme d solution...
Hi All, How to Compare two strings character by character in QTP
what is clean sweep?