*** Variables ***
@{txt_username} user1 user2
@{txt_password} 12345 6789
*** Test Cases ***
TC1
Given url is opened
When user enter credentials
When click on login button
Then home page should appear
*** Keywords ***
Given url is opened
When user enter credentials
Input Text id=user @{txt_username}[0]
Input password id=pass @{txt_password}[1]
When click on login button
click button id=login
Then home page should appear
element should be visible id=view_profile
I attach the log . Kindly help. Thanking in advance.