Category: Selenium
-
How to Download and install Selenium Web Driver ?
How to download and install selenium web driver ? All the engineers who want to work on selenium they are having query How to download and install selenium web driver. How to create setup for selenium testing. A lot of queries is there in mind of engineers. Lets give some light on this Prerequiste for…
-
What is Selenium Web Driver ?
What is Selenium Web Driver ? Selenium WebDriver is a web automation framework that allows you to execute your tests against different browsers, not just Firefox, Chrome (unlike Selenium IDE). WebDriver allows engineers to use a programming language in creating your test scripts which is not possible in Selenium IDE. Engineers can now use iterations logics and conditional…
-
Selenium Tutorials for beginners
Selenium Tutorials for beginners Selenium is the open source web based automation tool. In this tutorials you will cover basics as well as advance features. Below are few topics which we are going to cover What is Selenium ? Brief introduction about Selenium What is Selenium Web Driver ? How to Download and install Selenium…
-
What is Selenium ? Brief introduction about Selenium
What is Selenium ? Here is Brief introduction about Selenium What is Selenium ? Selenium is a open source automated testing tool for web applications across different browsers and platforms. Selenium focuses on automating web-based applications. What is Selenium Testing? When an test engineer perform testing using selenium tool is called Selenium Testing. Selenium has…