Do you know images are dynamically changes how to compare two images?
Submitted by: Administratorfor 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
Submitted by: Administrator
' 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
Submitted by: Administrator
Read Online Automation Testing Job Interview Questions And Answers
Top Automation Testing Questions
☺ | What is ETL TESTING? |
☺ | What is meant by iterative model? What is its working principle? What are its advantages and what are its drawbacks? |
☺ | How to capture the text from the application using QTP? |
☺ | What is the difference between quality and testing? |
☺ | What is the your roles and responsibilities as automation testing engineer? |
Top Software Testing Categories
☺ | Selenium Interview Questions. |
☺ | Soft Skills Interview Questions. |
☺ | Automation Testing Interview Questions. |
☺ | Software Quality Control Interview Questions. |
☺ | Testing Estimation Interview Questions. |