You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Edward Jakubowski edited this page Feb 17, 2014
·
15 revisions
Synthuse Wiki
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 familiar syntax makes it easier to train automation tester in this frameworks.
Synthuse can also be incorporated in to the fitnesse platform as a test fixture.
Screenshots Examples
Below is the main synthuse window. It includes a built in object spy that uses
xpath to search a Windows XML Dom that it also generates. Dragging the target
image will automatically highlight the associated window and xml tags.
Below is the Test IDE that's included with synthuse. This provides a quick way
to execute and test macro scripts.