V
V
vostotskiy2016-03-14 13:04:36
PHP
vostotskiy, 2016-03-14 13:04:36

Are there ready-made frameworks for testing websites?

Hello. I want to implement testing for several sites, which can be run with a certain frequency (for example, once every few hours). On the one hand, I want to test the functionality (for example, using Selenium PHP-Webdriver), since it is the same type on several sites, for the performance of forms, validation, etc. Plus, the webdriver emulates the work of different browsers. On the other hand, I want to test the performance of links (look for broken links), sitemap.xml, robots.txt, and so on. Is it possible to use PHPUnit or a framework based on it for this purpose with the ability to edit tests, integrate with Selenium?
Or do you need to write your own separate engine, make an interface for it, with the ability to add sites, configure tests for them, other settings, display reports (on the site, mail, SMS notifications)?
Has anyone come across a similar product? I don't want to reinvent the wheel if something similar already exists. Thanks in advance for your reply.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dmitry Voronkov, 2016-03-14
@DmitryVoronkov

No need to reinvent the wheel, there is for example this

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question