Hi, how can we retrieve a specific value from Excel Sheet
(Not datatable. for externel file).i mean to say from .xls
file.
and also tell me from xml file and .doc file.
and how can u parameterize ur script from .xls file.(Not
data table).
Answer Posted / shyam
Hi I can divide ur question in to 3 parts
1. for xls file
2. for xml file
3. for doc file
1. For xls it is
GetCellData (Row, Column)
2. For XML
XMLFile(description).GetData
3. For Doc file it is
ReadLine( )
Any more querys in this then feel free to mail me to
testingwithshyam@gmail.com
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
Diff b/w test scenario's and test Procedures?
can the activities of test case design be automated?
How we can use the database checkpoint on a java web based application in which the database connectivity is done using JDBC->Pure Java type (in this type there is no need to create a DSN). At present in QTP we can fetch database values using checkpoint only through DSN. Is there any programming for this if we don't have DSN (ODBC)
What are the automation metrice in your project?
What is a Patch in QTP?
How to connect to a database?
Explain the concept of how quicktest professional (qtp) identifies object?
How you can make an action as re-usable action?
Key word driven framework
Explain the concept of object repository and how QTP recognizes objects?
What are the check points can be inserted without recording?
Hi, How Accessibility checkpoint in QTP can be implemented in the test script?
Explain the qtp test phases.
hou can we use vb script in qtp could u tell me breafly
What is the use of an object spy tool in qtp?