Project

General

Profile

Feature #2866

Feature #2863: implement GUI application test automation features

implement text comparison support

Added by Greg Shah over 8 years ago. Updated over 8 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Start date:
Due date:
% Done:

0%

billable:
No
vendor_id:
GCD
version:

History

#1 Updated by Greg Shah over 8 years ago

Considering that font differences can be very common between GUI apps, we cannot assume that any text will always be pixel-for-pixel identical.

The idea here is to use optical character recognition (OCR) to scan any screen images and match the regions of text. These regions will need to be known so that can be handled differently in the image comparison code (see #2865). But we will also want to potentially actually check the text against lists of expected text.

Some early resources to check:

http://stackoverflow.com/questions/1813881/java-ocr-implementation
https://github.com/axet/lookup
http://roncemer.com/software-development/java-ocr/
http://sourceforge.net/projects/javaocr/

#2 Updated by Greg Shah over 8 years ago

  • Tracker changed from Bug to Feature

Also available in: Atom PDF