-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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| |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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| |