Skip to content

Make Selenium Easy

And Keep It That Way

  • Home
  • Share
  • Toggle search form

Author: admin

How To Handle Different Types Of Calendars In Selenium: Part 1 | Make Selenium Easy

Categories: Selenium Topics Hello Folks, In this post we will see a very important topic “Handling calendar in Selenium”. We always see some input boxes where we need to select date from calendar widget. When we click on that input box, a calendar widget gets open and we need to select proper date value from…

Read More “How To Handle Different Types Of Calendars In Selenium: Part 1 | Make Selenium Easy” »

Uncategorized

TestNG Tutorials 13: Can An Interface have TestNG Methods? If Yes, How To Execute Them? | Make Selenium Easy

Hello Folks, We talked about TestNG class in previous post. Can we declare and define TestNG annotated methods in an Interface? We will learn now. As per Java 8, An interface can have abstract methods, default methods and static methods. Let’s create an Interface with TestNG annotated abstract methods and observe what happens: An interface…

Read More “TestNG Tutorials 13: Can An Interface have TestNG Methods? If Yes, How To Execute Them? | Make Selenium Easy” »

Uncategorized

Interview Questions – Make Selenium Easy

Write a JAVA program for below requirements: Take an alphanumeric string from user. Verify if it is alphanumeric. If it is alphanumeric, extract all numbers present in string. Add all numbers and print it. JAVA Program: import java.util.Scanner; import org.apache.commons.lang3.StringUtils; public class ExtractNumbersFromString { public static void main(String[] args) { int sum=0; // Reading input…

Read More “Interview Questions – Make Selenium Easy” »

Uncategorized

Posts pagination

Previous 1 … 154 155

Copyright © 2026 Make Selenium Easy.

Powered by PressBook Masonry Dark