ehubscher / briarproject_390

Concordia University Mini-Capstone (i.e. SOEN 390) project for Team La Famiglia. The Open-Source Project forked is an Android-based secure messaging app called Briar.
Other
4 stars 1 forks source link

Ui tests #154

Closed ehubscher closed 6 years ago

ehubscher commented 6 years ago

Although all the tests haven't been all written yet, the ability to do so has.

Next steps should be:

  1. To merge so everyone can have access to Robotium library API.
  2. Download Robotium Recorder plugin in Android Studio so they can run the APK and record their actions to generate the appropriate unit tests so we can maximize the coverage in the least amount of time.
ehubscher commented 6 years ago

@NepheriusIsTaken

The way to run the test is to clean and build the project and then go to the briar-android/src/androidTest/java/org/briarproject/briar/android/UI/Robotium folder and there will be the simple test I wrote.

To run it you simply right click the method and press Run. Or there's also a green run button in the left margin next to each test method.