QA Interview Questions and Answers for Experienced Guys

Introduction Are you getting ready for a senior QA (Quality Assurance) job interview? And looking for “QA Interview Questions and Answers for Experienced”.  Are you curious about the questions you might face and how to answer them clearly? You’re in the right place! Here, we’ll give you a quick rundown of common senior QA interview … Read more

Testing Estimation Techniques in Agile

Testing Estimation Techniques in Agile

Introduction Testing estimation techniques in agile are not so different from traditional estimation. In most cases, techniques remain the same, it’s just labels that get changed. However, in this blog, we will discuss various techniques that are used in the field of software development. Accurate testing estimation is vital to plan sprints, allocate resources effectively, … Read more

Difference Between XPath and CSS Selector

Difference Between XPath and CSS Selector

Introduction This blog clearly explains the difference between XPath and CSS Selector. The concept of XPath and CSS Selector is not clear as they have similarities in syntax. In web automation testing with Selenium, choosing the right method to locate and interact with web elements is important. Most of the time it falls in the … Read more

What to Test in Database Testing?

what to test in database testing?

Introduction “What is a database, and what to test in the database is Database testing” is the answer you should know at the very start of your career in QA. Unfortunately, most seniors hesitate to work with databases, and they are unaware of the basic queries that are essential to perform database testing. We have … Read more

Agile Testing Process Steps

Agile Testing Process Steps

Introduction In this blog, we will discuss software testing, testing activities, and agile testing process steps. Software testing ensures software quality and identifies defects. Agile is a non-sequential approach to software development. Agile testing process steps involve iterative testing, collaboration, and continuous feedback. Let’s discuss in detail: Related Post : What is Difference Between QA … Read more

Connectionfailedexception selenium

Connectionfailedexception selenium

Introduction You might get some If you’ve recently updated your Chrome browser to version 115. x, you might encounter the “org.openqa.selenium.remote.http.ConnectionFailedException” exception. you may also come across another issue that is “org.openqa.selenium.SessionNotCreatedException“. Here’s a solution to quickly address these issues. Errors The errors are: Error 1 | org.openqa.selenium.remote.http.ConnectionFailedException Symptom’s The window is merely opened, but … Read more

How to Start Appium Server Automatically

Introduction There is huge difference How to start Appium from the command line vs. how to start Appium server automatically. In this article, we’ll compare two ways to kickstart your Appium journey: launching it manually from the command line and automating the server’s startup process. How to Start Appium from the Command Line? The easiest … Read more

Setup Selenium in IntelliJ with TestNG Framework

Setup Selenium in IntelliJ is quite simple process if you have understanding of Selenium, which is an open-source automation testing tool used for automated web application testing. It can be used to automate tasks on web browsers such as opening a browser, entering data, clicking buttons and so on. Integrating Selenium with the IntelliJ IDE … Read more

Selenium UI tests in an Azure DevOps pipeline

Running Appium UI tests in an Azure Pipeline

Overview Running Selenium UI tests in an Azure DevOps pipeline is challenging part of Test automation process. This guide describes how to run Selenium UI tests in CI-CD using Azure DevOps. The following are different steps required to do so. For complete understanding of the overall prcoess of CICD, do visit this tutorial. Prerequisites Note: … Read more