Skip to content

qa

27 articles tagged “qa”

Selenium Grid 4 with Docker

Blog

December 22, 2023

Selenium Grid 4 with Docker

Introduction When talking about automation testing, one of the first things that comes to mind is Selenium. Selenium is a free, open-source automated testing framework…

QA Challenges on Data Processing-based Solutions

Blog

November 17, 2023

QA Challenges on Data Processing-based Solutions

A data processing-based solution refers to a system or approach that involves data collection, manipulation, analysis, and utilization to solve a particular problem or address…

Achieving High-Quality Tests in Elixir with Gherkin (Part 2)

Blog

September 6, 2023

Achieving High-Quality Tests in Elixir with Gherkin (Part 2)

Part 2: UI Test Automation in Elixir with Wallaby Wallaby is a functional testing library for Phoenix and Elixir web applications. It allows you to write…

Achieving High-Quality Tests in Elixir with Gherkin (Part 1)

Blog

August 29, 2023

Achieving High-Quality Tests in Elixir with Gherkin (Part 1)

What is Gherkin? An Introduction to Behavior-Driven Development (BDD) with Gherkin In this two-part blog, we will explore the power of Gherkin, a domain-specific language designed…

Boost Your Testing Efficiency with Playwright

Blog

August 10, 2023

Boost Your Testing Efficiency with Playwright

Automation testing has become essential in the fast-paced world of software development. One tool that has gained significant attention in recent times is Playwright. This post…

Web Testing using Cypress Framework

Blog

June 9, 2023

Web Testing using Cypress Framework

When we talk about automation testing of web applications, Selenium is the most used solution in the IT industry, with multiple language support and rich…

Protractor parallel execution

Blog

May 12, 2023

Protractor parallel execution

Why Parallel Testing? When designing automation test suites, the ability to run tests in parallel is a key feature because of the following benefits: Execution…

Introduction to GraphQL

Blog

May 11, 2023

Introduction to GraphQL

In today's Tech Bite topic, we will get familiar with GraphQL and explain its growth in popularity in recent years as the new standard for…

IQR in Automation Testing: Unleashing the Data Analytics Potential

Blog

April 25, 2023

IQR in Automation Testing: Unleashing the Data Analytics Potential

Usually, when people talk about statistics, they think only about numbers, but it is much more.  Statistics is an irreplaceable tool in different fields like…

Reducing a Code with the Map Method

Blog

March 13, 2023

Reducing a Code with the Map Method

The rule of thumb when writing code is not to repeat oneself. The same code reused several times means messy and unclear code, and we…