Hi

Scenario: I have a script which works on Excel, it captures time taken for
loading and closing of some popup windows. The script runs fine without any
issues.

Now i am doing the following two things.

1. Write the pass/fail results into an excel sheet

    Problem: There are around 13 individual actions for which the results
has to be updated. i have written a function library which opens excel,
writes the
                  pass/fail. Now i need to put a loop in this to make sure
that once result is updated for action1, the cursor is pointing to the
second excel row
                  where the action2 result has to be updated.

    So need you guys help in this. Function library is as below.

    Public function ResultsUpdate()
    Dim xl
    Set xl = CreateObject("Excel.Application")
    xl.visible = TRUE
    xl.Workbooks.Open ("Path of the file")
    xl.activeworkbook.sheets(1).cells(2,3) = "Result"
    xl.activeworkbook.save
    xl.quit


2. Is their any script/ alternate way  to write the time displayed in the
start and end transaction of results summary to be exported to the excel
sheet.

Please let me know if more information is needed. Any help is highly
appreciated.


-- 
Thanks & Regards
Manjunath M Biradar
9008719526

-- 
You received this message because you are subscribed to the Google
"QTP - HP Quick Test Professional - Automated Software Testing"
group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/MercuryQTP?hl=en

Reply via email to