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 120 testing-samples issues
Sort by recently updated
recently updated
newest added

Performing Streamed Install adb: failed to install Basic UIAutomator.apk: Failure [INSTALL_FAILED_DEPRECATED_SDK_VERSION: App package must target at least SDK version 23, but found 22]

Hi šŸ‘‹ I’m an indie Android developer looking for testers to complete Google Play closed testing. šŸ“± App name: Food Safety Checker šŸ” What it does: Helps check how long...

This commit removes explicit `@TextLayoutMode` and `@LooperMode` declarations, since they use the default value. `LooperMode` is set to `PAUSED` in Robolectric 4.13: https://github.com/robolectric/robolectric/blob/79bc3034b38b94ed8b4317b666edb42f093358cd/robolectric/src/main/java/org/robolectric/plugins/LooperModeConfigurer.java#L17 `TextLayoutMode` is set to `REALISTIC` in Robolectric...

The following projects were missing from the `projects.conf` file, so they were not updated when running `update_versions.sh`: - `runner/AndroidTestOrchestratorWithTestCoverageSample` - `unit/BasicSample` - `unit/BasicSample-kotlinApp` - `unit/BasicUnitAndroidTest`

I've updated `update_versions.sh` to update every project to Robolectric 4.16. `unit/BasicNativeAndroidTest` had outdated dependencies, which have been updated by running this script. **Note:** `unit/BasicNativeAndroidTest` was using the `targetSdk` property instead...

testingsms- deployment

When interacting with webviews using this code onWebView().withElement(findElement(Locator.ID, "payment-amount")).perform(DriverAtoms.webKeys("0.11")) it only enters 11 without the decimal. I am trying to figure out how I can include decimal point in sending...