Selenium with Java : Master Automation Testing +Frameworks
Selenium with Java : Master Automation Testing +Frameworks, available at $39.99, has an average rating of 4.63, with 65 lectures, based on 4 reviews, and has 26 subscribers.
You will learn about ***** At the end of this course, you will have detailed understanding of Web Automation Frameworks *** In-depth understanding of Selenium WebDriver CHALLENGES with real time examples Deeper understanding of Automation guidelines and code quality standards You will be in a position to pick any website over internet and can automate it with all the possible test cases Additional knowledge to understand Mobile Testing Database testing and Performance testing with Selenium You will be able to perform CROSS-BROWSER testing using SELENIUM GRID You will have complete understanding of TestNG Framework in Selenium You should be able to verify Data Integrity with the GUI of the application With all this knowledge gained, you should be easily able to clear Selenium Automation interviews This course is ideal for individuals who are Quality Assurance professionals and Manual testers looking to start career in test automation or Quality Assurance Automation professionals willing to intensify their current test automation skill sets or Fresh Graduates who want to make a dream career in software engineering or Quality Assurance Team leads and Managers It is particularly useful for Quality Assurance professionals and Manual testers looking to start career in test automation or Quality Assurance Automation professionals willing to intensify their current test automation skill sets or Fresh Graduates who want to make a dream career in software engineering or Quality Assurance Team leads and Managers.
Enroll now: Selenium with Java : Master Automation Testing +Frameworks
Summary
Title: Selenium with Java : Master Automation Testing +Frameworks
Price: $39.99
Average Rating: 4.63
Number of Lectures: 65
Number of Published Lectures: 65
Number of Curriculum Items: 65
Number of Published Curriculum Objects: 65
Original Price: $199.99
Quality Status: approved
Status: Live
What You Will Learn
- ***** At the end of this course, you will have detailed understanding of Web Automation Frameworks
- *** In-depth understanding of Selenium WebDriver CHALLENGES with real time examples
- Deeper understanding of Automation guidelines and code quality standards
- You will be in a position to pick any website over internet and can automate it with all the possible test cases
- Additional knowledge to understand Mobile Testing Database testing and Performance testing with Selenium
- You will be able to perform CROSS-BROWSER testing using SELENIUM GRID
- You will have complete understanding of TestNG Framework in Selenium
- You should be able to verify Data Integrity with the GUI of the application
- With all this knowledge gained, you should be easily able to clear Selenium Automation interviews
Who Should Attend
- Quality Assurance professionals and Manual testers looking to start career in test automation
- Quality Assurance Automation professionals willing to intensify their current test automation skill sets
- Fresh Graduates who want to make a dream career in software engineering
- Quality Assurance Team leads and Managers
Target Audiences
- Quality Assurance professionals and Manual testers looking to start career in test automation
- Quality Assurance Automation professionals willing to intensify their current test automation skill sets
- Fresh Graduates who want to make a dream career in software engineering
- Quality Assurance Team leads and Managers
This course includes a wide range of topics from Selenium WebDriver Basics and Advanced, Java Concepts, TestNG Framework, Automation Framework Design (Page Objects, Page Factory, Data Driven, Reading Excel Files), Best reporting tool – Advanced Reporting, Cross-Browser Testing with Selenium Grid 2.0, Maven Build Management, Git and GitHub, Continuous Integration with Jenkins, Git integration with Jenkins, Database Testing, Performance Testing, Behavior Driven Testing UsingCucumber, Sauce Labs Integration, Interview Preparation. All materials including code files.
Every QA Professional have a wish of learning trending Automation courses but somehow 90% of them are giving up their thoughts.
Its not due to the lack of courses available in the Market, but its about finding the right Mentor who can guide,teach and understand student’s pulse with their background education.
For Web Automation Testing:
1.Selenium Tutorial – In Java and Python
2. Protractor Tutorial – Java Script Automation for Angular
3.Selenium- Frameworks
4. Cucumber Framework Tutorial
For Mobile Automation Testing
3. Appium Mobile Testing Tutorial
For API Automation Testing :
4. SoapUI API Automation
5. Rest API Automation
So what makes this course Unique in the Market?
We assume that students have no experience in automation / coding and start every topic from scratch and basics.
Examples are taken from REAL TIME HOSTED WEB APPLICATIONSto understand how different components can be automated.
Topics includes:
Complete Core java
-
Selenium Webdriver- Major focus (7 hours+ content)
-
Live Examples in Automating Web applications in all supported Browsers
-
Strategy to handle Rich Web UI using Advanced WebDriver
-
Real time challenges we face in WebDriver and solutions to handle it
-
Selenium Grid
-
Live projects on Selenium
-
Interview questions discussion with solutions
-
TestNG
-
Maven
Course Curriculum
Chapter 1: Introduction to Selenium
Lecture 1: Introduction to Selenium
Chapter 2: TestNG Framework in Selenium (theoretical)
Lecture 1: Introduction to TestNG Framework in Selenium
Lecture 2: Features of TestNG Framework in Selenium
Lecture 3: TestNG with Annotations in Selenium( PART 1 )
Lecture 4: TestNG with Annotations in Selenium( PART 2 )
Lecture 5: Data Provider Annotation in Selenium
Lecture 6: Introduction to Assertions
Chapter 3: TestNG Framework in Selenium ( practical implementation ).
Lecture 1: Installation of TestNG in Eclipse IDE
Lecture 2: Create TestNG Class in Selenium
Lecture 3: Create Test methods in Selenium
Lecture 4: Create Test methods using Priority in Selenium
Lecture 5: Create Test methods using enabled in Selenium
Lecture 6: Create Test methods with Data Provider , BeforeMethod & AfterMethod Annotation
Lecture 7: Soft Assertions in Selenium
Lecture 8: Hard Assertions in Selenium
Lecture 9: TestSuite (in TestNG )/ testing.xml
Lecture 10: Configuration of testing.xml file in selenium
Lecture 11: Packages and Parallel Execution of testing.xml in Selenium
Lecture 12: include and exclude of testing.xml in Selenium
Chapter 4: Web Driver Architecture in selenium ( theoretical implementation )
Lecture 1: Introduction to Webdriver Architecture in Selenium
Lecture 2: Features of WebDriver Architecture in Selenium
Lecture 3: Introduction to Maven Project in Selenium
Lecture 4: Types of Maven Repository in Selenium
Lecture 5: Introduction to pom.xml of Maven in Selenium
Chapter 5: Web Driver Architecture in selenium ( Practical implementation )
Lecture 1: Create Maven Project in Selenium
Lecture 2: Adding dependencies and plugins of Maven in Selenium
Lecture 3: Installing Drivers for Maven Project in Selenium
Lecture 4: Launching Chrome Driver in Selenium
Lecture 5: Launching Test Website in Selenium
Lecture 6: Maximize window and Closing window in Selenium
Chapter 6: Web Driver API architecture
Lecture 1: Web Elements Locator Strategies in Selenium
Lecture 2: Web Element Locator by ID
Lecture 3: Code: Web Element Locator by ID
Lecture 4: Web Element Locator by Name
Lecture 5: Code: Web Element Locator by Name
Lecture 6: Web Element Locator by className
Lecture 7: Code: Web Element Locator by className
Lecture 8: Web Element Locator by linkText and partialLinkText
Lecture 9: Code: Web Element Locator by linkText and partialLinkText
Lecture 10: Web Element Locator by Tag Name
Lecture 11: Code: Web Element Locator by Tag Name
Lecture 12: Web Element Css Locator by ID
Lecture 13: Code: Web Element Css Locator by ID
Lecture 14: Web Element Css Locator by class
Lecture 15: Code: Web Element Css Locator by class
Lecture 16: Web Element Css Locator by attribute
Lecture 17: Code:Web Element Css Locator by attribute
Lecture 18: Web Element Css Locator by multiple attribute
Lecture 19: Code: Web Element Css Locator by multiple attribute
Lecture 20: Web Element Css Locator by partial string
Lecture 21: Code: Web Element Css Locator by partial string
Lecture 22: Web Element Css Locator for Child Elements
Chapter 7: Web Element Locator using XPath in selenium
Lecture 1: Introduction to Xpath in Selenium
Lecture 2: Type of Xpath in Selenium
Lecture 3: Locating Web Element using XPath in Selenium
Lecture 4: Code: Locating Web Element using XPath in Selenium
Lecture 5: Technique Used to locate Web Element easily using Xpath in Selenium
Chapter 8: Web Driver Commands in Selenium
Lecture 1: Web Driver Commands in Selenium
Lecture 2: Code: Web Driver Commands in Selenium
Lecture 3: Select Command in Selenium
Lecture 4: Wait Command in Selenium
Chapter 9: Automate Mouse and Keyboard Events
Lecture 1: Introduction to Automate Mouse and Keyboard Events
Lecture 2: Actions Class of Web Driver API in Selenium
Lecture 3: Keyboard Events in Selenium
Lecture 4: Execution of all the mouse and keyboard Actions
Instructors
-
Manik Soni
Software Engineer
Rating Distribution
- 1 stars: 0 votes
- 2 stars: 0 votes
- 3 stars: 0 votes
- 4 stars: 2 votes
- 5 stars: 2 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