filmov
tv
Configure Selenium WebDriver in Eclipse to Launch Chrome | Java Project | Beginners|Java DOC
Показать описание
Pre-Requisites:
===========
JAVA
Eclipse
Configuration of Selenium Web Driver in Eclipse:
============================================
Open Eclipse
Create a Java Project
Add the Selenium jar file to the build path of the project.
Executing the Tests in ChromeBrowser:
=========================
Check the version of Chrome Browser
Download the Executable file compatible to Chrome Browser
TC_001:Verifying the title of page
======================
1. Open Chrome Browser.
3. Check the title
Expected Result:
---------------------------------
"Google"
Actual Result:
-------------------------------
"Google is displayed"
Result:
------------------------------
Pass
Java Logic:
=============
ChromeDriver is a class implementing an WebDriver interface.
WebDriver driver = new ChromeDriver(); //Open Chrome
PlayList Details:
SOAPUI:
SELENIUM INTERVIEW QUESTIONS:
PAGE OBJECT MODEL PRINCIPLES:
JENKINS:
REST API TUTORIAL:
JAVA:
SELENIUM WEBDRIVER:
XPATH TUTORIAL:
Css Selector:
GITHUB:
===========
JAVA
Eclipse
Configuration of Selenium Web Driver in Eclipse:
============================================
Open Eclipse
Create a Java Project
Add the Selenium jar file to the build path of the project.
Executing the Tests in ChromeBrowser:
=========================
Check the version of Chrome Browser
Download the Executable file compatible to Chrome Browser
TC_001:Verifying the title of page
======================
1. Open Chrome Browser.
3. Check the title
Expected Result:
---------------------------------
"Google"
Actual Result:
-------------------------------
"Google is displayed"
Result:
------------------------------
Pass
Java Logic:
=============
ChromeDriver is a class implementing an WebDriver interface.
WebDriver driver = new ChromeDriver(); //Open Chrome
PlayList Details:
SOAPUI:
SELENIUM INTERVIEW QUESTIONS:
PAGE OBJECT MODEL PRINCIPLES:
JENKINS:
REST API TUTORIAL:
JAVA:
SELENIUM WEBDRIVER:
XPATH TUTORIAL:
Css Selector:
GITHUB: