Hi Sheik,

You can capture *"alt"* or *"src"* property using GetROProperty method for
this.

*For E.g: Verification using "alt" property*

*str_Actual_Prop =  Browser("brw").Page("pg").GetROProperty("alt")

str_Expected_Prop = "login"

If str_Actual_Prop = str_Expected_Prop Then
   msgbox "pass"
Else
   msgbox "fail"
End If*

similarly you can with "src" property as well...

Hope it helps... :)

Regards
Shalabh Dixit
*For More: Refer My QTP Blog <http://shalabhdixit.wordpress.com/>*



On Wed, Oct 12, 2011 at 11:47 AM, Sheik Adil <[email protected]> wrote:

> Hi All,
>            I want to verify a Company Logo which is dynamic Image in  a
> Page how to do that.
> Thanks in Advance
> Adil
>
> --
> 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
"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