Web UI smoke test for NBS interface and search
The nbs-test-webui.sh script tests end-to-end functionality through the NBS web interface by logging in, navigating to Advanced Search, and searching for patient records. Use this test to confirm that the NBS UI, search, and authentication are working correctly after deployment.
On this page
Prerequisites
To run the smoke test, you need:
- Authenticated access to your NBS environment
- A database user with access to patient records
- A shell environment with
curlinstalled (AWS CloudShell works if you use it, or any system with Bash andcurlavailable)
Run the smoke test
Run the nbs-test-webui.sh script from the NEDSS-Infrastructure repository. See the README in that folder for usage instructions and current script status.
Next steps
After successfully completing the validation steps, continue to Deploy NBS Gateway.