1 / 10

Selenium Grid

Selenium Grid. By David Williams Digital Instinct - Selenium Monkey Test Analyst. What is Selenium Grid. Testers. CHROME. IE. Firefox. The Hub. To Get Up And Running. Need to install: - Browser Drivers - Selenium Server - Java Currently we use:

kuri
Télécharger la présentation

Selenium Grid

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Selenium Grid By David Williams Digital Instinct - Selenium Monkey Test Analyst

  2. What is Selenium Grid Testers CHROME IE Firefox The Hub

  3. To Get Up And Running • Need to install: • - Browser Drivers • - Selenium Server • - Java • Currently we use: • Link: http://selenium-release.storage.googleapis.com/index.html?path=2.42/ • - Download selenium-server-standalone • - Firefox – Comes as part of selenium server. • - IE Driver • Link: http://chromedriver.storage.googleapis.com/index.html • -Chrome • NOTE: Both IE and Chrome need to be a part of your PATH (Environmental Variables)

  4. .BatMan Begins • Use separate batch files to run both the hub and the nodes. • Able to link these batch files to CI server. • Hub: • Nodes:

  5. Call it From Within your tests

  6. Call It from within Your Tests (Cont…) This is an example of using parameterised tests. The 1,2,3 is the int used is the browserID. This browserID is then passed into the constructor, and then into the getBrowserDriver method.

  7. Pros To Selenium Grid • Gateway between Webdriver and Cross browser functional testing. • Opens the door for parallel testing. • Advanced packages not be feasible within budget at current and Selenium Grid provides a “free” alternative. • Impossible to justify the costs of more advanced packages (e.g. SauceLabs) without prototyping automated testing. • More control over the testing system • More security, company not wanting to hand their product over an outside business.

  8. Flaws of Selenium Grid • Maintenance, whenever there are upgrades to browsers it usually coincides with updates to selenium and the appropriate drivers. • - Upgrading takes time and can be an inconvenience • Bare bones, the nicer features aren’t there to begin with and may need some developer help to get them (e.g. Screenshot on fail). • Whereas SauceLabs offers screenshots and video. • May be better hardware options to test on, using Selenium Grid is a lot more restrictive. Note1: Can’t comment on other packages, as haven’t used or investigated them. Note2: Selenium 2.42.2 adds much better screenshot handling, so this is a bad example.

  9. Any Questions? • Feel free to approach me afterwards, or email me at david.williams@digitalinstinct.com.au

  10. References • Kraken Picture: • http://www.fubiz.net/2012/03/09/the-kraken-existence/the-kraken-existence2/ • Batman Picture: • http://i.imgur.com/3SAl7wE.jpg • Not a reference per say, but a great resource for selenium and selenium grid. • Elemental Selenium • http://elementalselenium.com/

More Related