This post is a pointer to a very good article in Cubeia Ltd. It contains 10 mistakes which usually developers doing the process of maven implementation. Being a person who participated ant to Maven migration process, I really interested to read this one. Hope this help you people also. >> 10 Sure Signs you areContinue reading “10 Sure Signs You Are Doing Maven Wrong”
Author Archives: Lijin
Creating Mock Tests: Using Easy mock
Unit testing is now a "best practice" for software development. In this unit testing we have to face so many situations where we need to interact with Database or any other resources. But at the same time we need to make our Tests isolated too. Here comes the importance of Mock objects. Mock objects areContinue reading “Creating Mock Tests: Using Easy mock”
Abode Flash Platform and web technologies
This picture contains the Adobe Platforms and technologies which we can use in the Web arena. I liked it because it has a well arranged structure to get an easy idea on their use. I got it from a blog but sorry I am not remembering the URL.
Analyze your Unit test coverage with Cobertura…
Writing Unit test cases is now mandatory for every developers in the Companies. But at the same time it is very important that we need to analyze the Unit test coverage that is done by that developer. Just writing some test cases will not make sense. Here comes the job of Cobertura. Cobertura is anContinue reading “Analyze your Unit test coverage with Cobertura…”
