Tagged Questions

Coded UI tests are automated UI tests that can be created with Visual Studio 2010 Ultimate or Visual Studio 2010 Premium to test different kinds of user interface: web, WPF, Silverlight and Windows Forms.

learn more… | top users | synonyms

9
votes
1answer
2k views

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 the executable ...
6
votes
2answers
547 views

WatiN best practices/rules of thumb for an ASP.NET MVC app

I'm an avid TDD and BDD fan but haven't done much in the ways of UI testing. I have an ASP.NET MVC 3 application with many MSpec tests and I'd like to add presentation tests using WatiN. What sort of ...
5
votes
3answers
426 views

Error creating Coded UI Test in Visual Studio 2010 Ultimate

I am attempting to create a Coded UI Test in a Visual Studio 2010 test project. I right click on the project, Select Add Select Coded UI Test I then get the error warning: The ...
4
votes
4answers
2k views

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 ...
3
votes
1answer
129 views

Making sense out of VS2010 Coded UI Debug Trace

I'm working with VS 2010 CUIT projects and have run into some issues that I'm having a hard time understanding. Namely 2 things are causing me troubles: In the Debug Trace I get messages of the ...
3
votes
1answer
84 views

CodedUI Test - cannot re-use test across environments in sharepoint

I'm using CodedUI test for apps developed in sharepoint. The problem is it wont work across different environments. So I have to re-record the test for each environment which is cumbersome and prone ...
3
votes
1answer
303 views

Why should we use coded ui when we have Specflow?

We have utilized Specflow and WhatIn for acceptance tests at my current project. The customer wants us to use Microsoft coded-ui instead. I have never tested coded ui, but from what I've seen so far ...
3
votes
1answer
161 views

Is it possible to deploy Visual Studio Coded UI Tests to Azure or EC2 as Test Agents?

I'm not that entirely familiar with the testing suite that comes with Visual Studio 2010 (Ultimate) but I'm trying to find a means to produce something similar to Selenium Grid with the Coded UI ...
3
votes
2answers
556 views

What is the difference between using System.Windows.Automation and Microsoft.VisualStudio.TestTools.UITesting for WPF UI Test automation?

What is the difference between using System.Windows.Automation (commonly known as UIA) API and Microsoft.VisualStudio.TestTools.UITesting (one that is used in Coded UI Test behind the scene) for ...
3
votes
2answers
690 views

Microsoft UI Automation Library Vs Coded UI Test

I'm very much new in Testing or Test Automation kind of thing. Now recently i've been assigned to a project to Automate UI Testing of a WPF application. After doing a little searching on MSDN and ...
3
votes
1answer
1k views

Specflow and Visual Studio 2010 Coded UI Test integration

Is there a way to integrate Visual Studio 2010 Coded UI Test with Specflow? I am not sure if these 2 can hook somehow. I have this idea to Create a Data-Driven Coded UI Tests by using some Coded UI ...
3
votes
1answer
1k views

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. I want this to be a test I run with my build. How do I change the exe that ...
2
votes
1answer
64 views

Automation of Close, Maximize, Minimize Button in Fluent(Codeplex) Ribbon - WPF Application

I am trying to Automate the fluent Ribbon Controls (www.fluent.codeplex.com). I am successful in automating most of the controls. But there is an issue like Close, Maximize and Minimize Buttons are ...
2
votes
1answer
50 views

how to generate MSTEST results in Static folders

Is there a way to control the name of the MSTEST video recoding file names or the folder names with the test name. It seems to generate different guid everytime and thus very difficult to map the test ...
2
votes
1answer
91 views

Running the same CodedUI tests on multiple web environments

I'm trying to set up some CodedUI tests for an ASP .NET webforms-based application that has multiple environments. The release cycle has the site go from dev.company.com (a local developer's machine), ...
2
votes
1answer
118 views

Why are Coded UI tests important?

