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

Fix inscure url Best Practice is to have https urls

cla: yes

In some complex layout,uiautomatorviewer can't catch the view ,it will show the error info Error while parsing UI hierarchy XML file: Invalid ui automator hierarchy file. could you help me...

Add example tests using robolectric. Copied the espresso BasicSample as is, with some string substitutions.

cla: yes

Had to force dependencies in the RV sample. Please squash before merging.

cla: yes

Added junit dependency

cla: yes

removed 'Specific instrumentation runner' line as it's not in new versions of android studio and is just specified in build.gradle, so user doesn't need to do anything

cla: yes

In the test function "validation_resultIsIncorret()", the string that we typed is "INVALID_STRING_TO_BE_TYPED". So that, I have fixed the comment above that line.

cla: yes

This enables automatic builds for new commits and PRs in the master branch. This sample is currently **green**, see build logs: + GRADLE_OPTS=' -Xms4g -Xmx4g' + GRADLE_OPTS=' -Xms4g -Xmx4g -XX:+HeapDumpOnOutOfMemoryError'...

cla: yes