Generic TestResult business object

The generic TestResult business object represents a test result.

Business object structure

The generic TestResult business object is a hierarchical business object. Each of its attributes is either a String, a Boolean, or a child business object.

TestResult includes the following attributes:

Business object attributes
Name Type Key Cardinality Description
ObjectId String x   A string value that uniquely identifies an object
RequestId String     Unique identifier for an test request
TestSummarySet TestSummary   n A set of TestSummary objects
Result Boolean     Test result
ServiceProviderId String     Registered unique identifier for a service provider
CircuitId String     Circuit ID
ErrorMessage String     Error message text that indicates the reason for an incomplete test
CompletionStatus String     A string value that indicates a completion code
Details String     The detailed test results
TestCaseName String     Name of the executed test
EntryTime String     Time when the request is received
HostName String     Host name where test is requested to be run
FaultLocation String     Location to handoff where fault occurred
OperationHostName String     Host name where test is actually run
Options String     Name of the set of options run with the test
ProcessContext ProcessContext   1  

Supported verbs

The generic TestResult business object supports the following verbs:

Examining the object

To examine a listing of the attributes of the generic TestResult business object, use the System Manager.

Copyright IBM Corp. 2002, 2003