Stream api in java
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…
And Keep It That Way
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?” »
As a part of the End to End REST Assured Tutorial, in this post, we will learn to ignore specific nodes while comparing two JSON documents using the JSONassert library. We have already learned to Compare two JSON Objects and Compare two JSON Arrays using JSONassert library as a whole. We may not need to compare all nodes in JSON documents…
Read More “REST Assured Tutorial 73 – How to ignore node/s for JSON comparison in JSONassert” »
As a part of the End to End REST Assured Tutorial, in this post, we will learn to ignore specific nodes while comparing two JSON documents using the JSONassert library. We have already learned to Compare two JSON Objects and Compare two JSON Arrays using JSONassert library as a whole. We may not need to compare all nodes in JSON documents…
Read More “REST Assured Tutorial 73 – How to ignore node/s for JSON comparison in JSONassert” »
As a part of the End to End REST Assured Tutorial, in this post, we will learn to ignore specific nodes while comparing two JSON documents using the JSONassert library. We have already learned to Compare two JSON Objects and Compare two JSON Arrays using JSONassert library as a whole. We may not need to compare all nodes in JSON documents…
Read More “REST Assured Tutorial 73 – How to ignore node/s for JSON comparison in JSONassert” »
Sometimes I think that a Tester must need to know to code to write better automated test scripts. We have a good number of tools that require a good amount of coding such as Selenium, Protractor, Cypress, Rest Assured, etc. There are some tools that require less coding but for better assertions and extension of…
Introduction As a part of End to End REST Assured Tutorial, in this post, We will learn about how unknown properties during… Let’s start with some lines of code :- Launch login page of a website. Locate a WebElement “EmailAddress” and store… Company Name :- InfogainDate :- Nov– 2019Experience Level: – 2 – 4 YearsLocation– BengaluruMode :…
Image info Image published on: June 14, 2017 Image size: 512 × 512 px Image file name: cropped-cssInConsole.png http://makeseleniumeasy.com/wp-content/uploads/2017/05/cropped-cssInConsole.png Skip back to main navigation
We may get a nested JSON Object which may be dynamic. The dynamic response may include conditional keys and values. For example- A business class ticket will have more benefits than an economy class ticket. If we have an API that books a ticket then obviously we will have different JSON (Suppose JSON as format)…
Read More “REST Assured Tutorial 43 – Get All Keys From A Nested JSON Object” »
Hello Folks, As part of Frequently Asked Java Programs In Interviews For Freshers And Experienced, in this post we will see… We have already learnt to create parameterized request body by reading data from a CSV and JSON file. If you… Shared By: – VeenaCompany Name :- Cognizant (CTS)Experience Level: – 2 YearsLocation– BengaluruMode : – F2FRounds:…