Category: TESTNG

[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 »

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 »