Get in touch with us now or provide us your contact number and our representative will call you back.
Quality testing setup

To assure quality of our development we consistently use testing tools and methods. Testing is done for each page, module or extension while it is developed through peer review process. Also integration testing is done when everything is ready and ready to release. We use following tools and methods in our testing setup
Test Driven development
Test driven development highly decreases possibility of defects as code is checked automatically while it is developed. We use following tools in TDD
Peer review
Each project task has peer review as one of the stage before task is closed. Peer review is done by other team members in the same project. Peer review helps to detect defects at very early stage of the development thus reducing testing and delivery time.
Virtual machines
With lot of browsers in the scope we have to test each and every page on different browsers. We use VirtualBox to run multiple operating systems and browsers at the same time with all browsers combination. We test our projects on following browsers at this point
- Internet Explorer 7+
- Firefox 2+
- Safari
- Chrome
- Opera