Skip to content

Make Selenium Easy

And Keep It That Way

  • Home
  • Share
  • About Us
  • Toggle search form

Author: admin

REST Assured Tutorial 15 – Multiple Ways of Calling HTTP Methods on a RequestSpecification

As a part of End to End REST Assured Tutorial , in this post We will learn about calling HTTP methods ( get, post, put etc) on a RequestSpecification. We have already seen what is Request Specification in Rest Assured. The major confusing and interesting thing about Rest Assured is that you have multiple ways…

Read More “REST Assured Tutorial 15 – Multiple Ways of Calling HTTP Methods on a RequestSpecification” »

Uncategorized

Postman Tutorial Part 4 – Sending GET Request With Query Params in Postman

As a part of Postman Tutorial – End to End, in this post, we will learn “How to send GET request with query params in the Postman tool.“ When we are looking for a product in any e-commerce platform like Amazon then they provide us many filters and sorting options just to show more relevant results. That can…

Read More “Postman Tutorial Part 4 – Sending GET Request With Query Params in Postman” »

Uncategorized

Webdriver

Wait is a generic functional interface. A functional interface consists of only abstract method. Wait interface consists of only method… Agenda :- Introduction of implicit wait Working of implicit wait Disadvantages of implicit wait? Previously we have seen “Using Thread.sleep()… Hello folks, We have seen in last post which explains  how can we load a…

Read More “Webdriver” »

Uncategorized

Behavior Driven Development (BDD) – Understand in Easy Words

BDD is an advanced and faster transformation of traditional SDLC model i.e. Waterfall model. Waterfall model is a linear sequential arrangement of different phases of software development activities. It is called as linear sequential phases as each phase is dependent on previous phase deliverables or output. We can not move to next phase until previous…

Read More “Behavior Driven Development (BDD) – Understand in Easy Words” »

Uncategorized

Locators in Selenium

Part 1: Ways of Locating Web Elements in Selenium using ID Part 2: Ways of locating Web element using: Name, Class Name, Tag Name, Link Text Part 1: All about XPath in Selenium Webdriver: Basic concepts Part 2: All about XPath: Different ways of writing XPath expression. Tools to find XPath in Firefox browser CSS…

Read More “Locators in Selenium” »

Uncategorized

Resolutions 2020 for Testers

New Year 2020 is just around the corner and like every year people start deciding resolutions for new year. Some follow them strictly and some don’t. Being a Software Tester is no more an easy job. In the growing Software field, “Tester” may become obsolete soon. Organisations are looking for SDETs or Full Stack QAs….

Read More “Resolutions 2020 for Testers” »

Uncategorized

Log4j2 Tutorial 7 – Working Mechanism of Default Rollover Strategy

The RollingFileAppender is an OutputStreamAppender that writes to the File named in the fileName parameter and rolls the file over according to the TriggeringPolicy and the RolloverPolicy. A RollingFileAppender requires a TriggeringPolicy and a RolloverStrategy. The triggering policy determines when a rollover should be performed while the RolloverStrategy defines how the rollover should be done. We are going to learn more about Default…

Read More “Log4j2 Tutorial 7 – Working Mechanism of Default Rollover Strategy” »

Uncategorized

REST Assured Tutorial 61 – Deserialize Using JsonPath

As a part of the End to End REST Assured Tutorial, in this post, we will learn to deserialize using JsonPath. Earlier we have seen De-Serialization – JSON Object To Java Object Using Jackson API. The same we can achieve using JsonPath as well. As we are using RestAssured which includes JsonPath dependency by default, there is…

Read More “REST Assured Tutorial 61 – Deserialize Using JsonPath” »

Uncategorized

REST Assured Tutorial 69 – Response Logging In Rest Assured

As a part of End to End REST Assured Tutorial , in this post We will learn :- How to log response specification in Rest Assured? In last post, we have already learnt Logging request in Rest Assured. Let’s learn Logging Response in Rest Assured. We can log response specification using log() method provided by ValidatableResponse interface….

Read More “REST Assured Tutorial 69 – Response Logging In Rest Assured” »

Uncategorized

TestNG Tutorials 3: How To Add TestNG Plugin in Eclipse

When you create some TestNG tests and you want to run that test as a TestNG test in Eclipse, by default you do not get any option for that. To run TestNG tests in Eclipse, we need TestNG Plugin for Eclipse. Since IntelliJ comes bundled with TestNG plugin, you do not require to install explicitly…

Read More “TestNG Tutorials 3: How To Add TestNG Plugin in Eclipse” »

Uncategorized

Posts pagination

Previous 1 … 42 43 44 … 156 Next

Copyright © 2026 Make Selenium Easy.

Powered by PressBook Masonry Dark