Selenium Tutorial With Java Easy & Free

This free selenium tutorial is designed to learn and understand selenium automation testing easily. Beginners can start from basic of selenium testing and advanced level users can learn advanced topics of selenium testing using this selenium tutorial. We will learn about selenium webdriver architecture, installation, test case creation, different commands, running webdriver test on different … Read more

If Else Statement – Basic Java Tutorials For Selenium WebDriver

You occasionally need to use if condition in selenium. In my previous post, we have seen different data types in java software development language. It is very important to learn basic java tutorials If you wants to learn selenium webdriver with Java. Because If you do not have knowledge of basic java software development then you can … Read more

Appium – How To Swipe Vertical And Horizontal In Android Automation

This guide will show you how to swipe vertical and horizontal in Appium using simple code examples. You’ll learn how to automate swipe actions on mobile devices for both Android and iOS using different techniques supported by Appium. Earlier In previous post, we learnt how to interact with android mobile gesture to perform drag and … Read more

Webdriver “driver.getTitle()” And “assertEquals” With Example

What is the use of getTitle in Selenium? getTitle()” in selenium is used to get the title of the page in selenium. Many people don’t know how to get the title of a page in selenium webdriver. If you want to verify the title on Selenium automation testing then you should know how to get the window … Read more