Selenium Syllabus PDF
Selenium Syllabus PDF
Selenium Syllabus PDF
com)
Selenium Syllabus
-------------------------------------------------------
Software Test Level: System Testing
Software Test Type: Functional Testing
Software Test Method: Automated Testing
Test Tool: Selenium
Note: Automated Functional Testing at System Test Level using Selenium
-------------------------------------------------------
Select Selenium Tool/s, Programming Language to write Test Scripts and
TestNG Framework as Test Runner.
Selenium Suite of Tools/Selenium Components
i) Selenium IDE
ii) Selenium RC
iii) Selenium WebDriver
iv) Selenium Grid
> Selenium IDE is a Record and Playback tool, no programming support and
it is prototype tool, not suitable for complex Test Design, so eliminate
Selenium IDE, next Selenium RC is out dated, next Selenium Grid, It is only
for Test Execution/Parallel Testing and doesn’t support Test Design,
> So now we have only one tool for creating and executing Test cases, that
is Selenium WebDriver.
> Selenium WebDriver supports Java, C#.NET, Python, Perl, Ruby and PHP,
nowadays most of Selenium Testers are choosing Java, so select Java for
Selenium.
> Testing Framework Selection depends on Programming platform, we select
Java as programming platform, and then supported Framework is either
JUnit or TestNG, select TestNG Framework for selenium as Test Runner.
-------------------------------------------------------
I) Selenium Fundamentals
1) Introduction to Selenium
2) Selenium Test Life Cycle
iii) Abstraction
iv) Encapsulation