TEST_018 Ensure API stability and cybersecurity of the medical device
Test type
System
Linked activities
- MDS-449
Result
- Passed
- Failed
Description
This test run is planned to ensure our medical device API is both reliable and secure. It focuses on two main objectives. First, it aims to verify that the API is available 99% of the time by continuously monitoring the API's performance and uptime over a one-month period. We'll check for any instances of downtime or interruptions, noting how often they occur and how long they last.
Second, the test run includes a security evaluation using the Intruder.io tool. This security scan will identify any critical vulnerabilities in the API that could be exploited by malicious actors. Intruder.io will conduct a series of tests to detect weaknesses like outdated software, misconfigurations, or potential unauthorized access points. The results will help us assess the overall security of the API and determine any necessary steps to strengthen it.
Run environment
Here are the technical specifications of the runtime environment in which the test was conducted:
- Operating system: macOS Sonoma (version 14.5)
- Hardware specifications:
- CPU:
- Model name: Intel Core i9
- Number of cores: 8
- Thread(s) per core: 2
- GPU:
- Devices:
- Intel UHD Graphics 630 (1536 MB)
- Devices:
- RAM: 16 GB
- Storage: 1 TB
- Network:
- Mean speed: 380 Mbps
- Mean latency: 5 ms
- CPU:
- Other relevant software: No particular software was used.
We have entrusted the vulnerability analysis to Intruder.io. As an external service, we do not have information about the technical specifications of the infrastructure used for the penetration tests against our API.
Test case runs
The following test cases have been executed in this batch:
PLAN_018
Outcome
- Passed
- Failed
Expected results
- The monitoring program is running continuously for one month, sending GET requests to the API at the specified interval.
- The database contains records of each request and the corresponding response information.
- The total uptime, calculated as the percentage of successful requests out of the total requests sent, is at least 99% over the period of one month.
Actual results
-
The monitoring program is running continuously for one month, sending GET requests to the API at the specified interval:
-
Since we started the background monitoring program, it has continuously emitted these types of log messages via the console for the past month, indicating that the service is up and running:

- The database contains records of each request and the corresponding response information:

-
The total uptime, calculated as the percentage of successful requests out of the total requests sent, is at least 99% over the period of one month:
-
The percentage of API uptime was directly obtained from the dashboard provided as an add-on to the monitoring program:

Remarks
No comments to add. The test was carried out manually without any issues.