Selenium WebDriver
Webdriver is the interface in API, which has several implementations. We mainly write test cases against those implementations only. HTMLDriver, FirefoxDriver, OperaDriver, ChromeDriver, InternetExplorerDriver, etc are the implementations to …
Selenium WebDriver
An Older version of Selenium like Webdriver 2.51 is working fine till Mozilla Firefox version 45. So it was difficult for Automation Engineer to run tests on the latest …
Uncategorized
The art of software testing is quite interesting and testing strategy varies from one tester to another. Similarly, we define different testing strategy as well as the scope of …
Selenium WebDriver
Selenium supports various languages like Java, C#, Python, Perl, Ruby, PHP, etc. But among them, Selenium with Java is the most popular combination. It is widely used and it …
Selenium WebDriver
Today we will start our first tutorial on Selenium WebDriver. We firstly learn alphabets before making a single word. Similarly, we will learn introductory part of WebDriver that will …
Selenium WebDriver
We have learned almost everything about Selenium IDE from writing test cases to web element locators. So if we talk about web element locators then locating through XPath in …
Selenium IDE
We have discussed a lot more stuff till now on Selenium IDE. I will highly recommend you to go through such articles. Those articles will help you to build …
Selenium IDE
What are Selenium commands? These are the set of commands which are used to run test cases. These Selenium commands are often called as Selenese. These are responsible for …
Selenium IDE
Web Element Locators Web element locators identify the target on web applications to perform various selenium commands. It is in the format like Locator_Type = Location. There are different …
Selenium IDE
Disclaimer: There will be two more articles on Selenium IDE. Those articles teach uses of various Selenese commands and other technicalities to build test cases. So I recommend you …