Go to file
2012-06-21 12:19:55 -04:00
src CVAM: First functioning code and libcvautomation 2012-06-21 12:19:55 -04:00
.gitignore CVAM: Initial detection program 2012-06-20 16:57:03 -04:00
Makefile CVAM: First functioning code and libcvautomation 2012-06-21 12:19:55 -04:00
README.md README: Update the README 2012-06-20 15:47:19 -04:00

cautomation

Use OpenCV to create a GUI testing framework - replaces Sikuli, Xpresser

In trying to create an application testing framework for the MOSAIC team at the University of North Carolina at Charlotte, I was very discouraged by what was currently offered.
Sikuli represented some great ideas, and the built-in IDE was great. Problem being, it crashed whenever I tried to create the first screenshot. Xpresser also looked like it could be great, but died pretty quickly too. Plus, neither of these programs ran on the Prominent North American Enterprise Linux Vendor's software platform.
As such, starting with a sample OpenCV program to recognize sub-images, I'm attempting to create a GUI testing framework that's more stable, no-questinons-asked, simple, and otherwise just usable (specifically from BASH - don't make things more complicated than they need to be).
OpenCV is used for image processing, and should I get around to automating X, I'll likely be using XTE.