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.
0
votes
0answers
23 views
Executing coded UI test from a target machine's mstest(standalone). Dll's/Files needed!! :(
i set up mstest on target machine as standalone program without installing visual studio. So i copied the files(*.exe's,dll's) mstest needed to the target machine and register all dlls in gac which ...
0
votes
0answers
26 views
CodedUI tests failing due to missing assembly reference?
I have a coded UI test built with VS2010 for TFS2010 running on machine A. I have a test agent installed on machine A that the tests run on successfully. My testsettings file>Roles is set to ...
0
votes
0answers
27 views
Coded UI Cross browser firefox does not work
I have an issue with codedUI. I have recorded step in Internet explorer. Step are lunching a website, login to the website and more... I tehn installed CodedUITestCrossBrowser following the ...
0
votes
1answer
24 views
Coded UI test Single Thread Apartment (STA) error occurred while executing [ClassCleanup] method
Why do I get a STA error while my class is performing a clean-up method in a coded UI test but seems the concrete test methods works fine. My code looks like the ff:
[CodedUITest]
public ...
0
votes
1answer
24 views
CodedUITests: Can i cancel a testrun when some requierements in ClassInitialize couldnt reached?
is there a way to cancel a testrun in ClassInitialize()? For example, i start the application i wanted to do some test with in my ClassInitialize() method. If the application couldnt be started i ...
0
votes
0answers
29 views
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.TestTools.UnitTesting;
using ...
0
votes
0answers
29 views
VS2012 with Update 2 - Cross Browser Testing with Chrome Issues
I am currently implementing cross browser testing for our application and have come across with an issue for Chrome 26.0.1410.64 m (including some older versions). When i run a CUIT, Chrome is ...
1
vote
1answer
32 views
+50
Running one test on a remote test controller/agent
I have unit tests set up to run on a build server. I just added a codedUI test which isn't running because I need to set the controller to run in interactive mode. Because we couldn't alter the ...
0
votes
0answers
17 views
How to verify h-alignment of htmledit control using coded ui or C#
How to verify h-alignment of htmledit control using coded ui or C#?I need to verify html edit control is "Left" aligned...
1
vote
1answer
66 views
Any good resources on Coded UI Tests? [closed]
Does anyone have any good resources for how to use Coded UI Tests? All the examples and tutorials and stuff that I've found are for very simple basic UI stuff and I just don't see how that can ...
0
votes
1answer
35 views
Coded UI test as part of gated check-in
I have coded UI tests running locally just fine, because I can open up IE and point the window at localhost. When I attempt to run these tests on the build server, they fail because the window isn't ...
0
votes
1answer
91 views
Coded UI Tests: HOW can i set the search properties for recording?
i wanted to inform myself about Coded UI Tests. So i created some coded ui tests and played a bit around.
But now im at a point i cant help myself. I have the following problem. When i do record some ...
0
votes
0answers
16 views
Verifying that javascript files have loaded with a coded UI test?
Is there any way to assert that some files have been loaded into the browser via a coded UI test, without necessarily hitting F12 and manually navigating to those files in the browser?
-3
votes
1answer
106 views
What are the advantages of Selenium over VS2010 Codede UI Test? [closed]
What are the advantages of Selenium over VS2010 Codede UI Test?
What are the differences betweem selenium and coded ui test?
0
votes
0answers
36 views
How to Set up the executable environment for Microsoft Coded UI
We've adopted Team Foundation Service 2012 and its Build and Test tools in my company, but we have faced a problem when we started using CodedUI for Application Testing.
The problem is that we don't ...
0
votes
1answer
35 views
Using external VS2012 premium solution to create CUIT without source code
Microsoft Coded UI Test (CUIT). Can I create an independent (external) Visual Studio 2012 Premium or Ultimate solution in C# to record on my application UI without the application's source code? ...
0
votes
1answer
89 views
Cross Browser Support for Coded UI
I have Recorded Coded UI Test With Silverlight 5 Application With IE Browser. but when i am trying to Run it for Chrome it's not working.
For non silverlight application it is working fine.
I have ...
0
votes
0answers
37 views
MSTest generated .TRX test results file contains non - english characters
Why does the .trx file (generated to display the results) sometimes shows non-english characters , can it be controlled by doing some configuration, as it is an automatically generated file using test ...
0
votes
0answers
29 views
Exception from Hresult: 0xf004f006
I have a coded UI test project, It seems when I try to do a playback on a log in control, my script cannot type in the textbox. I Have re-recorded as well as broken up what I need to do ( IE, Click ...
0
votes
1answer
54 views
Internet Explorer in 64 Bit Mode is not Supported in Coded UI Test Builder
I know you must gone through my error.Actually what i am facing is, when i start recording through Coded UI Test Builder it is working fine. But when i record for an item whose value is coming from ...
1
vote
1answer
58 views
Coded ui objects in UIMap
I have a question regarding coded ui UIMap.
Every time I record an action on the same application, coded ui generates a new object for the same window in the application.
It looks like:
UIAdminWindow
...
4
votes
1answer
173 views
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 a way to wait for a control to not exist?
The best way I could think of is to ...
0
votes
1answer
74 views
Test Settings setup and cleanup scripts
I have a batch file, I have created test settings in Lab Center. I want to run setup script om microsoft test manager but it gives an error. Thanks,
TestOutcome 'Error'; Message 'The setup batch file ...
1
vote
1answer
46 views
How to capture the name of the Build selected in Test Manager for Coded UI Test VS2012
I need to pass the name of the Build that was assigned by Microsoft Test Manager for the CodedUI Test.
For example, before the execution of a test I select the Build and start execution. In my ...
0
votes
1answer
42 views
Difference between CodedUI and UISpy
What is the difference between CodedUI and UISpy? Does both use same mechanism?
I need to implement support for UISPY in my own custom grid control[WinForms] to recognize each cell as like in the MS ...
0
votes
0answers
43 views
Can not connect to Team Foundation Service data source for coded ui tests
When running Coded UI Tests locally on my machine that have parameterized values in the Test Cases stored in Team Foundation Service, I get the error:
The unit test adapter failed to connect to ...
0
votes
1answer
44 views
Automated Coded UI Tests on Team Foundation Service throws “Unable to load one or more of the requested types” exception
If I add a Coded UI Test to either our WPF or MVC project, it causes this error in the CI build. Is Team Foundation Service missing something to allow Coded UI tests to run? I tried referencing the ...
0
votes
0answers
19 views
control is not found on IE8 on machine #1, but is found on IE9 on machine #2
I have a test that was written using Coded UI Tests builder in VS2010. It navigates to certain page using IE and then clicks some controls. One control is not found correctly on machine #1 in IE8, ...
1
vote
1answer
69 views
Infragistics CodedUI extension for vs2012
Since CodedUI does not support Infragistics winforms by default, a hotfix has to be installed which imports a specific assembly enabling codedUI to work with infragistics controls. This hotfix works ...
0
votes
0answers
74 views
How to handle dynamic object(ID) in coded ui test?
I use coded ui test. I have a result page and there are a lot of radiobutton on the page. ID usually changes, sometime ID selection_0_0_0, sometime ID selection_3_0_0, selection_2_0_0.....
...
0
votes
1answer
62 views
Coded UI: Test cases having recording action are failed while executing through custom code
public void RecordedMethod_Sample(int x)
{
#region Variable Declarations
HtmlCell uISALESREVENUECell = ...
1
vote
1answer
55 views
Coded UI Test DateTime issue
I use coded UI test and I have a problem. I want to type a date in edittext, but it gives an error message, where is the problem,thanks.
public void TheDate()
{
#region Variable Declarations
...
1
vote
0answers
57 views
How to run specific automation tests from testsuite using tcm.exe?
I have designed Coded UI tests in Visual Studio 2012. I have associated them with manual tests from Test Manager.
How to run only automation tests with priority = 1 from some test suite?
How to run ...
1
vote
1answer
66 views
Coded UI Test multilingual combobox?
I have a multilingual web application. I have recorded test cases with coded ui test builder for English language. I have a issue about combobox. It gives an error when I play test case for French ...
0
votes
1answer
92 views
Coded UI Testing System.NullReferenceException
public class portal
{
public portal()
{
}
[DataSource ("Microsoft.VisualStudio.TestTools.DataSource.TestCase", "http://alm:8080/tfs/....", "15729", DataAccessMethod.Sequential), ...
0
votes
1answer
108 views
Coded UI Test data driven in UIMap.cs
I have a lot of codeduitest. There are common test step in each test method. For example; this.UImap.navigatetourl(); I have moved it in UIMap.cs. Because I have changed code for navigatetourl().I ...
0
votes
0answers
53 views
Coded ui Test Unable to find a DateTime picker in an Hierarchy
I’ve 3 Date Time Pickers in a form. I want to select the 2nd Date Time Picker but on playback it always selects the 1st Date Time picker in the hierarchy. I’ve tried giving all the search properties ...
0
votes
0answers
146 views
Coded UI testing with custom controls - automate support
I have win forms application which I want to test with coded UI tests. I have some custom controls as well.
Now I reading http://msdn.microsoft.com/en-us/library/hh552522(v=vs.100).aspx to support ...
0
votes
0answers
27 views
HtmlHyperlink.WaitForControlExist bug
I am using code which was written by Coded UI Test Builder in VS2010 to test a web page. I need to wait for HtmlHyperlink to appear. The hyperlink is dynamically added to the page using JavaScript. I ...
1
vote
1answer
114 views
Coded UI Test Builder won't record actions within the Visual Studio window
I have an MVC web application that I wanted to try out coded ui tests on and it sounded simple enough. I would say that starting up the web app would be a pretty important part of the test but the ...
0
votes
1answer
71 views
Calender not recorded in the codedUi Automation testing visual studio 2012 Ultimate
I am working on codedUI automation testing. But i am facing challange, how to record the process for the calender and made custom logic with sqlserver.If i use the Clt+shft+r for the calender ...
1
vote
1answer
109 views
Microsoft Coded UI Test takes exteremly long time to refresh page with cascading dropdowns
Unfortunately I cannot post any source code but I've seen this behavior on multiple websites.
I have a page that contains 3 drop downs. The first drop down will populate the second, the second ...
2
votes
2answers
229 views
Passing parameters to a Coded UI Test which is run from command line with MSTest.exe
I have a CodedUiTest which has several test methods. I want to be able to pass a different path to the test each time I execute it from the command line via MSTest. How can I achieve this?
This is ...
0
votes
0answers
62 views
Coded UI Test Image Exists?
I have a web application and I use coded ui test. I have a problem?
Test Case;
1- Search Page
2- Search Result (I have dynamic icon on this page, sometimes exists property true,sometimes false)
3- ...
4
votes
0answers
70 views
Coded UI Test not finding SilverlightUIAutomationHelper assembly
I'm trying to do some coded UI tests with Visual Studio 2010 on my SharePoint 2010 site. A particular file in SharePoint launches my Silverlight application in a separate window. I've added the ...
0
votes
0answers
39 views
Coded UI Test SelectedIndex Property?
I have a multilingual web application. I have recorded test cases but I have a problem when test case play. Coded UI Test records selecteditem property for combobox. I want to record selectedindex ...
0
votes
1answer
133 views
running coded UI automation test multiple times
i have created an automated testing using coded UI automation(by recording actions). i need to run the test multiple times using data driven test, connection string to XML document.
this needs to be ...
2
votes
0answers
189 views
Selenium and TFS Test cases Datasource
I am usimg VS 2010 Professional.And want to connect the TFS Testcase datasource without using MTM(Microsofot Test Manager).Is it Possible to do so.
...
0
votes
0answers
22 views
How to get the text of the second button on WPF application
I am using CodedUI to automate on a WPF application, I have 2 buttons in a form, I want to verify the text of each button. But when running only have passed script. Because The actual result of the ...
0
votes
2answers
60 views
How to make testing on different environmets?
We have a web application. We want to run the same test across multiple environments to ensure everything is still working correctly.
UAT -> STAGING -> PRODUCTION
We want to run these tests after ...



