Automation Practice

Basic Login

Practice testing login functionality. Use the correct credentials to log in successfully or test error handling with wrong credentials!

🧪 Testing Challenge

Goal: Test the login form with valid and invalid credentials.

Hint: The default credentials are testcat / testcat

Challenge: Verify both success and error states, check error messages, and ensure form validation works!