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.
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-testsReading 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 runsettingsI'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-testsI 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-testsHi 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-testsI'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-testsI 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-testsWhen I record this sequence it fails. I know I can send Control + A using Keyboard.SendKeys(control, "A",ModifierKeys.…
c# winapi coded-ui-testsI'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-testsI'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