Testing Pyramid Makes Little Sense

April 5, 2023 0

The testing pyramid – the canonical shape of tests that defined what types of tests we need to write to make sure the app works – is … obsolete. In this presentation, Roman Sandler and Gleb Bahmutov argue what shape works better for testing web applications.

Testing Web Applications with Playwright

March 14, 2023 0

Playwright is a open source framework for Web Testing and Automation developed by Microsoft. It allows testing Chromium, Firefox and WebKit with a single API. Playwright is built to enable cross-browser web test automation that is always green, capable, reliable and fast. You can use the Playwright API in TypeScript, JavaScript, Python, .NET and Java.

Lessons from Testing Browsers with WebDriver

April 5, 2022 1

Web-platform-tests is a large test suite used with WebDriver to ensure browsers stay compliant to web standards and in doing so remain interoperable. Along with being run in most browsers as part of their continuous integration (CI) system, we run the whole test suite over a dozen times a day to provide a public dashboard for both those working on browsers and those more generally working on standards.

Automate REST API Tests with Cerberus Testing Framework

November 9, 2021 0

Welcome to this Cerberus Testing step-by-step tutorial for testing REST APIs. This guide will help you understand the test automation workflow and good practices supported by the Cerberus Testing open source framework.

WebdriverIO Nuts and Bolts

August 2, 2021 1

This talk presents everything you need to know to run a successful, stable and maintainable WebdriverIO open source browser and mobile testing tool for Node.js. Christian explains you everything from the basic concepts up to complex testing strategies you can do with WebdriverIO like frontend performance testing as well as complex browser interaction with Puppeteer.

Performance Testing: Tips for E-commerce Site Performance

October 27, 2020 1

The COVID-19 pandemic has been an accelerator of growth for online shopping and e-commerce. But are your website pages loading fast enough for impatient customers? This article shares some practical tips and metrics to test and measure the performance of your e-commerce website.

1 2 3 4 5 9