How to get data from excel sheet to the script? write the
script.
Answer Posted / jyothi
Set a= Createobject("Excel.Application
Set b = a.workbooks.open"D:\Keyword\Test Data\data.xls"
Set c = b.Worksheets("sheet name")
Then retrieve the data like
set x= c.cells(1,1).value
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
Hi, can explain the draw back of manual testing.plz send me the answer to my mail id deepthip1985@gmail.com
How to handle dynamic objects in quicktest professional (qtp)?
Is there any pdf or online book for QTP Scripting? Let me know more about QTP Scripting.
one screen page,that contains file , browse , update and cancel buttons.when we browse a file it should get update otherwise it should go to previous page.write negative test case for that.
What is the difference between qtp and selenium?
What are the different types of recovery operation?
What is a quick test professional?
How the exception handling can be done using quicktest professional (qtp)?
In QTP can we feed the out of one browser(internet explorer) as an input to the another browser(mozilla firefox)? If yes explain how to do it with an example.
How can I change object description or check point values in qtp?
what is the diff b/w assistive and mandatary rules of object repository in QTP???
How will you check that your test cases covered all the requirements?
With what extension you can save the list of tests in a file to run in test batch runner?
describe some problems that u had with automating testing tool?
How can you exit from an action?