Skip to content

Make Selenium Easy

And Keep It That Way

  • Home
  • Share
  • Toggle search form

Month: November 2019

ResultOfFirstTest – Make Selenium Easy

My name is Amod Mahajan and I am an IT employee with 6+ years of experience in Software testing and staying in Bengaluru. My area of interest is Automation testing. I started from basics and went through so many selenium tutorials. Thanks to Mukesh Otwani as his tutorials are easy and cover basics to advance….

Read More “ResultOfFirstTest – Make Selenium Easy” »

Uncategorized

December 26, 2018 – Make Selenium Easy

Perfect Number: A Perfect number is a positive integer that is equal to the sum of its proper divisors excluding the number itself. For Example: Take Number 6. Its divisors are 1, 2 , 3 and 6. When we add all divisors except 6 ( as it is number itself) (i.e. 1+2+3= 6), it is equal to actual…

Read More “December 26, 2018 – Make Selenium Easy” »

Uncategorized

May 9, 2019 – Make Selenium Easy

An alpha version of Selenium is released as 4.0.0-alpha-1. As we were expecting a big changes in Selenium 4 it is not like that. An alpha release is a release when the feature which you are developing is incomplete or partially complete. So when you are trying below features, may or may not work properly….

Read More “May 9, 2019 – Make Selenium Easy” »

Uncategorized

November 10, 2018 – Make Selenium Easy

We have learnt in previous posts regarding establishing relationship between test methods. You can go through them below: Dependency in TestNG – Creating Dependency Among Test Methods – DependsOnMethod Dependency in TestNG – Creating Dependency Among Test Methods – DependsOnGroup Before we learn about types of dependencies in TestNG, lets see one scenario first: If…

Read More “November 10, 2018 – Make Selenium Easy” »

Uncategorized

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

Posts pagination

1 2 … 10 Next

Copyright © 2026 Make Selenium Easy.

Powered by PressBook Masonry Dark