Files
jlibwinapi/readme.txt
Edward Jakubowski 2a7d618f59 Synthuse version 1.0.5
base version by ejakubowski
2014-02-16 21:56:24 -05:00

31 lines
948 B
Plaintext

Synthuse
Version 1.0.5 released on 1-30-2014
By Edward Jakubowski ejakubowski7@gmail.com
Description:
Synthuse is a portable java base software testing framework for desktop windows
applications. This framework has a built-in object spy and automation Test IDE.
What makes this different from other frameworks is that it shares similar command
syntax as Selenium. It also utilizes Xpath statements to locate target windows/objects
The familar syntaxes makes it easier to train automation tester in this frameworks.
Configurations:
All configurable settings are stored in the following file: synthuse.properties
Changes to this file will not take affect until you restart the application.
Example synthuse.properties file below:
urlList=
xpathList=//win[@class\='Notepad']\u00BA
xpathHightlight=.*process\="([^"]*)".*
Software Requirements:
- Java 1.6 or greater
Release Notes:
1-30-2014 version 1.0.5
- Base version