by edvorkin | Nov 9, 2012 | Blog
There is no shortage of tools to help Java as well as Groovy and Scala developers to write good tests and ensure code quality. Sonar, an excellent integration dashboard for software quality control, provides visualization of test coverage. In this blog I show how to...
by edvorkin | Oct 29, 2012 | Agile ALM, Blog, Java
How to write good Unit tests? What is the good Unit test? How different the Unit tests from Integration tests? What is the mock, stubs and what is the difference, where to use one or another? Probably any programmer asked himself those questions. It does not matter if...
by edvorkin | Oct 20, 2012 | Blog
This is my perspective on SpringOne 2GX Conference held in Washington DC, 2012. The conference included 9 simultaneous tracks and it was impossible to attend all interesting sessions. Major themes at the conference were: Different projects under Spring umbrella Cloud...
by edvorkin | Sep 10, 2012 | Agile ALM
Agile denotes the quality of being agile, ready for motion, nimble. Agile Development methods are attempting to offer an answer to the eager business community asking for lighter weight along with faster and nimbler software development processes. This is especially...
by edvorkin | Aug 10, 2012 | Blog
Everybody does stress and load testing at some point in application development lifecycle. The problem I see with many teams is that this activity is postponed until application functionality is developed, almost last step in process. This can lead to a lot of...