Top "Ui-testing" questions

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

Is Selenium testing worthwhile on mobile devices?

We've been planning to do UI testing of our web application using Selenium. We're now having second thoughts. From what …

android ios selenium selenium-webdriver ui-testing
Selenium is to Web UI testing as ________ is to Windows application UI testing

I'm interested in UI testing a client only Java application. What is the most popular framework for doing so? What …

java testing selenium gui-testing ui-testing
UITesting, XCTest current ViewController Class

Simple problem. I got button which perform segue to next view controller. I want to write UI XCTest to tell …

ios swift xctest xcode-ui-testing ui-testing
Program has more than one entry point defined? CS0017 Problem with main()?

When I try an run the code below in visual studio I get the following error : "Program has more than …

c# selenium ui-testing applitools
Android: Robotium vs android test framework

Everyone using Robotium for GUI testing. Can you tell me what Android native test framework cannot do that Robotium can …

android robotium ui-testing
Android Espresso ListView click item

I have ListView with pictures and text. When I try to click item, I get error android.support.test.espresso.…

android android-listview android-espresso ui-testing
Xcode 7, UI-Testing: working with UITableView

I'm facing with one problem using UITesting framework for the xCode that Apple has introduced at WWDC 2015. I have a …

ios xcode7 ui-testing xcode-ui-testing
How to get index of XCUIElement in XCUIElementQuery?

This is my simple UITest (customizing order of tabs in tabbarcontroller): func testIsOrderOfTabsSaved() { let app = XCUIApplication() let tabBarsQuery = app.tabBars …

ios xcode swift xcode-ui-testing ui-testing
How to detect whether android app is running UI test with Espresso

I am writing some Espresso tests for Android. I am running in the the following problem: In order for a …

android android-espresso ui-testing