Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Learning Selenium

Posted By: Landau17
Learning Selenium

Learning Selenium
MP4 | Video: 720p | Duration: 1:10:20 | English | Subtitles: VTT | 210.3 MB



Selenium is one of the most popular tools for testing web-based applications. It allows QA engineers to write and automate tests across many different browsers and operating systems, without a special scripting language. This course introduces Selenium to new users, covering installation and basic use cases.

Find out how to set up the test-writing framework, WebDriver, and Selenium Grid, which allows you to distribute the testing load and run tests against a remote server. Learn best practices to write effective tests using variables and functions, and to organize tests into suites that can scale over time. Instructor Meaghan Lewis—a QA engineer at GitHub—also explains the test pyramid paradigm, which details an ideal way to balance unit, integration, and UI testing.

Topics include:
  • Setting up Selenium WebDriver
  • Using the Selenium grid to distribute the testing load
  • Setting up a hub and nodes
  • Writing clean test code
  • Organizing a test suite