*** Keywords ***
Verify Element Exists
[Arguments] ${locator}
Element Should Be Visible ${locator}
*** Test Cases ***
Verify User Login With Different Credentials
:FOR ${username} IN Admin User
\ Log Test with username: ${username}
\ Input Text Username ${username}
\ Input Password Password ${password}
\ Click Button Submit
robot --log log.html --report report.html test.robot