Verify that two different strings are not equal using assertNotEquals
Preconditions (2)
Step 1: Create two string variables with different values, for example, 'Hello' and 'World'
Step 2: Use assertNotEquals to verify that these two strings are not equal
✅ Expected Result: The test passes because the two strings are different