testing-samples icon indicating copy to clipboard operation
testing-samples copied to clipboard

A collection of samples demonstrating different frameworks and techniques for automated testing

Results 111 testing-samples issues
Sort by recently updated
recently updated
newest added

I tried all the methods which are present on the internet but nothing works. Can someone help me with it? Here is a code: @Rule public IntentsTestRule mActivityRule = new...

Hi i am using Android p device in which some times (adb shell uiautomator dump) command throws "ERROR: null root node returned by UiTestAutomationBridge" error. Is there any alternate way...

I tried to use this in espresso but it does not work and it does not scroll at all: `onView(withId(R.id.my_test_list)).perform(RecyclerViewActions.scrollTo(hasDescendant(withText(testText))));` the error is: ``` android.support.test.espresso.PerformException: Error performing 'scroll RecyclerView to:...

I want to use espresso and cucumber with maven project . So is it possible to integrate espresso with maven project. It will be helpful if i get any project...

How to write test that has hardware dependency or Android System service dependency?

Hello everyone, I really want to know how to click on the volume hardware button by using uiAutomator. thank you!

I'd be interested in seeing a sample of how provider testing should be done without ProviderTestCase2. I'm currently using it, and the deprecated RenamingDelegatingContext for cases where I want to...

In BasicSample, current Mockito version is `1.10.19` seems quite old. Why don't we upgrade its version to v2.25.1?

As I have read, tests written with androidx.test.* are supposed to be executed either as an instrumented test (in a real device or emulator) or in the JVM with robolectric...

If someone wants to add instant app support to their app or just divide their app into separate modules, it would be nice to be able to test those modules...