Base StructureDefinition for TestReport Resource

TestReport
identifier
External identifier
name
Informal name of the executed TestScript
status
completed | in-progress | waiting | stopped | entered-in-error
testScript
Reference to the version-specific TestScript that was executed to produce this TestReport
result
pass | fail | pending
score
The final score (percentage of tests passed) resulting from the execution of the TestScript
tester
Name of the tester producing this report (Organization or individual)
issued
When the TestScript was executed and this TestReport was generated
participant
A participant in the test execution, either the execution engine, a client, or a server
type
test-engine | client | server
uri
The uri of the participant. An absolute URL is preferred
display
The display name of the participant
setup
The results of the series of required setup operations before the tests were executed
action
A setup operation or assert that was executed
operation
The operation to perform
result
pass | skip | fail | warning | error
message
A message associated with the result
detail
A link to further details on the result
assert
The assertion to perform
result
pass | skip | fail | warning | error
message
A message associated with the result
detail
A link to further details on the result
test
A test executed from the test script
name
Tracking/logging name of this test
description
Tracking/reporting short description of the test
action
A test operation or assert that was performed
operation
The operation performed
assert
The assertion performed
teardown
The results of running the series of required clean up steps
action
One or more teardown operations performed
operation
The teardown operation performed