You can also refer below link for more... http://motevich.blogspot.com/2008/06/qtp-tool-tips-for-images.html
Regards Shalabh Dixit ** <http://shalabhdixit.wordpress.com/>*For More: Refer My QTP Blog<http://shalabhdixit.wordpress.com/> * On Wed, Oct 12, 2011 at 4:52 PM, Shalabh Dixit <[email protected]>wrote: > 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
