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