Skip to content

Make Selenium Easy

And Keep It That Way

  • Home
  • Share
  • About Us
  • Toggle search form

Author: admin

July 14, 2017 – Make Selenium Easy

Hello Folks, In this post we will learn: 1. What is a web table? 2. Types of web tables. 2. Creating a demo web table using html. 3. Print all headers of a web table. 4. Retrieve and print number of rows in a web table. 5. Retrieve number of columns for each row. 6….

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

Uncategorized

February 23, 2017 – Make Selenium Easy

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

Read More “February 23, 2017 – Make Selenium Easy” »

Uncategorized

April 9, 2018 – Make Selenium Easy

Hello Folks, In this post, we will see how can we write conditional XPaths in selenium webdriver. What is meant by Conditional XPaths? If I say you to write xpath for the web element which has text or contains as “Selenium”, you can write is easily as below: Has text= //*[text()=’Selenium’] Contains text= //*[contains(text(),’Selenium’)] But If…

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

Uncategorized

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

Posts pagination

Previous 1 … 116 117 118 … 155 Next

Copyright © 2026 Make Selenium Easy.

Powered by PressBook Masonry Dark