Monitoring a web application using a browser

    Working on their projects, we have repeatedly come across the problem of the need for additional capabilities for monitoring their product. That is, in addition to standard monitoring of the load or availability of the server, I wanted to be able to continuously monitor and validate the interface of elements, forms, content and other components. In other words, we needed a tool that would let us know about the problems that appeared and solve them before they were noticed by users.

    We have created a service - qabot.net- which solves the problem and we think it may be useful for others. In general, the process consists in automating the Selenium (Selenium2 + WebDriver) test cases that were created using the Selenium IDE. At this stage, only the Selenium IDE is supported, but if the service is in demand, we will add other features for adding tests.

    I would like to know your opinions and comments on this subject. Does such a service make sense to you?

    Also popular now: