-
Notifications
You must be signed in to change notification settings - Fork 4
api
A FHIR client or server. Usually a vendor supplied system is being referred to but it can also be the HAPI FHIR server enbedded in this tool.
Any interaction with an SUT generates an Event logging the request and response messages. The SUT can be a client of the tool (initiates the transaction) or a server (tool initiates the transaction);
A named collection of tests. A single TestCollection must contain all Server Tests or all Client Tests.
A Test is a named TestScript. When run it generates a TestReport.
A Testlog has two components, a TestReport and an Event.
A Channel is a path through the proxy. A Channel has a name, a type, and a server path. The simplest channel type is passthrough - messages sent to this channel type are recorded in the Testlog and passed on to the server after making the necessary minor HTTP Header addressing updates. The server path is usually a URL representing the target server. In the case of a FHIR server, the server Path is the FHIRPATH of the server.