Selenium WebDriver +Java-Basic to Advanced+ RealTime Project
Selenium WebDriver +Java-Basic to Advanced+ RealTime Project, available at $44.99, has an average rating of 4.2, with 36 lectures, based on 10 reviews, and has 119 subscribers.
You will learn about Student will learn Selenium WebDriver from basic to experience level Student will Learn to write basic script . Student will learn to develop framework Student will learn to automate any web Application This course is ideal for individuals who are Beginner and experiences or B Tech ,Bcom ,Fresher and Experience (Technical and non-technical ,Manual Tester and Non-CSE) It is particularly useful for Beginner and experiences or B Tech ,Bcom ,Fresher and Experience (Technical and non-technical ,Manual Tester and Non-CSE).
Enroll now: Selenium WebDriver +Java-Basic to Advanced+ RealTime Project
Summary
Title: Selenium WebDriver +Java-Basic to Advanced+ RealTime Project
Price: $44.99
Average Rating: 4.2
Number of Lectures: 36
Number of Published Lectures: 36
Number of Curriculum Items: 36
Number of Published Curriculum Objects: 36
Original Price: ₹799
Quality Status: approved
Status: Live
What You Will Learn
- Student will learn Selenium WebDriver from basic to experience level
- Student will Learn to write basic script .
- Student will learn to develop framework
- Student will learn to automate any web Application
Who Should Attend
- Beginner and experiences
- B Tech ,Bcom ,Fresher and Experience (Technical and non-technical ,Manual Tester and Non-CSE)
Target Audiences
- Beginner and experiences
- B Tech ,Bcom ,Fresher and Experience (Technical and non-technical ,Manual Tester and Non-CSE)
Hi all, We have designed Selenium WebDriver beginner to Master level content. This, course for Manual Tester, Non-Tech Or If having long gap and trying to get job in Automation Testing . After completing course you are very confidence Selenium WebDriver basic to framework development and You can crack any interview .
This, course for Manual Tester, Non-Tech Or If having log gap and trying to get job in Automation Testing After completing course you are very confidence Selenium WebDriver basic to advanced and You can crack any interview .
Selenium Syllabus
=================
1>Download and Install Java
2>Configure Setup-Eclipse,Selenium,TestNG
3>Difference between Webdriver, RC and IDE
4>How to execute test cases in IE browser using Selenium Webdriver
5>Challenges with IE browser in Selenium Webdriver
6>XPath plugin for Firefox
7>Complete study of Dynamic XPath in Selenium
8>XPath plugin for Chrome
9>How to verify Page title in Selenium Web driver
10>How to work with Radio button and Checkbox in Selenium
Webdriver + How to create re-suabe method to add in Framework
11>Handle Basic Drop down in Selenium WebDriver + How to create re-usable method to add in Framework
12>Guide to perform Drag and Drop in Selenium + How to create re-usable method to add in Framework
13>How to perform Advance activity in Selenium like- Mouse Hover,
RightClick, DoubleClick, Keyboard Event ( How to create re-usable method to add in Framework)
14>Implicit wait in selenium Webdriver ( How to create re-usable method to add in Framework)
15>Explicit Wait in Selenium Webdriver ( How to create re-usable method to add in Framework)
16>Fluent Wait in Selenium Webdriver ( How to create re-usable method to add in Framework)
17>How to capture error message in Selenium Webdriver. ( How to create re-usable method to add in Framework)
18>How to handle frames in Selenium Webdriver ( How to create re-usable method to add in Framework)
19>How to handle Alert in Selenium Webdriver( How to create re-usable method to add in Framework)
20>How to handle Calender in Selenium Webdriver( How to create re-usable method to add in Framework)
21>How to capture Screenshot in Selenium( How to create re-usable method to add in Framework)
22>How to capture screenshots of failed test cases in Selenium
Webdriver ( How to create re-usable method to add in Framework)
23>How to capture tooltip in Selenium Webdriver
24>How to scroll page in Selenium Webdriver ( How to create re-usable method to add in Framework)
25>How to handle Exception in Webdriver
26>Solution for java.lang.illegalstateexception in Selenium
Webdriver
28>How to handle Element not visible exception
29>Solution for sendkeys(CharSequence) in Selenium
30>How to Handle Stale element reference exception in Selenium
Webdriver
31>Difference between findElement and findElements in Selenium
Webdriver
32>- Page Object Model in Selenium – Complete Guide
33>Read and Write Excel file in Selenium using Apache
34>Data Driven Framework in Selenium
35>Maven Integration with Selenium
36>Configure Eclipse with Selenium and TestNG
37>Create First TestNG Program and Execute.
Configure Eclipse with Selenium and TestNG
38>Check reports generated by TestNG
39>Cross browser testing using TestNG
40>Create Data driven framework using DataProivider
41>How to execute only failed testcases in Selenium Webdriver
42>How to disable testcase in Selenium using TestNG
43>How to group Testcases in Selenium using TestNG
44>How to create dependency between Test cases in Selenium
Webdriver
45>How to execute testng.xml file through Java Program
46>Execute Selenium Webdriver Test cases parallel using TestNG
48)Git
49>Jenkins
50>Framework from scratch
1)Develop Maven project (How to configure maven)
2)Create Page Object model
3)Create Base class
4)create utility class
5)create Handler class
6)Run all test cases using XML file
7)Create log4j
8)Take screenshot for fail test cases
51) Real Time project Assignments
Course Curriculum
Chapter 1: Syllabus And Feedback
Lecture 1: Syllabus And Feedback_Part-1
Chapter 2: Introduction of Selenium
Lecture 1: When Should go for Automation Testing-Part-2
Lecture 2: What is Automation Testing Part-3
Lecture 3: Introduction Of Selenium_Part-4
Chapter 3: What is difference between Selenium IDE Selenium RC and Selenium Grid
Lecture 1: Selenium IDE Selenium RC and Selenium Grid_Part-5
Chapter 4: Types of Locators & Xpath in Selenium
Lecture 1: Locator_part-7
Lecture 2: What is Xpath-Part-8
Lecture 3: X-path And Type Of Xpath_Part-9
Chapter 5: Selenium First Script and Basic Method
Lecture 1: Selenium First Script and Basic Method_part-10
Chapter 6: How to verify Text on WebPage-getText()
Lecture 1: Verify Text On WebPage_Part-11
Lecture 2: Reusable Method For GetText() Method_Part-12
Chapter 7: How to handle Radio Button In Selenium_Part-13
Lecture 1: How to handle Radio Button_Part-13
Lecture 2: Reusable Method For_is Selected() _Radio button_Part-14
Chapter 8: How to handle Checkbox And Create reusable Method
Lecture 1: How to handle Checkbox And Create reusable Method_Part-15
Chapter 9: How to Select multiple Check Box_Part-16
Lecture 1: How to Select multiple Check Box_Part-16
Lecture 2: Multiple Check Box Reusable Method_Part-17
Chapter 10: What is isDisplayed() isEnabled and isSelected()_Part-18
Lecture 1: What is isDisplaye()_isEnabled()_isSelected()_Part-18
Chapter 11: Synchronization and Wait statement In Selenium
Lecture 1: implicit wait and explicit Wait_ Part-19
Chapter 12: What Fluent Wait and How to Handle Drop down in selenium
Lecture 1: FluentWait_and_Dropdown_Part-20
Chapter 13: How to handle Mouse Hover and Keyboard Operation
Lecture 1: How to handle Mouse Hover_Part-21
Lecture 2: How to handle Mouse Hover_Part-22
Chapter 14: How to handle Alert Popup and Multiple Window
Lecture 1: How to handle Alert Popup and Multiple Window Part-23
Chapter 15: How to handle scroll Up & Down and Frame
Lecture 1: How to handle scrollupdown and Frame_Part-24
Chapter 16: How to Handle Dynamic_Frame and Tool Tip
Lecture 1: How to Dynamic_Frame and Tool Tip-Part-25
Chapter 17: Framework Part-1 – How to handle Dynamic Table and What TestNg
Lecture 1: How to handle Dynamic Table and What TestNg_Part-26
Lecture 2: Annotation in TestNG_Part-27
Lecture 3: TestNG_Part-28
Lecture 4: TestNG_Part-29
Lecture 5: TestNg_Part-30
Chapter 18: Framework Part-2-What is Data Provider and Page Object Model In Selenium
Lecture 1: What is Data Provider and Page Object Model In Selenium-Part-31
Chapter 19: Read and Write Data from Excel Sheet-32
Lecture 1: Read and Write Data from Excel sheet
Chapter 20: Framework Part-4-Maven-33
Lecture 1: Maven_Part-25
Chapter 21: Framework Part-5 How To Take Screen Shot Report_part-26
Lecture 1: Take Screen Shot Report_part-26
Chapter 22: Framework Development End to End -35
Lecture 1: Framework Development End to End
Chapter 23: Framework Development and Script Development -Real Time Project-36
Lecture 1: Framework Development and Script Development -Real Time Project-36
Chapter 24: What is Git Installation and Basic Commands: add, commit, push
Lecture 1: What is Git Installation and Basic Commands: add, commit, push
Instructors
-
Mohit Kumar
Core Java Beginner to Master
Rating Distribution
- 1 stars: 1 votes
- 2 stars: 1 votes
- 3 stars: 0 votes
- 4 stars: 2 votes
- 5 stars: 6 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Top 10 Language Learning Courses to Learn in November 2024
- Top 10 Video Editing Courses to Learn in November 2024
- Top 10 Music Production Courses to Learn in November 2024
- Top 10 Animation Courses to Learn in November 2024
- Top 10 Digital Illustration Courses to Learn in November 2024
- Top 10 Renewable Energy Courses to Learn in November 2024
- Top 10 Sustainable Living Courses to Learn in November 2024
- Top 10 Ethical AI Courses to Learn in November 2024
- Top 10 Cybersecurity Fundamentals Courses to Learn in November 2024
- Top 10 Smart Home Technology Courses to Learn in November 2024
- Top 10 Holistic Health Courses to Learn in November 2024
- Top 10 Nutrition And Diet Planning Courses to Learn in November 2024
- Top 10 Yoga Instruction Courses to Learn in November 2024
- Top 10 Stress Management Courses to Learn in November 2024
- Top 10 Mindfulness Meditation Courses to Learn in November 2024
- Top 10 Life Coaching Courses to Learn in November 2024
- Top 10 Career Development Courses to Learn in November 2024
- Top 10 Relationship Building Courses to Learn in November 2024
- Top 10 Parenting Skills Courses to Learn in November 2024
- Top 10 Home Improvement Courses to Learn in November 2024