Data table
Testing Goal
Test table: row count, sorting by column (click header), and search filter. Verify sort order and that filtering updates visible rows and count.
Test Data
Table lists products with name and price. Sort by Product (A–Z) or Price (numeric). Search filters rows by any cell text.
| Product | Price |
|---|---|
| Smartphone | 299 |
| Laptop | 899 |
| Headphones | 129 |
| Watch | 249 |
| Backpack | 79 |
| Speaker | 149 |