Skip to content

Make Selenium Easy

And Keep It That Way

  • Home
  • Share
  • Toggle search form

Month: November 2019

July 17, 2017 – Make Selenium Easy

Hello Folks, In this post we will learn below topics: What is getText() method? Why we use getText() method? How we use getText() method? [Interview Question] Print all languages supported by Google. What are differences between getText() and getAttribute() methods? Let’s start: What is getText() method? getText() is a method which gets you the visible…

Read More “July 17, 2017 – Make Selenium Easy” »

Uncategorized

February 24, 2019 – Make Selenium Easy

As a part of a Series of posts on Learn Selenium With Quiz, This set contains questions from implicit wait concepts in Selenium WebDriver. I will suggest you to go through below links before taking up quiz: Using sleep() in Selenium WebDriver Using implicit wait in Selenium WebDriver Now, take up the quiz below:

Uncategorized

April 7, 2017 – Make Selenium Easy

Hello Folks, In my last post, I explained about some useful methods of WebDriver. I got some comments to explain why do we write syntax as below: driver.manage().window().maximize(); // To maxmize driver.navigate().to(“some url”); // To open url driver.manage().timeouts().implicitlyWait(30, TimeUnit.SECONDS);// To set implicit time driver.manage().window().maximize(); // To maxmize driver.navigate().to(“some url”); // To open url driver.manage().timeouts().implicitlyWait(30, TimeUnit.SECONDS);//…

Read More “April 7, 2017 – Make Selenium Easy” »

Uncategorized

September 28, 2017 – Make Selenium Easy

Hello Professionals, I will post a list of frequently asked question on Manual testing in interviews. It will help for both freshers and experienced people. As of now, I will not post answers of questions but in coming days, I will. Define software testing. What are the types of software testing? What is in mind…

Read More “September 28, 2017 – Make Selenium Easy” »

Uncategorized

December 25, 2017 – Make Selenium Easy

Hello Folks, We have seen Page Object Model in previous posts and you must be noticing that we are writing locators within code. It has its own disadvantages as below: For any modification in locator, you must need to touch the code. Difficult for manual tester or beginner in automation testing to find out correct…

Read More “December 25, 2017 – Make Selenium Easy” »

Uncategorized

May 7, 2017 – Make Selenium Easy

Hello Folks, In last post, we have seen in details how to open a URL in selenium webdriver. Do you know that we can open a URL without using any browser as well?  It is frequently asked interview question as well. Let’s learn it. Let’s perform some steps first: Open a browser. Press F12. Switch…

Read More “May 7, 2017 – Make Selenium Easy” »

Uncategorized

April 11, 2017 – Make Selenium Easy

Hello Folks, In this post we will learn: 1. What is HTML, Web elements and its attributes. 2. How to locate a web element through its id if any. 3. How to know if you are locating correctly. 4. How to let Selenium webdriver know where is element located. 5. How to know if any…

Read More “April 11, 2017 – Make Selenium Easy” »

Uncategorized

July 7, 2017 – Make Selenium Easy

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 deals…

Read More “July 7, 2017 – Make Selenium Easy” »

Uncategorized

August 31, 2018 – Make Selenium Easy

Hello Folks, Most of us know that, we can pass parameter as a String to methods in TestNG class. Is it really like that? No. Its not. We can pass parameters in whatever data types we required. TestNG will convert them automatically to required data type. We will see an example below: Output: Note: 1….

Read More “August 31, 2018 – Make Selenium Easy” »

Uncategorized

April 30, 2018 – Make Selenium Easy

Hello Folks, Let’s learn something interesting in selenium webdriver. We know whenever we launch a browser, first browser serve is started which helps in communication between browser and selenium commands. The same process is repeated for every test if you launch and quit browser every time. Let’s understand above point with an example below: Run…

Read More “April 30, 2018 – Make Selenium Easy” »

Uncategorized

Posts pagination

Previous 1 2 3 … 10 Next

Copyright © 2026 Make Selenium Easy.

Powered by PressBook Masonry Dark