checks the current image against the image saved in the file .
Syntax
Object.QTPBitmapCheck <filename,[faultRatio],[relative]>
Parameters
Return Value
a string containing the test result
Remarks
This method can be used only in QuickTest Professional(QTP)
Examples
MobileDevice("HTC_P3470").MoWindow("Dialog").MoObject("Persoonlijk").QTPBitmapCheck("c:\example.jpg")
MobileDevice("HTC_P3470").MoWindow("Dialog").MoObject("Persoonlijk").QTPBitmapCheck("c:\example.jpg","20", "true" )