Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.38 KB

SELENIUM.md

File metadata and controls

36 lines (22 loc) · 1.38 KB

Selenium


logo


Selenium automates browsers. Selenium is a portable framework for testing web applications. Selenium provides a playback tool for authoring functional tests without the need to learn a test scripting language.

Download Selenium WebDriver, IDE and Grid from here and get started.

Key Features ⭐

  • Easy Scripting.
  • Visualizes The Working For Automation.
  • It supports the different languages like: Java, Python, C#, Ruby, Perl, PHP, JavaScript.
  • Selenium server initializing is not required.
  • It supports iPhone and Android testing also.
  • Starting up a server in WebDriver is not required.

Basic Crash Course 🖊️

For starting with basics, setting it up and get an idea about various things, you can follow this crash course on YouTube:

Project Ideas ⭐


We hope you now know the roadmap to being a professional Selenium Tester ✌️