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 use AutomationProperties.Name?

Question Can anyone please explain (preferrably with a code example) how the AutomationProperties.Name property is used programmatically and declaratively …

c# coded-ui-tests
How to find all links in web page using Coded UI Test?

Can I find all links in web page using Coded UI Test Builder, or I have to make HTTP request …

c# visual-studio-2010 coded-ui-tests
BeforeFeature/AfterFeature does not work using SpecFlow and Coded UI

I am not able to define a [BeforeFeature]/[AfterFeature] hook for my feature file. The application under test is WPF …

coded-ui-tests specflow
Coded UI tests - cannot resolve symbol UITesting

I'm trying to use the assemblies like this in a VS2012 project: using Microsoft.VisualStudio.TestTools.UITesting; using Microsoft.VisualStudio.…

visual-studio-2010 visual-studio visual-studio-2012 coded-ui-tests
CodedUI Visual Studio: How to wait for browser load

I was wondering if anyone new how to make the Automation Script in CodedUI wait for the web page to …

coded-ui-tests
Hand Coding a Coded UI Test

I have been working with Coded UI Test(CUIT) feature of VS2010 . When recording the CodedUI framework generates a lots …

visual-studio-2010 automated-tests coded-ui-tests
cypress.io: contains() not waiting for element

We are writing UI tests with cypress, which is usually quite simple to use. But again and again I stumble …

coded-ui-tests cypress