Android Mobile Automation

Mobile Testing, Android App Testing.
carla
Posts: 1
Joined: Sun Feb 02, 2020 6:32 am

Android Mobile Automation

Post by carla » Sun Feb 02, 2020 12:55 pm

Hello everyone

I preparing a automation test suite for the Office mobile applications, i am recording a normal website where i need to enter my username and password which is working fine, i couldn't access the Sign In button for some reason though i have selected the SIgn In button from the repository. I have tried Touch, Double Tap and all the possible actions, i have very limited options under Mobile Key Press action, Can someone please help me how to access that Sign In button with the right action item

Thanks in advance

User avatar
qwertzu
Posts: 284
Joined: Wed Jan 25, 2017 11:08 am

Re: Android Mobile Automation

Post by qwertzu » Mon Feb 03, 2020 1:09 pm

hi carla,

It sounds like the Sign In button does not get enabled after you have entered username and password. Is that correct?
I had a similar problem before.
Solved it by simply adding one additional character to the password field and removing the character afterwards with a key press delete action.
This triggered the sign in button and it could be touched successfully.

regards, qwertzu

YakForger
Posts: 3
Joined: Fri Feb 21, 2020 4:24 pm

Re: Android Mobile Automation

Post by YakForger » Sat Feb 22, 2020 9:02 am

Sounds like this to me as well. Did it solve your problem, or is it something else?