How to export data present in Datatable to an ".xls" file?
Answers were Sorted based on User's Feedback
Answer / pavi
DataTable.Export("Path of the sheet")
or DataTable.ExportSheet("Path of the sheet",Index of the
runtime datatable u want to export")
| Is This Answer Correct ? | 1 Yes | 1 No |
What is LoadRunner?
What is wrong in my code?
Is QTP Supports SWT applications? If yes, can you write a sample script for opening a new package in eclipse.
Explain different type of event trigger option.
How many ways return more then one value from function?
I'm quite new at QTP. Im doing a web-based app testing. I create something new item and a new link is created in the home page. This link is dynamic as it changes every 3 seconds. Obviously the new link is not in my Object Repo and I am trying to find a way how can I do a check or get the propery of the link I created. I can do it on keyword, but I need to do a check on expert mode, vbscript. I always get an error that is not identified whenever i try to check it (browser(b),page(p).link(newlink). Any idea?
what are the limitations of smart identification in qtp 9.0
Is QTP a compiler or interpreter..? can you we execute a QTP Script file in a another system which does not have QTP installed..??
Write a QTP script to enter a keyword in to Google search engine?
.how will you load the object during runtime
What is the difference between Recover Scenario(screen) and on Error Resume Next(code)
What is the use of an object spy tool in qtp?