2016-12-01

Hi all,

I want to test all the test cases for login functionality using appium. I am using excel sheet to read the input data and printing the output in another excel sheet.

Below are my test cases:

correct username,correct password

Enter input(incorrect )username and password on the respective fields 2)click submit/login

valid username and empty password

empty username and valid password

username and password are empty.

I want to test all these test cases in same appium session for android.

Show more