Distributed Results Logging
Includes functions for distributed results logging.
GetTestsFailedCount Function
Returns the total number of tests that failed.
GetTestsPassedCount Function
Returns the total number of tests passed.
GetTestPlanName Function
Returns the name of the current testplan.
GetTotalElapsedStr Function
Returns the elapsed time for the test case to execute.
GetTotalErrorCount Function
Returns the total number of errors generated from all test cases executed in the current test plan.
GetTotalWarningCount Function
Returns the total number of warnings generated from all test cases executed in the current test plan.
IsTestPlan Function
Tests whether a testplan is running.
Parent topic:
Functions