Files 1
Downloads 1,799
Favorites 2
My AddOns
    View Feature Request
    Allow for an asynchronous Test Run
    Feature #: 1884
    File: Safety
    Date: 12-30-06 09:15 PM
    By: FOR
    Status: Awaiting Feedback
    The runner should be modified to allow for synchronous and asynchronous runs so that the client could pick the appropriate mode.

    Currently, the test runner executes a request to perform a test run synchronously (i.e. it will run all the tests and then return control to the client).
    The tests in a test run can take a long time to execute, so this solution is less than optimal.

    When setting the runner to run in asynchronous mode, a client should be allowed to specify a function pointer as an event handler for the 'Test Case Completed' event (to be fired after each test case during the run is completed).