Top "Ui-testing" questions

User interface testing is the process of testing a product's graphical user interface to ensure it meets its specifications.

Microsoft UI Automation Library Vs Coded UI Test

I'm very much new to Test Automation kind of thing. Recently I've been assigned to a project where I have …

wpf coded-ui-tests ui-testing microsoft-ui-automation
android espresso login once before running tests

I've been trying to cover my Android app with tests and have started using espresso recently. Pretty impressed with it …

android junit4 android-espresso ui-testing
UI testing vs unit testing

what is the different purpose of those both? I mean, in which condition I should do each of them? as …

unit-testing ui-testing
Espresso - how to get current activity to test Fragments?

I have been playing around with Espresso tests for couple weeks now and I finally decided to start testing Fragments. …

android android-testing ui-testing android-espresso
UITesting Xcode 7: How to tell if XCUIElement is visible?

I am automating an app using UI Testing in Xcode 7. I have a scrollview with XCUIElements (including buttons, etc) all …

swift automation xcode7 ui-testing xcode-ui-testing
How to rotate activity, I mean: screen orientation change using Espresso?

I have decided that one of the testing criteria for my application tests with Google's Espresso is: Test should maintain …

android robotium ui-testing android-espresso
Virtual (fake) primary monitor in Windows 10?

I have a bunch of automated UI tests that currently require a physical monitor to run. Can I somehow create …

virtualization ui-testing gui-testing
Espresso test error: AppNotIdleException

I turned off all animations on developer options. But I still get this exception when trying to click on one …

android android-espresso ui-testing
TestContext is null when it is accessed from base class's virtual method

I have a base class ScriptBase which has a virtual function called MyTestInitialize(). When I call MyTestInitialize() from derived class, …

c# automated-tests mstest ui-testing
Jenkins not showing Test Result Trend graph for some projects

Im using Jenkins to run UI Testing suites for various xcode projects. Most of the projects shows the 'Test Result …

xcode jenkins reporting xcode-ui-testing ui-testing