coded-ui-tests
Silverlight UI testing
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[详细]
2023-03-29 18:55 分类:问答Can't get Coded UI test runs to work with multiple tabs in IE 9
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[详细]
2023-03-29 07:44 分类:问答When automating CodedUI tests where would a 3rd party SDK that the test requires be installed?
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[详细]
2023-03-24 12:43 分类:问答Cannot Replay recorded Coded UI Test action for the button that is the part of the custom control
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.[详细]
2023-03-21 06:23 分类:问答Building coded ui test project fails when "Perform runtime contract checking" is set to "full"
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开发者_如何学[详细]
2023-03-21 04:58 分类:问答getting powershell to class ie and during a ui test take a screenshot of the ie window
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[详细]
2023-03-20 09:08 分类:问答Error creating Coded UI Test in Visual Studio 2010 Ultimate
I am attempting to create a Coded UI Test in a Visual Studio 2010 test project. I right click on the project,[详细]
2023-03-18 20:58 分类:问答Coded UI Test : Finding and clicking dynamic hyperlinks in a grid
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[详细]
2023-03-17 22:20 分类:问答Coded UI Test Dynamic Controls
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[详细]
2023-03-16 17:41 分类:问答How to run Coded UI Tests against the Windows Azure SDK v1.4
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[详细]
2023-03-15 02:38 分类:问答