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
The **Note Test Utility** module provides reusable helper functions for verifying and comparing note data during test automation of screening subjects in BCSS.
4
+
It includes helpers for:
5
+
6
+
1. Searching for a subject by NHS number.
7
+
2. Fetching supporting notes from the database.
8
+
3. Verifying that a note matches expected values from the DB or UI.
9
+
4. Confirming that a removed note is archived properly as obsolete.
10
+
11
+
## Table of Contents
12
+
13
+
-[Utility Guide: Note Test Utilities](#utility-guide-note-test-utilities)
14
+
-[Table of Contents](#table-of-contents)
15
+
-[Using These Utilities](#using-these-utilities)
16
+
17
+
---
18
+
19
+
## Using These Utilities
20
+
21
+
You can import functions into your test files like so:
0 commit comments