Selenium IDE is one of the important Component of Selenium. IDE stands for Integrated Development Environment useful for Record and Playback and helps for getting acquainted with Selenium Web-Driver. The… Read more »
Selenium-Grid allows you run your tests on remote desktop against different Operating Systems like Windows,Linux,MAC and against different browsers like Opera,Safari,IE,Firefox and Chrome in parallel. Selenium-Grid allows running your tests… Read more »
In this tutorial we will discuss about the identifying the Selenium Locator for the Css (Cascading Style Sheets) in the following scenario’s white spaces in an Web Element attribute value… Read more »
In this tutorial we will discuss about Fixing the issues that arises during execution of Selenium WebDriver tests against the browser Type Internet Explorer. Before Running Tests, make sure the… Read more »
Software Testing Interview Questions In this article, we see best interview questions of Software Testing. Let’s get started. What is Test Harness? A test harness is the collection of software… Read more »
In this tutorial we will discuss how to solve the java.lang.IllegalStateException on MAC during the execution of tests on Chrome Browser. Before getting into point, we will discuss about File… Read more »
In this tutorial we will discuss about the problem by adding the semicolon after for-loop,while-loop and if-statement. This concept is very important to know from Selenium WebDriver perspective as well…. Read more »
In this tutorial we will discuss about automating the Interactive Charts and SVG [Scalable Vector Graphics] in Selenium. To automate these Interactive Charts, Selenium Locators such as Xpath and Css-Selector… Read more »
In this tutorial we will learn about resolving the merge conflicts in Git and Github. Git can often resolve differences between merged branches. Usually, the changes are on different lines,… Read more »
In this example we will discuss about the WebElement Methods available in Selenium WebDriver. Refer to the Link for WebElement API Methods. Generally we mainly use methods like sendKeys(),click(),getText(). But… Read more »