File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -205,11 +205,18 @@ example, the following table has two tests:
205205 Attempt to Login with Credentials betty wrong
206206 Status Should Be Access Denied
207207
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
210210approach 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 `_.
213220
214221Higher-level tests
215222------------------
You can’t perform that action at this time.
0 commit comments