Trees | Indices | Help |
|
---|
|
PySys System Test Framework.
PySys has been designed to provide a generic extensible multi-threaded framework for the organisation and execution of system level testcases. It provides a clear model of what a testcases is, how it is structured on disk, how it is executed and validated, and how the outcome is reported for test auditing purposes.
Testcases are instances of a base test class (pysys.basetest.BaseTest) which provides core functionality for cross platform process management, monitoring and manipulation; in this manner an application under test (AUT) can be started and interacted with directly within a testcase. The base test class additionally provides a set of standard validation techniques based predominantly on regular expression matching within text files (e.g. stdout, logfile of the AUT etc). Testcases are executed through a base runner (pysys.baserunner.BaseRunner) which provides the mechanism to control concurrent testcase flow and auditing. In both cases the base test and runner classes have been designed to be extended for a particular AUT, e.g. to allow a higher level of abstraction over the AUT, tear up and tear down prior to executing a set of testcases etc.
PySys allows automated regression testcases to be built rapidly. Where an AUT cannot be tested in an automated fashion, testcases can be written to make use of a manual test user interface (pysys.manual.ui.ManualTester) which allows the steps required to execute the test to be presented to a tester in a concise and navigable manner. The tight integration of both manual and automated testcases provides a single framework for all test organisation requirements.
Version: 1.2.0
Date: 30-May-2016
Author: Moray Grieve
|
|||
|
|
|||
ThreadedStreamHandler Stream handler to only log from the creating thread. |
|||
ThreadedFileHandler File handler to only log from the creating thread. |
|||
ThreadFilter Filter to disallow log records from the current thread. |
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Jul 05 17:52:37 2018 | http://epydoc.sourceforge.net |