I am automating a web application with QTP, an image is missing. how do I check and send a message that a expected image is missing?

Questions by Folksy   answers by Folksy

Showing Answers 1 - 9 of 9 Answers

Srinivasulu.Chittoor

  • Feb 24th, 2006
 

This is simple one , Put image checkpoint

or

see the tracebility matrics.

Thanks

Srinivasulu.Chittoor

  Was this answer useful?  Yes

prabha

  • Apr 19th, 2006
 

put the bitmap check point using a qtp whether it is available or not

  Was this answer useful?  Yes

swapna

  • Nov 6th, 2006
 

hi,

For qtp we are having seperate feature to check the image.....i.e., "image check point",it can capture dynamic images also,so try to kept the checkpoint after occurence of image capture statement

Thanq

sanjay

  • Jan 17th, 2007
 

If the obj exists in obj rep , do the following

If Browser().Page().Image().Exists() Then

Else

End If

nagareddy

  • Oct 25th, 2010
 

We cancheck it using image check point or we can put page checkpoint and verify if the image is missing. we can raise the defect using Quality centre providing the result summary and screen shots

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions