From 6eaa27b89dc02866c1bced928cf22eb46506ff7c Mon Sep 17 00:00:00 2001 From: Liviu Ionescu Date: Sun, 26 Nov 2023 21:22:07 +0200 Subject: [PATCH] user-guide.md update ISTQB --- website/pages/user-guide.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/pages/user-guide.md b/website/pages/user-guide.md index 20749af..68c40a1 100644 --- a/website/pages/user-guide.md +++ b/website/pages/user-guide.md @@ -84,10 +84,10 @@ and there are no failed tests. If all tests suites are successful, the process returns 0 as exit value. -## ISTQB Glossary +## Glossary -The **International Software Testing Qualification Board** defines some terms -used in testing frameworks: +The **International Software Testing Qualification Board (ISTQB)** +defines some terms used in testing frameworks: - **test condition**: a testable aspect of a component or system identified as a basis for testing (implemented in µTest++ as calls to `expect()` or