Top "Coded-ui-tests" questions

Coded UI tests are automated User Interface tests that can be created with Visual Studio to test different kinds of user interfaces, allowing for verification of user application functionality.

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 …

c# wpf unit-testing coded-ui-tests
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 …

visual-studio-2010 automated-tests coded-ui-tests
In C# Coded UI is there a way to wait for a control to be clickable

In coded ui there is a way to wait for a control to exist using UITestControl.WaitForControlExist(waitTime);. Is there …

c# coded-ui-tests
Executing coded UI test from a standalone application

I found several blog posts about how to execute code UI tests using mstest utility, but I need to execute …

c# coded-ui-tests
Running Coded UI test remotely

I have to run Coded UI test remotely on a VM. I am using Mstest.exe to execute the test …

coded-ui-tests
Finding a window when only part of the window title is known in Coded UI Tests

The application I am writing coded UI tests for has a window where part of the window title is based …

c# visual-studio-2010 coded-ui-tests
Requirements for Creating A New Coded UI Testing Project In VS2017 Enterprise

I've just installed Visual Studio 2017 Enterprise (15.0.26228.4 D15RTWSVC) with .NET Framework Version 4.6.01055. I cannot add a new coded UI test …

coded-ui-tests visual-studio-2017
Microsoft UI Automation Library Vs Coded UI Test

I'm very much new to Test Automation kind of thing. Recently I've been assigned to a project where I have …

wpf coded-ui-tests ui-testing microsoft-ui-automation
TF400813: Resource not available for anonymous access. Client authentication required

I am working on the CodedUI Test Automation project. i am developing a framework in which i am trying to …

c# visual-studio-2015 coded-ui-tests azure-devops-rest-api
Launching the "Coded UI Test Builder" without creating a new Coded UI Test

The Coded UI Test Builder application in Visual Studio is very useful when hand-writing Coded UI Tests. It has an …

visual-studio-2010 coded-ui-tests