Table - Simple Challenge

Master basic table operations and data extraction.

Beginner
20-25 min

Basic Table Operations

Master table parsing, row/column navigation, and data extraction.

Test Cases to Automate

1
Extract table headers
2
Count total rows
3
Get specific cell data
4
Find row by text and extract data
5
Extract entire column data
6
Find maximum/minimum values

Selenium Solution

🎯 Practice Table

NameEmailAgeSalary
Rajraj@example.com2550000
Johnjohn@example.com3060000
Alicealice@example.com2855000
Bobbob@example.com3570000

💡 Table Navigation Tips

  • Headers: table thead th
  • All Rows: table tbody tr
  • Specific Cell: tr[1]/td[2]
  • Find by Text: tr[td[text()='value']]

🔍 Locator Information

SDET Mastery - #1 Automation Testing Bootcamp | Get Job-Ready Fast ⚡