Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
419 views
in Technique[技术] by (71.8m points)

testing - "Cannot perform 'Click' on the hidden control." - Visual Studio 2012 only

I'm recording a CodedUI test in Visual Studio 2012 and when I try to play back a simply "clik this link" recording, I get the following error.

Message: Test method CancelSubmission.SubmitCancel.SubmitCancelMethod threw exception:

Microsoft.VisualStudio.TestTools.UITest.Extension.FailedToPerformActionOnHiddenControlException: Cannot perform 'Click' on the hidden control. Additional Details: 

TechnologyName:  'Web'

ControlType:  'Hyperlink'

TagName:  'A'

Id:  'CustomNav_lbBox4'

Name:  ''

Target:  ''

InnerText:  'Cancel Service Here'

 ---> System.Runtime.InteropServices.COMException: Exception from HRESULT: 0xF004F002

What's puzzling is this test was working in VS 2010; we just upgraded to 2012.

So I figured there might be some differences in how the controls are recognized between the two version of VS so I re-recorded the clicking of the link, and this error is what I'm getting.

I tried re-recording the entire test in VS2012 that I had done in 2010 but I'm having all sorts of playback problems - in addition when I'm navigating through the site that I'm testing, I keep seeing warnings pop up in the action recording box that read something like:

"The following element is no longer available: IE web control; Process Id [4296], window handle [1115150]"

-The issue is clearly with VS2012 since neither the site, nor the browser I'm using changed. Everything is the same with exception to the VS version i'm running.

Any ideas what the cause/solution may be?

EDIT: Apparently this isn't a VS2012 issue. The release of a buggy security patch KB2870699 just so happed to coincide with our systems being updated to VS2012; Another feather in the cap of the "correlation does not imply causation" argument.

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...