Automated Coded UI Testing Browser Compatibility issues and

Coding Critique is the place to post source code for peer review by other members of DevNetwork. Any kind of code can be posted. Code posted does not have to be limited to PHP. All members are invited to contribute constructive criticism with the goal of improving the code. Posted code should include some background information about it and what areas you specifically would like help with.

Popular code excerpts may be moved to "Code Snippets" by the moderators.

Moderator: General Moderators

Post Reply
chetansabhaya
Forum Newbie
Posts: 1
Joined: Tue Jul 27, 2010 10:11 am

Automated Coded UI Testing Browser Compatibility issues and

Post by chetansabhaya »

Hello All,

I am facing problem to test one of my website through Coded UI Testing. I am using MS Studio 2010. And I found problem during testing through Different Browser. Also sometimes facing the problem of Fatal Error and Unexpected Error need to restart studio 2010. Can you please help me out how to resolve this issue.

I get this error frequently : fatal error : debugging information corrupt; recompile module" need to restart visual studio.

Also any one knows how to do i create test for all browser like Firefox and Internet explorer

Also Sometimes during automated Test. Its keep running which is never ending. Any one knows why this problem appears during testing ( Coded UI Testing for Web Site).

I am using Visual Studio 2010. and testing one website through Automated Coded UI test and having some problems
as per below

Issue No : 1 How can i record the event for FireFox through Coded UI test. Cause When i try to record the Events from Firefox its record successfully. but when i tried to run that Automated Test its Giving Fatal Error : Debugging information Currupt. Recompile module" and giving message to restart the Visual studio 2010.

Issue no 2 : Its working fine with Internet Explorer. but sometimes its keep running which is never end.

Issue no 3 : Is there any way i create all test for Internet Explored and it will work with Firefox? Like i record events through Internet explorer for my website and after that any small change or function that will work with Firefox too.


If any one solve it i will rewarded him 50 to 100 USD.

contact : chetansabhaya@gmail.com

Thanks
User avatar
Benjamin
Site Administrator
Posts: 6935
Joined: Sun May 19, 2002 10:24 pm

Re: Automated Coded UI Testing Browser Compatibility issues

Post by Benjamin »

1. Use Eclipse PDT http://www.eclipse.org/pdt/
2. Use Firefox http://www.mozilla.com/en-US/firefox/personal.html

I'm not saying switch or anything, I'm just sayin.
Post Reply