What is Jenkins? The Powerful tool of DevOps

What is Jenkins? The Powerful tool of DevOps

Jenkins is an open-source automation server that can be utilized for continuous integration (CI) and continuous delivery (CD). This tool is very popular with DevOps teams because it can do many things automatically, like building, testing, and putting software out there. There are several ways in which Jenkins can be utilized to facilitate DevOps: CI…

Selenium Real-time Project Framework #2 Framework Structure

Selenium Real-time Project Framework #2 Framework Structure

As it is widely acknowledged, live projects hold significant importance in automation testing training as they provide an opportunity to experiment with real-world scenarios. So we introduced a tutorial series where you will build a Data-driven framework to test an E-learning web application. In the first part/episode of the Selenium Real-time Project Framework series, we…

Role of Thread.sleep() & Implicit wait in Selenium WebDriver

Role of Thread.sleep() & Implicit wait in Selenium WebDriver

Occasionally we encounter the NoSuchElementException when automating a web application, which is thrown when the requested element is not found when we test the website with Selenium. The primary reason for this error is that the element that requires interaction is present on the page; however, it takes some time for it to load and…

How to become a Test Automation Engineer? Myths, Strategy & Plan
| |

How to become a Test Automation Engineer? Myths, Strategy & Plan

Test automation has seen great growth. Test automation engineers are a highly sought-after skill across industries, which makes it difficult to stay competitive. This blog is for you if you want to grow as a manual tester, or just want to learn more about the automation tester career path. Who is an Automation Tester? Automation…

The differences between JUnit 5 vs JUnit 4 – Selenium Tutorial
|

The differences between JUnit 5 vs JUnit 4 – Selenium Tutorial

The JUnit 5 framework is the latest version of JUnit, and it consists of three subcomponents: JUnit Platform, JUnit Jupiter, and JUnit Vintage. Before learning about these components. JUnit 5 runtime requires Java version 8 (or any higher version). But unit tests can still be compiled with older versions of Java and run with JUnit…

Selenium Training E-learning Project Tutorial – Part 1
|

Selenium Training E-learning Project Tutorial – Part 1

Whenever we join Automation Selenium testing training. We always have questions in our minds, such as: 1. Will they cover live projects or not? 2. What types of projects will they cover in training? If you are a beginner in Automation Selenium Testing, then you can start with easy-to-understand projects: E-learning User management CRM Travel…

How should explain selenium project to the interviewer?
| |

How should explain selenium project to the interviewer?

This is a crucial question to actually know whether someone has really worked on Selenium or not. Simple theoretical questions are not very likely to be asked nowadays. We all know those kinds of questions are everywhere on the internet. There are plenty of questions like the difference between different wait types, assertions, listeners, dependency,…

Check Box, Radio button – Selenium Webdriver Free Training
|

Check Box, Radio button – Selenium Webdriver Free Training

Welcome back to Selenium Webdriver free training. In the last tutorial, we talked about Multi-Browser testing. By performing Multi Browser testing, you can test your web app on different browsers. Read Cross Browser Testing Let’s move ahead and discuss how to select the checkbox and radio button. What are the checkbox and radio button? The…

Cross Browser Testing – Selenium Free Training
|

Cross Browser Testing – Selenium Free Training

Welcome to Selenium Webdriver Free Training. Last time, we worked with iframes and checked how to switch between 2 different iframes. Read How to handle iframes using Selenium webdriver? In this tutorial, we are going to write a script to launch 2 different browsers like Chrome or Firefox. In this script, we are not going…

How to develop automation tests with TestProject?
|

How to develop automation tests with TestProject?

Welcome back to TestProject tutorials. In the last tutorial, we talked about TestProject. As we discussed, TestProject is a comprehensive automation tool that provides capabilities to automate web, mobile, and API applications. It is a tool built on top of Selenium and Appium, which allows QA engineers to effortlessly test web applications along with Android and iOS….

What are the Java Frameworks for unit testing with Selenium?
|

What are the Java Frameworks for unit testing with Selenium?

Test automation has changed the rules for writing codes and the speed at which codes are tested during the software development life cycle. Unit Testing is magic in Automated Testing In the testing cycle, unit testing is one of the first testing processes developers run while creating the application’s source code. Each code is designed…