images are dynamically changes how to compare two images
Answers were Sorted based on User's Feedback
Answer / karthick
hai friend..
for this you can use isequalbin method..i am showing below
' Code for comparing two images
Set CompareUtil = CreateObject("Mercury.FileCompare")
IsEqualFlag = CompareUtil.IsEqualBin(Img1, Img2, 0, 1)
in above code 0 means in file compare class showing no
error ; syntax FC_NO_ERROR = 0
1 means in file compare class showing difference of
size; FC_DIFF_SIZE = 1
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / guru
Set Obj = CreateObject("Mercury.FileCompare")
Flag = Obj.IsEqualBin(Img1, Img2, 1, 1)
Flag = 1 both images are same
Flag = 0 both image are not same
| Is This Answer Correct ? | 1 Yes | 0 No |
Discuss quicktest professional (qtp) environment?
Anybody plz give, How do you test aframe in a web page? If page cotain text message or Images, tables?
Which scripting language used by QTP?
Can you tell me any books or websites to learn VB Script for QTP ??
what is risks of testing a project?
What are the advantages of a Hybrid framework?
can any body clearly explain about hybridframework with the explanation for files what ever we come acros in this frame work?
What are parameterizing tests?
wht type of User defined functions or Java Releated functions Do we write in VB scripting
How to send QTP scripts to our colleagues?
There is an built in window application in qtp9.1,i.e.Flight4.0.i want to implement the recovery maneger on it.How can i do this?
Hi Guys, My Application in Microsoft Dynamic Navision, is it compitibale with QTP? if yes then let me know...