Data Tables
Often times when you see a table it contains data which is sortable -- sometimes with actions that can be taken within each row (e.g. edit, delete). And it can be challenging to automate interaction with sets of data in a table depending on how it is constructed.
Example 1
No Class or ID attributes to signify groupings of rows and columns
Last Name | First Name | Due | Web Site | Action | |
---|---|---|---|---|---|
Smith | John | jsmith@gmail.com | $50.00 | http://www.jsmith.com | edit delete |
Bach | Frank | fbach@yahoo.com | $51.00 | http://www.frank.com | edit delete |
Doe | Jason | jdoe@hotmail.com | $100.00 | http://www.jdoe.com | edit delete |
Conway | Tim | tconway@earthlink.net | $50.00 | http://www.timconway.com | edit delete |
Example 2
Class and ID attributes to signify groupings of rows and columns
Last Name | First Name | Due | Web Site | Action | |
---|---|---|---|---|---|
Smith | John | jsmith@gmail.com | $50.00 | http://www.jsmith.com | edit delete |
Bach | Frank | fbach@yahoo.com | $51.00 | http://www.frank.com | edit delete |
Doe | Jason | jdoe@hotmail.com | $100.00 | http://www.jdoe.com | edit delete |
Conway | Tim | tconway@earthlink.net | $50.00 | http://www.timconway.com | edit delete |
About
This website has been prepared for Automation Testers and has been prepared to exemplify all the applications in the industry.
Archives
- A/B Testing
- Add/Remove Elements
- Autocomplete
- Broken Images
- Challenging DOM
- Checkboxes
- Challenging DOM
- Context Menu
- Disappearing Elements
- Drag and Drop
- Drag and Drop Circles
- Droppable
- Dropdown
- Dynamic Content
- Dynamic Controls
- Entry Ad
- Exit Intent
- File Download
- File Upload
- Forgot Password
- Form Authentication
- Geolocation
- Floating Menu
- Horizontal Slider
- Hovers
- Iframe
- Infinite Scroll
- Inputs
- JQuery UI Menus
- JavaScript Alerts
- JavaScript onload event error
- Key Presses
- Multiple Buttons
- Multiple Windows
- New tab
- Notification Messages
- Radio Buttons
- Registration Form
- Secure File Download
- Sortable Data Tables
- Status Codes
- WYSIWYG Editor