sas
AggregatedResult


This structure is used to define the generic Test Result objects, replacement for MO



public abstract struct AggregatedResult

Properties
timeCaptured The time when the aggregated results first start to be captured. This basically reflects the time when this result object was created.

type=Date

testSuite The test suite to which this result belongs.

type=string

testSuiteName The Name of the test suite to which this result belongs.

type=string

executionId

type=long

finishTime The time when all the aggregated results have been collected.

type=Date

testsExecuted The total number of tests executed. Only tests that are administratively up are executed.

type=long

testsExecutionFailed The number of failed tests out of those that were executed. These tests either failed to execute or were timed out by NFM-P during execution.

type=long

testsResultsFailed The number of tests that successfully executed but their results indicated a failure (probably due to a configured threshold being crossed).

type=long

testsSkipped The number of tests that were skipped because they were administratively disabled.

type=long

testsSucceeded The number of tests, out of those executed, that successfully executed and whose results indicate success.

type=long

successRate The success rate, calculated as:
(testsSucceeded / testsExecuted) * 100.0

type=float

scheduled Specifies whether the result was a for a scheduled or non-scheduled execution.

type=sas.Scheduled

nmUser The pointer to the NFM-P user that executed the test.

type=string

nmUserName The simple NM user name. Derived from nmUser pointer.

type=string

resultsCompleted This flag is set to true when all the results have been populated.

type=boolean

delayedTestExecution This flag is set to true when the test has delayed.

type=boolean

resultStatus Specifies the result status of the test.

type=sas.TestResultStatus

reason

type=string

saa Specifies whether this test/test suite uses SAA Accounting files.

type=boolean

testedEntity The Tested Entity to which this result belongs.

type=string