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…

Selenium WebDriver Commands/Methods – Web Element methods Part 3
|

Selenium WebDriver Commands/Methods – Web Element methods Part 3

Welcome back to the Selenium Automation Testing Free training series. This will be the last tutorial on WebDriver commands/methods. In the last 2 tutorials, we talked about Browser commands/methods and Navigation commands/methods. To learn about the methods, please check the following links: Read Selenium Webdriver Commands/Methods part -1 Read Selenium Webdriver Commands/Methods part – 2 Before…

Selenium WebDriver  Commands/Methods – Navigation methods Part 2
|

Selenium WebDriver  Commands/Methods – Navigation methods Part 2

Welcome back to the Selenium Automation Testing Free training series. In this Selenium WebDriver Commands/Methods Part 2, we will talk about all Navigation methods or commands. To read about the Browser methods/commands, please check the following link: Read Selenium WebDriver Commands/Methods Part – 1 Selenium Webdriver Navigation methods All right. Let’s talk about Navigation methods or…

Selenium WebDriver Commands/Methods – Browser methods Part 1
|

Selenium WebDriver Commands/Methods – Browser methods Part 1

Welcome to the Selenium Automation Free training tutorial. We have seen the following stuff so far in the last tutorials: Created a successful test script. How to assert the title of the webpage, and what are the scenarios where we can use it? What are Web elements & locators? As we mentioned, we will talk…

Locate Web elements – Selenium WebDriver Testing Free Training
|

Locate Web elements – Selenium WebDriver Testing Free Training

Welcome to the Selenium WebDriver Testing Free Training series. In the last tutorial, we talked about the following things: Get webpage title Assert the webpage title Scenarios where we can call for assert title technique. To check the previous tutorial, please refer to the following link: Read Assert Title using Selenium webdriver All right!! Let’s move ahead…

Assert Title – Selenium WebDriver Testing Free Training
|

Assert Title – Selenium WebDriver Testing Free Training

Welcome to the Selenium WebDriver Testing Free Training series. In the last tutorial, we tried to write the first Selenium WebDriver code to open www.google.com in the Google Chrome browser. In this tutorial, we are going to discuss the following things: Get webpage title Assert the webpage title Scenarios, where we can use assert title technique. To…