Skip to content

Make Selenium Easy

And Keep It That Way

  • Home
  • Share
  • About Us
  • Toggle search form

Author: admin

April 28, 2018 – Make Selenium Easy

Hello Folks, It is very frequently asked interview question. Interviewer expects that you should be aware about internal logic of selenium. We know that to launch a browser through Selenium we need to download a browser driver executable file (chromedriver.exe, geckodriver.exe etc). Why do we require that? Let me relate it with a real time…

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

Uncategorized

March 3, 2017 – Make Selenium Easy

We have already seen a details explanation about Selenium. To summarize, Selenium is a suite of tools which automates browser or we can say automates the actions performed on browser. For example:- You launch a browser and load Gmail url. You provide username and password and gets signed in. All these are performed within a…

Read More “March 3, 2017 – Make Selenium Easy” »

Uncategorized

May 25, 2018 – Make Selenium Easy

Hello Folks, Let’s learn something new today. We have used @Test annotation on methods. Can we use @Test annotation on a class? Yes, We can use @Test annotation on class. Suppose, you need to write 10 @Test annotated method in a class.  Either you mark all methods as @Test annotated or directly annotate class itself as…

Read More “May 25, 2018 – Make Selenium Easy” »

Uncategorized

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

Posts pagination

Previous 1 … 117 118 119 … 156 Next

Copyright © 2026 Make Selenium Easy.

Powered by PressBook Masonry Dark