Skip to content

Make Selenium Easy

And Keep It That Way

  • Home
  • Share
  • About Us
  • Toggle search form

Author: admin

TestNG Tutorials 7: How To Create Customized TestNG XML?

Hello Folks, In this post, we are going to learn to generate customized testng.xml. Generation of testng.xml depends upon how you create it. We will see some scenarios in this post. Scenario 1: Generating testng.xml for an individual class.  We will take same example of previous post: You need to select individual class and do…

Read More “TestNG Tutorials 7: How To Create Customized TestNG XML?” »

Uncategorized

Git Tutorial 23 – Git Stash Apply – How To Solve Merge Conflict

As a part of GIT Tutorials End To End, we will learn about Solving merge conflict during Git Stash apply command in this post. I will expect that you are aware of the basic concepts and commands of GIT. But if you are a beginner in GIT then I strongly recommend you to refer GIT Basic Commands…

Read More “Git Tutorial 23 – Git Stash Apply – How To Solve Merge Conflict” »

Uncategorized

Interview Experience at Harman Connected Services Bangalore for Selenium Automation Testing Profile – Oct-2019

Company Name :- Harman Connected Services Date :- Oct– 2019 Experience Level: – 8 Years Location- Bengaluru Duration:- 30 Mins Mode : – F2F Shared By: Kiran What is collection and collections? TestNG how can we execute single test for multiple data at parallely? Program to print 1 2 3 4 5 6 Program to remove…

Read More “Interview Experience at Harman Connected Services Bangalore for Selenium Automation Testing Profile – Oct-2019” »

Uncategorized

REST Assured Tutorial 37 – @JsonInclude Annotation – Ignore Null & Empty Values In Payload

As a part of End to End REST Assured Tutorial, in this post, We will learn about an important annotation @JsonInclude of Jackson library which helps in eliminating default, null, empty, etc values. For this post, we will focus on excluding null and empty values in a payload. Since we are going to use an annotation provided by…

Read More “REST Assured Tutorial 37 – @JsonInclude Annotation – Ignore Null & Empty Values In Payload” »

Uncategorized

findElement

Skip to content We can locate web element/s on a webpage using both FindBy and findElement() or findElements(). Primary purpose of both ways… Agenda :- Introduction of implicit wait Working of implicit wait Disadvantages of implicit wait? Previously we have seen “Using Thread.sleep()… A website is a collection of web pages and every webpage may…

Read More “findElement” »

Uncategorized

Postman Tutorial Part 3 – Sending First GET Request in Postman

As a part of Postman Tutorial – End to End, in this post, we will learn “How to send GET request in the Postman tool.“ You should have a preferably native Postman app installed on your system. Restful-booker API GoRest API I will use below GET APIs for this post to show demo:- Get Booking – Get booking…

Read More “Postman Tutorial Part 3 – Sending First GET Request in Postman” »

Uncategorized

AutonomIQ ChroPath: XPath Guide for the beginners!!

ChroPath generates all possible selectors just by one click. It can also be used as an Editor to write your own xpath and cssSelector. ChroPath Studio helps to record all manual steps along with automation steps. With smart maintenance features, all xpaths can be verified from script in a single shot. ChroPath also supports iframe,…

Read More “AutonomIQ ChroPath: XPath Guide for the beginners!!” »

Uncategorized

Handling “This type of file can harm your computer.” Windows Dialog Box In Chrome Browser

Hello Folks, You might see below dialog box when you download any file in Chrome browser and it finds that it is harmful for your computer: This is a window/browser popup which can not be inspected. You can suppress this warning message using ChromeOptions. You need to set “safebrowsing.enabled” as true. Java Code: [java]import java.io.File;…

Read More “Handling “This type of file can harm your computer.” Windows Dialog Box In Chrome Browser” »

Uncategorized

rest assured tutorials

Introduction As a part of the End to End REST Assured Tutorial, in this post, we will learn to parse a JSON… Introduction As a part of End to End REST Assured Tutorial, in this post, We will learn about an important annotation called… As a part of End to End REST Assured Tutorial, in this post, We will learn about…

Read More “rest assured tutorials” »

Uncategorized

Java Interview Questions

Java Interview Question – Explain System.out.println(arg) Java Interview Question – Explain public static void main(String[] args) Java Interview Question 3 – Can We Overload main Method in Java? Java Interview Question 4 – What is HashCode of an Empty String?

Uncategorized

Posts pagination

Previous 1 … 53 54 55 … 156 Next

Copyright © 2026 Make Selenium Easy.

Powered by PressBook Masonry Dark