Selenium Practice


Practice Selenium Registration Form

Forgot Password? New User? Sign Up

Practice Table

User ID Name Email Country
1 John Doe john@example.com USA
2 Alice Smith alice@example.com UK

📝 Selenium Practice Exercises

  • 1️⃣ Enter "John Doe" in the **Username** field.
  • 2️⃣ Enter "test@example.com" in the **Email** field.
  • 3️⃣ Enter "password123" in the **Password** field.
  • 4️⃣ Select **Male** from the **Gender** radio button.
  • 5️⃣ Select "India" from the **Country dropdown**.
  • 6️⃣ Click the **Submit** button and validate the alert message.
  • 1️⃣ Check the **Terms & Conditions** checkbox.
  • 2️⃣ Uncheck the **Terms & Conditions** checkbox.
  • 3️⃣ Click on **Forgot Password** and validate the alert message.
  • 1️⃣ Retrieve the **email address** of the second user from the table.
  • 2️⃣ Get the total number of rows in the table.
  • 3️⃣ Validate that the table contains a user from "USA".

Comments

Popular posts from this blog

How Selenium Works for Web Automation

How To Transition From Manual To Automation Testing in 5 steps

What is the Scope of Manual Testing?