Category: Selenium

[Solved]SessionNotCreatedError: Unexpected error launching Internet Explorer

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

      1 Comment on Software Testing Interview Questions

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 »

[solved]java.lang.IllegalStateException – Driver not executable on MAC

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 »

java-semicolon after for loop,while loop,if statement

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 »

Automating SVG and Interactive Charts in Selenium-JavascriptExecutor

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 »

DevOps Tutorial-2 Resolve merge conflicts in Git and GitHub

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 »

Selenium WebDriver Tutorial WebElement Methods

      No Comments on Selenium WebDriver Tutorial WebElement Methods

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 »