qa
27 articles tagged “qa”
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…
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…
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…
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…
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…
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…
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…
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…
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…
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…