https://www.guidetoselenium.com/adobe-online-test-questions-2018/ (at Noida, India) https://www.instagram.com/p/BoqaCHpHesX/?utm_source=ig_tumblr_share&igshid=wca3x10jhk28

Product Placement

titsay

oozey mess

shark vs the universe
Not today Justin
Jules of Nature
Three Goblin Art
wallacepolsom

祝日 / Permanent Vacation
Sade Olutola

izzy's playlists!
occasionally subtle

tannertan36
Sweet Seals For You, Always

PR's Tumblrdome
No title available
RMH

blake kathryn
Misplaced Lens Cap

Love Begins
seen from Canada
seen from Australia

seen from Denmark
seen from Austria
seen from United States

seen from United States
seen from United States
seen from Türkiye
seen from France

seen from United States

seen from United States
seen from Romania
seen from United States
seen from Malaysia
seen from United Kingdom
seen from United States
seen from United States
seen from United States

seen from United States
seen from United States
@guidetoselenium
https://www.guidetoselenium.com/adobe-online-test-questions-2018/ (at Noida, India) https://www.instagram.com/p/BoqaCHpHesX/?utm_source=ig_tumblr_share&igshid=wca3x10jhk28
https://www.guidetoselenium.com/adobe-online-test-questions-2018/ (at Noida, India) https://www.instagram.com/p/BoqX4-2n8yH/?utm_source=ig_tumblr_share&igshid=1oq2pk03odfoo
How many ways to select an element in Selenium?
There are so many elements are available on a web page and to identify and locate an element on that page you need to mention the location of that particular element.
ID
Class Name
Tag Name
Class
Using XPath
Using CSS Read More
How to modify host file for emulator and windows
In post, we know how to edit or update windows/emulator hosts file Windows:- Host File Location Host file located in below under windows folder C:\Windows\System32\drivers\etc Block site Access from Hosts File If you want to block host entries for the original host address used in place editable host addresses. Simply make an entry in your host file with below IP address and hostname 127.0.0.1 blocksite.com
Read More
How to Install Ruby in Windows
Ruby Beginners has the biggest challenge that how to start with Programming language ruby, what will be the initial steps to learn, prerequisite and so on. To solve their huddle, I have written this post. The first thing which you need to do start with Ruby programming language is to install ruby in your system.
Steps to Download:-
Link to download the RubyInstaller for Windows
Choose your prefer ruby version available for both 32-bit and 64-bit version
Follow instruction to setup Ruby on your system
Open command and type “ruby -v”, If it provides you your ruby version
Congratulations, you have done your ruby system setup Read More
Read and Write Properties File
https://guidetoselenium.blogspot.in/2017/08/read-and-write-properties-file.html
In this post, I will tell you that how will you implement the utility to read and write the properties file. When you need to design an automation framework there are some utilities which you need to implement for reading and writing different types of files in your framework used for different purposes. The properties file is one of the best ways used to define the system configuration.
Visit link for java code
Code to take Screen Shots in Selenium WebDriver?
https://guidetoselenium.blogspot.in/2017/08/code-to-take-screen-shots-in-selenium.html
In this post, I will tell you that how would you capture the failure screenshots in Selenium WebDriver. A screenshot is the best way in order to tell the reason of automation script failure. By which a tester get the reason that on which page script gets failed and what was the reason. I am sharing the code of this with you.
Visit link for code
How to handle window Authentication Popup using Selenium WebDriver?
https://guidetoselenium.blogspot.in/2017/08/how-to-handle-window-authentication.html
In this post, we learned how to handle the window authentications using selenium web driver. Most of the companies are using this technique to enhance the security of its application. In that case, just before the launch of the application, an authentication popup come to ask the authorized username and password. HTTP Authentication is the technique to resolve this problem using selenium.
Visit post for more info
How to handle the windows, frames and pop up in Selenium WebDriver?
https://guidetoselenium.blogspot.in/2017/08/how-to-handle-windows-frames-and-pop-up.html
In this post, I will explain that how do you handle the multiple windows, frames, and pop-up of an application using Selenium WebDriver. You generally faced these types of a problem of frames, windows, and pop-up in an application. Different tabs are also treated as different windows. In software automation, you need to tell the Selenium WebDriver that where it will search for the element. In which frame window or pop up.
Visit link for more info
How to Install Maven?
https://guidetoselenium.blogspot.in/2017/08/how-to-install-maven.html
Prerequisite
Install Java JDK 1.5 or above How to setup java
Steps to Install Maven
1) Download Maven from
link
and unzip it at your preferred location.
apache-maven-3.5.0-bin.zip for Windows
apache-maven-3.5.0-bin.tar.gz for Linux
apache-maven-3.5.0-bin.tar.gz for Mac
Visit Link for system setup
How to create a Maven Project using Eclipse?
https://guidetoselenium.blogspot.in/2017/08/how-to-create-maven-project-using.html
Maven is a software project management, reporting manager, build, documentation and much more managing tool. I personally prefer this tool in almost every Java project. Maven supports JAVA programming language, you may not get this support for any other programming language Like RUBY. Maven provides an XML file 'pom.xml' where you can mention the dependencies of the jar files required for the software project. I will mention you the details below in steps that how easily you could do that. Do not waste much more time on the theory, you can get the theory from any other portals easily.
Selenium WebDriver Without Maven
https://guidetoselenium.blogspot.in/2017/05/selenium-webdriver-without-maven.html
Selenium WebDriver is a software testing tool as I described it in my previous posts. It provides customize way to do software testing. There are mainly two ways to start with Selenium 1) Without Maven 2) With Maven (Professionals way)
Selenium WebDriver, Selenium IDE, TestNG, Maven, Jenkins, Eclipse, data providers, test XML's, Groups, Test Report, Factory, Java, Eclipse, TDD, BDD, Mocha, Junit, POM, Ruby, Appium, Mobile Testing, ATOM
How to install and setup Java
https://guidetoselenium.blogspot.in/2017/05/how-to-install-and-setup-java.html
Step by Step process with images to set up java in your system
Visit the link for the info
Selenium IDE
https://guidetoselenium.blogspot.in/2017/05/selenium-ide.html
Selenium IDE is the simplest tool to use. It is a Firefox plugin which records user actions and then plays when needed.
More Read
About Selenium
https://guidetoselenium.blogspot.in/2017/05/about-selenium.html
Not including the part of Selenium history and so on. Start with basic knowledge Selenium Mainly has 4 parts 1) Selenium IDE 2) Selenium Grid 3) Selenium WebDriver 4) Selenium RC
More Read
Why Selenium?
https://guidetoselenium.blogspot.in/2017/04/why-selenium.html
1)Selenium is an open source software testing tool 2) Selenium supports almost every browser(IE, Chrome, Firefox, opera, Edge, Safari etc) 3)Can be used in, almost every OS (Windows, Linux, Mac, Android, IOS and so on) 4)Support multiple programming languages like Python, Pearl, Ruby, PHP, .NET (C#) and Java.
More Read
What is Automation Software Testing?
https://guidetoselenium.blogspot.in/2017/04/what-is-automation-software-testing.html
Higher salary desire of IT Engineers pushes them to move towards Automation Testing and it's not that difficult to learn if they want. Before going deep into Automation Testing, you should understand that Selenium is the most popular free open source automation testing tool. Anyone with just a little knowledge of any programming language can learn Selenium and earn handsome amount.
More Read