About 21,300 results
Open links in new tab
  1. Android Espresso: How do I test a specific Fragment when …

    Jul 14, 2016 · My app consists of one Activity for many Fragments. I wish to use Espresso to test the UI of the Fragments. However I ran into a problem. How can I test a Fragment which is not …

  2. Appium vs Espresso for automated testing framework

    Feb 24, 2016 · For last few weeks, I was using Appium(python) for android testing but yesterday we have decided to shift to Expresso(Java) for automated testing. There are couple of reasons …

  3. android - Espresso testing disable animation - Stack Overflow

    May 3, 2017 · I encountered an issue on doing Espresso testing with a view involving animation, I know Espresso cannot deal with animation, so i did below. - disable my test device Window …

  4. Android Testing: UIAutomator vs Espresso - Stack Overflow

    Jun 26, 2015 · As the Android documentation states, multi-application tests should be done with UIAutomator while if you only want the tests to run inside of your own app package you can …

  5. Checking toast message in android espresso - Stack Overflow

    Feb 8, 2015 · Would anyone know how to test for the appearance of a Toast message in android espresso? In robotium its easy & I used but started working in espresso but dont getting …

  6. Espresso - How to check if one of the view is displayed

    Mar 25, 2015 · In my test, after one action, there are two possible views which can appear and both of them are correct. How can I check if one of the view is displayed. For a single view I …

  7. android - Thread.sleep ( ) with Espresso - Stack Overflow

    Aug 31, 2019 · android testing android-espresso edited Dec 17, 2022 at 5:26 starball ♦ 59.5k 52 312 1k

  8. android - Camera Operation UI testing with Espresso - Stack …

    Jan 19, 2015 · I need to automate my UI testing for following operation with espresso test project. Operation: Click a button that opens my phone camera. Capture Image, and save the image in …

  9. Android testing. How to change text of a TextView using Espresso ...

    10 It is easy to update an EditText with Espresso, but I can not find a way to change a text (like with a TextView.setText("someText"); method) during the testing process.

  10. android - Testing multiple activities with espresso - Stack Overflow

    Dec 6, 2013 · 12 It is absolutely possible to write an Espresso (or any instrumentation based) test that crosses multiple Activities. You have to start out with one Activity, but can navigate …