Synthuse version 1.0.5
base version by ejakubowski
This commit is contained in:
30
readme.txt
Normal file
30
readme.txt
Normal file
@@ -0,0 +1,30 @@
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user