Verify that each test runs independently with proper isolation
Preconditions (2)
Step 1: Open the application home page
Step 2: Verify that the counter value is 0
Step 3: Click the increment button once
Step 4: Verify that the counter value is 1
Step 5: Reload the page
Step 6: Verify that the counter value is reset to 0
Step 7: Run a second test that opens the home page
Step 8: Verify that the counter value is 0 without any clicks
✅ Expected Result: Each test runs independently without sharing state. The counter resets to 0 at the start of each test.