You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jawalonoski edited this page Jan 10, 2017
·
2 revisions
The plan_executor library is the part of Crucible that executes tests against HL7 FHIR servers.
Crucible has two varieties of tests: suites and TestScript
Suites
Suites are the built-in tests authored in the Ruby programming language. These tests predate the existence of TestScript and are located in lib/tests/suites.
TestScript
The TestScript is a FHIR resource that defines standard test procedures that a "TestScript Execution Engine" can programmatically execute against a FHIR Server.
The plan_executor is an open-source reference implementation of a TestScript Execution Engine.