by admin | Mar 18, 2020 | Selenium Web driver
Selenium Assertion: In this section, we will learn about the Assertion in Selenium WebDriver. An Assertion is a feature available in TestNG, which is used to verify the expected result of the test case. If the actual result of an application matches the expected...
by admin | Nov 16, 2019 | Selenium Web driver
Selenium WebDriver – Window handling In this tutorial, we will understand how we can handle the window, multiple windows, and pop-ups in selenium WebDriver. We have different types of window, and pop-ups handling present in selenium WebDriver. New window/New tabAlert...
by admin | Nov 16, 2019 | Selenium Web driver
Selenium WebDriver- Checkbox handling In this tutorial, we will be learning about handling the checkbox in selenium WebDriver. Let us take one example to give you a better understanding of Checkbox handling, and we will create a sample test script which is as follows;...
by admin | Nov 16, 2019 | Selenium Web driver
Selenium-Grid In this tutorial, we will learn about Selenium-Grid. Another part of selenium test suite is Selenium-Grid, which allow us to run our test on the different machines, different browser, and operating systems parallel, which means that we can run the...
by admin | Nov 16, 2019 | Selenium Web driver
Selenium WebDriver- Radio button handling In this tutorial, we will be learning about handling the radio button in selenium WebDriver. Let us take one example to give you a better understanding of Radio button handling, and we will create a sample test script which is...
by admin | Nov 16, 2019 | Selenium Web driver
Selenium WebDriver-Alert Popup An alert popup is one of the small message boxes, which used to give some information to the user that displays on the browser. The Alert popup will be implemented with the help of JavaScript, so we cannot inspect any alert popup....
by mayankjtp | Nov 15, 2019 | Selenium Web driver
by admin | Nov 15, 2019 | Selenium Web driver
Selenium WebDriver-XPath Locator The locators can make the object identification of all the selenium tools. There are eight locators available in selenium web driver, but most of the time we go for XPath locators to identify a web element. XPath stands for XML Path....
by mayankjtp | Nov 15, 2019 | Selenium Web driver
Difference between Selenium WebDriver, and Selenium RC: Selenium WebDriver and selenium RC (Remote Control) both are different in any manners which we see later in this tutorial, let us see the main difference which is in the architecture of WebDriver and Selenium RC....
by mayankjtp | Nov 14, 2019 | Selenium Web driver
CSS Selector: Substring Matching Selenium WebDriver In this tutorial, we will learn how to identify the web element using the substring method. A Sub-string contains three methods for identifying the web element uniquely. The sub-string methods are as follows:-...