-
Notifications
You must be signed in to change notification settings - Fork 35
Step Definition Mapping
Adam De Fouw edited this page Oct 9, 2024
·
4 revisions
Type | Actions Available | Assertions Available | Step Inputs Requested |
---|---|---|---|
button | click | see, NOT see | {string} for button label |
link, tab, icon, instrument | click | see, NOT see | {string} for link, tab, instrument label |
checkbox | click on | see, NOT see | {string} for checkbox label |
check | |||
uncheck | |||
radio | click on | see, NOT see | {string} for radio label |
check | |||
uncheck | |||
dropdown | select option | see, NOT see | {string} for field label; {string} for select option |
multiselect | select multiselect option | see, NOT see | {string} for field label; {string} for multiselect option |
checkbox | select checkbox | see, NOT see | {string} for field label; {string} for checkbox |
checkboxes | select checkboxes | ? | {string} for field label; {string} for checkboxes |
slider | move to position X | Not Available | {string} for field label; {int} for position X |
move Minute Slider | |||
move Hour Slider | |||
textarea | enter | verify | {string} for textarea label; {string} for text entered |
clear field and enter | |||
input field | enter | verify | {string} for input field label - or placeholder; {string} for text entered |
clear field and enter |