Systems | Development | Analytics | API | Testing

Latest Posts

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.

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.

A Comprehensive Approach to Quality: Integrating Test Automation & Test Management

Manual tests slow down your team and limit test coverage, but implementing UI test automation can sometimes seem daunting. After all, you have a massive application with numerous moving parts, and UI tests are notoriously flaky. So, how can you improve quality and streamline your UI testing efforts? In this article, you’ll learn the difference between test automation and test management, and how integrating the two can unlock a more comprehensive approach to quality.

What is Visual Testing?

Companies today deploy new releases constantly, some even daily. This constant deployment means regular updates are occurring or existing lines of code are being altered, which can cause problems. The slightest change of code can break the functionality of an existing code structure causing the user experience to suffer. Maintaining a visually perfect UI is important for retaining customers.

How to Test Smartphone Biometrics

Smartphones have advanced greatly since their introduction in the 2000s. From faster GPUs for gaming to advanced instrumentation, these devices are now more computer than phone. Given the limitations of simulators and the complexity of real devices, they've also become a challenge for app developers to test. Biometric authentication, a fast-growing smartphone technology, introduced testing challenges.