Forum Discussion

shantlk's avatar
shantlk
Contributor
7 years ago
Solved

Data driven testing - validating entered values

Hi,

I need to achieve the following:

Have a keyword test (login validation) which accepts different username and password combinations from an excel file.

* Valid records logs into the system

* Invalid records gives an expected error

If either of the above is achieve, I need to pass the test. Else fail the test

 

Please let me know how can I achieve this.

Thank you.