Working Remotely From Home
Flexible working conditions are one of the many perks for Metova employees. With approval, we can work away from the office from every once in awhile, to a scheduled number of days per week, to only seeing the office once every couple of months. Managing communication, environment, security, and schedule are key to making working remotely from home successful. Director of Technology, Ron Unger, the first Metovian hired to work remotely 100% of the time, gave us some insight into making it work.
Read MoreAndroid Unit Testing Libraries
In the past few development posts, Ron has given us insight into several aspects of Android unit testing. He began with an overview of unit testing concepts and then discussed JUnit, the framework that Android testing is built upon. Today, he rounds out the series with an article on some specific Android libraries that can make unit testing a whole lot easier.
Read MoreJUnit Android Testing
Android Unit Testing Implementation at Metova
Welcome back friends. Let's continue our discussion on Android Unit Testing from last weeks session.
Android Unit Testing Concepts
Testing is a key activity in any software development effort. Manual testing (e.g., with QA personnel) allows a lot of flexibility, but testing old features repeatedly can be mind-numbing and cause testers to miss things. Manual testing also usually involves a full end-to-end system, so it can be difficult to test edge cases and error conditions because they can be difficult or impossible to recreate on-demand in the real system.
Read More