Monthly Archives: February 2010

Conditional logic inside assertions

In Agile software development, unit testing is must and unit testing frameworks are avialble for every major language. Writing good unit tests requires skill and experience. Often we see people use conditional logic inside assertions and calling wrong API inside … Continue reading

Posted in Uncategorized | Tagged , , | Leave a comment

Start Android emulator from commandline

Normally we start android emulator in Eclipse, modify code, deploy the application and modify the code … to work on the application we are developing. Sometimes you need to start emulator by command line so that you can use if … Continue reading

Posted in Uncategorized | Tagged , , | Leave a comment