Course Overview
As the old saying goes –
“If you want to be sure, test it.”
Join this course to enhance your testing skills.
Curriculum
- 18 Sections
- 126 Lessons
- 40 Hours
Expand all sectionsCollapse all sections
- Basic Java23
- 1.1Configuring Eclipse IDE for Java & Selenium
- 1.2How to create new java project?
- 1.3How to create a new java class?
- 1.4Running java class
- 1.5Viewing the results of java program
- 1.6Learning Java
- 1.7Introduction to Java programming
- 1.8Data Types in Java Primitive Data types
- 1.9Wrapper Classes
- 1.10Declaring Variables
- 1.11Writing java program and running
- 1.12Conditional Statements
- 1.13If condition
- 1.14If else condition
- 1.15If else if condition (nested if)
- 1.16Switch case statement
- 1.17Examples for all the above conditions
- 1.18Loop Statements
- 1.19While loop
- 1.20Do while
- 1.21For loop
- 1.22For each loop
- 1.23Examples for all the above loops
- Array3
- OOPS15
- 3.1Abstraction
- 3.2Abstraction – Abstract class
- 3.3Abstraction – Interface
- 3.4Polymorphism
- 3.5Polymorphism – Overloading
- 3.6Polymorphism – Overriding
- 3.7Inheritance
- 3.8Inheritance – extends
- 3.9Encapsulation
- 3.10Encapsulation – POJO Class
- 3.11Encapsulation – Access Modifiers
- 3.12Encapsulation – Access Modifiers – default
- 3.13Encapsulation – Access Modifiers – public
- 3.14Encapsulation – Access Modifiers – private
- 3.15Encapsulation – Access Modifiers – protected
- Package3
- Collection11
- Exception Handling3
- Design Patterns4
- Debug Scripts in Eclipse5
- Introduction to Selenium3
- Selenium Components3
- Web Driver23
- 11.1Introduction to Web Driver
- 11.2Configure Eclipse IDE (Adding selenium Libraries)
- 11.3Using FirefoxDriver API
- 11.4Working with Different Elements and programming
- 11.5Edit boxes
- 11.6Checkbox, Radio Buttons
- 11.7Buttons
- 11.8Links
- 11.9Selecting values from a Dropdown list
- 11.10Understanding xpath to locate elements
- 11.11Using Actions class
- 11.12Handing keyboard, mouse events
- 11.13Reporting Results & Analyze
- 11.14Run Scripts from Multiple Browsers
- 11.15Handling Windows
- 11.16How to handle multiple browsers?
- 11.17Handling alerts
- 11.18Handling windows alerts using
- 11.19Handling Frames
- 11.20Recognizing elements in webpage
- 11.21Using xpath, DOM, CSS
- 11.22Running java scripts in WebDriver
- 11.23How to recognize duplicate elements?
- Page Object Model Framework3
- Keyword Driven Development3
- TestNG Framework5
- Maven3
- Jenkins3
- Data Driven Development2
- Apache JMeter11
- 18.1jMeter – Overview
- 18.2jMeter – Environment
- 18.3jMeter – Build Test Plan
- 18.4jMeter – Test Plan Elements
- 18.5jMeter – Web Test Plan
- 18.6jMeter – SOAP API Testing
- 18.7jMeter – REST API Testing
- 18.8jMeter – Webservice Test Plan
- 18.9jMeter – Monitor Test Plan
- 18.10jMeter – Listeners
- 18.11jMeter – Best Practices