Webshop

Integrate Online Payment into Website

For different purposes it is necessary to integrate an online payment system in to an existing website. These purposes can be for the payment of registration fees, donations, membership fees, small selection of products, etc. However, in these cases a full-blown webshop solution is not needed, since the range of products is very limited and most of the webshop features, like inventory management are not needed. The existing website already features a registration-procedure and the payment process shall be integrated there. Moreover the design of the integrated parts shall be adapted to the website itself. Requirements for the customer side: * trusted system * secure (https) * support of multiple payment methods (credit cards, etc.) Requirements for the website owner * easy to integrate, with current website (typo3/php) * design and styles should be adaptable to the design of the website * easy management of incoming payments * work with an Austrian bank account Since the frequency and amount of payments is not expected to be very high, there should be no recurring fees for using the service. Fees per payment shall be as low as possible. The system should be able to handle a larger amount of payments flawlessly should the need arise at one time in the future.

How to setup a Canoo Webtest Environment

I am working as part time softwaretester in a software development company. In the last months the main part of my work was testing the same testcases over and over again. All startet with a few testcases for a relatively small frontend. But as time goes by, the software developed and the functionality grew...and so grew the frontend of the application and the complexety of the testcases. At the beginning i only had about 30 testcases which covered the overall functionality of the application. Now i have to test about 100 testcases in the same time. So some solution had to be found. The great thing of the application i have to test is, that most of the navigation and layout stays the same, even when new functionality is implemented. That makes an automatic regression very easy. My goal was now to find a free, easy to understand, easy to install and easy to use test tool which fits my requirements. I chose "Canoo Webtests". It's an XML based test tool, which is really great. It produces very good testreports, it generates screenshots during the automated testing and it is relatively easy to install. Because its XML based the testcases are very easy to implement, and persons who are not so familiar with programming can understand and implement the testcases very easy.
Subscribe to Webshop