I am trying to make this example of Silverlight UI testing work: http://msmvps.com/blogs/theproblemsolver/archive/2009/01/26/unit-testing-in-silverlight-part-4-the-ui.aspx
I\'ve been using Coded UI-Tests to test my company\'s web pages and I\'ve run into this problem several times lately, unable to figure out a solution. What I\'m trying to do is have a coded UI test cl
We have a coded UI test which requires a 3rd party SDK to operate. We use it to verify some objects created by the UI we are automating. So We have a build controller, a test controller, and a test ag
I used VS 2010 Coded UI Test to record Clic开发者_JAVA百科k action to the combobox of Custom Control that consistsof combobox and button and generated a code.
I have a simple Test project where a CodedUITestMethod is created. The test method simply clicks the Windows Start button in the taskbar. The method is generated by the Coded UI Test Buil开发者_如何学
So i\'m running a ui test with power shell. When i get an error i want to take a screen shot of just the ie window this can be done with alt print scrn
I am attempting to create a Coded UI Test in a Visual Studio 2010 test project. I right click on the project,
I recorded a click on a link inside of a tablece开发者_JAVA技巧ll in a grid, then modified the code after moving it to the UIMap file. There are many links in the grid, but they can only be used once
I have recorded a couple of coded ui tests to step through various data collection steps in our asp.net web application. However, we have custom code that renders html on the fly as a user steps throu
I have an MVC3 web application that has grown to the point I want to start automating some of the functional testing.So, I\'ve been trying to add a Coded UI Test to the same project that I put unit te