JUnit Test Android Project

Source: Internet
Author: User

There are a few steps to the JUnit test Android project approach:

1. Import JUNIT4 jar Package

Add Library->junit->junit4->finish in the factory build path

2. Write test code

First, new a junit test case, associate the class to be tested, and then write the test code, which you can refer to,

Unit testing with JUNIT4 in Eclipse (beginner) (http://blog.csdn.net/andycpp/article/details/1327147)

Unit testing with JUNIT4 in Eclipse (intermediate) (http://blog.csdn.net/andycpp/article/details/1327346)

Unit testing with JUNIT4 in Eclipse (Advanced) (http://blog.csdn.net/andycpp/article/details/1329218)

3, through the ADB and terminal connection, sometimes need to remount the system directory

Mount-o remount Rw/system

4. Select TestCase class or method run As->android JUnit Test, select Device, run.

JUnit Test Android Project

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.