Automation Testing Practice Playground
Frame 1: Text Fields & Inputs
Try entering text, clearing it, and verifying the input value using automation.
Frame 2: Radio Buttons
Practice selecting options and validating which one is selected.
Frame 3: Checkboxes
Practice checking/unchecking boxes and asserting the selected options.
Frame 4: Dropdown Handling
Practice selecting options by visible text, value, and index.
Frame 5: Alert Handling
Practice accepting, dismissing, and verifying alerts.
Frame 6: Prompt Box
Practice entering text into prompts and validating results.
Frame 7: Confirm Box
Practice accepting or canceling confirmation boxes.
Frame 8: File Upload
Practice uploading files and verifying the selected file name.
Frame 9: Textarea
Practice entering multiline text and verifying the content.
Frame 10: Dynamic Table
Practice reading table data, adding rows, and validating cell values.
| Name | Age |
|---|---|
| Swami | 28 |
| Neha | 25 |
Frame 11: Button Clicks
Practice clicking buttons and verifying actions.
Frame 12: Enable/Disable Fields
Practice enabling/disabling input fields and asserting states.