coded-ui-tests Questions
3
In a CodedUI Test, I am using System.Diagnostics.Process (Process.Start(exePath);) to execute a .exe file. Now my problem is, after Executing the test my application closes(WPF front-end). My quest...
Dybbuk asked 19/1, 2017 at 9:9
2
I am getting a error when trying to use MockK in UI test which was perfectly working in Unittest cases
MockK could not self-attach a jvmti agent to the current VM
Full error report
Caused by: io.m...
Roan asked 28/7, 2022 at 2:13
5
Solved
When I run CodedUI Test from a small Console tool via vstest.console.exe from a scheduled task I sometimes see this error message on different PCs:
error : Could not load file or assembly 'file:...
Itu asked 21/12, 2015 at 16:46
9
Reading through https://msdn.microsoft.com/en-us/library/jj635153.aspx I have created a .RunSettings files with a few parameters similar to the example:
<TestRunParameters>
<Parameter n...
Fireboat asked 29/7, 2015 at 17:38
4
I'm trying to use the assemblies like this in a VS2012 project:
using Microsoft.VisualStudio.TestTools.UITesting;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Microsoft.VisualStudio....
Fuchs asked 20/5, 2013 at 15:33
5
We are writing UI tests with cypress, which is usually quite simple to use. But again and again I stumble over a tedious waiting problem.
The scenario is pretty simple. The user clicks on the sear...
Richelle asked 22/11, 2018 at 9:54
3
Solved
I am having a really hard time trying to figure out how to properly configure functional tests on my realease pipeline. I have a solution that contains some web projects being built using the defau...
Benefactor asked 25/7, 2018 at 20:19
1
Solved
So, i've been working on unit testing for my Angular app. I'm using Angular Material and i have a component which uses the drag-drop CDK cdk drag-drop API.
the html code looks like this
<mat-...
Lutetium asked 22/5, 2019 at 14:44
3
There is no Coded UI project in Visual Studio 2015 for UWP and I can't find any documentation anywhere saying there is a plan to bring support.
Does anyone know if there is planned support it or h...
Italicize asked 26/1, 2016 at 22:17
5
Solved
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 sea...
Automat asked 7/6, 2011 at 4:12
3
Solved
I've added Coded UI Tests to my ASP.NET MVC solution in Visual Studio 2013. I was dismayed to see how slowly the tests run; each page just sits there for up to a minute or more before the test mach...
Zimmerman asked 4/12, 2013 at 5:45
2
I work with Coded UI Tests and Visual Studio 2013. Now I have to test if images from a folder are shown correctly inside the application. That’s why I have created a folder containing the images an...
Mesdames asked 21/2, 2014 at 21:22
1
I have a very simple controls library for Windows Forms and I am getting problems to implement accessibility.
I have a very simple Form with a member that contains a list of controls of my librar...
Bearcat asked 4/4, 2016 at 6:26
2
Is there any way to automate SFSafariViewController? I like the Xcode 7 UI test feature, but it seems it does not support SFSafariViewController automation. Some of the UI flows I am testing requir...
Zetland asked 24/9, 2015 at 13:44
2
I'm trying to take a WinTable object and cast it to its native object type as such:
CustomControl control = (CustomControl) this.UIMap.UIMainWindow.UICustomControl.NativeElement;
Then I want to ...
Interviewee asked 11/6, 2013 at 15:6
2
Solved
I created a small WPF application (just to explore how Coded UI Testing works). My application contained an ItemsControl, but the Coded UI Test Builder UIMap could not find the appropriate control....
Stane asked 27/1, 2014 at 15:25
1
Solved
Created a simple calculator app in webforms.
User enters a number in a text field MainContent_numberTb and clicks on results button.
Added a new 'coded UI Test Project' to my solution. Have teste...
Agglomeration asked 21/7, 2017 at 11:0
1
Solved
I've got an activity with two DatePicker controls and some text inputs and buttons. I would like to test some scenario by espresso:
Set date to first DatePicker.
Set some text and click buttons w...
Lamellar asked 29/6, 2017 at 21:13
4
Solved
Hi I am looking at using Coded UI Tests (CUIT) to test an application. I have tried the recording option and this is not flexible enough for me. If you use it on a different size screen it br...
Underhill asked 21/6, 2013 at 14:52
5
I am automating the WPF application, when i record "WpfComboBox" Control and performed select index on that control it is throwing error like "Failed To Perform Action On Blocked Control Exception"...
Supplicant asked 7/9, 2016 at 12:46
5
Solved
When I record this sequence it fails. I know I can send Control + A using Keyboard.SendKeys(control, "A",ModifierKeys.Control) but how do I send a sequence that holds control and releases the lette...
Cle asked 5/6, 2012 at 18:9
1
I opened our solution in Visual Studio 2017 but some testing references aren't found, specifically:
Microsoft.VisualStudio.QualityTools.CodedUITestFramework
Microsoft.VisualStudio.TestTools.UITes...
Sandor asked 14/3, 2017 at 12:8
1
Solved
I've just installed Visual Studio 2017 Enterprise (15.0.26228.4 D15RTWSVC) with .NET Framework Version 4.6.01055. I cannot add a new coded UI test project to a new solution because I cannot find th...
Caron asked 14/3, 2017 at 14:27
1
Solved
I'm experiencing a problem running Selenide tests in Firefox version 46. When tests run separately everything works fine. But when I run all test methods in class it hangs on the following step:
a...
Danaedanaher asked 28/12, 2016 at 10:16
1
I want to find a UIView XCUIElement, but I can't seem to locate it. This UIView is used to display certain information to the user, and I need to be able to test if it is on screen in certain situa...
Scopoline asked 27/8, 2015 at 15:36
1 Next >
© 2022 - 2024 — McMap. All rights reserved.