REST Assured Tutorial 62 – How To Use Path or URL Parameters In Rest Assured Introduction As a part of the End to End REST Assured Tutorial, in this post, we will learn to pass Path parameters… Continue reading “REST Assured Tutorial 62 – How To Use Path or URL Parameters In Rest Assured”…
REST Assured Tutorial 61 – Deserialize Using JsonPath Introduction As a part of the End to End REST Assured Tutorial, in this post, we will learn to deserialize using JsonPath.… Continue reading “REST Assured Tutorial 61 – Deserialize Using JsonPath”…
REST Assured Tutorial 58 – What is JsonPath and how to create it for simple and nested JSON Object? Last updated on December 23rd, 2020 at 02:32 pmIntroduction As a part of the End to End REST Assured Tutorial, in… Continue reading “REST Assured Tutorial 58 – What is JsonPath and how to create it for simple and nested JSON Object?”…
Wildcard characters in XPath – Selenium WebDriver We generally use an asterisk (*) while writing XPaths. This is called a Wildcard character. An asterisk in XPath may… Continue reading “Wildcard characters in XPath – Selenium WebDriver”…
Does getWindowHandles() method return handles in the same order as windows launch? Introduction As part of the Selenium WebDriver – Java series, let’s learn how does getWindowHandles() work. If multiple child windows… Continue reading “Does getWindowHandles() method return handles in the same order as windows launch?”…
How to launch Chrome browser as headless in Selenium Java Introduction “Headless” browser is a hot term now especially in executing UI automated scripts. When we launch a browser it… Continue reading “How to launch Chrome browser as headless in Selenium Java”…
REST Assured Tutorial 44 – Fetch Value From JSON Object Using JsonNode – Jackson – get() & path() Methods Introduction As a part of End to End REST Assured Tutorial, in this post, we will parse a JSON as JsonNode… Continue reading “REST Assured Tutorial 44 – Fetch Value From JSON Object Using JsonNode – Jackson – get() & path() Methods”…
Test Automation Is Needed But Not As Magic Last updated on September 14th, 2020 at 10:32 amWhy Automation? Just imagine the life of a financial accountant without a… Continue reading “Test Automation Is Needed But Not As Magic”…
SelectorsHub : An XPath & cssSelector dictionary!! Introduction Like a dictionary gives all the suggestions at one place for matching characters similarly now we have SelectorsHub for… Continue reading “SelectorsHub : An XPath & cssSelector dictionary!!”…
How To Launch Microsoft Edge Browser In Selenium WebDriver – Java Introduction Selenium automates a browser. There are multiple browsers supported by Selenium WebDriver. Major browsers are – Google Chrome, Mozilla Firefox,… Continue reading “How To Launch Microsoft Edge Browser In Selenium WebDriver – Java”…