You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/chapter-01/04_styles.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ While **Keyword-Driven Testing (KDT)** and **Behavior-Driven Development (BDD)**
16
16
17
17
Both styles can be mixed, even within the same test or task, but it is strongly recommended to have separate styles for separate purposes and not mix them within the same body.
18
18
One practical solution would be to define acceptance test cases that cover users' expectations in a declarative *Behavior-Driven Style*, while using keywords that are implemented in an imperative *Keyword-Driven style*.
19
-
Further system level test cases, that are not covering acceptance criteria could be written in a *Keyword-Driven style*.
19
+
Further system level :term[test cases]{term="Test Case"}, that are not covering acceptance criteria could be written in a *Keyword-Driven style*.
20
20
21
21
The approach of both styles is different in that way,
22
22
that the *Behavior-Driven Style* is a **declarative** specification,
Copy file name to clipboardExpand all lines: website/docs/chapter-02/01_suitefile.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -194,7 +194,7 @@ A suite file must contain either a `*** Test Cases ***` or a `*** Tasks ***` sec
194
194
195
195
See [2.6 Writing Test|Task and Calling Keywords](chapter-02/06_writing_test.md) for more information about the `*** Test Cases ***` or `*** Tasks ***` section.
196
196
197
-
<!-- TODO maybe more references to Test Setup/Teardown or Documentation? -->
197
+
{/* TODO maybe more references to Test Setup/Teardown or Documentation? */}
198
198
199
199
### 2.1.2.4 Introduction to `*** Keywords ***` Section
Copy file name to clipboardExpand all lines: website/docs/chapter-02/02_suitefile_syntax.md
+1-4Lines changed: 1 addition & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,8 @@
1
1
2
2
# 2.2 Basic Suite File Syntax
3
3
4
-
<!--
5
-
TODO:
6
-
I think this section needs a bit more structure and we should introduce the concept of "settings" like [Documentation] already here and reference to Chapter 4.
4
+
{/* TODO: I think this section needs a bit more structure and we should introduce the concept of "settings" like [Documentation] already here and reference to Chapter 4.*/}
0 commit comments