Systems | Development | Analytics | API | Testing

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.

Are your Digital Services Accessible?

The modern workplace is more diverse than ever. Interested parties include a whole strata of incredibly talented people whose needs are regularly overlooked through poor design & development, and a failure to comply with disability and accessibility regulations around the world. This webinar will give you an introduction to the digital needs of those in need of accessibility support and the software tools available to help you test that you are meeting a significant portion of those needs.

How to Create Test Scripts Using the Chrome DevTools Recorder Panel

Create JSON, Puppeteer, and Puppeteer Replay test scripts to run on Sauce Labs using the Chrome DevTools Recorder panel You can now record, replay, and measure user flows with the new Chrome DevTools Recorder panel. The Recorder panel is available in Chrome versions 101 and above. A major benefit of the Chrome DevTools Recorder panel is that it requires minimal background knowledge on testing to use. This allows development teams to more easily create and run user flow tests.