Micro Focus QTP (UFT) Forums
How to write reports from scripts into excel - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: VB Scripting/Descriptive Programming (https://www.learnqtp.com/forums/Forum-VB-Scripting-Descriptive-Programming)
+--- Thread: How to write reports from scripts into excel (/Thread-How-to-write-reports-from-scripts-into-excel)



How to write reports from scripts into excel - anushreebehura - 10-04-2016

Hi Everyone,

We are trying to write the inputs from Reporter.Reportevent statement in script to an excel .

Requirement is to take values from Reporter.Reportevent parameters and insert them in excel for all the Reporter.Reportevent statement in test case. Then move to next test case and do the same.

Also coloums in excel will be "Test Case Name", "Test Case Description", "Reporter.Reportevent 1st Parameter", "Reporter.Reportevent 2nd Parameter", "Status from Reporter.Reportevent status parameter"

Pls help me as asap.


RE: How to write reports from scripts into excel - venkatesh9032 - 10-04-2016

Let me know your question with clarity.. Smile

If you want to enter results in excel

Create excel object and pass the column name..

Google it... You will find excel related scripts.. (Read and write)

''Let me know i answered your question