Hi,
I have a weird problem, I have global variables for username and password in my profile section.
When i choose the profile and run my tests, i get error on my login page because some characters get missing from the input value. For example if there is an email like abc@test.com, i will see abc@tst.com or ab@test.co.It is always random in case of missing characters.
I have already tried waiting for page load, waiting for element visible, adding custom delay, using send key instead of set text, adding execution time between each steps…
I have also tried giving direct input by set text.
But there are always some tests that fails because of this problem.
My tests were working fine and from last one month i am facing this problem.
Please give me an idea to solve this problem.