BRIEF
The factory is a bunch of most useful open source tools aimed to improve product quality. In conjunction with best testing practices it simplifies QA process and significantly reduces costs for maintenance phase.
(more…)
Brief
An extension to the Automated Regression Tester (please refer to ART description) that facilitates functional testing of Web Services with custom API. It intercepts input data represented as a text file that contains methods with respective parameters. Sequentially added methods easily allow an engineer to verify various cases and validate respective behaviors of the API. Moreover, in conjunction with application server stub, it enables verification of interaction between Web services and a Web application.
Brief
The development process for several mission-critical products was strengthened with continuous integration on the solid enterprise infrastructure and enforcement of good software engineering practices.
Enterprise Infrastructure
- Automatic builds are powered by CruiseControl;
- Automatic bug detection is powered by FindBugs;
- Automatic deployment and installation testing;
- Build-integrated functionality/compatibility/regression testing are powered by ART tool;
- Code coverage analysis upon execution of automated tests is powered by EMMA;
- Integration testing in a clone of the production environment;
- Ability to make a build and run tests with delta overlaid without actual merging delta into the mainstream;
- Possibility to run automated tests simultaneously in a multithreading mode on the same environment;
- Alarm notification when a build or tests fail.