From 8313fc1d058cb016e4fbec5fb3d27938e52bafae Mon Sep 17 00:00:00 2001 From: richardbruskiewich Date: Thu, 14 Sep 2023 09:39:32 -0700 Subject: [PATCH] typo --- docs/guide-for-developers/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide-for-developers/testing.md b/docs/guide-for-developers/testing.md index 5b95f197..64911b3c 100644 --- a/docs/guide-for-developers/testing.md +++ b/docs/guide-for-developers/testing.md @@ -3,7 +3,7 @@ The Translator project is first and foremost, an initiative to create a novel complex software system to process biomedical knowledge. Testing of such software may be envisioned and implemented at several distinct levels: * **[Unit Tests](#unit-testing):** code testing harnesses of granular tests embedded within a given project using well understood "best practices" applied in a computer language specific manner. -* **[Continuous integration / dev ops Testing](#continuous-integration-testing):** as distinct components of a complex multi-component system are deployed into a common environment to run as an integrated system, unit and component integration tests may be run automatically to assess compatibility and function of the software component codee and its dependencies with the context of the common environment. +* **[Continuous integration / dev ops Testing](#continuous-integration-testing):** as distinct components of a complex multi-component system are deployed into a common environment to run as an integrated system, unit and component integration tests may be run automatically to assess compatibility and function of the software component code and its dependencies within the context of the common environment. * **[System-level Testing](#system-level-testing):** Translator has evolved into a loosely-coupled web services-integrated system with shared communication syntax/semantics (i.e. TRAPI) and semantics (Biolink Model) standards for interoperability. System level testing validates component compliance with such interoperability standards. * **[User Interface Testing](#user-interface-testing):** a software system is only ultimately as useful as the quality, fitness-of-purpose and performance of the human-machine interface. User experience testing and related methodology achieves such testing objectives. * **[Quality Assurance Testing](#quality-assurance-testing):** again, with Translator, which is a biomedical (scientific) knowledge navigation, integration and interpretation system, "quality" refers to the scientific completeness, precision and credibility of the semantically encoded results. Tests for "Quality Assurance" may be devised to the query request/response of the system