why can't you use excel directly in qtp. why we want to
import excel data into Datatable.
Answer Posted / santosh
Working with excel in qtp involves creating objects and
opening sheet in a particular way. So, it has certain steps
to open and close a document creating more code. Instead
just import the xl using just one line of code. Do ops and
export it back.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Explain in brief about the qtp automation object model (aom).
How to test login module with different username and password by using data driven testing in QTP?
Difference between action & Reusable action?
I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian
When using descriptive programming?
images are dynamically changes how to compare two images with out using the bitmap
write a script for allinterview-submit Question first we've to select Choose Category,second select Sub- Category(Which is comes in to runtime)third select Question Type.for that give some descriptive and vb script
Explain how qtp identifies object?
Where can I find and view run-time data table?
If you are testing a web application then what will you test in that application?
In Remote acess server how u run a test?
Can we call qtp test from another test using scripting. Suppose there are 4 tests and I want to call these tests in a main script. Is this possible in qtp?
Can QTP be used for GUI testing ?, We are using Java with MySQL and Operating system is Linux. We are NOT using the web.
How to find the difference between 2 dates in qtp?
What are the different ways to invoke an application using QTP?