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
How to test the login page in different ways in automation testing and i need code?
Explain the concept of how quicktest professional identifies object?
how many maximum number of virtual users we can create?
I have 5 save buttons in 5 tabs . The tabs are placed one after the other. My object repository have these added as 5 save buttons with name sav1, save 2, save 3 , save 4, save 5 .all are getting highlighted from OR but they are not getting clicked. After spying each button all the properties are same except First button Index 0 html id:=btnSaveTab1 outerhtml:=", Second button "html id:=btnSave "outerhtml:=", Third button "html id:=", outerhtml:=",
Suppose I have three hyperlinks with same properties. How to solve this and what are the ways to solve this. we can solve this by using index property but what are the other ways we have have to solve this problem. Login (href: btnlogin.aspx) Login (href: Sourcelogin.aspx) Login (href: homelogin.aspx)
How to handle the exceptions using recovery secnario manager in quicktest professional?
how to find that tools work well with ur existing system?
How to open a new test using quicktest professional (qtp)?
what are the limitations of smart identification in qtp 9.0
How would you directly trigger javascript in a test?
what is the hierarchy to use properties in descriptive programming
What are the 3 main stages involved in testing with qtp?
What are the different types of recording modes in qtp? Which will be used when?
What are the advantages of a Hybrid framework?
Define object spy ?