Continues the test, but sets the test to silent, so that no test results are displayed in the summary report.

 

Test results can be filtered in the after test script using the abortTest or SetSilentTestRun functions.

 

Syntax:

test.SetSilentTestRun( True/False )

 

Parameter:

Description:

True/False

Use True or False keywords, or the values, 1 = True, 0=False

 

Example:

IF test.totalTrades < tradesThreshold THEN

  '  Enable a Silent Test Run
  test.SetSilentTestRun( true )

  '  Output Message
  PRINT "Filtered test ", test.currentParameterTest, _

        " because total trades of ", test.totalTrades, _

        " were less than threshold of ", tradesThreshold
ENDIF

Returns:

No Return

 

Links:

 

See Also:

 

 


Edit Time: 9/22/2020 4:26:42 PM


Topic ID#: 559

 

Created with Help & Manual 7 and styled with Premium Pack Version 2.80 © by EC Software