Monday, March 28, 2011

100% Open Source test environment?


With software testing we check the quality of our product. Our software model is Agile which often employ test driven development and place an increased portion of the testing in the hands of the developer, later it can reach a formal team of testers.

Before we used a more traditional model, where most of the test execution occurs after the requirements have been defined and the coding process has been completed.

Our test environment is based on open-source test libraries like JUnit, HtmlUnit, JMeter and others. For traditional functional testing we use Fitnesse and Selenium.

Search This Blog