Systems | Development | Analytics | API | Testing

July 2022

Getting Started with API Contract Testing

Learn what OpenAPI-driven contract testing is, how and when contract testing is performed and scaled for massive microservices programs, and how it can provide relief to development teams that have been overwhelmed by testing bottlenecks and increasing rates of code errors in production. The world runs on apps and platforms built from microservices – and microservices run on APIs.

Getting Started with XPath in Selenium

Selenium is the industry-standard, open-source testing automation framework. To implement Selenium, developers first need to use a locator to find dynamic web elements that help automate the cross-browser testing of their web applications. Selenium uses several locators, including XML Path (XPath). This blog explains how to use XPath as a web element locator in Selenium.

A Brief History of Disastrous Game Launches - and How to Keep Your Title Off This List

This summer marks the 40th anniversary of one of the most beloved American films of all time, E.T.: The Extra Terrestrial. E.T. was by all accounts a smashing success to the tune of $800 Million at the box office and cemented Stephen Spielberg as one of the most talented young filmmakers in the world.

Accelerating Releases with Quality: Contract Testing vs. E2E Functional Testing

Good API testing should give developers confidence that services will run and perform as expected in production. But how much contract testing vs. E2E functional testing is really needed for quality at speed? This blog was first published on September 9th, 2021. It has been updated with the most current information.