Skip to main content
Advice
0 votes
1 replies
26 views

It is common to test inline errors by filling out a textfield and then clearing focus, as the validation happens after the user is done with it. In espresso that can look like: onView(allOf(...
Zeek Aran's user avatar
  • 686
0 votes
0 answers
31 views

I've encountered an issue where my UI test freezes specifically on the performScrollToNode() function when testing a screen that contains a LazyVerticalGrid. The test enters an apparent infinite loop, ...
Arsinde de Toulouse's user avatar
1 vote
0 answers
54 views

I want to run Cypress tests on a website and measure the performance with k6. Currently I run the Cypress tests on Windows locally and in a GitLab pipeline. I followed these video tutorials (https://...
DLL's user avatar
  • 43
0 votes
0 answers
45 views

I’m running Karate UI tests (Karate 1.5) with type: 'chrome'. The non-UI (API) tests run fine, but the UI-based tests frequently fail with: [WARN] [com.intuit.karate.shell.Command.run] - exit code was ...
palee's user avatar
  • 1
0 votes
0 answers
37 views

I have a large app with hundreds of UI tests, and moving from an emulator on API 34 to 35 causes exactly one failure. A simple perform(click()) call on spanned text does not work, yet does not fail. ...
Zeek Aran's user avatar
  • 686
0 votes
1 answer
78 views

I have to do UI Testing for one of my application. I have tried JMeter ui scripting using webdriver plugin but execution fails at even 5 users as multiple browser get invoked and we are unable to ...
Farhan Meer's user avatar
0 votes
1 answer
57 views

I ran into an issue at work where an Espresso test failed once about every 10-20 times. When it failed, it was with an AmbiguousViewMatcherException. What seemed to be happening is that when slides ...
Chad Schultz's user avatar
  • 7,910
0 votes
0 answers
28 views

I'm using Selenium and Chrome WebDriver to automate UI testing for a taskpane-based Outlook add-in. While Selenium can interact with the main Outlook web app, it fails to locate or interact with ...
Shiva Prakash's user avatar
1 vote
0 answers
100 views

We are using playwrigth for some UI tests which are flaky. So I want to retry each test a couple of times before marking it as failed. So I created my own JUnit 5 extension. But unfortunatelly it ...
Patrick Rode's user avatar
0 votes
0 answers
26 views

I have a page for which I write autotests to fill out the form. The form elements are loaded immediately, but background requests do not allow the browser to return the page loading event. Therefore, ...
lain2lo's user avatar
  • 111
-1 votes
1 answer
102 views

I am wondering about selecting elements by their text content using screen.getByText. My question is around the reliability of this approach. If the text value changes, the test will fail, which may ...
MG1616's user avatar
  • 375
1 vote
2 answers
83 views

when I do UI test in karate, I want to get a request url from web, the page will not load, every time the request url will have a unique code in it, the code is what I need in later test. I cannot use ...
静静子's user avatar
0 votes
1 answer
83 views

I have an WPF application using CommunityToolkit.Mvvm, which is working and now I want to use FlaUI to create automated UI testing. When I start application, I have window like this and in FlaUInspect ...
user2463014's user avatar
0 votes
1 answer
19 views

I have a fragment which waits for an integer from args. The code itself works fine, but when I want to write a UI test for this fragment it gives me a java.lang.NullPointerException: null cannot be ...
E. P.B.'s user avatar
0 votes
1 answer
71 views

I'm working on automated UI testing. When I start the installer on a physical Win 11 Pro machine, a separate process is created after the initial language selection dialog. When the installer is ...
Reto Höhener's user avatar

15 30 50 per page
1
2 3 4 5
74