Pick Selenium Tools and Other for Test Automation:-• Selenium WebDriver to make and execute Test cases
• Eclipse IDE to make and execute programs
• Java as Programming Language
• TestNG Testing Framework as Test Runner
• Browser drivers to execute Test cases utilizing diverse programs And so on...
Arrange Selenium:
• Download Eclipse IDE and concentrate
• Download Java (jdk) Software and Install
• Set Environment variable way (Path variable) (To get to/utilize Java programming from any catalog)
• Download Selenium WebDriver Java Language official (from seleniumhq.org) and Add WebDriver bump documents to Java extend in Eclipse IDE.
• Download and introduce TestNG Testing system from Eclipse IDE.
• Download Chrome, IE and so forth... Program drivers to execute Test cases againest every single famous program.
Points of interest and Disadvantages of Selenium:
I) Advantages of Selenium
1) Selenium is an Open Source Software:-
(All Selenium Projects (Selenium IDE, Selenium RC, Selenium WebDriver and Selenium Grid) discharged under the Apache 2.0 permit, It is allowed to utilize, anyone can download the source code and utilize, adjust the source code concurring our organization necessities, yet offering changed code isn't permitted.)
2) Selenium underpins different programming dialects to compose programs (Test contents):-
(Selenium bolsters, Java, C#, Perl, Python, Ruby furthermore, PHP Note: We can utilize any one the above dialects, the vast majority of the Selenium Testers utilizing Java (almost 77%).
Selenium IDE (one of the device in Selenium's Tool suite) doesn't bolster any programming.
UFT (Formerly QTP) underpins VBScript just to compose Test Scripts.)
3) Selenium bolsters different working frameworks (MS Windows, Linux, Macintosh etc...):-
(When we make Test Cases on any Operating Environment (Ex: MS Windows), they can be executed on other upheld Operating Environents (Ex:Linux, Macintosh Etc... effectively)
4) Selenium bolsters different Browsers: - (Mozilla Firefox, Google Chrome, IE, Opera, Safari etc...)
(When we make Test cases at that point execute the Test Cases utilizing every single Popular Browser with no adjustments in Test Cases. Program driver just fluctuates starting with one Browser then onto the next Browser however Test cases are same.
Note: Selenium IDE (one of the apparatus in Selenium's Tool suite) bolsters Mozilla Firefox Browser as it were.)
5) Selenium underpins Parallel Test Execution:-
(Utilizing Selenium Grid we can execute Tests in Parallel, with the goal that we can diminish the Test execution Time).
6) Selenium utilizes less Hardware assets:-
(When it analyzes to Vendor Tools like UFT, RFT, SilkTest and so on... Selenium requires less Hardware Resources)
II) Disadvantages of Selenium
1) No solid Technical Support from anyone:-
(Since It is Open Source programming no one giving solid specialized help, on the off chance that it is UFT/QTP Vendor (HP) gives Technical Support)
2) It bolsters Web based applications as it were:-
(Selenium robotizes Web programs just, utilizing Selenium we can computerize Computer Web Applications and Mobile Web Apps, however Selenium doesn't bolster Computer Desktop Applications, Mobile Native Applications and Mobile Hybrid Applications.)
3) Difficult to utilize, sets aside greater opportunity to make Test Loop Statements, Functions etc...) to make Tests/Test Scripts.)