From 464c83e914d0595c6695c31fc00bd538ce1c626d Mon Sep 17 00:00:00 2001 From: Puneet Joshi Date: Fri, 28 Feb 2025 08:04:03 +0000 Subject: [PATCH] GITBOOK-1279: No subject --- pbms/developer-zone/testing/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pbms/developer-zone/testing/README.md b/pbms/developer-zone/testing/README.md index f42847d2..d1b943fd 100644 --- a/pbms/developer-zone/testing/README.md +++ b/pbms/developer-zone/testing/README.md @@ -8,6 +8,10 @@ description: Testing at OpenG2P To ensure the reliability, security, and performance of the OpenG2P platform we follow a structured testing approach primarily focusing on [Sanity Testing](./#sanity-testing) and [Regression Testing](./#regression-testing). Testing is conducted on versioned/tagged Dockers from the end-to-end (black box) perspective. All test cases and planned and documented for manual execution (see the Excel sheet below). The test results for a particular release are well documented [(example)](https://docs.openg2p.org/releases/1.1.0/release-notes#test-report). + + +{% embed url="https://docs.google.com/spreadsheets/d/1wDvw2GdXGKBEchBPIUslTeIaJWf_cEG9G9EK8PyuAAY/edit?usp=sharing" %} + ### Sanity testing Sanity testing ensures that new builds, bug fixes, or minor changes in the OpenG2P system do not introduce new defects and that the core functionalities work as expected.