01-28-2014, 07:31 PM
We recently updated to IE10. We were using IE8 as our browser. In 8 our scripts ran without issues. We are running UFT 11.52 with the latest patches.
In one application I have a drop down menu that selects a state from a list of 4. UFT will select the state but as it moves to the next step the state field returns to the original default value, causing an error in the application and preventing the script from continuing. Listed below is the coding for the 3 steps of this simple action.
In one application I have a drop down menu that selects a state from a list of 4. UFT will select the state but as it moves to the next step the state field returns to the original default value, causing an error in the application and preventing the script from continuing. Listed below is the coding for the 3 steps of this simple action.
Code:
"Browser("Homeowners").Page("Homeowners").WebEdit("Effective Date").Set DataTable("EffectiveDate", dtLocalSheet)
Browser("Homeowners").Page("Homeowners").WebList("State").Select DataTable("State", dtLocalSheet)
Browser("Homeowners").Page("Homeowners").Link("Next >> Bottom").Click"