Running Functions After Tests

It is possible to configure functions to run after each tests or after all tests. These are explained in more detail in the XJEase reference.

The post-function is run automatically after each selected test function. The post-testing function is run once after all tests have completed. By default, the function runs before the End of Tests dialog has been displayed and before the log file has been written out. However, if the Run after log file has been written checkbox is checked, then the End of Tests dialog will be displayed and the log file written before the function is executed. This means that any output from the function will not be logged, but it allows the function read or manipulate the log file, which is useful in some circumstances. Note that the path to the log file is available in the LOG_FILE_PATH read-only built-in.

See Also