Skip to content

Make Selenium Easy

And Keep It That Way

  • Home
  • Share
  • About Us
  • Toggle search form

Author: admin

Interview Experience

Interview Experience at Nous InfoSystem Bangalore for Automation Testing Profile Interview Experience at Harman Connected Services Bangalore for Manual & Automation Testing Profile – Aug-2019 Interview Experience at IQVIA (formerly IMS Health) Bangalore for Automation Testing Profile ( Sep – 2019) Interview Experience at Innoflexion Bangalore for JavaScript and API Automation Testing Profile ( Sep…

Read More “Interview Experience” »

Uncategorized

REST Assured Tutorial 29 – How to create POJO classes of a JSON Object Payload

As a part of End to End REST Assured Tutorial , in this post We will learn to create a simple POJO class for a simple JSON Object payload. POJO classes are extensively used for creating JSON and XML payloads for API. Although there are many online platform to generate POJO and Java libraries to generate POJO…

Read More “REST Assured Tutorial 29 – How to create POJO classes of a JSON Object Payload” »

Uncategorized

TestNG Tutorials 47: Marking a Parameter as Optional in TestNG

Hello folks, When we parametrize methods in a TestNG class, we must need to pass parameter values from testng xml. If we do not pass we get an exception. We will see an example below: TestNG class: [java]package Parameters; import org.testng.annotations.Parameters; import org.testng.annotations.Test; public class ParameterTest { @Test @Parameters({“testParameters1″,”testParameters2”}) public void testMethod(String testParameters1, String testParameters2)…

Read More “TestNG Tutorials 47: Marking a Parameter as Optional in TestNG” »

Uncategorized

Amod Mahajan

Hello Folks, I will explain independent-dependent concept in writing XPath expression. Consider below scenario: You need to get the displayed… Hello Folks, In my last posts, we have learnt well how to locate web element in Selenium Webdriver using locators.… Hello Folks, In last post we have learnt basic concepts about XPath. In this post…

Read More “Amod Mahajan” »

Uncategorized

Part 11: Usages Of Javascripts In Selenium : How To Scroll To Any WebElement In Selenium WebDriver

Hello Folks, In previous posts, we have seen scrolling a page by pixels using scroll, scrollTo or scrollBy methods. All these methods accept co-ordinates. These co-ordinates must be known in advance to scroll perfectly which is not possible all the times. If your script is running at different screen sizes, you can not use same…

Read More “Part 11: Usages Of Javascripts In Selenium : How To Scroll To Any WebElement In Selenium WebDriver” »

Uncategorized

API Testing Tutorial Part 5 – Safe Methods in HTTP Methods

Hello guys,  In previous post, we have seen Introduction of HTTP methods.  In this post, we will see what is called safe methods in HTTP methods. This is an important interview question also.  All HTTP methods can be categorised in two categories: Safe methods & Unsafe methods.  We know that all HTTP methods deal with…

Read More “API Testing Tutorial Part 5 – Safe Methods in HTTP Methods” »

Uncategorized

TestNG Tutorials 67 : Difference Between @Ignore & enabled Attribute of @Test Method in TestNG

Hello Folks, In last post, we have learnt about new annotation of TestNG , named @Ignore which is used to ignore @Test annotated methods at different levels i.e. Method, Class and Package. We have another attribute of Test annotation named “enabled” which is also used to serve the same purpose. So what are the differences…

Read More “TestNG Tutorials 67 : Difference Between @Ignore & enabled Attribute of @Test Method in TestNG” »

Uncategorized

selenium testng tutorials

Skip to content As a part of TestNG Tutorials, in this post we will see “How to share data or state among test… Hello Folks, I was asked this question in an interview and I was like “Are there two terms “Parameters” and… Hello Folks, Arguments or Parameters help us to achieve reusability of codes and…

Read More “selenium testng tutorials” »

Uncategorized

Frequently Asked Java Program 08: Program to find occurrence of individual characters in a given string.

Hello Folks, As part of Frequently Asked Java Programs In Interviews For Freshers And Experienced, in this post we will learn to develop a java program to find out occurrence of individual characters in a given string. Logic: To get input from user, we will use Scanner class. We will use Map interface concept here which…

Read More “Frequently Asked Java Program 08: Program to find occurrence of individual characters in a given string.” »

Uncategorized

WebDriverManager – Get Rid Of Compatability Issues Between Browser And Drivers

While automating a Web-based application using Selenium WebDriver, we must have faced the below issues:- Unable to create session due to outdated browser driver executable. maintaining the same browser version across the team so that your framework can run scripts. compatibility issues between currently installed browser and available driver executable in the framework managing browsers…

Read More “WebDriverManager – Get Rid Of Compatability Issues Between Browser And Drivers” »

Uncategorized

Posts pagination

Previous 1 … 23 24 25 … 155 Next

Copyright © 2026 Make Selenium Easy.

Powered by PressBook Masonry Dark