Title: TestMW Monitoring
Author: tmwforest
Published: <strong>June 25, 2026</strong>
Last modified: June 25, 2026

---

Search plugins

![](https://ps.w.org/testmw-monitoring/assets/banner-772x250.png?rev=3586411)

![](https://ps.w.org/testmw-monitoring/assets/icon-256x256.png?rev=3586411)

# TestMW Monitoring

 By [tmwforest](https://profiles.wordpress.org/tmwforest/)

[Download](https://downloads.wordpress.org/plugin/testmw-monitoring.0.3.0.zip)

 * [Details](https://wordpress.org/plugins/testmw-monitoring/#description)
 * [Reviews](https://wordpress.org/plugins/testmw-monitoring/#reviews)
 *  [Installation](https://wordpress.org/plugins/testmw-monitoring/#installation)
 * [Development](https://wordpress.org/plugins/testmw-monitoring/#developers)

 [Support](https://wordpress.org/support/plugin/testmw-monitoring/)

## Description

**TestMW** is a cloud service that automatically checks that the forms, payment,
cart, account area, and other key user flows on your site are working. A robot walks
through your site every few minutes as a real user would, and if something breaks,
it sends an alert (Telegram or email) with a screenshot and a log.

This plugin connects your WordPress site to TestMW with one click. After you connect
a site, two tests are created automatically:

 * **Monitoring** — watches the home page availability on a schedule.
 * **Autogeneration** — crawls your site, finds forms and buttons, and builds test
   scenarios by itself.

#### What this gives you

 * You learn about problems before your customers do — not a week after the contact
   form quietly stopped working, but five minutes after it breaks.
 * No developers or QA engineers required: paste the API token and you are done.
 * You see results right in the WordPress admin — a dedicated page plus a dashboard
   widget on the main console.

#### What you need

 1. A TestMW account at [testmw.ru](https://testmw.ru) (a free tier is available for
    trial).
 2. An API token from your TestMW account.

#### Security

The plugin does not give TestMW access to your site’s content or database. The TestMW
robot visits your site from the outside as a regular visitor, the same way Google
or any other user would.

### External services

This plugin relies on the TestMW cloud service (https://testmw.ru) to provide website
monitoring. It cannot work without a TestMW account and an API token.

**What data is sent to the external service:**

 * When you save the API token on the plugin settings page — the token is sent to`
   https://testmw.ru/api/v1/public/me` to validate that it belongs to a real TestMW
   account.
 * When you load the plugin settings page or the WordPress dashboard (and the token
   is configured) — the plugin requests `/me` and `/tests` to display your account
   info and the list of tests for this site. Responses are cached for 30–300 seconds
   to minimize traffic.
 * When you click “Connect site to monitoring” — your site’s public URL (`get_site_url()`)
   is sent to `/api/v1/public/provision` so TestMW can create monitoring tests for
   it.
 * When you click “Run”, “Toggle”, “Schedule” or “Delete” on a test card — the corresponding
   test ID (and, for schedule, the chosen interval) is sent to the matching endpoint.

**The plugin does NOT send:**

 * Visitor data, IP addresses, or any analytics.
 * Post content, user data, or anything from your WordPress database.

**Service terms and privacy:**

 * Terms of Service: https://testmw.ru/offer
 * Privacy Policy: https://testmw.ru/privacy

Once monitoring is set up, the TestMW worker robot will visit your site as a regular
HTTPS visitor. The plugin itself is not involved in those visits — they originate
from TestMW’s servers.

## Screenshots

[⌊Plugin settings page with two test cards: Monitoring and Autogeneration.⌉⌊Plugin
settings page with two test cards: Monitoring and Autogeneration.⌉[

Plugin settings page with two test cards: Monitoring and Autogeneration.

[⌊Dashboard widget on the main WordPress console with a summary.⌉⌊Dashboard widget
on the main WordPress console with a summary.⌉[

Dashboard widget on the main WordPress console with a summary.

[⌊Schedule interval can be changed in one click.⌉⌊Schedule interval can be changed
in one click.⌉[

Schedule interval can be changed in one click.

## Installation

 1. Install the plugin from the WordPress directory (search for “TestMW Monitoring”)
    or upload the ZIP manually.
 2. Activate the plugin on the Plugins page.
 3. Register at [testmw.ru](https://testmw.ru) and create an API token under Profile
    API tokens.
 4. Open “TestMW” in the left admin menu.
 5. Paste the token and click “Connect”.
 6. Click “Connect site to monitoring” — done.

## FAQ

### Is it free?

TestMW has a free tier for trial use. Paid tiers unlock larger limits (more tests,
more frequent checks, AI failure analysis). The plugin itself is free and distributed
under the GPL.

### Will the robot break my site?

No. It walks through the site as a regular user would — opens pages, clicks buttons,
fills forms with test data. It does not perform any actions that a normal visitor
could not.

### What if my form takes real payments?

For payment forms, use your gateway’s test mode. The test scenario can be configured
to fill only the necessary fields, and either skip the final “Pay” button or send
it to a test environment.

### Can I connect multiple sites with one token?

Yes. One token belongs to one TestMW account, which can host multiple connected 
sites within your tier limits.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“TestMW Monitoring” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ tmwforest ](https://profiles.wordpress.org/tmwforest/)

“TestMW Monitoring” has been translated into 1 locale. Thank you to [the translators](https://translate.wordpress.org/projects/wp-plugins/testmw-monitoring/contributors)
for their contributions.

[Translate “TestMW Monitoring” into your language.](https://translate.wordpress.org/projects/wp-plugins/testmw-monitoring)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/testmw-monitoring/),
check out the [SVN repository](https://plugins.svn.wordpress.org/testmw-monitoring/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/testmw-monitoring/)
by [RSS](https://plugins.trac.wordpress.org/log/testmw-monitoring/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 0.3.0

 * Preparing for the wordpress.org directory: full i18n, English readme, PHP 7.4
   support, External services section, security pass.

#### 0.2.0

 * Full integration with the TestMW API: site connection, test management, schedules,
   caching.

#### 0.1.0

 * First version: settings page, token storage.

## Meta

 *  Version **0.3.0**
 *  Last updated **2 days ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 6.0 or higher **
 *  Tested up to **7.0**
 *  PHP version ** 7.4 or higher **
 *  Languages
 * [English (US)](https://wordpress.org/plugins/testmw-monitoring/) and [Russian](https://ru.wordpress.org/plugins/testmw-monitoring/).
 *  [Translate into your language](https://translate.wordpress.org/projects/wp-plugins/testmw-monitoring)
 * Tags
 * [forms](https://wordpress.org/plugins/tags/forms/)[monitoring](https://wordpress.org/plugins/tags/monitoring/)
   [q&a](https://wordpress.org/plugins/tags/qa/)[testing](https://wordpress.org/plugins/tags/testing/)
   [uptime](https://wordpress.org/plugins/tags/uptime/)
 *  [Advanced View](https://wordpress.org/plugins/testmw-monitoring/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/testmw-monitoring/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/testmw-monitoring/reviews/)

## Contributors

 *   [ tmwforest ](https://profiles.wordpress.org/tmwforest/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/testmw-monitoring/)