Preconditions:
Complete the following steps:
- Look at the following checkboxes after page is loaded
- Focus first checkbox and click OK
- Focus 2nd checkbox and click OK
- Try to focus 3rd checkbox and click OK
- Try to focus 4th checkbox and click OK
- Focus element "Focus me"
Input type=checkbox:
(checked)
(regular)
(disabled)
(checked & disabled)
Focus me
Expected results:
- Step 1. 1st checkbox checked, 2nd unchecked, 3rd unchecked and disabled, 4th checked and disabled
- Step 2. 1st checkbox unchecked
- Step 3. 2nd checkbox checked
- Step 4. It is not possible to focus and change state of 3rd checkbox
- Step 5. It is not possible to focus and change state of 4th checkbox
- Step 6. It is possible to focus 'Focus me' element
Last modified on:
Author: ajaniec@vewd.com