This tutorial shows you "how to set java_home (Java Variable) for windows 10". Here I am going to set path for java version JDK1.8.0_111. You can apply this for other version also. W…
In this Tutorial, I will show you "How to install java in windows" Step by step using screen shots. Follow the no. shown on screen shots to install java in windows. In this tutorial, …
Here in this tutorial, I will show you to install java in windows 10 step by step with screen shots. For installing Java in windows follow these steps : How To Download : For downloading ja…
In this blog, you will understand about one of the approach to write automation commands in Selenium WebDriver. A common approach used by most automation engineers is to use the generic selenium c…
Selenium WebDriver support different approaches to write automation commands while writing automated test scripts. In this blog we will understand about the implementation of click() sendKeys() …
In this blog, I am going to explain about "How to upload file using Java Robot Class and Selenium WebDriver?". To perform same I will use below HTML form which contains a file type input to…
In this blog, I am going to explain about "How to set a string to clipboard data using java?". We will learn the automated way of copy-paste concept in this blog and later in future you can…
This class is the abstract superclass of all actual implementations of the Abstract Window Toolkit. Subclasses of the Toolkit class are used to bind the various components to particular native t…
This class is used to generate native system input events for the purposes of test automation, self-running demos, and other applications where control of the mouse and keyboard is needed. The pr…
In this blog, I am going to explain about "How to open executable (.exe) application using java?". We will learn to open .exe file using Java and later you can use this to run any .exe file…
In this blog, I am going to explain about "How to upload file using sendKeys() method of Selenium WebDriver?". To perform same I will use below HTML form which contains a file type input to…
I strongly believe that a good manual tester always be a good automation tester . Maximum people choose testing career because they think that there is no such requirement of coding/prog…
This blog will help you to know about the best practices of test automation. It also provides specific information about why and when to start the automation, how to cover all the expectation and ob…
We can perform cross browser testing using Selenium Webdriver. In cross browser testing we can run same Selenium automation programs on different web browser like Firefox, Chrome, IE, Safari, Opera.…
We can send email with attachment using Java Mail API library from Gmail.
We can send email using Java Mail API library from Gmail.
Java Mail API Library: The JavaMail API provides a platform-independent and protocol-independent framework to build mail and messaging applications. This is basically used to send email in selenium a…
I am writing this article to brief better understanding about requirement of coding/programming knowledge in manual testing . In these days there is very good opportunity for manual testers who …
We can also run the Google Chrome web browser with addons/extensions using capabilities to perform automation testing.
We can also run the Firefox web browser with addons/extensions using capabilities to perform automation testing. Read about HOW TO CREATE .XPI FILE FROM ALREADY INSTALLED FIREFOX ADD-ON? Here is t…