Social Icons

Pages

Friday, March 28, 2014

Coded UI Test: Cannot perform 'SetProperty of SelectedItem with value "Mrs" on the hidden control

During the playback in a Web test I got the following exception:
Cannot perform 'SetProperty of SelectedItem with value " " on the hidden control. Additional Details:
TechnologyName:  'Web'
ControlType:  'ComboBox'
Id:  'ddlTitle'
Name:  'ddlTitle'
TagName:  'SELECT'
I am using VS2010 & IE-9, same code works on an another machine which has got IE-8
Or 
While recording, navigation to a new page, followed by some action results in the below error. No action gets recorded:
“The following element is no longer available :IE web control”

Simple fix for this error
This is a security update issue on Internet Explorer. Find the below link

No comments:

Post a Comment