Please enable JavaScript.
Coggle requires JavaScript to display documents.
Automation Testing (Selenium) (Concept (Programming Language (JAVA,…
Automation Testing
(Selenium)
Selenium IDE
Advantage
Easy to produce the prototyping
Export the Script directly
Recording the website action from GUI
Disadvantage
Not suitable for dynamic website
Not support for programming Logic
Can not use data driven testing
Selenium Remote Control(RC Server)
Disadvantage
Time Consuming
Deprecated
Concept
Interact with the browsers with the help of RC Server
Selenium WebDriver
Concept
Test Case are created using elements/object locator
API
Each Browsers has their own drivers
Chrome Dirver
Safari Driver
IE Driver
FireFox Driver
HtmlUnit Driver
Advantage
For Programming Logic
Scripts will interact with the browsers directly(faster)
Selenium Grid
Concept
Used to run multiple test scripts at the same time on multiple machines(Parallel)
Hub
Can execute the WebDriver Testing and RC Testing in same time
Concept
Programming Language
JAVA
Python
C#
PHP
Perl
Java Script
Operation System
Windwos
IOS
Linux
Android
Mac
Browser
IE
Firefox
Chrome
Safari
Opera
Characteristic
OpenSource(Free of Cost)
Paraller Testing