Skip to content

Commit

Permalink
sample tests with decision tables
Browse files Browse the repository at this point in the history
  • Loading branch information
fhoeben committed Jun 30, 2019
1 parent e65c689 commit d0e3c64
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
19 changes: 19 additions & 0 deletions wiki/FitNesseRoot/TiestaSuite/JaMetScenarioTest.wiki
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
|scenario |vul formulier in voor _|voornaam, achternaam, emailadres, telefoon|
|click |Ja. Ik ben een nieuwsgierige tester! |
|switch to next tab |
|enter |@{voornaam} |as|Voornaam |
|enter |@{achternaam} |as|Achternaam |
|enter |@{emailadres} |as|emailadres |
|enter |@{telefoon} |as|GSM |
|click |Opslaan |
|wait for visible|Tools Overzicht |
|close tab |

|script|browser test |
|open |https://bit.ly/2BQKeC7|


|vul formulier in voor |
|voornaam|achternaam |emailadres |telefoon |
|Fried |Hoeben |[email protected] |0612345678|
|Marcel |Diepenbroek|[email protected]|0301234567|
19 changes: 19 additions & 0 deletions wiki/FitNesseRoot/TiestaSuite/JaMetTableTemplateTest.wiki
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
|table template |vul formulier in voor |
|click |Ja. Ik ben een nieuwsgierige tester!|
|switch to next tab |
|enter |@{voornaam} |as |Voornaam |
|enter |@{achternaam} |as |Achternaam |
|enter |@{emailadres} |as |emailadres |
|enter |@{telefoon} |as |GSM |
|click |Opslaan |
|wait for visible|Tools Overzicht |
|close tab |

|script|browser test |
|open |https://bit.ly/2BQKeC7|


|vul formulier in voor |
|voornaam|achternaam |emailadres |telefoon |
|Fried |Hoeben |[email protected] |0612345678|
|Marcel |Diepenbroek|[email protected]|0301234567|

0 comments on commit d0e3c64

Please sign in to comment.