We have helped enterpreneurs convert ideas to products, expand and extend existing products.
Every person involved with Noumena brings over two decades of real-world experience to the task of solving your problems.
integTest
exercises a Tk GUI and verifies
that events have the proper results.
It runs as a client/server pair with the application being tested. Both parts can be on the same hardware, or run across a network.
It requires a single package require
in the
target application to add the server-side socket that
will receive instructions from the integtest
application.
The package can send events to buttons, labels, text widgets, canvases, tab windows and more.
It can introspect the target application to confirm that windows have been modified, databases updated, variables modified, etc.