Skip to content

Make Selenium Easy

And Keep It That Way

  • Home
  • Share
  • About Us
  • Toggle search form

Author: admin

October 5, 2017 – Make Selenium Easy

Problem: Write a Java program to find if given two numbers are coprime. Solution: Definition of coprime: As per Wikipedia, In number theory, two integers a and b are said to be relatively prime, mutually prime, or coprime (also written co-prime) if the only positive integer (factor) that divides both of them is 1. Consequently, any prime number that divides one does not divide the other. This is equivalent…

Read More “October 5, 2017 – Make Selenium Easy” »

Uncategorized

March 2018 – Make Selenium Easy

Hello People, Some days ago, I was running my regression automation suite and found webdriver is not able to launch browser. I was getting some socket exception. Whenever I face such situation, I just try to update browser version, browser driver version and selenium jar file version. Versioning non-compatibility is major issue in Selenium for…

Read More “March 2018 – Make Selenium Easy” »

Uncategorized

March 19, 2018 – Make Selenium Easy

Hello Folks, When we capture screenshot using “TakesScreenshot” interface in selenium webdriver, it captures only visible area of webpage in browser, not entire web page. Sometimes, you need to capture entire web page for test result proof or for validation at later stage. In this post, I will explain how can we capture a web…

Read More “March 19, 2018 – Make Selenium Easy” »

Uncategorized

April 20, 2019 – Make Selenium Easy

As per official document of Protractor:- Protractor is an end-to-end test framework for Angular and AngularJS applications. Protractor runs tests against your application running in a real browser, interacting with it as a user would. Three major points about Protractor are:- Protractor is built on top of WebDriverJS, which uses native events and browser-specific drivers…

Read More “April 20, 2019 – Make Selenium Easy” »

Uncategorized

August 11, 2018 – Make Selenium Easy

Hello Folks, I was asked this question in an interview and I was like “Are there two terms “Parameters” and “parameter” in TestNG?“. Yes, There are two different terms, “Parameters” and “parameter“. We have used both termas many times but didn’t notice minor thing. “Parameters” is an annotation which allows us to create parameterized methods…

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

Uncategorized

May 1, 2018 – Make Selenium Easy

Hello Folks, In last post, we have seen the requirements of TestNG in Selenium webdriver. We will learn how can we install TestNG in eclipse. TestNG is a jar file. Any JAR file stands for Java ARchive which is a package file format typically used to aggregate many Java class files and associated metadata and resources (text, images, etc.) into one file for distribution. We…

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

Uncategorized

May 13, 2018 – Make Selenium Easy

Hello Folks, We will see an interesting topic in this post. We can create an inner TestNG class as well like any normal inner class in Java. An example is as below: Let’s try to generate a testng.xml for this: TestNG includes outer and inner class names default. That’s good. Happy. Now run above testng.xml:…

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

Uncategorized

February 2018 – Make Selenium Easy

Hello Folks, In this post, We will learn about javascript commands which we can use to locate a web element on web page. When to use javascript commands to locate web element? We already have enough locators in Selenium webdriver, which help us in identifying web elements on a web page. But sometimes, these locating strategies…

Read More “February 2018 – Make Selenium Easy” »

Uncategorized

March 2017 – Make Selenium Easy

Hello Folks, We have seen: How to launch Firefox browser. How to launch chrome browser. In this post we will learn: How to launch Edge browser(Windows 10 onward) How to launch Internet Explorer browser What is Edge browser: Microsoft Edge is a web browser developed by Microsoft and included in Windows 10, Windows 10 Mobile…

Read More “March 2017 – Make Selenium Easy” »

Uncategorized

June 2, 2018 – Make Selenium Easy

Hello Folks, In last post, we have seen default order of test methods in a TestNG class. You go to that post here. We know that how inheritance works in TestNG class from this post. In this post, we will see how default priority of test methods works in inherited class. When a TestNG class…

Read More “June 2, 2018 – Make Selenium Easy” »

Uncategorized

Posts pagination

Previous 1 … 128 129 130 … 155 Next

Copyright © 2026 Make Selenium Easy.

Powered by PressBook Masonry Dark