How can we export test results to an excel sheet in QTP???
Can any one provide sample coding for this?????
Answers were Sorted based on User's Feedback
Answer / anand aranganathan
Syntax : Datatable.Export "PathofFile"
Example : Datatable.Export "F:\test.xls"
| Is This Answer Correct ? | 0 Yes | 2 No |
Answer / harikumar
DataTable.Exportsheet("Path of the Excel File")
| Is This Answer Correct ? | 0 Yes | 8 No |
How to find RAM size by using QTP?
How can we display the names of the buttons in the toolbar of a webpage
How can we use regular expressions for a table in web page, each cell in table having unique identification, Now I want to count number of rows in table and enter data in all cells of the table?
What are the different attributes used with regular expression?
how to reverse a string with out using string or predefined function,ex:string is " i love india". the output should be like this "i evol aidni"
how to record a word doc using qtp i.e open a word doc,type something and save the doc can someone send me the code.
Hi, Am trying to download QTP 8.2 version.its not supporting Windows Vista.Can you please help me out from this.Which QTP version supports this. Thanks in Advance.
What is the Command used to start the QTP
How to run a script from lines 50 - 100 alone (if the script has 1- 200 lines of code)?
What is text/text area checkpoint?
Dear All, How to generate Pass or Fail Report in QTP without using Reporter.Report Event Method ? Thanks Balaji
suppose the given string str = {"vamsikrishna%%&%*&**"} count the no of vowels and special characters are repeated