Systems | Development | Analytics | API | Testing

June 2023

You don't need to be an expert to automate your UI tests

Comprehensive test suites are hard to build out, especially when it comes to UI testing. QA teams have to strike a balance between running enough tests to cover essential cases, and giving each test the attention necessary to ensure quality results. With increasing demand for more releases, testers have a lot on their plate, and so automation becomes essential for keeping up. The challenge? End-to-end tests are notoriously difficult to automate without the right tools. The solution?

Your Content Changes; Your Layout Doesn't. Make Sure it Always Looks Good.

Visual tests are essential for making sure your website looks good, but they also can be challenging to run if your website has a lot of dynamic elements. In a typical visual regression test, your goal is to compare new website versions against previously set baselines to check that unnecessary changes don’t accidentally get loaded to production.

Multi-Factor Authentication Support in AlertSite

In the dynamic realm of synthetic monitoring, where ensuring the performance and availability of critical aspects of web applications is a must, an important aspect has been missing – support for monitoring sign-in processes that use Multi-Factor Authentication (MFA). Until now, no synthetic monitoring product on the market has adequately addressed the challenge of monitoring transactions that require the input of MFA code.

API Exploration for Designers

API design is critical to the success of API products, and API exploration can significantly improve the quality of API designs. In this webinar, Frank and Temil cover the benefits of adopting a specification-based approach and how by leveraging API exploration tools, API designers can deliver high-quality APIs that provide a positive DX for consumers.

Your Test Suite is Not Complete Without Visual Tests

Test engineers may recall the fateful day when they confidently deployed the latest version of their application after their functional UI test suite gave the green light. But within hours, bug reports began detailing a mysterious UI element missing for some users but appearing for others. The culprit: a poorly written CSS media query invisible to your test suite.