12-07-2010, 01:06 AM
(This post was last modified: 12-07-2010, 01:18 AM by duggisrinivasarao.)
consider using Image / bitmap check points. It shall be simple and straight forward to use them in QTP.
IMHO, requirements for comparing images changes depending on AUT (application under test). The most critical part is to decide is "how much tolerance on deviation of images is allowed?". The answer to this question will decide the strategy of comparison. Depending on the answer we might sometime end of writing our own algorithm to compare.
IMHO, requirements for comparing images changes depending on AUT (application under test). The most critical part is to decide is "how much tolerance on deviation of images is allowed?". The answer to this question will decide the strategy of comparison. Depending on the answer we might sometime end of writing our own algorithm to compare.