File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -205,11 +205,18 @@ example, the following table has two tests:
205
205
Attempt to Login with Credentials betty wrong
206
206
Status Should Be Access Denied
207
207
208
- Notice that these tests read almost like manual tests written in English
209
- rather than like automated test cases. Robot Framework uses the keyword-driven
208
+ Notice that these tests read like manual tests written in English rather
209
+ than like automated test cases. Robot Framework uses the keyword-driven
210
210
approach that supports writing tests that capture the essence of the actions
211
- and expectations in natural language. Test cases are constructed from keywords
212
- and their possible arguments.
211
+ and expectations in natural language.
212
+
213
+ Test cases are constructed from keywords and their possible arguments. The
214
+ syntax requires that keywords and arguments, as well as settings and their
215
+ values, are separated by at least two spaces or by a tab character. It is
216
+ generally recommended to use four spaces to make the separator more explicit,
217
+ and in some cases aligning arguments or other values may make the data easier
218
+ to understand. For more details about the syntax see `Robot Framework User
219
+ Guide `_.
213
220
214
221
Higher-level tests
215
222
------------------
You can’t perform that action at this time.
0 commit comments