coded-ui-tests
How to solve timing problems in automated UI tests with C# and Visual Studio?
Question What is the standard approach to solve timing problems in automated UI tests? Concrete example[详细]
2023-01-01 03:04 分类:问答How to use AutomationProperties.Name?
Question Can anyone please explain (preferrably with a code example) how the AutomationProperties.Name property is used programmatically and declaratively with XAML?[详细]
2023-01-01 00:58 分类:问答How to keep MaskedEdit extenders from breaking CodedUITests? (Visual Studio 2010)
I\'m trying to implement coded UI tests, but have run into a problem. 开发者_运维技巧Whenever the test runs across a textbox with a masked edit extender on it, it records the mask as part of the input[详细]
2022-12-31 06:21 分类:问答VS 2010 Coded UI Test - Launch Referenced Application
I\'m using Visuial Studio\'s Coded UI Tests to run Automated UI tests on a WPF Application everytime a build runs on my TFS server. The problem I am running into is dynamically launching th开发者_开发[详细]
2022-12-29 13:36 分类:问答Coded UI Test - How to change the exe it runs
I created a Coded UI Test from a Microsoft Test Manager recording.The exe it runs is the one the tester recorded against.[详细]
2022-12-29 05:49 分类:问答Do I need Team foundation server in order to use CodedUI?
I\'d like to write some basic tests for our web and 开发者_如何学运维Winforms applications. I already own Visual Studio 2010 Ultimate. Do I also need TFS in order to use the new CodedUI tests?No you[详细]
2022-12-28 05:28 分类:问答Where can I find the Visual Studio 2010 RTM release notes?
Question Where can I find a list of changes introduced to Visual Studio 2010 Ultimate RTM that were added since Visual Studio 2010 Ultimate RC?[详细]
2022-12-27 01:21 分类:问答How to programmatically start a WPF application from a unit test?
Problem VS2010 and TFS2010 support creating so-called Coded UI Tests. All the demos I have found, start with the WPF application already running in the background when the Coded UI Test begins or the[详细]
2022-12-22 08:40 分类:问答How do I get ItemStatus from a UITestControl?
The UI Automation framework has a base class, AutomationElement, that has a property开发者_Go百科, ItemStatus, that can be used to store arbitrary strings. I\'m trying to get that property from the Vi[详细]
2022-12-13 11:33 分类:问答
加载中,请稍侯......