Hi everyone welcomes back once again to Selenium webdriver tutorial. Today we are going to cover the very basic check that is a must in every application check. We will find broken links using selenium and how we can check what is the status of the same. What is find broken links using selenium By the name itself, we can identify that we need to find broken links … [Read more...] about How to Find Broken Links Using Selenium Webdriver
Advance Selenium
MySQL Database testing using selenium webdriver
In this post, we will discuss Database testing using selenium webdriver using the connector. You can take data using excel or CSV file as well but some company still use the database to take data from the different database. As we already know, Selenium does not support Database Testing but partially we can do using JDBC and ODBC. We will connect Java program with database … [Read more...] about MySQL Database testing using selenium webdriver
How to Read and Write excel files in Selenium using Apache POI
Hello, Welcome to Selenium tutorial, in this post, we will see how to Read and Write excel files in Selenium Selenium support only Web browser automation so for Read and Write excel files in Selenium we have to take help of third party API like JExcel and Apache POI Apache POI is an API, which is freeware and written in Java and gives so much flexibility to read/write … [Read more...] about How to Read and Write excel files in Selenium using Apache POI
How to Scroll Page in Selenium Webdriver using Java Script
Hello, Welcome to Selenium tutorials, in this post we will see Scroll page in Selenium Webdriver using different ways. JavaScript plays very important role in Selenium Webdriver too, earlier also we have seen how to work with JavaScript and usage of Java Script in Selenium Webdriver. We can highlight elements as well using JavaScript. If you are working with Mobile … [Read more...] about How to Scroll Page in Selenium Webdriver using Java Script
How to read numeric data from Excel using apache poi for Selenium Webdriver
In the last post, we have already discussed how to read excel data using POI but we have missed one important point which can become the blocker for you. We can read numeric data from Excel using apache poi for Selenium webdriver. Our test data contains numeric data, string data, and sometimes combination as well which is totally dynamic in nature. so we need to create such … [Read more...] about How to read numeric data from Excel using apache poi for Selenium Webdriver