3

I am in the process of writing the automated test for the android app using Experitest (http://experitest.com/) .The test requires to check the masking of the password field but I am struggling to achieve it as experitest is not returning the field type.

Is it possible to check the masking of a field for android apps? The underlying automation code is written in C#.

eugene.polschikov
  • 7,254
  • 2
  • 31
  • 44
aksud
  • 31
  • 3

1 Answers1

0

If you want to check masking of password then please check password property which is set to true/false. if it's true then the password displays with the * sign.

enter image description here

SeleniumUser
  • 4,065
  • 2
  • 7
  • 30