coded-ui-tests Questions
8
Solved
I'm attempting to automate Coded UI tests.
My test controller launches the tests on a remote test server, which I normally access via a Remote Desktop connection.
Is it possible to run the Code...
Enrage asked 31/7, 2012 at 16:12
3
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 executab...
Geochemistry asked 5/5, 2010 at 21:5
2
Solved
I'm using vstest to execute tests on local.
"C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\CommonExtensions\Microsoft\TestWindow\vstest.console.exe\" "C:\Debug\Solution.dll /Tes...
Tantra asked 1/2, 2016 at 7:38
2
On the CodedUI WpfEdit class there is a way to get the selected text, but I cannot find a way to get the cursor position when nothing is selected (i.e. the index of the caret in the text). Is there...
Berner asked 25/3, 2015 at 16:58
0
I have made a UWP Application that contains only a WebView. When the App is launched the WebView is given the URL to the Azure Remote App login page where I can login using my Azure AD Credentials ...
Indigested asked 20/4, 2016 at 6:58
4
I have to run Coded UI test remotely on a VM. I am using Mstest.exe to execute the test cases.
Now when i run it , through Windows scheduler , it fails because it need "Active Desktop ".
I read i...
Imbue asked 17/4, 2012 at 15:0
2
I am trying to automated testing of windows apps using coded-ui-test project using vs2013 ultimate edition.
I can see those templates for C# desktop applications under test category and for phone ...
Indispose asked 16/9, 2014 at 14:53
2
Solved
The application I am writing coded UI tests for has a window where part of the window title is based on a random filename generated for a temporary file, so the test can only know the static part o...
Binding asked 18/6, 2012 at 16:5
2
Solved
Each test case saves results to a separate UITestActionLog.html file. But in the end of each test case I'd like to move that .html to a different folder and rename it.
Is it possible to do so in, ...
Milker asked 30/10, 2013 at 12:17
4
Solved
I'm very much new to Test Automation kind of thing. Recently I've been assigned to a project where I have to write an application (or, a script may be, I'm not sure) that will automate the UI testi...
Encephalography asked 5/2, 2011 at 19:39
3
I'm currently trying to help automate some coded UI tests using C# for a web application. A frequent problem I'm encountering is that it can be extremely difficult to determine if a UITestControl o...
Einsteinium asked 13/11, 2013 at 18:52
2
Solved
This is kind of a "high level"/simple question. I'm trying to get just a list of all the tests that are populated in my Test Explorer in VS2012. I'd like to compare it to a list of tests and I was ...
Hyams asked 22/7, 2014 at 21:16
2
My Coded UI Test is configured so that the output of the test automatically produces an HTML log file, the instructions for doing this can be seen here.
Is there any way to customize this HTML log...
Colbert asked 8/8, 2013 at 15:27
2
We are looking into coded UI, and since we have C# coding experience we'll be coding up the automated tests ourselves.
I already know that it is possible to have a test case with defined test ste...
Peppermint asked 19/5, 2014 at 13:53
1
Solved
I run MSTest to test WPF application (Coded UI Test) on a VM using Teamcity. I already installed test agent as interactive process but i keep getting this error in Teamcity log
Error calling Initi...
Merrilee asked 23/7, 2014 at 4:16
3
Solved
Basically, with MVVM I have a lot of my controls unnamed because it isn't necessary to give a Name (or x:Name) to controls anymore.
But, looking into coded UI Tests it seems as if I might have to ...
Despain asked 20/2, 2012 at 4:11
2
Solved
After running my Coded UI tests in Visual Studio 2012 I wanted the test results to be logged to an HTML file. After following this tutorial I was able to achieve this.
Unfortunately, every single t...
Taenia asked 6/6, 2013 at 17:51
3
Solved
We have a Silverlight solution that worked fine on our old computers. It was set up for coded UI tests, so the projects reference Microsoft.VisualStudio.TestTools.UITest.Extension.SilverlightUIAuto...
Maryn asked 5/5, 2011 at 21:46
1
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 Sil...
Birgitbirgitta asked 3/4, 2013 at 13:13
1
Solved
I am not able to define a [BeforeFeature]/[AfterFeature] hook for my feature file. The application under test is WPF standalone desktop applications.
If I use [BeforeScenario]/[AfterScenario] ever...
Oedipus asked 7/6, 2013 at 7:37
5
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 ...
Agitprop asked 4/3, 2010 at 10:40
1
I'm having the following problem:
Trying to add support for creating coded UI test for Silverlight 5 application ([MSDN][1]). First step is to reference assembly Microsoft.VisualStudio.TestTools.U...
Ine asked 4/3, 2013 at 12:4
1
I have Coded-UI test project that has references to other assemblies in solution. Somehow some assemblies are not copied to TestResults/Out directory, while others are copied. All assemblies have C...
Cymoid asked 6/3, 2013 at 8:4
3
Solved
Environment:VS 2010. TFS.
For one of my projects, whenever I compile, VS adds a bin folder to my project. I can delete it, but when I compile, it is re-added. This is a behavior I have not seen be...
Garmaise asked 20/12, 2012 at 15:38
3
Solved
Question
Can anyone please explain (preferrably with a code example) how the AutomationProperties.Name property is used programmatically and declaratively with XAML?
Explanation
I understand that t...
Cissiee asked 27/5, 2010 at 9:55
© 2022 - 2024 — McMap. All rights reserved.