Fear of needles, known in medical literature as needle phobia, is the extreme fear of medical procedures involving injections or hypodermic needles. Wikipedia Dependency injection solves properly interdependence between components, and improves de design of the implementation making easier maintenance and test-ability. This post is intended to understand dependency injection with a practical case onContinue reading “Dependency Injection on Testing”
Category Archives: Test
Test-driven development / Hands-on
“Les doutes, c’est ce que nous avons de plus intime.” Albert Camus. Building software, following the principles of TDD (Test-Driven Development) will help to assure the quality along all the development process and complemented with Integration Test, and Continuous Integration, good practices and methodology. This posts is intended to explain this subject. Software development isContinue reading “Test-driven development / Hands-on”
Cohesion in the test cycle
The essence of the beautiful is unity in variety. W. Somerset Maugham (English writer 1874/1965) One common issue underlying the execution of tests (manual and/or automated) is the grade of dispersion of each test. What is a test dispersion? Test dispersion is when the tester become myopic or which means short-sighted to see “theContinue reading “Cohesion in the test cycle”
