wappalyzer
Skip to content As per Protractor Official Document:- Protractor is an end-to-end test framework for Angular and AngularJS applications. Protractor runs tests against your application…
And Keep It That Way
Skip to content As per Protractor Official Document:- Protractor is an end-to-end test framework for Angular and AngularJS applications. Protractor runs tests against your application…
This post is updated with Selenium 4 changes in WebDriver hierarchy. There are many important classes and interfaces in Selenium… Hello Folks, We have seen: How to launch Firefox browser. How to launch chrome browser. In this post we will… Selenium automates a browser. There are multiple browsers supported by Selenium WebDriver. Major browsers are…
Skip to content Introduction As a part of End to End REST Assured Tutorial, in this post, we will parse a JSON Array as JsonNode… Introduction As a part of End to End REST Assured Tutorial, in this post, we will parse a JSON Array as JsonNode… Introduction As a part of End to End REST Assured Tutorial, in this…
Skip to content Introduction I have explained the Flow of OAuth 2.0 in the previous post. In Step C – Request Access Token, I mentioned that… Introduction I have explained the Flow of OAuth 2.0 in the previous post. In Step C – Request Access Token,…
Skip to content Till Selenium 3, we were only able to maximize the window. We were not able to minimize directly. There were… An alpha version of Selenium is released as 4.0.0-alpha-1. As we were expecting a big changes in Selenium 4 it…
Skip to content Agenda :- Introduction of FluentWait Using FluentWait with a string Working mechanism of FluentWait FluentWait is the most powerful wait… Hello Folks, In this post we are going to see something interesting concepts about waits in Selenium WebDriver. Generally Selenium…
As a part of End to End REST Assured Tutorial , in this post We will learn about “Querying RequestSpecification… As a part of End to End REST Assured Tutorial , in this post We will learn about calling HTTP… Introduction As a part of End to End REST Assured Tutorial, in this post, we will learn…
Skip to content Let’s start with some lines of code :- Launch login page of a website. Locate a WebElement “EmailAddress” and store… Already , I have covered cause and ways of handling StaleElementReferenceException in detail. You can find the link of that…
Skip to content In previous post, we learnt to Retrieve text from a list of web elements using Java Stream APIs. You may… Stream API is the major feature introduced in Java 8. As an automation tester, if you think you don’t have…
In interview a frequently asked interview question is “Why do we upcast browser class object to WebDriver? or why we do not upcast to RemoteWebDriver class instead of WebDriver?” and we give all sort of answers. First of all this question is asked with assumption that we do not have any option except upcast. Is…
Read More “Why Should We Upcast Browser Driver Class Object To WebDriver?” »