credentials form not working
i am using version 15.71
my web application has a credentials login form that looks like this
manually i can enter a valid username and password, click the Sign In button and this credentials form goes away and i can start using the application. When TestComplete enters the username, password and clicks the Sign In button this credentials form disappears and then reappears immediately with the textboxes blanked out. I've tried entering the values using the Keys and SetText methods and i've tried clicking the button both with ClickButton() and Click(-1, -1, skNoShift) but neither approach works.
What am i missing here?
Does the username or password contains characters, other than alphanumeric characters i.e. @ # & () – [ { } ] : ; ', ? / *
I wonder if using the constant values instead, will help?
[NumAsterisk] Num * (* on the numeric keyboard) [NumLock] Num Lock [NumMinus] Num - (- on the numeric keyboard) [NumPlus] Num + (+ on the numeric keyboard) [NumSlash] Num / (/ on the numeric keyboard)