Hi Keerthi,

 Call the below function and you will get the status of execution.
tel me In which column you want to update the execution status.

Function Execution_Status_Val()
     Set qtAPP  = CreateObject("QuickTest.Application")
     Set qtTest = qtApp.Test
     Status = qtTest.LastRunResults.Status
        qtTest.Close
        qtApp.quit

    Execution_Status_Val = Status
End Function


Regards,
Bala


On Wed, Nov 28, 2012 at 3:51 PM, Keerthi Priya <[email protected]>wrote:

> Hi,
>
> I am new to QTP, i am trying to automate mainframe screen.
> I am fetching the input data to mainframe through excel, after validation
> i want to export the result to the same sheet in another tab.
> can anyone tell me how to export the result to the same sheet?
>
>

-- 
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