dhundley
3 months agoRegular Contributor
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?