Selenium based functional testing & transaction monitoring

Update on May 17th, 2020: please visit synthetic-testing.com for newest information about our synthetic testing This functionality was frequently requested by our users and now we finally have it - automated synthetic monitoring using real browser! It allows you to periodically simulate user interaction with you web application by entering form fields, submitting forms, clicking links and buttons, etc. For list of currently available browser commands please visit our “Quick reference” section.
Read more →

.NET library for detecting temporary / disposable email addresses

Hello. We published open-source, simple and easy to use .NET Standard 2.0 library with some useful utilities. For example, you can now easily check if email address is temporary / disposable. With string extension methods this can be as easy as following: bool isTemporary = “username@mailinator.com”.IsTemporaryEmail(); //true Current implementation is offline (known temporary domains are “baked in”) and for this reason also very fast. GitHub repository with examples: https://github.com/AppBeat/AppBeat.Utils Our official NuGet Package for this library: https://www.
Read more →

Monitoring DNS records for your domain

Want to periodically monitor DNS records for your website? Here are step by step instructions how to accomplish this with AppBeat: click on “Add new periodic monitor” button and select DNS agent type enter domain you want to monitor you can create custom regular expression rules which will be used for DNS response validation optionally you can test your rules to ensure they are returning status “Good” click “Finish” button Your DNS entries will now be periodically monitored from our agents all around world - you will receive notification if anomaly is detected.
Read more →

Domain expiry monitoring with Whois

With newest version of AppBeat you can now periodically run Whois for your domain: You can customize notification rules to receive message when domain is about to expire or set custom regular expression for Whois response: For example, you can set regular expression to ensure correct name servers, registrant name, domain status, or any other information returned from Whois server. Please let us know if you have any questions about this feature.
Read more →

Detailed web server certificate validation

We published small update, where you can now enable detailed certificate validation which checks for name mismatch, chain validation errors and other common issues. You can enable this feature by adding new server certificate check or editing existing one: Happy monitoring!
Read more →