Skip to content

Make Selenium Easy

And Keep It That Way

  • Home
  • Share
  • About Us
  • Toggle search form

Category: Uncategorized

How To Locate Web Element Which Has Multiple Class Names

A web element of a web page may belong to multiple classes. These classes may represent a class in style sheet or can be used for DOM manipulation. All belonging class names of a web element are mentioned under “class” attribute separated by a space. For example :- This element belongs to class demo1 This…

Read More “How To Locate Web Element Which Has Multiple Class Names” »

Uncategorized

threadlocal in selenium webdriver

Skip to content Introduction In the previous post, we have seen how maximum beginners and experienced Selenium professionals apply inheritance with TestNG annotations while… If I ask you how can you run your Selenium scripts in parallel (Assuming you are using Selenium – Java…

Uncategorized

Interview Experience at McKinsey Bangalore for Selenium Java Profile ( Sep – 2019)

Shared By: – Parul Company Name :- McKinsey & Company Experience Level: – 6 Years Location– Bengaluru Mode : – F2F Rounds: – 1 round Date :- Sep – 2019 First Round:- Architecture of app you’ve worked on- frontend- microservices- backend Database migrated from one system to other system- what all testing types are required- how…

Read More “Interview Experience at McKinsey Bangalore for Selenium Java Profile ( Sep – 2019)” »

Uncategorized

Part 3: Usages Of Javascripts In Selenium: Problem You Might Face While Executing Javascript Commands In Selenium

Hello Folks, In this post, I will explain a problem which beginner in selenium may encounter and you don’t know how to resolve it. I have also faced the same issue and after lot of googling , I found the solution. When you try to execute any javascript command, you might see error message as…

Read More “Part 3: Usages Of Javascripts In Selenium: Problem You Might Face While Executing Javascript Commands In Selenium” »

Uncategorized

Generate random numbers using Javafaker API – Java

We may require to generate random numbers in programming languages for multiple purposes like test data creation or numeric IDs for employees etc. We have multiple libraries available to generate random numbers in Java but I personally feel Javafaker APIs are easier to use compared to others. We will learn to generate random whole numbers,…

Read More “Generate random numbers using Javafaker API – Java” »

Uncategorized

An Introduction to Selenium – A set of Tools

Software Development Life Cycle (SDLC) is a process of planning, creating, testing, and deploying software. We have many SDLC models available. For example:- Waterfall model, Iterative model, V&V model, etc. Please note these are traditional SDLC models that are time-consuming, less dynamic, and cost-ineffective. So, maximum software companies are adopting the latest SDLC model called…

Read More “An Introduction to Selenium – A set of Tools” »

Uncategorized

Java Program 13: Java Program To Find If Given Numbers Are Coprime

Problem: Write a Java program to find if given two numbers are coprime. Solution: Definition of coprime: As per Wikipedia, In number theory, two integers a and b are said to be relatively prime, mutually prime, or coprime (also written co-prime) if the only positive integer (factor) that divides both of them is 1. Consequently, any prime number that divides one does not divide the other. This is equivalent…

Read More “Java Program 13: Java Program To Find If Given Numbers Are Coprime” »

Uncategorized

Postman Tutorial Part 24 -Set, Get and Unset Global & Environment Variables in Postman Scripts

We have seen creating environment and global variables manually. You can refer them here:- Understand Environment & Variables in Postman Create, Manage and Use Environment In Postman Create, Manage and Use Global Variable In Postman In above ways, manually we need to add variables with value. Sometimes we may need to update or add variables…

Read More “Postman Tutorial Part 24 -Set, Get and Unset Global & Environment Variables in Postman Scripts” »

Uncategorized

Front End Automation Strategies 1 – Don’t Write Complex XPath/CSS – Ask For Static Locators Instead

I am starting a series of posts on best strategies to be followed in front end automation. Here is the first post. “Locators‘ are the backbone of front end automation. Your script does not see the actual UI/UX and perform the action. It depends on DOM where HTML tags and its attributes are defined. Maximum…

Read More “Front End Automation Strategies 1 – Don’t Write Complex XPath/CSS – Ask For Static Locators Instead” »

Uncategorized

Advanced TestNG Tutorials 33: Integration and Usage of BeanShell In TestNG XML

Hello Folks, We have learnt how can we customise testng xml to run test methods belonging to multiple groups. Let’s consider a new scenario: Suppose There are three methods M1 ( belongs to group WIndows), M2(belongs to group Windows and Linux) and M3(belongs to group Windows ,Linux and Mac). You want to run methods which…

Read More “Advanced TestNG Tutorials 33: Integration and Usage of BeanShell In TestNG XML” »

Uncategorized

Posts pagination

Previous 1 … 35 36 37 … 155 Next

Copyright © 2026 Make Selenium Easy.

Powered by PressBook Masonry Dark