Skip to main content
Filter by
Sorted by
Tagged with
-3 votes
1 answer
48 views

I want to test app that have dagger hilt in their app arciecture i need a small app code demo plaese help me i want an code sample end to end with viemodel and fake repository . i want a simple app ...
AKSHAY Sarapure's user avatar
0 votes
1 answer
37 views

I have an event in my WPF application that looks like this: private void ShiftsDataGrid_OnBeginningEdit(object? sender, DataGridBeginningEditEventArgs e) { if (e.Column == ShiftIdColumn && ...
evilfish's user avatar
  • 700
0 votes
0 answers
480 views

I'm trying to press the Media keys on the keyboard using Playwright / Typescript. For example, when playing audio using a browser, users are able to press 'Play/Pause, Forward, Backward' using the ...
user3054735's user avatar
3 votes
0 answers
187 views

I'm writing tests using Cypress for the UI of an application that has polling - it makes API requests every 2 seconds. I would like to run the tests in the --headed mode (by npx cypress open) and to ...
Sofi Tatarinova's user avatar
0 votes
1 answer
113 views

Since today I get the following new Error message: System.IO.FileLoadException: Could not load file or assembly 'WebDriver, Version=2.53.1.0, Culture=neutral, PublicKeyToken=1c2bd1631853048f' or one ...
Martin's user avatar
  • 11.9k
8 votes
2 answers
7k views

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....
RockyGlobal's user avatar
1 vote
1 answer
489 views

I wrote simple example test for Activity witch tests that when i click button - new fragment opens (LoginFragment). There is test class code: @RunWith(AndroidJUnit4::class) @LargeTest class ...
Aleksey Parokq's user avatar
1 vote
1 answer
3k views

I'm trying to write some tests using WDIO but stumble on the following issue. I don't really understand how to click() input type=radio. Here how it looks in DOM So I need to click the right one. I ...
Павел Родин's user avatar
0 votes
1 answer
1k views

I am trying to run UI tests on Azure agent and one of the guidelines provided by Microsoft states the use of Screen Resolution Utility to fix the screen resolution during UI tests in visible mode. The ...
Shantanu Methikar's user avatar
1 vote
0 answers
769 views

I have the next recyclerView that I needed to test. public class DashboardRecyclerViewAdapter extends RecyclerView.Adapter<DashboardRecyclerViewAdapter.DashboardViewHolder> { ...typical rec ...
AShX's user avatar
  • 432
1 vote
0 answers
306 views

Scenario : Windows app that open a chrome browser Open Windows app Click on a boutton, --> Open a browser separately Native_app and Chrome_app work at the same time I just want to switch between ...
OORTEGA's user avatar
  • 11
1 vote
0 answers
1k views

Is it possible to Automate the Steam Client? I want create app that auto login in steam account, mb launch game or smth other with steam client, I have not found any library that could manage the ...
monotype's user avatar
  • 504
2 votes
0 answers
250 views

I'm trying to use @EnvironmentObject in my UITests, but I get an error at runtime. Thread 1: Fatal error: No ObservableObject of type Person found. A View.environmentObject(_:) for Person may be ...
Lex Brouwers's user avatar
0 votes
1 answer
1k views

I have a cross-platform desktop application written in Xamarin.Forms that runs both in Windows and MacOS. I want to do some UI automation on top of that application. After some research it seems like ...
adamasan's user avatar
  • 1,222
0 votes
0 answers
130 views

I have a dropdown menu with dynamic number of options, and I'm trying to chose an option using protractor framework. I see that this issue has been raised several times, but I didn't succeed with any ...
Alex L's user avatar
  • 35
-1 votes
1 answer
505 views

I recorded a UI test case and when I try to run it I get the following message: "Failed to install the requested application. The bundle identifier of the application could not be determined. ...
Pauli's user avatar
  • 363
3 votes
1 answer
3k views

I'm automating tests by means of CodedUI in VS2015 Enterprice(.NET4.7.2) and running them from Azure DevOps. I need to associate manual test with automated test case via Work Item, but I don't see my ...
Nati A Chramm's user avatar
2 votes
1 answer
496 views

Hello dear developers, I'm currently stuck due to a problem with In-App AppStore rating (SKStoreReviewController). Here is the situation, I've a screen "FirstScreen" with a button. When I tap on it, ...
Snooze's user avatar
  • 217
1 vote
1 answer
1k views

I am using winAppDriver to test UWP app but tests fail when screen is locked as it's not able to find the element and works ok when screen is not locked. Any solution to run winAppTest even screen is ...
Ref's user avatar
  • 27
2 votes
2 answers
2k views

In my UI Test, i have this XCUIElement : XCUIApplication().staticTexts["SUBMIT ORDER"] When i make a print debugDescription : po print(XCUIApplication().staticTexts["SUBMIT ORDER"]....
Kevin ABRIOUX's user avatar
0 votes
0 answers
516 views

I am getting a build error in VSTS 2019 and VSTS 2017 while checking in my code: Error CS0246: The type or namespace name 'CodedUITestAttribute' could not be found (are you missing a using ...
Swati's user avatar
  • 1
0 votes
0 answers
18 views

I am running multiple coded ui tests and have the basic structure of [testinitialize] and [testcleanup] methods. The cleanup method closes the application and I have a finally in the cleanup which ...
Karishma Mayur's user avatar
1 vote
1 answer
4k views

I'm currently migrating my Coded UI Tests for a UWP app to Appium using the WinAppDriver and I have come across the issue, that I can't wait for an element to show up. There is no way to wait for a ...
alisheikh's user avatar
1 vote
1 answer
332 views

I am attempting to create Coded UI tests on a WPF application. I am using Visual Studio 2019 to create / run the tests. I am running into a strange behavior where a WPF button that was collapsed at ...
Josh's user avatar
  • 843
0 votes
0 answers
27 views

Unable to click on a page links via HREF, but can click via link text As we have a different version of the website where we have different languages so can't hard code the link text as it is ...
Gkm's user avatar
  • 257

1
2 3 4 5
37