Selenium Download

Selenium Downloads
 

Selenium is a suite of tools to automate Browsers, as well as it is gratis Software released nether the License of Apache 2.0

Java Software Link


(If you lot desire to role Java for Selenium, Download as well as install Java (JDK), Set Path Environment Variable for accessing Java from whatever directory.)

How to laid upwards Path Environment Variable (For Windows 7):
Select Computer epitome on Desktop as well as Right click

> Properties

> Advanced System Settings

> Environment Variables

> Select New inwards System Variables

> Enter Variable equally Path

> Enter Jdk bin directory path (C:\Program Files\Java\jdk1.8.0_40\bin) inwards Value field

> Ok > OK >OK

------------------------------------------------  
Eclipse IDE Link

(Eclipse IDE also Open root software used to write as well as execute Java Programs. Download Eclipse as well as extract the Software, no request to install, you lot tin launch Eclipse IDE using Eclipse file inwards Eclipse directory)
---------------------------------------------------------------- 
Selenium IDE Link

(It is Firefox browser Add on, Download as well as Install, hence Restart Firefox browser.)
--------------------------------------------------------
Firebug  Link



(It is Firefox browser Add on or Plug inwards to inspect elements.
Note: For Internet Explorer as well as Google chrome you lot no request to install whatever plug inwards for inspecting elements, they accept built inwards Developer tools (shortcut key: F12))
-----------------------------------------------------------
 Firepath Link

(It is also Firefox browser Add on or Plug inwards to uncovering xpath for elements.)
---------------------------------------------------------------
Selenium WebDriver 

(Download Webdriver Language bindings from seleniumhq.org website as well as add together Webdriver files inwards Elispse IDE)

Navigation for adding Webdriver appal files inwards Eclipse:
 
Create Java project
> Select src as well as correct click
> Build path
> Configure Build Path
> pick out Libraries tab
> Click "Add External JARs
> Browser path of the WebDriver jars
> Add
 

-------------------------------------------------------------- 
Internet Explorer Driver

(If you lot desire to execute Selenium Test cases using Internet Explorer browser the download IE driver as well as laid upwards path)

Example:
System.setProperty("webdriver.ie.driver", "E:/IEDriverServer.exe");
WebDriver driver = novel InternetExplorerDriver();
 

--------------------------------------------------------- 
Google Chrome Driver

(If you lot desire to execute Selenium Test cases using Google Chrome browser the download Chrome driver as well as laid upwards path)

Example:
System.setProperty("webdriver.chrome.driver", "E:/chromedriver.exe");
WebDriver driver = novel ChromeDriver();

---------------------------------------------------------
 TestNG

(TestNG Framework for creating as well as grouping essay cases, parallel essay illustration execution, essay batch execution as well as generating HTML essay reports.) 

How to Install TestNG:
In Eclipse IDE,

Help bill of fare -> Install New Software -> Click Add

-> Enter Name equally "TestNG"

-> Enter URL equally "http://beust.com/eclipse/"

-> Select TestNG

-> Next -> Next -> Accept the Agreement -> Finish

----------------------------------------------------------------
Selenium Grid


(If you lot desire to execute Selenium Test cases inwards parallel hence configure Selenium grid.)
------------------------------------------------------------

Sumber http://www.gcreddy.com/
Post a Comment (0)
Previous Post Next Post