I'm wondering why Coded UI tests are so important. It seems like I'm just recording my actions and so obviously everything is going to pass. It kinda seems like it's just me documenting that I did in ...
2
votes
1answer
345 views

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 browser once for the entire set of tests in the solution and then close it again when the tests ...
2
votes
1answer
252 views

Can't get Coded UI test runs to work with multiple tabs in IE 9

I've been using Coded UI-Tests to test my company's web pages and I've run into this problem several times lately, unable to figure out a solution. What I'm trying to do is have a coded UI test click ...
2
votes
2answers
178 views

How to run Coded UI Tests against the Windows Azure SDK v1.4

I have an MVC3 web application that has grown to the point I want to start automating some of the functional testing. So, I've been trying to add a Coded UI Test to the same project that I put unit ...
2
votes
2answers
503 views

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 'inspector' type tool that shows properties for a selected control, which makes ...
2
votes
1answer
433 views

Trouble with Coded UI Test and MessageBox - search Criteria

I'm currently moving my UI-tests to CodedUI Tests. Right now, I confront the following trouble : In my UnitTest, I call a method located in my UIMap twice. The method contains a fragment that checks ...
2
votes
1answer
610 views

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 and parse HTML?
2
votes
1answer
47 views

Convert ProblemSteps Recorder tests to CodedUI tests?

Is there any way to convert Problem Steps Recorder tests in Windows 7 created by my users, to CodedUI tests?
2
votes
2answers
549 views

DevExpress LookUpEdit And Coded UI Tests

We are developing software using Windows Forms and DevExpress controls. And also we want to use Coded UI tests to test our application automatically. As our recent experiences taught us that ...
2
votes
1answer
306 views

Can a class library read the app.config file of a Coded UI Test that is being executed?

I've developed a little utility library that deals with a lot of the configuration and logging needed to by all of my Coded UI test projects. I have the class library set up to read the app.config ...
2
votes
1answer
287 views

How do i find location of a wpf element in a window

I need to be able to find the location of a WPF element on an application window so i can then draw a rectangle around the specific element on a screenshot/image capture of the window containing this ...
2
votes
1answer
102 views

Good WPF apps for creating CodedUI tutorials

I want to create some small tutorials about CodedUI tests and I need some desktop apps that have a were created with the help of WPF. Of cause I could create my own sample app, but i wanted to use a ...
2
votes
3answers
881 views

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 of hierarchical classes. I was wondering whether coding(by hand) a CUIT would ...
2
votes
1answer
308 views

Starting a web application with coded UI tests in VS 2010

I have a solution with a web application and test project. The test application has coded ui tests of the web application. How can I get the web application to start up when the tests execute? I've ...
2
votes
1answer
649 views

UITestControlNotAvailableException: The control is not available or not valid

I have written such code: int timeOut = 300000; //milliseconds string _displayTextProp = "DisplayText"; WpfText screenResult = MainWindow.UITableStatusControlCustom.ScreenResultLabelValue; ...
2
votes
1answer
361 views

How can I add a datasource to a UIMap method instead of a Test Method (VS 2010 Coded UI Test)

I have a 2010 Coded UI Test that performs some actions against a website. I am able to add a datasource to a "Test Method" which loops the entire method once per record. But, what I really want to ...
2
votes
1answer
364 views

TFS Team Build Coded UI Tests using Test Agent with Windows Form App - TestInitialize - launching the application

If I want tests to run against a Windows Forms application that is built using a team build and then will pass the build process to a test agent to run coded UI tests, can anyone enlighten me as to a ...
2
votes
1answer
142 views

MSVS2010 Coded UI Tests no longer work when saving/generating methods

The coded UI test functionality used to work, but now it won't allow any methods to be saved. I keep seeing the following error: "The code could not be generated because the cursor in the source code ...
2
votes
2answers
835 views

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 I am using Visual Studio 2010 and Team Foundation Server 2010 to create automated UI tests ...
2
votes
1answer
213 views

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 but does not ...
2
votes
2answers
797 views

