OpenMRS

Run Lint Test on Android Client and Submit Results

Android Studio provides a code scanning tool called lint that can help you to identify and correct problems with the structural quality of your code without your having to execute the app or write test cases. Each problem detected by the tool is reported with a description message and a severity level, so that you can quickly prioritize the critical improvements that need to be made.

Resources:

  1. OpenMRS Android Client Github Repository
  2. More about Lint Tests

Submission Steps:

  • Clone the OpenMRS Android Client [1] on your computer.
  • Open the cloned project using Android Studio.
  • Run Lint Tests using gradle [2].
  • Locate lint.html file that would be generated after completion of the above step.
  • Upload the lint.html file on dashboard.

Task tags

  • lint
  • android studio

Students who completed this task

Ishaanndas, rkunds, cowsay256, Roku234

Task type

  • done_all Quality Assurance
close

2019