What is Selenium? Simple understanding of Selenium

What is Selenium

Selenium is a Web UI testing tool and an automated testing tool. Testing using Selenium testing tools is usually called Selenium Testing. Various supports are listed below:

  • Support and management of UI elements : self-written code implementation
  • Browser support : IE/Firefox/Chrome
  • Operating system : support cross-platform
  • Development language : Python/Ruby/Java/c#
  • Whether open source : free
  • Continuous integration tools : support mainstream continuous integration tools

Selenium Features

The characteristics of Selenium are mainly manifested in the following aspects:

 

  • Selenium is open source and free
  • Selenium supports windows, Macos, Linux systems
  • Basic support for some mainstream browsers, including IE/Firefox/Chrome
  • Support some mainstream development languages, including Python/Ruby/Java/c#
  • Used by many large companies
  • Selenium has the function of distributed test cases
  • Selenium has a very low threshold and is easy to get started

Selenium composition

  • Selenium RC : Enables Selenium to support multiple browsers
  • Selenium IDE : for recording, playback
  • Selenium Grid : Enable Selenium to support multi-machine operation
  • Selenium Webdriver : enables Selenium to control the browser

Selenium RC is before Selenium2.0, and Selenium Webdriver is after Selenium2.0.

Finally:  In order to give back to the die-hard fans, I have compiled a complete software testing video learning tutorial for you. If you need it, you can get it for free【保证100%免费】

insert image description here

Software Testing Interview Documentation

We must study to find a high-paying job. The following interview questions are the latest interview materials from first-tier Internet companies such as Ali, Tencent, and Byte, and some Byte bosses have given authoritative answers. Finish this set The interview materials believe that everyone can find a satisfactory job.

insert image description here

insert image description here

Guess you like

Origin blog.csdn.net/weixin_50829653/article/details/132187335