How to create a deploy package for “CodedUI Test” recorded in Visual Studio 2010 beta

A few test scenarios have been recorded using CODEDUI Test template for my web application in Visual Studio 2010 beta. These run from within the Visual Studio successfully without any issues. I was ...
1
vote
2answers
62 views

CodedUi :How to go about for search property of window when its title name keeps changing?

I am trying to automate a click on control within window, and depending on what is selected within window, the tile of the window changes.Like sometime it is "abc",second time it will be "123".There ...
1
vote
0answers
13 views

Coded ui to measure performance [migrated]

I have been tasked with using coded UI to measure performance on a proprietary windows desktop application. The need is to measure how long it takes for the next page/screen to display after a user ...
1
vote
1answer
82 views

How to add multiple vsmdi file to one sln

Is it possible to add more than one vsmdi file (file that contains test metadata) to a solution. I'm using one sln with all my testprojects in them. One vsmdi file was created and it is a solution ...
1
vote
1answer
85 views

How to add a property an ASP.Net user control or web page and have that property read by Microsoft coded-ui testing? (CUIT)

I am using Microsoft coded-ui testing (CUIT) in VS 2010 Ultimate to test an ASP.Net 4.0 site. I have the source code to the ASP.Net site, so I can modify it as needed. I've got record/playback ...
1
vote
1answer
73 views

Codedui object map/properties recording settings

Can anyone help me with this here codedui? I can't seem to find the option to choose when doing a recording on what properties for the object map to use. like for example, when I do a recording for a ...
1
vote
0answers
106 views

Coded UI Test in wpf datagrid doesn't recognize cells and rows when row style is applied

In WPF Datagrid, if row style is used, it does not detect the grid rows. If I remove the row style, it detects the cell and rows properly. <DataGrid Grid.Row="1" x:Name="c_dataGrid" ...
1
vote
1answer
89 views

How to setup and cleanup my Database before and after the UI tests run

I am trying to automate ui tests on my Silverlight App. I need to setup and clear my Oracle Database when I run the tests. I've created a script: "setup.sql" where I define the the query that I want ...
1
vote
1answer
85 views

Microsoft Test Management, running manual tests in a predefined lab environment

I would like some comments on the possibility or alternatives to the following workflow. The players: JimBob - Tester APP_Test - Virtual machine configured with Lab, Build and Test agent. (shows ...
1
vote
1answer
240 views

Coded UI Test with web browser popup

I'm trying to use the Coded UI Test to control an web application (which I don't have soruce code for) to generate input data for my application (filling in a form etc). At a certain point, the web ...
1
vote
1answer
111 views

MSTest log file shows invalid counts for results of orderedtest

I have tried many orderedtests and the .trx file always shows the wrong count? for instance, if i had an orderedtest with 2 tests, the results look like this in the .trx file (results summary node): ...
1
vote
1answer
327 views

Microsoft Test Manager running coded UI Tests

We have recently automated some "Coded UI Tests" (running in the selenium framework) which are run from within Microsoft Test Manager (MTM). However, I am struggling to find out how MTM can pass ...
1
vote
2answers
124 views

Testing custom Silverlight controls without using AutomationPeer

My maager asked me to do some automated UI tests for our Silverlight application. The problem is that this application uses some custom controls, therefore I cannot programmatically access them right ...
1
vote
2answers
187 views

getting powershell to class ie and during a ui test take a screenshot of the ie window

So i'm running a ui test with power shell. When i get an error i want to take a screen shot of just the ie window this can be done with alt print scrn %{prtsc} but it only takes a jpg of the active ...
1
vote
0answers
77 views

Creating a Coded UI Test , on a web site that uses SSL

Has anyone had any problems when creating a codedUI test when hitting a website which has an https connection. When creating a test manually I can connect fine (using IE7), however when recording my ...

1 2 3