jack_1
12 years agoOccasional Contributor
External exception E06D7363
When testing my web app, I get an external exception, maybe once an hour. It only seems to be occurring on clickitem operations, and not every time they are called. While I cna get around it by using alternate operations (such as Keys("[Down][Down]...) this becomes cumbersome and difficult to maintain, and it would be nice to know why I am getting this exception.
I am running my tests on Chrome 31, Testcomplete 9.31, and Windows 8.
An example of a line on which the Exception occurs:
Call Aliases.browser.pageAddEditEquipment.formAspnetform.panelOacontainer.Panel(1).Panel(0).Panel("CP1_UpdatePanel1").Fieldset(0).Panel(0).Panel(0).Select("CP1_DropDownListEquipmentType").ClickItem(EquipType)
I am running my tests on Chrome 31, Testcomplete 9.31, and Windows 8.
An example of a line on which the Exception occurs:
Call Aliases.browser.pageAddEditEquipment.formAspnetform.panelOacontainer.Panel(1).Panel(0).Panel("CP1_UpdatePanel1").Fieldset(0).Panel(0).Panel(0).Select("CP1_DropDownListEquipmentType").ClickItem(EquipType)