07-16-2008, 11:23 PM
How to Write QTP results to an Excel sheet using functions?
How to Write QTP results to an Excel sheet
|
07-16-2008, 11:23 PM
How to Write QTP results to an Excel sheet using functions?
07-18-2008, 05:24 AM
Hello navitha,
iam also new to QTP. but i found the below stuff as part of my search... hope this information will be helpful... We actually have few functions to add the results to the Excel File instead in the QTP Results Window. Solution description: We will be using a seperate Sheet by name "Results" in which the Results of the Test will be appened. There are 2 functions 1) Code: initOutExcel(sTablePath) Description : This function is to initialize a particular Excel Where you want to update the Results of the QTP Tests. 2) Code: WriteResults(sTablePath,sStatus,sFunctionality,sDescription) Description : This function appends the Result of a Test to the end of the existing results. You can modify the below functions to suite your requitrement. CODE: Code: Function initOutExcel(sTablePath) Thanks Navya
07-18-2008, 08:38 PM
Hi navya,
Thanks for the response.You have given some useful information.That would be helpful for me. Thanks Navitha |
« Next Oldest | Next Newest »
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
Trying to create List box in excel sheet at Run time with values yes No | JACKSPARROW | 0 | 1,736 |
01-17-2017, 11:05 AM Last Post: JACKSPARROW |
|
How to write reports from scripts into excel | anushreebehura | 1 | 2,322 |
10-04-2016, 09:29 PM Last Post: venkatesh9032 |
|
Custom sort -Excel Sheet | kiran | 1 | 3,899 |
01-28-2014, 09:23 AM Last Post: supputuri |
|
Can we save an exported Excel sheet directly from QTP? | Akhila | 2 | 3,488 |
11-28-2013, 10:30 AM Last Post: Akhila |
|
Excel to HTML results | keerthi286 | 1 | 2,759 |
04-19-2013, 08:21 AM Last Post: basanth27 |