-
Notifications
You must be signed in to change notification settings - Fork 5
Running using NUnit
James edited this page Nov 30, 2017
·
2 revisions
It is possible to run the test suite from the command line using NUnit as follows:
- Download and install NUnit Console 3.6 (http://www.nunit.org/index.php?p=download)
- Download the latest assurance test suite code as zip file from github (https://github.com/nhsconnect/gpconnect-provider-testing)
- Download the supporting gpconnect-fhir project from github (https://github.com/nhsconnect/gpconnect-fhir)
- Configure the App.config in the gpconnect-provider-testing to point to the correct server and use the correct SSL certificates.
- In the console (cmd) navigate to the "gpconnect-provider-testing\GPConnect.Provider.AcceptanceTests" folder.
- To run the tests using the nunit-console I ran the following command:
"C:\Program Files (x86)\NUnit.org\nunit-console\nunit3-console.exe" GPConnect.Provider.AcceptanceTests.csproj This should run all the tests and create an output file in the directory you are in called "TestResult.xml". On the output it should show you the number of passes and fails.
Test Suit Setup & Configuration
Tests / Scenarios
- Spine Integration and Cross Organisation Tests
- Access Record Consumer Tests
- Access Record Consumer Tests 0.5.3
- Access Record Consumer Tests 0.7.2
- Access Record Consumer Tests 0.7.3
- Foundations Consumer Tests
- Appointments Consumer Tests
- Appointments Consumer Tests 1.2.7 Emergency Changes Only
- Appointments Consumer Tests
- Structured Record Consumer Tests
- Structured Record Consumer Tests 1.2.4
- Structured Record Consumer Tests 1.2.5
- Structured Record Consumer Tests 1.2.6
- Structured Record Consumer Tests 1.3.0
- Send Document Tests 1.3.0
- Access Record HTML view Manual Testing
- Appointments API (including Foundation) - Manual Testing
- HTML Provider Content
- FHIR GP Connect Profiles
- FHIR Base
- SSP
- JWT
- HTTP
- Security
- test
Test Data Pack
- Test Data Approach
- Base Test Data Set
- Simple Patient Records
- Rich Test Data Set
- ITK Test Harness Triggers
New Consumer SCAL Tests/Scenarios