Forum Discussion
chrisb
12 years agoRegular Contributor
Take a look at the username and password fields using the Object Spy tool in Test Complete IDE. Look in the 'methods' panel and see if SetText and Keys are listed (under 'Actions') as supported methods on your controls. Then, go to your test script and change the SetText method to the Keys method and try again. If you are testing a web app try running the script in another browser assuming your application has cross browser support. Also try clearing your browser cache, could be something simple like the browser has the wrong login credentials cached and it is doing auto complete on the fields for you.