Hi, Everyone thanks for the response. Santiago Andreuzza's code did work. Only change is instead of Fail we have to use Failed. Will try Sridhar's code and will let u know. Once again thanks for the responses. Thanks, Raji
On Apr 10, 4:01 am, S R I D H A R <[email protected]> wrote: > Hi, > > I understands that u want to perform some additional funcationality based on > check pt validaton. > For that > *Dim strChkptStatus* > ** > * > strChkptStatus=Browser("Gmail").Page("Gmail").Frame("GoogleMap").Check(Chec > kPoint("MyProperty")) > * > it will return true or false a boolean value > so,based on that u can perform remaining functionality > > Thanks > Sridhar > On Sat, Apr 10, 2010 at 4:21 PM, S R I D H A R <[email protected]> wrote: > > > > > Hi Raji, > > > If u use any check point in a script,u can able to see the check pt status > > at results. > > If it passes u can see big green mark otherwise the red x mark and it will > > show the variation between expected and actual results. > > U need not to chk urself for the chk pt validation. > > > Thanks > > Sridhar > > > On Fri, Apr 9, 2010 at 8:55 PM, Raji <[email protected]> wrote: > > >> Hi, > >> I inserted a bitmap checkpoint which verifies if a condition was met. > >> Now i need to insert some steps when this condition is met. From > >> runtime, how to get the result if bitmap checkpoint passed or failed. > >> Thanks, > >> Raji > > >> -- > >> 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%2bunsubscr...@googlegrou > >> ps.com> > >> For more options, visit this group at > >>http://groups.google.com/group/MercuryQTP?hl=en > > >> To unsubscribe, reply using "remove me" as the subject. -- 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
