Hi,

Instead of using QTP checkpoint use

use GetRoProperty method to get the property value at runtime
store it in any variable and the use it.

eg
--------------------------------------------------------------------------------------------------

Dim check_prop

check_prop =browser().page().Webedit().GetROProperty("Text")

If check_prop ="something u need to check" Then

            reporter.ReportEvent micPass,"pass",pass

End If





On Thu, Dec 31, 2009 at 5:51 PM, Vishal <[email protected]> wrote:

> Hello,
>
> I need to store result of checkpoint during run time & then want to
> use them during same run time.
>
> How can i do that?.
>
> Kindly do needful & also give video regarding this if possible.
>
> Thanks in advanced.
>
> Regards,
> Vishal /-
>
> --
> 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]<mercuryqtp%[email protected]>
> For more options, visit this group at
> http://groups.google.com/group/MercuryQTP?hl=en

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