SELENIUM
What is Selenium?
Selenium is an open-source testing framework that checks web applications across different browsers and platforms. There are multiple languages that can be used for various browsers like Java,c, python, etc. Testing is done using a testing tool called selenium testing.
There is multiple selenium software that consists of different selenium QA testing needs of an organization. These are the list of tools.

SID(IDE)
Selenium Remote Control
WebDriver
Selenium Grid
What is Selenium IDE?
Selenium IDE is the most simple framework that runs on different browsers like Chrome and Firefox that can be installed regularly. Simplicity selenium ide is the prototyping tool that creates advanced test cases. You need to have either SELENIUM RC or Web Drivers.
Advantages-
-> Easy to install.
->No programming experience is required.
->Built-in and test modules.
->Various types of extensions are available.
Disadvantages
->Only prototypes can be tested
->No iteration or conditional operations needed
->Execution is slow
Conclusion
In this blog, you will see the selenium advantages and disadvantages of and also the importance of selenium.





