Systems | Development | Analytics | API | Testing

Latest Videos

OmniTestingConf: "Native Quality Management with Jira & Xray" - Nicolas Rica

✅ A quick overview of Xray Test Management - cutting-edge test management app for Jira. 🚀 Xray is the leading Quality Assurance and Test Management app for Jira. More than 4.5 million testers, developers and QA managers trust Xray to manage 100+ million test cases each month. Xray is a mission-critical tool at over 5,000 companies in 70 countries, including 137 of the Global 500 like BMW, Samsung and Airbus.

Creating a User Funnel in Moesif

User funnels allow businesses to analyze how individual users are using and converting within their product. Funnel metrics can show how many users are converting through each stage of the funnel and the average time it takes to do so. In this tutorial, Matt covers how to set up a conversion funnel analysis in Moesif using the User Funnels screen. Steps covered include: Navigating to the User Funnel screen Creating “steps” for each step in the funnel How to read and interpret the output

Using Elastic ML to Observe Your Kuma API Observability Metrics

Observability is catching on these days as the de-facto way to provide visibility into essential aspects of systems. It would be unwise for you not to leverage it with Kuma service mesh — the place that allows your services to communicate with the rest of the world. However, many observability solutions restrict themselves to the works: simple metric collection that provides them with dashboards. Expecting users to simply sit on their chairs and look at those metrics all day long is an invitation to failure, as we know that one can only do so much when they get tired and bored.

The Screenplay Pattern Better Interactions for Better Automation - CTM Online

Automating interactions for tests is hard. For the past decade, the primary way to automate web UI interactions has been the Page Object Model. Unfortunately, page objects do not scale well because, by design, they allow lots of code duplication and unsafe activity. The Screenplay Pattern is a much better pattern for handling interactions. In Screenplay, Actors use Abilities to perform Interactions.