Whenever you talk about repository by the name itself you can think that it is kind of storage. Object repository is the collection of object and object here is locators. Object Repository in Selenium Webdriver is quite easy to design so let's get started. Note- Before we start I also want to highlight that people also use the same concept to store all kind of configuration … [Read more...] about Complete Guide to Set Object Repository in Selenium Webdriver
Cross Browser Testing using Selenium Webdriver
Hello Welcome to Selenium tutorial, today we will discuss Cross Browser Testing using Selenium Webdriver. What is Cross browser testing? Cross browser, testing refers to testing the application in multiple browsers like IE, Chrome, Firefox so that we can test our application effectively.IE, Chrome, Firefox so that we can test our application effectively. Cross browser, … [Read more...] about Cross Browser Testing using Selenium Webdriver
How to Find Broken Links Using Selenium Webdriver
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
WebElements Commands in Selenium WebDriver with C Sharp
When you start working with Selenium with C# then you will be working with many Interfaces and Classes. In this post I will guide you about different WebElements Commands in Selenium WebDriver with C Sharp. In our previous post we already discussed about Browser Navigation Commands which can only handle Browser related event but when you have to work with WebElement then you … [Read more...] about WebElements Commands in Selenium WebDriver with C Sharp
How to Configure REST Assured with Eclipse
In this post, we will discuss how to Configure REST Assured with Eclipse in simple ways. In order to start our first script with REST Assured we should have our local environment ready. Things we need in order to start with REST Assured 1- System (Laptop/Desktop), any Browser and Internet Connection (That you already have) ;) 2- Java- Any version of Java will work, In this … [Read more...] about How to Configure REST Assured with Eclipse