From af74e8a0cac44825af8c0e97165cd3594ae1fe25 Mon Sep 17 00:00:00 2001 From: emmagifford <162720670+emmagifford@users.noreply.github.com> Date: Tue, 2 Sep 2025 09:48:25 +0000 Subject: [PATCH 1/2] Testing and create templates minor updates --- .../using-nhs-notify/complete-your-testing.md | 34 +++++++++---------- .../create-and-submit-a-template.md | 2 +- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/docs/pages/using-nhs-notify/complete-your-testing.md b/docs/pages/using-nhs-notify/complete-your-testing.md index c7ecd59..735a204 100644 --- a/docs/pages/using-nhs-notify/complete-your-testing.md +++ b/docs/pages/using-nhs-notify/complete-your-testing.md @@ -15,14 +15,14 @@ You're responsible for: - leading your testing - completing integration testing in our integration (INT) environment -- how long testing will take +- managing how long testing will take - deciding when to carry out integration testing -You need to: +You need to complete: -- [complete your integration testing](#how-to-carry-out-integration-testing). -- [complete NHS App testing](#nhs-app-integration-testing) if you're sending NHS App messages -- [complete production smoke testing](#production-smoke-testing) just before you go live +- [integration testing](#how-to-carry-out-integration-testing) +- [NHS App testing](#nhs-app-integration-testing) if you're sending NHS App messages +- [production smoke testing](#production-smoke-testing) just before you go live We need specific evidence for your NHS App testing. @@ -49,7 +49,7 @@ Make sure you've [prepared your integration](https://notify.nhs.uk/get-started/o To prepare for testing, you need to: - arrange your own Personal Demographics Service (PDS) data - contact your integration manager if you have any questions -- provide us with your [test personalisation data](https://notify.nhs.uk/using-nhs-notify/personalisation#providing-example-data) +- provide us with your [test personalisation data](https://notify.nhs.uk/using-nhs-notify/personalisation#providing-example-data) (if you're using templates rather than free-text inputs) - ask your onboarding manager to set up your NHS App test data (if you're using the NHS App) ### 2. Confirm your connection to the integration environment @@ -115,27 +115,27 @@ Give your onboarding manager the following details of the people on your team wh We'll then send you a link to download the app from the [Apple Store](https://www.apple.com/uk/store) or [Google Play](https://play.google.com/store/apps?hl=en). -### 2. We'll send you test user account details +### 2. Sign in with test accounts -We'll give you sign in details for 3 test user accounts. +We'll send you sign in details for 3 test user accounts. -### 3. Sign in with test accounts +Sign in with the 3 test user accounts on the mobile phone that we approved for the test NHS App. -Sign in with the 3 test user accounts on a mobile device that we approved for the test NHS App, - -### 4. Send test messages +### 3. Send test messages Wait 24 hours after you first sign in. Then send test messages using requests through NHS Notify API or NHS Notify MESH. Use the test users' NHS numbers. -### 5. Receive the notification +### 4. Receive the notification + +The notification will be delivered to the test NHS App on the mobile phone of the person who's signed in to the test accounts. -The notification will be delivered to the test NHS App on the phone of the person who's signed in to the test accounts. +### 5. Show evidence of your NHS App testing -### 6. Show evidence of your NHS App testing +You'll need to show evidence of the results with a screen recording or on a video call with us. -You'll need to show evidence of the results with a screen recording or on a video call with us. You can send us the screen recordings in one video or in separate videos if this is easier. +You can send us the screen recordings in one video or in separate videos if this is easier. We can provide extra evidence from our database if you request this. @@ -167,7 +167,7 @@ Smoke testing helps us to make sure: - your new integration is working in the production environment - your production configuration is set up correctly in line with the INT set up -For letters, smoke testing will take place 24 hours before you go live with NHS Notify. For other message channels, it can take place on the same day that you go live. +For letters, smoke testing will take place 24 hours before you go live. For other message channels, it can take place on the same day that you go live. The output of the smoke tests will be on our test devices. This means you will not see the messages at this stage. diff --git a/docs/pages/using-nhs-notify/create-and-submit-a-template.md b/docs/pages/using-nhs-notify/create-and-submit-a-template.md index 6a8b715..50b8352 100644 --- a/docs/pages/using-nhs-notify/create-and-submit-a-template.md +++ b/docs/pages/using-nhs-notify/create-and-submit-a-template.md @@ -17,7 +17,7 @@ You can: - create new templates - add formatting, links and personalisation -- copy an existing template +- copy one of your existing templates - save a template as a draft and edit it later - submit your final templates to NHS Notify to set up the messages you want to send From 0bcae40289076a106cda03652d4d59f8fa009ccc Mon Sep 17 00:00:00 2001 From: emmagifford <162720670+emmagifford@users.noreply.github.com> Date: Thu, 4 Sep 2025 12:52:50 +0000 Subject: [PATCH 2/2] Removed rate limiting from 'by use case' pages and changed 'integration manager' to 'onboarding manager' in /complete-your-testing --- .../custom-components/campaign-feature-list.html | 9 --------- .../custom-components/direct-message-feature-list.html | 9 --------- .../custom-components/transactional-feature-list.html | 9 --------- docs/pages/using-nhs-notify/complete-your-testing.md | 2 +- 4 files changed, 1 insertion(+), 28 deletions(-) diff --git a/docs/_includes/custom-components/campaign-feature-list.html b/docs/_includes/custom-components/campaign-feature-list.html index def2e07..8b37c06 100644 --- a/docs/_includes/custom-components/campaign-feature-list.html +++ b/docs/_includes/custom-components/campaign-feature-list.html @@ -261,15 +261,6 @@

Sending messages

- - Rate limiting -
- Set how many messages are sent per second to control how often recipients access your service, also known as - transactions per second (TPS) -
- - Up to 5TPS - Routing plans
diff --git a/docs/_includes/custom-components/direct-message-feature-list.html b/docs/_includes/custom-components/direct-message-feature-list.html index 1f08248..cb60954 100644 --- a/docs/_includes/custom-components/direct-message-feature-list.html +++ b/docs/_includes/custom-components/direct-message-feature-list.html @@ -291,15 +291,6 @@

Sending messages

- - Rate limiting -
- Set how many messages are sent per second to control how often recipients access your service, also known as - transactions per second (TPS) -
- - Up to 5TPS - Routing plans
diff --git a/docs/_includes/custom-components/transactional-feature-list.html b/docs/_includes/custom-components/transactional-feature-list.html index fe7743f..a918978 100644 --- a/docs/_includes/custom-components/transactional-feature-list.html +++ b/docs/_includes/custom-components/transactional-feature-list.html @@ -265,15 +265,6 @@

Sending messages

- - Rate limiting -
- Set how many messages are sent per second to control how often recipients access your service, also known as - transactions per second (TPS) -
- - Up to 5TPS - Routing plans
diff --git a/docs/pages/using-nhs-notify/complete-your-testing.md b/docs/pages/using-nhs-notify/complete-your-testing.md index 735a204..e84c4e1 100644 --- a/docs/pages/using-nhs-notify/complete-your-testing.md +++ b/docs/pages/using-nhs-notify/complete-your-testing.md @@ -48,7 +48,7 @@ Make sure you've [prepared your integration](https://notify.nhs.uk/get-started/o To prepare for testing, you need to: -- arrange your own Personal Demographics Service (PDS) data - contact your integration manager if you have any questions +- arrange your own Personal Demographics Service (PDS) data - contact your onboarding manager if you have any questions - provide us with your [test personalisation data](https://notify.nhs.uk/using-nhs-notify/personalisation#providing-example-data) (if you're using templates rather than free-text inputs) - ask your onboarding manager to set up your NHS App test data (if you're using the NHS App)