Selenium with Java
- Offered byACTE
Selenium with Java at ACTE Overview
Duration | 40 hours |
Total fee | ₹12,000 |
Mode of learning | Online |
Difficulty level | Beginner |
Official Website | Go to Website |
Credential | Certificate |
Selenium with Java at ACTE Highlights
- 40+ Hours Course Duration
- 100% Job Oriented Training
- Industry Expert Faculties
- Free Demo Class Available
- Completed 500+ Batches
- Certification Guidance
Selenium with Java at ACTE Course details
- It is mostly suits for beginners as well as manual testers who want to have automation exposure.
- Automation Testing
- Selenium IDE
- Selenium WebDriver 3
- Object Oriented Programming
- Selenium Framework
- Selenium to JAVA
- Hybrid Framework
- Jenkins + Git + GitHu
- TestNG Framework
- ACTE online Training course is designed for Software professionals with Manual Testing skills and test automation exposure is required
- Selenium With Java is a portable software testing framework for web applications
- It provides a record and playback tool for authoring tests without learning a test scripting (Selenium IDE).
Selenium with Java at ACTE Curriculum
Module 1 : Selenium With Java Introduction
Selenium Basics
Configuring Steps
Module 2 : Brush up Java Concepts for Selenium Automation
Java Installation
Eclipse Installation, configuration
Downloading and configuring Selenium
Step by step Instruction Guide to download Selenium
How to fix the errors in the java code?
Module 3 : Configuring Selenium and Running Tests on All Browsers
Migrating to Webdriver latest Version
Selenium 2.0 Webdriver Architecture
Web driver Interface explanation and Invoking Browser
Selenium 3 Latest version configuration changes - *New*
Basic Methods of Webdriver
Webdriver Java concepts Notes
How to run tests in Google Chrome
How to run tests in Internet Explorer
How to run tests in Safari Browser
Module 4 : Locator Techniques & Tools used to identify Objects
Importance of Locator Identifiers in Selenium
Identifying locators(id,name,linkText) with developer tools -1
Identifying locators(className) with developer tools -2
Identifying xpath in chrome and firefox Browsers
Identifying CSS locators with chrome and firefox Addons
Validating the accuracy of xpath and Css from browser addons
Practise exercises on locators learned from the previous lectures
Generating customized xpath from html attributes
Generating customized CSS from html attributes
Practise exercises with Xpath and CSS with regular expressions
Cheatsheet
Module 5 : Selenium Webdriver Techniques to automate Web elements
Handling Static dropdowns with Select webdriver API
Handle Dynamic dropdowns with Webdriver API
Handling Checkboxes with webdriver API
Dropdowns, Checkboxes code download
Handling Radiobuttons with Customized xpath
Handling Radiobutton dynamically- real time examples
Radiobutton code download
Types of Alerts present and Methods to handle them
Handling Java Alerts using Webdriver API
Alerts code download
Web Elements Validations