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.

Could not load file or assembly Operation is not supported. (Exception from HRESULT: 0x80131515)

When I run CodedUI Test from a small Console tool via vstest.console.exe from a scheduled task I sometimes …

.net visual-studio-2012 scheduled-tasks coded-ui-tests
How to access TestRunParameters within RunSettings file

Reading through https://msdn.microsoft.com/en-us/library/jj635153.aspx I have created a .RunSettings files with a few parameters …

c# asp.net coded-ui-tests vs-unit-testing-framework runsettings
CodedUI tests - start a browser once for the entire set of tests

I'm writing some codedUI tests in VS2010 to test a web application. I'd like to be able to open the …

c# unit-testing exception-handling mstest coded-ui-tests
How to run a test many times with data read from .csv file (data driving)

I am trying to automate some testing for one of our web applications and I need to know how I …

c# visual-studio-2012 automated-tests coded-ui-tests data-driven-tests
Hand Coding Coded UI Tests

Hi I am looking at using Coded UI Tests (CUIT) to test an application. I have tried the recording option …

c# visual-studio automated-tests coded-ui-tests
Coded UI Test is slow waiting for UI thread

I've added Coded UI Tests to my ASP.NET MVC solution in Visual Studio 2013. I was dismayed to see how …

visual-studio coded-ui-tests
How to exclude certain tests in the Visual Studio Test Runner?

I have attributes on certain tests that I ideally don't want to run on every build. Most of my tests …

visual-studio unit-testing visual-studio-2012 tdd coded-ui-tests
How to send keys Control + A + B? (keep Control modifier "pressed")

When I record this sequence it fails. I know I can send Control + A using Keyboard.SendKeys(control, "A",ModifierKeys.…

c# winapi coded-ui-tests
Is it possible to run Coded UI tests without having to connect via remote desktop?

I'm attempting to automate Coded UI tests. My test controller launches the tests on a remote test server, which I …

c# visual-studio-2010 .net-4.0 coded-ui-tests
How to disable IE8 script error message?

I'm using CodedUI on IE8, and get this error message: Stop running this script? A script on this page is …

performance internet-explorer internet-explorer-8 coded-ui-tests