VS2010:Coded UI Hand Coding Test Tips
1 Suppose you will test a Web application and it will ask the User Name and Password while browsing the appliction and you have created a Coded UI test asking user name and password. after some CR or fresh deployment you will start browsing the web appliction without user name and password or admin user name and password then do some setting for web appliction before executing the test .
a)In Internet option click on intranet and in Intranet click custom and in User Authentication select the option ask user name and password
b) Browse the web appliction manually it will ask User name and password .
c) Run the coded UI Test which was faling earlier will now pass hence solve the issue of failing test.
THanks
Abhi.