Hi good mng,
                          I reviewed your requirement and your code I think
you should try this code to find out the object name which value is true
mark.

Set odesc=description.create ()
odesc("value").value="true mark"
odesc("index").value=0
Set oPage=browser ("").page ("").childobjects (odesc)
For I=0 to oPage.count
Fname=oPage (I).getroproperty ("name")
If Fname="true mark" then
  Print Fname
   Exit for
Else
End if
Next

Thanks...
Akhalesh

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

--- 
You received this message because you are subscribed to the Google Groups "QTP 
- HP Quick Test Professional - Automated Software Testing" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to