Resource Center
Articles

Find out how to perform localisation testing with mobile apps. Change your language or locale with Appium, XCUITest and Espresso.

Puppeteer combined with a test framework provides a great way to run automated browser tests. Follow this guide for more information.

This article will focus on how to debug your Cypress tests with Cypress debugger and other developer tools.

Handling cookies with Selenium WebDriver is a common task, since most websites use cookies. In this guide, we'll show you how to do this with Selenium.

Selenium WebDriver comes with an Action Class, which allows you to simulate user input events, such as mouse and keyboard actions.

Cypress and Cucumber is a great combination to write clean and precise end-to-end browser tests.

TestNG is a popular Java Test Framework which allows you to write clean Selenium tests with built-in parallelisation.