Synthuse / synthuse-src

Synthuse (Synthetic-User) is a portable java base software testing framework for desktop windows applications.
Apache License 2.0
6 stars 5 forks source link

Enhanced XPath generation for better text based verification #7

Closed alexkogon closed 8 years ago

alexkogon commented 8 years ago

Added new config for using strong text matching, and added dialog box for setting config parameters. Used NetBeans to generate the UI and used MVC separation of code. If I have enough time maybe I refactor the application to do so as well.

ejakubowski commented 8 years ago

Wow, This looks great I will check it all out tonight. Thank you!!! On Sep 22, 2015 6:09 AM, "Alex Kogon" notifications@github.com wrote:

Added new config for using strong text matching, and added dialog box for setting config parameters. Used NetBeans to generate the UI and used MVC separation of code. If I have enough time maybe I refactor the application

to do so as well.

You can view, comment on, or merge this pull request online at:

https://github.com/Synthuse/synthuse-src/pull/7 Commit Summary

  • always use text to match xpath
  • fixed error caused by editing twice
  • addMoreInfoOnVMToAntBuildLogging
  • always use text to match xpath
  • fixed error caused by editing twice
  • add switch to turn strong text matching on and off
  • adding config in view module
  • Merge branch 'addTextBasedVerify' of https://github.com/alexkogon/synthuse-src into addTextBasedVerify
  • creating dialog box to set synthuse properties
  • removed subproject
  • refactored controllers out
  • added action handlers for config dialog
  • Add option pane to reflect that existing properties may not be updated until restart
  • added strut to config panel view for text boxes at end
  • made new config public so serializer works

File Changes

Patch Links:

— Reply to this email directly or view it on GitHub https://github.com/Synthuse/synthuse-src/pull/7.