Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Java Unit Testing in Java Why Test? Introduction

Juan Francisco Andrade Álvarez
Juan Francisco Andrade Álvarez
23,997 Points

Can i use the unit testing concepts and tools for an android project?

I would like to know if the concepts and, especially, tools used in Java Unit Testing can be used when developing an app for Android. Is there any intrinsics from Android Testing that one should learn?

Certainly you can, and you must!! The unit testing taught by Craig is an excellent way of making sure that your Android apps will not crash in someone's hand.

1 Answer

Aldo Wachyudi
PLUS
Aldo Wachyudi
Courses Plus Student 3,221 Points

Certainly. But it was not enough, Android is different animal than another Java project. You need to make an MVP classes or use libraries. Treehouse got it covered though, it was in Testing in Android course.