Skip to content

This repository is used for uploading the programs used in youtube video tutorials.

Notifications You must be signed in to change notification settings

Gnanasekarann/HYR-Tutorials

 
 

Repository files navigation

H Y R Tutorials

This repository is created and will be used for uploading the programs which I created in my tutorial videos.

You can find the GitHub link in the video description or you can directly browse the content from Here.

Course Content

Selenium WebDriver

  1. Introduction to Selenium
  2. Downloading and Setting up Selenium WebDriver
  3. Launch Chrome & Firefox Browsers using Selenium WebDriver
  4. Auto download Driver Executables using WebDriverManager
  5. Desired Capabilities and Chrome Options in Selenium WebDriver
  6. Different Locators Available in Selenium WebDriver
  7. Navigation Methods in Selenium WebDriver
  8. Handling of Basic HTML Controls using Selenium WebDriver
  9. Handling of HTML Dropdown using Selenium WebDriver
  10. How to handle Alerts in Selenium WebDriver
  11. How to handle Multiple Windows in Selenium WebDriver
  12. How to Handle Frames in Selenium WebDriver
  13. XPath vs CSS Selector in Selenium WebDriver
  14. Capture Screenshots using Selenium WebDriver
  15. PageLoadTimeOut in Selenium WebDriver
  16. Implicit Wait Timeout in Selenium WebDriver
  17. Handling of Bootstrap Dropdowns using Selenium WebDriver
  18. How to handle Permission Pop-ups using Selenium WebDriver?
  19. How to download files in Chrome, Firefox & Edge browsers using Selenium WebDriver?
  20. Remove "Chrome is being controlled by automated test software" message using Selenium WebDriver
  21. How to handle Calendars using Selenium WebDriver | Selenium |

TestNG - Testing Framework

  1. Introduction to TestNG - Part 1
  2. Installation of TestNG - Part 2

XPath in Selenium WebDriver

  1. What is XPath? Types of XPath? How to write XPath?
  2. XPath Operators & XPath Functions - and, or, text, contains, starts-with and normalize-space
  3. XPath Axes - ancestor, parent, following-sibling, preceding-sibling, child and descendant

CSS Selectors in Selenium WebDriver

  1. What is CSS Selector & Types of CSS Selector
  2. CSS Simple Selectors
  3. CSS Attribute Selectors
  4. CSS Combinator selectors
  5. Conditions and Pseudo Classes in CSS Selectors

Apache POI (Java Library for reading and writing Microsoft Office files)

  1. Introduction to Apache POI
  2. How to Create Excel File using Apache POI
  3. How to Read Excel File using Apache POI

Apache PDFBox (Java Library for manipulating PDF files)

  1. How to read the data from PDF file using Apache PDFBox

JavascriptExecutor in Selenium WebDriver

  1. What is JavascriptExecutor in Selenium WebDriver?
  2. Enter Text into a Textbox using JavascriptExecutor in Selenium WebDriver
  3. Perform Click Operation using JavascriptExecutor in Selenium WebDriver
  4. Perform Scroll Operations using Javascript Executor in Selenium WebDriver
  5. Highlight Web Elements using JavascriptExecutor in Selenium WebDriver

Selenium WebDriver Interview Questions

  1. What is the meaning of WebDriver driver = new ChromeDriver() in Selenium WebDriver?
  2. Why do we need to typecast the WebDriver Instance to use TakeScreenshot or JavascriptExecutor?
  3. How to Find Broken Links using Selenium WebDriver?
  4. How to Find Broken Images using Selenium WebDriver?
  5. What is the difference between findElement and findElements in #Selenium WebDriver?
  6. What is the difference between driver.close() and driver.quit() in Selenium WebDriver?
  7. What is the difference between driver.get() and driver.navigate().to() in Selenium WebDriver?

Java Programming

  1. Introduction to Java - Part 1
  2. How to Download & Install Java 8 on Windows 10 - Part 2
  3. How to Download & Install Java 11 on Windows 10 - Part 3
  4. How to Download and Install Eclipse on Windows 10 - Part 4
  5. Write your First Java Program with Eclipse IDE - Part 5
  6. Execute Java Program from Command Prompt - Part 6
  7. Variables in Java - Part 7
  8. DataTypes in Java - Part 8
  9. Getting user input data in Java using scanner class - Part 9
  10. Operators in Java - Part 10
  11. Decision Making Statements (if and if-else) in Java - Part 11
  12. Decision Making Statements (switch) in Java - Part 12
  13. Looping Statements (while and do-while) in Java - Part 13
  14. Arrays in Java - Part 14
  15. Looping Statements (for and foreach) in Java - Part 15
  16. Methods in Java - Part 16
  17. Class and Object in Java - Part 17
  18. Constructors in Java - Part 18
  19. This keyword in Java - Part 19

