Skip to content

Commit fac629a

Browse files
committed
changed 'such as' to 'e.g.' in brackets and test|task
Signed-off-by: René <snooz@posteo.de>
1 parent 249caee commit fac629a

1 file changed

Lines changed: 22 additions & 22 deletions

File tree

website/static/glossary/glossary.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"term": "Automation Script",
2222
"aliases": [],
2323
"abbreviation": "",
24-
"definition": "Robot Framework suite, test, task, or keyword collection that automates a defined workflow or behavior."
24+
"definition": "Robot Framework suite, test|task, or keyword collection that automates a defined workflow or behavior."
2525
},
2626
{
2727
"term": "Argument",
@@ -45,7 +45,7 @@
4545
"term": "Behavior-Driven Specification",
4646
"aliases": [],
4747
"abbreviation": "",
48-
"definition": "Declarative Robot Framework style in which tests or tasks describe system behavior from the user's perspective using natural-language-like steps with embedded arguments and optional Given/When/Then/And/But prefixes."
48+
"definition": "Declarative Robot Framework style in which tests|tasks describe system behavior from the user's perspective using natural-language-like steps with embedded arguments and optional Given/When/Then/And/But prefixes."
4949
},
5050
{
5151
"term": "Built-In Variables",
@@ -63,19 +63,19 @@
6363
"term": "Composite Element",
6464
"aliases": [],
6565
"abbreviation": "",
66-
"definition": "Execution element composed of child elements (for example suites with tests or tasks, tests or tasks with keywords, or user keywords with child steps) whose status is derived from its children."
66+
"definition": "Execution element composed of child elements (for example suites with tests|tasks, tests|tasks with keywords, or user keywords with child steps) whose status is derived from its children."
6767
},
6868
{
6969
"term": "Control Structure",
7070
"aliases": [],
7171
"abbreviation": "",
72-
"definition": "Statement such as `IF`, `FOR`, `WHILE`, `BREAK`, or `CONTINUE` that controls execution flow inside a test, task, or keyword."
72+
"definition": "Statement such as `IF`, `FOR`, `WHILE`, `BREAK`, or `CONTINUE` that controls execution flow inside a test|task, or keyword."
7373
},
7474
{
7575
"term": "Data-Driven Specification",
7676
"aliases": [],
7777
"abbreviation": "",
78-
"definition": "Specification style where the same logic or test flow is executed multiple times with varying input or expected output data, often implemented with test or task templates."
78+
"definition": "Specification style where the same logic or test flow is executed multiple times with varying input or expected output data, often implemented with test|task templates."
7979
},
8080
{
8181
"term": "Definition Layer",
@@ -105,7 +105,7 @@
105105
"term": "Execution Artifacts",
106106
"aliases": [],
107107
"abbreviation": "",
108-
"definition": "Files generated by a Robot Framework execution (such as `output.xml`, `log.html`, and `report.html`) that document the execution process and its results."
108+
"definition": "Files generated by a Robot Framework execution (e.g. `output.xml`, `log.html`, and `report.html`) that document the execution process and its results."
109109
},
110110
{
111111
"term": "Execution Layer",
@@ -123,7 +123,7 @@
123123
"term": "Fail Status",
124124
"aliases": [],
125125
"abbreviation": "",
126-
"definition": "Execution status indicating that an element (such as a keyword, test, task, or suite) did not meet its expected outcome or raised an error during execution."
126+
"definition": "Execution status indicating that an element (e.g. keyword, test|task, or suite) did not meet its expected outcome or raised an error during execution."
127127
},
128128
{
129129
"term": "FOR Loop",
@@ -195,7 +195,7 @@
195195
"term": "Keyword-Driven Specification",
196196
"aliases": [],
197197
"abbreviation": "",
198-
"definition": "Imperative Robot Framework style where tests or tasks are written as sequences of keyword calls with arguments, focusing on executed actions and their order."
198+
"definition": "Imperative Robot Framework style where tests|tasks are written as sequences of keyword calls with arguments, focusing on executed actions and their order."
199199
},
200200
{
201201
"term": "Keyword Library",
@@ -261,13 +261,13 @@
261261
"term": "Optional Argument",
262262
"aliases": [],
263263
"abbreviation": "",
264-
"definition": "Argument kind in a keyword specification that may be omitted because it has a default value or is a catch-all (such as Variable Number of Positional Arguments marked with * or Free Named Arguments marked with **)."
264+
"definition": "Argument kind in a keyword specification that may be omitted because it has a default value or is a catch-all (e.g. `Variable Number of Positional Arguments` marked with `*` or `Free Named Arguments` marked with `**`)."
265265
},
266266
{
267267
"term": "Pass Status",
268268
"aliases": [],
269269
"abbreviation": "",
270-
"definition": "Execution status indicating that an element (such as a keyword, test, task, or suite) executed successfully and met its expectations."
270+
"definition": "Execution status indicating that an element (e.g. keyword, test|task, or suite) executed successfully and met its expectations."
271271
},
272272
{
273273
"term": "Positional Argument",
@@ -285,7 +285,7 @@
285285
"term": "Report File",
286286
"aliases": ["report.html"],
287287
"abbreviation": "",
288-
"definition": "High-level HTML summary (`report.html`) of a Robot Framework execution that focuses on statistics and the overall pass/fail status of suites and tests or tasks."
288+
"definition": "High-level HTML summary (`report.html`) of a Robot Framework execution that focuses on statistics and the overall pass/fail status of suites and tests|tasks."
289289
},
290290
{
291291
"term": "Resource File",
@@ -345,7 +345,7 @@
345345
"term": "Skip Status",
346346
"aliases": [],
347347
"abbreviation": "",
348-
"definition": "Execution status indicating that an element (such as a test or task) was intentionally not executed, for example due to selection options or an explicit skip."
348+
"definition": "Execution status indicating that an element (e.g. a test|task) was intentionally not executed, for example due to selection options or an explicit skip."
349349
},
350350
{
351351
"term": "Standard Library",
@@ -357,7 +357,7 @@
357357
"term": "Suite",
358358
"aliases": ["Test Suite", "Task Suite"],
359359
"abbreviation": "",
360-
"definition": "Collection of tests or tasks (optionally with local keywords and variables) defined in a .robot file or directory that is executed as a unit by Robot Framework."
360+
"definition": "Collection of tests|tasks (optionally with local keywords and variables) defined in a .robot file or directory that is executed as a unit by Robot Framework."
361361
},
362362
{
363363
"term": "Suite Directory",
@@ -375,19 +375,19 @@
375375
"term": "Suite Setup",
376376
"aliases": [],
377377
"abbreviation": "",
378-
"definition": "Keyword executed once before any tests or tasks in a suite are run, typically used to prepare common preconditions."
378+
"definition": "Keyword executed once before any tests|tasks in a suite are run, typically used to prepare common preconditions."
379379
},
380380
{
381381
"term": "Suite Teardown",
382382
"aliases": [],
383383
"abbreviation": "",
384-
"definition": "Keyword executed once after all tests or tasks in a suite have run, typically used to clean up shared resources."
384+
"definition": "Keyword executed once after all tests|tasks in a suite have run, typically used to clean up shared resources."
385385
},
386386
{
387387
"term": "Suite Variable",
388388
"aliases": [],
389389
"abbreviation": "",
390-
"definition": "Variable whose scope covers all tests or tasks and keywords within a specific suite but is not visible outside that suite."
390+
"definition": "Variable whose scope covers all tests|tasks and keywords within a specific suite but is not visible outside that suite."
391391
},
392392
{
393393
"term": "Synthetic Monitoring",
@@ -405,19 +405,19 @@
405405
"term": "Test Setup",
406406
"aliases": ["Task Setup"],
407407
"abbreviation": "",
408-
"definition": "Keyword executed before an individual test or task starts to prepare preconditions specific to that test or task."
408+
"definition": "Keyword executed before an individual test|task starts to prepare preconditions specific to that test|task."
409409
},
410410
{
411411
"term": "Test Teardown",
412412
"aliases": ["Task Teardown"],
413413
"abbreviation": "",
414-
"definition": "Keyword executed after an individual test or task finishes to clean up resources specific to that test or task."
414+
"definition": "Keyword executed after an individual test|task finishes to clean up resources specific to that test|task."
415415
},
416416
{
417417
"term": "Test Template",
418418
"aliases": ["Task Template"],
419419
"abbreviation": "",
420-
"definition": "Setting that defines a keyword used as a template for multiple tests or tasks, where each row of data calls the template keyword with different arguments."
420+
"definition": "Setting that defines a keyword used as a template for multiple tests|tasks, where each row of data calls the template keyword with different arguments."
421421
},
422422
{
423423
"term": "Test Case",
@@ -435,13 +435,13 @@
435435
"term": "Test Level",
436436
"aliases": [],
437437
"abbreviation": "",
438-
"definition": "Classification of testing focus (such as unit, component, integration, system, system integration, acceptance, or end-to-end) describing scope and granularity of tests."
438+
"definition": "Classification of testing focus (e.g. unit, component, integration, system, system integration, acceptance, or end-to-end) describing scope and granularity of tests."
439439
},
440440
{
441441
"term": "Test Tag",
442442
"aliases": ["Task Tag"],
443443
"abbreviation": "",
444-
"definition": "Label assigned to tests or tasks via the Tags setting to categorize them and enable filtering, selection, and reporting."
444+
"definition": "Label assigned to tests|tasks via the Tags setting to categorize them and enable filtering, selection, and reporting."
445445
},
446446
{
447447
"term": "Test Timeout",
@@ -477,7 +477,7 @@
477477
"term": "Variable Scope",
478478
"aliases": [],
479479
"abbreviation": "",
480-
"definition": "Visibility and lifetime of a variable (such as global, suite, test or task, or local) during a Robot Framework execution."
480+
"definition": "Visibility and lifetime of a variable (e.g. global, suite, test|task, or local) during a Robot Framework execution."
481481
},
482482
{
483483
"term": "WHILE Loop",

0 commit comments

Comments
 (0)