Skip to content

Test Data Approach

Adam Lees edited this page Nov 30, 2016 · 4 revisions

The approach to test data is to incrementally build set a basic test data and a richer test data set. The simple information should be sufficient for automated testing of the lower layers in the stack. The intention is to build on this base data set and later to bring in richer clinical data from the GP2GP project which will be required for realistic data volumes and clinical assurance in the latter stages.

Base Test Data Set

Scope: Testing layers: Security, HTTP, JWT, SSP

This base data set consists of:

  • A small number of organisations with ODS codes set up on Dev Spine.
  • Data sharing agreement rules set up between the practices with their ASIDs and Interaction IDs.
  • At each practice, a small number of patients, registered under NHS numbers on Dev Spine PDS with their demographic set.
  • A small number of practitioners with dummy SDS Ids.

As there are four GP practices and a Trust, two data sharing groups will be configured: a group of two orgs and a group of three. This will enable positive and negative test scenarios for requests that can be accepted or rejected due to data sharing rules. Requests from orgs which are not in any grouping can be simulated by using a value for ODS code which is not in the data pack.

Each of the patients should be configured within the provider system with the supplied demographics and NHS number. The patients' GP records should be configured with the supplied simple clinical data set.

Rich Test Data Set

Clone this wiki locally