How to export QTP results to an ".xls" file?
Answer / gary p
You can use this command to export .xls file.
i assume it should work.
Datatable.export"filepath.newfilename.xls"
select the path and then filename . xls
so after running the script qtp will export data in your
location.
| Is This Answer Correct ? | 1 Yes | 2 No |
distinguish between old version and new version QTP features.
When Object Repository is available what is the necessity of having Descriptive programming which needs more scripting efforts.
How can i count "spaces" in any sentence or a string if suppose " It is a Testing question" Here we have 4 gaps(spaces) Is there any function to find out spaces between words
Have you ever written a compiled module? If yes tell me about some of the functions that you wrote.
How u execute test cases in manual testing?
what is the purpose of .vbs file?
What are FAST and NORMAL modes in qtp ? Why r these modes intended for ?
Hi let me ask one questin 1.How to use outputof the one function input to the another function pls give the script for above 2.what is the purpose of action parameter , how to create it
What is the limitations of BVA?
Define Error Pane of UFT?
if you run one test script in internetexplorer the same test you run in mozilla ffirefox is it possible or not how is it.
Syntax for how to call one script from another? and Syntax to call one "Action" in another?