Selenium Java in Telugu

  1. Selenium Java in Telugu - Course Introduction - Part 0 | తెలుగు |
  2. Introduction to Selenium WebDriver - Part 1 | తెలుగు |
  3. Tools & Software required for working with Selenium WebDriver - Part 2 | తెలుగు |
  4. Java Basics for working with Selenium WebDriver - Part 3 | తెలుగు |
  5. Download and Install Selenium WebDriver - Part 4 | తెలుగు |
  6. Launch Chrome & Firefox Browsers using Selenium WebDriver - Part 5 | తెలుగు |
  7. Auto Download driver executables using WebDriverManager - Part 6 | తెలుగు |
  8. Different Locators available in Selenium WebDriver - Part 7 | తెలుగు |
  9. How to handle TextBoxes in Selenium WebDriver - Part 8 | తెలుగు |
  10. How to handle basic html controls in Selenium WebDriver - Part 9 | తెలుగు |
  11. How to handle Dropdowns in Selenium WebDriver - Part 10 | తెలుగు |
  12. Navigation Methods in Selenium WebDriver - Part 11 | తెలుగు |
  13. How to handle alerts in a web page using Selenium WebDriver - Part 12 | తెలుగు |
  14. How to handle multiple windows or tabs using Selenium WebDriver - Part 13 | తెలుగు |
  15. How to handle frames in a web page using Selenium WebDriver - Part 14 | తెలుగు |
  16. How to capture screenshots of a web page using Selenium WebDriver - Part 15 | తెలుగు |
  17. PageLoadTimeout in Selenium WebDriver - Part 16 | తెలుగు |
  18. Implicit Wait Timeout in Selenium WebDriver - Part 17 | తెలుగు |
  19. Explicit Wait in Selenium WebDriver - Part 18 | తెలుగు |
  20. How to maximize browser window in Selenium WebDriver - Part 19 | తెలుగు |
  21. How to get URL, Title, PageSource using Selenium WebDriver - Part 20 | తెలుగు |
  22. How to get WebElement properties using Selenium WebDriver - Part 21 | తెలుగు |
  23. XPath Full Course in తెలుగు - Part 22 | Selenium | తెలుగు |
  24. Perform Mouse Actions in Selenium WebDriver - Part 23 | తెలుగు |
  25. How to handle Calendars using Selenium WebDriver - Part 24 | తెలుగు |
  26. JavascriptExecutor in Selenium WebDriver - Part 25 | తెలుగు |

Checkout my YouTube Tutorial Playlists 👇

Playlist Name Link
Windows Automation with FlaUI https://bit.ly/33CG4dB
Java for Absolute Beginners https://bit.ly/3keRJGa
Selenium with Java https://bit.ly/2FyKvxj
TestNG - Testing Framework https://bit.ly/3wXyuXB
Selenium Interview Questions https://bit.ly/3matUB3
CSS Selectors https://bit.ly/2Rn0IbD
XPath https://bit.ly/2RlLdkw
Javascript Executor https://bit.ly/2FhNXwS
Apache POI https://bit.ly/2RrngrH
Selenium Java in Telugu https://bit.ly/3ab697k
Maven https://bit.ly/2DYfYZE
How to fix Eclipse Errors https://bit.ly/3ipvNYf

Connect Me/ Follow Me @ 👇

Website - https://www.hyrtutorials.com/

Facebook - https://www.facebook.com/HYRTutorials/

LinkedIn -https://www.linkedin.com/company/hyrtutorials/

Twitter - https://twitter.com/Hyrtutorials

Instagram - https://www.instagram.com/hyrtutorials/

YouTube - https://www.youtube.com/hyrtutorials

C#Corner - https://www.c-sharpcorner.com/members/yadagiri-reddy/articles


alt text

About

This repository is used for uploading the programs used in youtube video tutorials.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%