Category: Selenium IDE
Selenium IDE for Chrome: A new version with advanced features
September 21, 2018
This is going to be a talk of the town. Why I am saying this? You might get excited (especially who made their hands dirty during Selenium learning with …
How to write and execute test cases by using Selenium IDE?
July 19, 2017
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 …
What is Selenese in relation to Selenium IDE?
July 15, 2017
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 …
What are the locators to find web elements?
July 13, 2017
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 …
A basic guide to Selenium IDE
July 11, 2017
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 …
How Selenium as an Automation tool evolved?
July 9, 2017
Agile methodology suddenly triggered the high demand of Automation testing processes in quality assurance. Selenium, a widely accepted tool worldwide by Quality engineers in regard to web application testing. …