Skip to content

Commit

Permalink
Synthuse version 1.0.5
Browse files Browse the repository at this point in the history
base version by ejakubowski
  • Loading branch information
ejakubowski committed Feb 17, 2014
1 parent 5cc7057 commit 2a7d618
Show file tree
Hide file tree
Showing 35 changed files with 3,417 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .classpath
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
<classpathentry kind="lib" path="lib/jna-3.4.0.jar"/>
<classpathentry kind="lib" path="lib/platform-3.4.0.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
17 changes: 17 additions & 0 deletions .project
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>Synthuse</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
11 changes: 11 additions & 0 deletions .settings/org.eclipse.jdt.core.prefs
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
org.eclipse.jdt.core.compiler.compliance=1.6
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
org.eclipse.jdt.core.compiler.debug.localVariable=generate
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
org.eclipse.jdt.core.compiler.source=1.6
Binary file added lib/jna-3.4.0.jar
Binary file not shown.
Binary file added lib/platform-3.4.0.jar
Binary file not shown.
30 changes: 30 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -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

Loading

0 comments on commit 2a7d618

Please sign in to comment.