Automation Testing

Step-by-Step Guide: Setting Up Cypress & Testing Login

As promised in the previous post this one will be about a basic setup using Cypress. We will also dive a bit into how we could make the same action in different ways and obviously make it better. Prerequisites You must have the following programs installed on your computer before we can begin: Step 1: …

Read More

Playwright with TestNG+bonus QMetry Integration

What is Playwright? Playwright is a solid, open-source framework for automating websites. It has support for Chromium, Firefox and Webkit within a single API. Some of the advantages of Playwright and why did we choose it, you can read in this article.  How to create TestNG tests with Playwright First of all, we need to …

Read More

Selenium 4 cool new features and highlights

Selenium was and it’s one of the most preferred tool to automate cross-browser testing of web apps. It’s been the go-to-tool for web developers and testers to ensure the quality of web applications.  Since Selenium was developed, it received constant updates and fixes, making it one of the most reliable and powerful tool to automate …

Read More

Is Cypress the Automated Testing Platform of the Future?

Is Cypress the Automated Testing Platform of the Future? Cypress, a JavaScript-based end-to-end testing framework, may be familiar to software developers and quality assurance testers. By solving some old issues in the industry, the adoption rate brought it to one of the most popular testing tools for modern web applications in recent years.   What …

Read More

Selenium vs Playwright – A short comparison

We all know that automation testing has become an integral part of software development and the choice of the right automation tool can make a significant impact on the overall efficiency and effectiveness of the testing process. Given this, there are a few tools that comes to mind, like Selenium, Cypress or Playwright, with Selenium …

Read More