Table of Contents
DiagnosticTools.RunCustomTest Method 

Run a custom test.

Syntax
 public static int RunCustomTest(
   string testNo,
   string args = null,
   string name = null
);

Parameters

testNo
The test number provided by EO support
args
Optional test arguments provided by EO support
name
An optional name that is associated to the test result
Remarks

A custom test is a test Essential Objects support specifically created to troubleshoot an issue that maybe hard to reproduce elsewhere. You can run a custom test using the interactive GUI DebugTools.exe or by calling this method programmatically in case using interactive GUI tools is not possible.

See Also