Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yadagirireddy/hyr-tutorials

This repository is used for uploading the programs used in youtube video tutorials.
https://github.com/yadagirireddy/hyr-tutorials

apache-poi automation csharp css-selectors cucumber eclipse flaui java selenium selenium-webdriver seleniumwebdriver test-automation testing testing-tools visual-studio webdriver xpath

Last synced: about 2 hours ago
JSON representation

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

Awesome Lists containing this project

README

        

# H Y R Tutorials

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

Also it can be used to browse all the videos and playlists from single place.

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

***

### YouTube Channel Links:
#### H Y R Tutorials (English) - https://www.youtube.com/hyrtutorials
#### H Y R Tutorials (Telugu) - https://www.youtube.com/c/hyrtutorialstelugu

πŸ™ Please SubscribeπŸ”” to start learning for FREE, Also help your friends in learning the best by suggesting these channels.

Join my youtube channel to get access to perks:
https://www.youtube.com/channel/UCzFPWBdClpZ9afmmyhho4Rg/join

***

## Checkout my YouTube Tutorial Playlists (English) πŸ‘‡

| 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 |
| Extent Reports | https://bit.ly/3pGD1gh |
| CSS Selectors | https://bit.ly/2Rn0IbD |
| XPath | https://bit.ly/2RlLdkw |
| Javascript Executor | https://bit.ly/2FhNXwS |
| Apache POI | https://bit.ly/2RrngrH |
| Apache PDFBox | https://bit.ly/3BpH599 |
| Selenium Interview Questions | https://bit.ly/3matUB3 |
| Maven | https://bit.ly/2DYfYZE |
| How to fix Eclipse Errors |https://bit.ly/3ipvNYf |

***

## Checkout my YouTube Tutorial Playlists (Telugu) πŸ‘‡

| Playlist Name | Link |
| ------------- |-------------|
| Core Java in Telugu | https://bit.ly/3KMlbBk |
| Selenium with Java in Telugu | https://bit.ly/3tL7Z9S |
| Core Java + Selenium online classes in Telugu| https://bit.ly/30008YR |
| Career guidance questions in Telugu | https://bit.ly/3IIk9oA |
| Core Java - Assignments in Telugu | https://bit.ly/3sJlfds |

***
## Course Content - English

Windows Automation with FlaUI

1. [Basics of Windows Automation](https://youtu.be/tb1BgILHXCY)
2. [Tools available for Windows Automation](https://youtu.be/qZKGFNv6kLA)
3. [What is FlaUI? Libraries provided by FlaUI?](https://youtu.be/qhPSfkdNJ04)
4. [Downloading and Installation of Visual Studio](https://youtu.be/jmrxsReIJwc)
5. [Project creation in Visual Studio](https://youtu.be/qPhfXR8vDME)
6. [Installation of FlaUI | Windows Automation Tool](https://youtu.be/86wfAnfgqGg)
7. [GUI Inspecting Tools for Windows Applications](https://youtu.be/2rE9dsTXUQE)
8. [Installation of Accessibility Tool - FlaUInspect](https://youtu.be/VYmxWXCGGB0)
9. [Working with Accessibility Tool - FlaUInspect](https://youtu.be/790e_YlV16A)
10. [Launching Windows Application using FlaUI](https://youtu.be/b7Qjsbl1jqE)
11. [Handling Different Types of Controls with FlaUI](https://youtu.be/nCEjzeHmEvk)
12. [Element finding mechanisms in FlaUI](https://youtu.be/7OwF3oXhw14)
13. [Finding Control with Multiple conditions in FlaUI](https://youtu.be/jANcYTmaSNc)
14. [Handling of menu and context menu with FlaUI](https://youtu.be/Ru-M6Tb2Jvw)
15. [Perform Mouse actions using FlaUI](https://youtu.be/eLeVOthqdOo)
16. [Perform Keyboard actions using FlaUI](https://youtu.be/IADVtmY3JVk)
17. [Capture Screenshots using FlaUI](https://youtu.be/7vCZh9VZLvg)
18. [Accessing Standard UIA Properties using FlaUI](https://youtu.be/EOKPiLykNVE)

Java for Absolute Beginners

1. [Part 1 - Introduction to Java](https://youtu.be/fPxY4hujnq4)
2. [Part 2 - How to Download & Install Java 8 on Windows 10](https://youtu.be/KG0aZOQHHhg)
3. [Part 3 - How to Download & Install Java 11 on Windows 10](https://youtu.be/BP7PgSofmzg)
4. [Part 4 - How to Download and Install Eclipse on Windows 10](https://youtu.be/Mm7JEgWlDsY)
5. [Part 5 - Write your First Java Program with Eclipse IDE](https://youtu.be/DDiVOF0EqGA)
6. [Part 6 - Execute Java Program from Command Prompt](https://youtu.be/mUELIhr5mks)
7. [Part 7 - Variables in Java](https://youtu.be/iM7uec02OlA)
8. [Part 8 - DataTypes in Java](https://youtu.be/L_SUrVJoQHA)
9. [Part 9 - Getting user input data in Java using scanner class](https://youtu.be/b9i-yId8GxI)
10. [Part 10 - Operators in Java](https://youtu.be/WR3oP3dI6l8)
11. [Part 11 - Decision Making Statements (if and if-else) in Java](https://youtu.be/DQjnttmFwHw)
12. [Part 12 - Decision Making Statements (switch) in Java](https://youtu.be/L9bdGbyMNpw)
13. [Part 13 - Looping Statements (while and do-while) in Java](https://youtu.be/HfBBFSpBKYM)
14. [Part 14 - Arrays in Java](https://youtu.be/p6xXuVoo8gI)
15. [Part 15 - Looping Statements (for and foreach) in Java](https://youtu.be/AWdXsNB4TfI)
16. [Part 16 - Methods in Java](https://youtu.be/8Cie6S3Y2rQ)
17. [Part 17 - Class and Object in Java](https://youtu.be/WCfRhPd5Wzo)
18. [Part 18 - Constructors in Java](https://youtu.be/WGYgM7dlet4)
19. [Part 19 - This keyword in Java](https://youtu.be/3gAjQkzzrcM)

Learn Java under 1 minute (Youtube Shorts)

1. [What is Java?](https://youtube.com/shorts/Uht4_1d_eY0)
2. [Advantages of Java](https://youtube.com/shorts/udRT3UCLaD8)
3. [Download and Install Java](https://youtube.com/shorts/eKdS82tcsn8)
4. [How to set path in Java](https://youtube.com/shorts/FeCWO2HLONg)
5. [Download and install Eclipse IDE](https://youtube.com/shorts/6PJvxjnNYm0)
6. [Write your first program in Eclipse IDE](https://youtube.com/shorts/fWrwxEgSblA)
7. [Download and install IntelliJ IDEA IDE](https://youtube.com/shorts/gOT0TCgdAGE)
8. []()
9. [Write a java program to perform the arithmetic operations on two numbers](https://youtube.com/shorts/uUqQkoRMVYs)
10. [Write a java program to perform Swapping of two numbers](https://youtube.com/shorts/AhBfmH0W_OE)
11. [Write a java program to perform Swapping of two numbers without third variable](https://youtube.com/shorts/3on1icbumTw)
12. [Write a java program to verify whether the given number is an even number or odd number](https://youtube.com/shorts/5MIzubva1eM)
13. [Write a java program to verify whether the given year is a leap year or common year](https://youtube.com/shorts/1cHpsGm0QYM)
14. [Write a java program to calculate the square of a given number](https://youtube.com/shorts/42dtRlDDT7o)
15. [Write a java program to calculate the power of a given number](https://youtube.com/shorts/Q0CdKjzmAQI)
16. [Write a java program to calculate the square root of a given number](https://youtube.com/shorts/_XT7G6lofKo)
17. [Write a java program to convert the temperature from Fahrenheit to Celsius](https://youtube.com/shorts/aGh5In234qU)
18. [Write a java program to verify whether the given number is a prime number or not](https://youtube.com/shorts/kWcWu0ZV5-c)
19. [Write a java program to count the number of digits in a given number](https://youtube.com/shorts/9qCTlGQ5Z2g)
20. [Write a java program to verify whether the given number is an Armstrong number or not](https://youtube.com/shorts/Ar4GZT-kka0)
21. [Write a java program to print the reverse of a given number](https://youtube.com/shorts/LKIqSh3OsUg)
22. [Write a java program to verify whether the given number is palindrome or not](https://youtube.com/shorts/fFZbbsmEFAk)
23. [Write a java program to print numbers ranging from 20 to 50 using while loop](https://youtube.com/shorts/z0Oi1XThM40)
24. [Write a java program to print the even numbers ranging from 50 to 100 using while loop](https://youtube.com/shorts/RkX2hLrxkcA)
25. [Write a java program to print the prime numbers ranging from 10 to 60 using while loop](https://youtube.com/shorts/LbAx8PEajkM)
26. [Write a java program to print the numbers ranging from 5 to 25 using for loop](https://youtube.com/shorts/Eey7UiEDqMs)
27. [Write a java program to print the multiplication table of a given number](https://youtube.com/shorts/WcoiLQCpIuw)
28. [Write a java program to print the sum of the even numbers ranging from 8 to 250 using for loop](https://youtube.com/shorts/kdW36rGtp4I)
29. [Write a java program to print the factorial of a given number](https://youtube.com/shorts/euUqV76fnUw)
30. [Write a java program to print the factors of a given number](https://youtube.com/shorts/ULB0wRldpMc)
31. [Write a java program to print the English Alphabet in Upper case and Lower case](https://youtube.com/shorts/SrF9hpe9BeU)

Selenium WebDriver with Java

1. [Introduction to Selenium](https://youtu.be/nE3JJQ5zALE)
2. [Downloading and Setting up Selenium WebDriver](https://youtu.be/BbQyHKcdbD8)
3. [Launch Chrome & Firefox Browsers using Selenium WebDriver](https://youtu.be/RgFREgOgSlE)
4. [Auto download Driver Executables using WebDriverManager](https://youtu.be/tdA3tSl0jUg)
5. [Desired Capabilities and Chrome Options in Selenium WebDriver](https://youtu.be/lvIXXilkw60)
6. [Different Locators Available in Selenium WebDriver](https://youtu.be/ZukVi_Qbm58)
7. [Navigation Methods in Selenium WebDriver](https://youtu.be/wlu6pr_QPXQ)
8. [Handling of Basic HTML Controls using Selenium WebDriver](https://youtu.be/Nyx955Dl058)
9. [Handling of HTML Dropdown using Selenium WebDriver](https://youtu.be/WRLZASByeiE)
10. [How to handle Alerts in Selenium WebDriver](https://youtu.be/Ogo_t1c-TN4)
11. [How to handle Multiple Windows in Selenium WebDriver](https://youtu.be/InTZhbAWCrU)
12. [How to Handle Frames in Selenium WebDriver](https://youtu.be/INdpVD26sDI)
13. [XPath vs CSS Selector in Selenium WebDriver](https://youtu.be/d4iJrWsdT4E)
14. [Capture Screenshots using Selenium WebDriver](https://youtu.be/Ld9qJ4psQmI)
15. [PageLoadTimeOut in Selenium WebDriver](https://youtu.be/PZXw8GlV5-o)
16. [Implicit Wait Timeout in Selenium WebDriver](https://youtu.be/OOMer-N5WY4)
17. [Handling of Bootstrap Dropdowns using Selenium WebDriver](https://youtu.be/jBVtlGTOWu0)
18. [How to handle Permission Pop-ups using Selenium WebDriver?](https://youtu.be/deKXbbIHD4w)
19. [How to download files in Chrome, Firefox & Edge browsers using Selenium WebDriver?](https://youtu.be/15-ayP0sukA)
20. [Remove "Chrome is being controlled by automated test software" message using Selenium WebDriver](https://youtu.be/KAbllhPomwE)
21. [How to handle Calendars using Selenium WebDriver | Selenium |](https://youtu.be/HqzlDEPdJ3w)

TestNG - Testing Framework

1. [Part 1 - Introduction to TestNG](https://youtu.be/LQ72KZAg0QE)
2. [Part 2 - Installation of TestNG](https://youtu.be/EIPHiYYMD0g)
3. [Part 3 - Create and run your first TestNG test](https://youtu.be/k_zFvArWWTs)
4. [Part 4 - Basic structure of TestNG xml file](https://youtu.be/iEOZ2FmTWe0)
5. [Part 5 - Assertions in TestNG](https://youtu.be/MccoImse-qg)
6. [Part 6 - Hard Assertions vs Soft Assertions in TestNG](https://youtu.be/qaLOTq2zPXU)
7. [Part 7 - TestNG annotations and the flow of execution](https://youtu.be/I32ASJ7ICBo)
8. [Part 8 - Parameters in TestNG](https://youtu.be/w7ObteNcxVA)
9. [Part 9 - Optional Parameters in TestNG](https://youtu.be/e-MKvkZrCJ8)
10. [Part 10 - How to enable or disable test cases from testng xml file](https://youtu.be/vCQ-coMJ90k)
11. [Part 11 - How to prioritize your tests in TestNG](https://youtu.be/3kVJ9Yi3ruA)
12. [Part 12 - How to ignore tests in TestNG](https://youtu.be/iqkCLlpw3JQ)
13. [Part 13 - How to group your tests in TestNG](https://youtu.be/nm3J-TivIVs)
14. [Part 14 - How to create the test dependencies in TestNG](https://youtu.be/QOF4t3UfgUI)
15. [Part 15 - How to create the test group dependencies in TestNG](https://youtu.be/_0kSbiOOnO4)
16. [Part 16 - What is a Dataprovider and how to use it in TestNG](https://youtu.be/Zi1U-8qvWSs)
17. [Part 17 - Parameters of Test Method and Return types of Dataprovider](https://youtu.be/90_Pv6ixtj0)
18. [Part 18 - How to use the dataprovider partially in TestNG](https://youtu.be/do0Bql_QVhg)
19. [Part 19 - How to create the dataprovider in a separate class](https://youtu.be/RZov5D58p2Q)
20. [Part 20 - Integration of Excel with Dataprovider](https://youtu.be/t8zlxZ1CwKw)
21. [Part 21 - Parallel execution with DataProvider in TestNG](https://youtu.be/T6XCjr98bA8)
22. [Part 22 - How to use timeout & expectedExceptions attributes in TestNG](https://youtu.be/ZU6qdmW0SmY)
23. [Part 23 - Execute your tests in parallel using TestNG](https://youtu.be/lMzdCHom2vs)
24. [Part 24 - How to use invocationCount, invocationTimeOut & threadPoolSize in TestNG](https://youtu.be/qIENXnWJLpI)
25. [Part 25 - TestNG Listeners](https://youtu.be/neG1AJCH_3Q)
26. [Part 26 - Capture screenshots for only failed tests in TestNG](https://youtu.be/S5wJYCHrUQ4)
27. [Part 27 - Default reports generated by TestNG](https://youtu.be/ilCo0C0HBEI)
28. [Part 28 - Extent reports integration with TestNG (using Annotations)](https://youtu.be/P9zZ35dgrxg)

Extent Reports

0. [P0 - Extent Reports Course Introduction](https://youtu.be/iyV-fDheyD0)
1. [P1 - Overview of the extent reports](https://youtu.be/nPXJohqAbwU)
2. [P2 - Download and Setup extent report libraries](https://youtu.be/YqCdblSNJUs)
3. [P3 - Create a basic extent report](https://youtu.be/b1zJf52Ex14)
4. [P4 - Understand the log levels in extent reports](https://youtu.be/ySFkim9jkeY)
5. [P5 - Log different types of information to the extent reports](https://youtu.be/79irFF_yJV8)
6. [P6 - Attach screenshots to the extent reports](https://youtu.be/hXG6uV51OLw)
7. [P7 - Different attributes available for a test in extent reports](https://youtu.be/HtnhNshkSy0)
8. [P8 - Extent report configuration using Java, JSON and XML](https://youtu.be/CS7_1bQrbU4)
9. [P9 - Add the system/environment information to extent reports](https://youtu.be/zr6ESxf0W7A)
10. [P10 - Remove/Change the order of the tabs in Extent reports](https://youtu.be/3XON01EALIQ)
11. [P11 - Generate the extent report for only failed or skipped or passed tests](https://youtu.be/S7wOFnYmZw0)
12. [P12 - Shortcuts in extent reports](https://youtu.be/W9ekdTm65Jc)
13. [P13 - Extent reports integration with TestNG (using Annotations)](https://youtu.be/P9zZ35dgrxg)

XPath in Selenium WebDriver

1. [What is XPath? Types of XPath? How to write XPath?](https://youtu.be/Em2PfKQ26Zw)
2. [XPath Operators & XPath Functions - and, or, text, contains, starts-with and normalize-space](https://youtu.be/OTStvDR_jF4)
3. [XPath Axes - ancestor, parent, following-sibling, preceding-sibling, child and descendant](https://youtu.be/aAWvwGFkySI)

CSS Selectors in Selenium WebDriver

1. [Part 1 - What is CSS Selector & Types of CSS Selector](https://youtu.be/DlsmZ1hdgPI)
2. [Part 2 - CSS Simple Selectors](https://youtu.be/JMlXasD2UhU)
3. [Part 3 - CSS Attribute Selectors](https://youtu.be/pZPNJ41ePmE)
4. [Part 4 - CSS Combinator selectors](https://youtu.be/vQvs1WSQwI0)
5. [Part 5 - Conditions and Pseudo Classes in CSS Selectors](https://youtu.be/dwB9jkFaiuU)

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

1. [Part 1 - Introduction to Apache POI](https://youtu.be/mHHflDVLD0o)
2. [Part 2 - How to Create Excel File using Apache POI](https://youtu.be/q-fREhjTmNk)
3. [Part 3 - How to Read Excel File using Apache POI](https://youtu.be/JAyJSffgm7c)

Apache PDFBox (Java Library for manipulating PDF files)

1. [How to read the data from PDF file using Apache PDFBox](https://youtu.be/9O_y9wI7P0A)

JavascriptExecutor in Selenium WebDriver

1. [What is JavascriptExecutor in Selenium WebDriver?](https://youtu.be/vwdNFoS9aQM)
2. [Enter Text into a Textbox using JavascriptExecutor in Selenium WebDriver](https://youtu.be/AHUhFgWYtAA)
3. [Perform Click Operation using JavascriptExecutor in Selenium WebDriver](https://youtu.be/sXCTNmOmB_s)
4. [Perform Scroll Operations using Javascript Executor in Selenium WebDriver](https://youtu.be/3c2rE51MzWI)
5. [Highlight Web Elements using JavascriptExecutor in Selenium WebDriver](https://youtu.be/mTkeNj5tglw)

Selenium WebDriver Interview Questions

1. [What is the meaning of WebDriver driver = new ChromeDriver() in Selenium WebDriver?](https://youtu.be/ZJI2sdTLVEg)
2. [Why do we need to typecast the WebDriver Instance to use TakeScreenshot or JavascriptExecutor?](https://youtu.be/I2Dc6TOzPVQ)
3. [How to Find Broken Links using Selenium WebDriver?](https://youtu.be/3liZaog-xXM)
4. [How to Find Broken Images using Selenium WebDriver?](https://youtu.be/6NXZQYs-Eig)
5. [What is the difference between findElement and findElements in #Selenium WebDriver?](https://youtu.be/NInJVd6aBKM)
6. [What is the difference between driver.close() and driver.quit() in Selenium WebDriver?](https://youtu.be/-2h8wAgzvHo)
7. [What is the difference between driver.get() and driver.navigate().to() in Selenium WebDriver?](https://youtu.be/VU1yut6JEHs)

Maven

1. [Install Maven on Windows](https://youtu.be/-6Gq_lQbR_c)

How to fix Eclipse Errors

1. [How to fix error "A JRE or JDK must be available in order to run Eclipse" ](https://youtu.be/duE6IfQfzKY)
2. [How to fix "Failed to load the JNI shared library" error](https://youtu.be/4Y9mjyxO8EY)

***

## Course Content - Telugu

Core Java in Telugu

0. [P0 - Java Course Introduction](https://youtu.be/_3GP0qyTbsI)
1. [P1 - Introduction to Programming](https://youtu.be/6vbgKKSYdBA)
2. [P2 - Introduction to Java](https://youtu.be/ILFg074rlNY)
3. [P3 - Downloading and Installation of Java version 8](https://youtu.be/_0sfaKYTlmA)
4. [P4 - Downloading and Installation of Java version 11 and 17 ](https://youtu.be/Nm6Q-91j6kY)
5. [P5 - Which version of java should be installed in our machine](https://youtu.be/HddwqIDGkg8)
6. [P6 - Tools required for writing and executing Java programs](https://youtu.be/C8ofg23qLNA)
7. [P7 - Writing and Executing our first java program using Notepad and Command Prompt](https://youtu.be/RXqpwLpSdkc)
8. [P8 - Download and Install the Eclipse IDE](https://youtu.be/c6XM9dfzSGI)
9. [P9 - Getting started with Eclipse IDE](https://youtu.be/elR_H9uzQA4)
10. [P10 - Writing & Executing our first java program using Eclipse IDE](https://youtu.be/ONb-Vx4EOSI)
11. [P11 - Packages in Java](https://youtu.be/GfOS3G6vxo8)
12. [P12 - Class in Java](https://youtu.be/XBESTWKipko)
13. [P13 - Data types in Java](https://youtu.be/RcnWMWptnDk)
14. [P14 - Variables in Java](https://youtu.be/xINs7Qqlk-Y)
15. [P15 - Methods in Java](https://youtu.be/E-jRVfgT2es)
16. [P16 - Different type of print statements in Java](https://youtu.be/U4wsiDx74oE)
17. [P17 - Operators in Java](https://youtu.be/GEmkzPZ9hx8)
18. [P18 - How to get the user input from console](https://youtu.be/ebIej53TQ9Y)
19. [P19 - Decision making statements (if & if else) in java](https://youtu.be/ACkYv4ZxlN8)
20. [P20 - Decision making statements (switch) in java](https://youtu.be/KX2AnUKvgSE)
21. [P21 - Constructors in Java](https://youtu.be/JSwJHLWGmq4)
22. [P22 - Object in Java](https://youtu.be/Hx3IS85r5No)
23. [P23 - Comments in Java](https://youtu.be/Tg_brasnNsU)
24. [P24 - Looping statements (while & do-while) in Java](https://youtu.be/eP4My4udo7k)
25. [P25 - Looping statements (for) in Java](https://youtu.be/NLpDOqGPT3U)
26. [P26 - Arrays (Single Dimensional) in Java](https://youtu.be/RMpjvycSZW0)
27. [P27 - Arrays (Multi Dimensional) in Java](https://youtu.be/NY8nbEWq-UY)
28. [P28 - Looping statements (foreach) in Java](https://youtu.be/NdItof24fyo)
29. [P29 - Strings in Java](https://youtu.be/7otVOAZm6R8)
30. [P30 - Static and Non static in java](https://youtu.be/7otVOAZm6R8)
31. [P31 - Type Inference with local variables in Java](https://youtu.be/VcDIytUbTjs)
32. [P32 - OOPs in Java](https://youtu.be/2-NiRzi4jJU)
33. [P33 - Inheritance in Java](https://youtu.be/3k-q-qk6MEU)
34. [P34 - Access Modifiers in Java](https://youtu.be/dkUSSdUpmyY)
35. [P35 - Encapsulation in Java](https://youtu.be/ubUS0Bqj_lg)
36. [P36 - Interface in Java - 1](https://youtu.be/p19Q6pbczjc)
37. [P37 - Abstract Class in Java](https://youtu.be/WxNzvrpddqQ)
38. [P38 - Abstraction in Java](https://youtu.be/sSR3czd45ZU)
39. [P39 - Polymorphism in Java](https://youtu.be/dDSHPBB2Z4I)
40. [P40 - Exception handling in Java - 1](https://youtu.be/9oxcNSeU96k)
41. [P41 - Files in Java](https://youtu.be/vQleKEabzu4)
42. [P42 - Handle text files in Java](https://youtu.be/sP33Aixm9rE)
43. [P43 - Exception handling in Java - 2](https://youtu.be/20tUEKYTLpI)
44. [P44 - POJO Class & Java Bean Class in Java ](https://youtu.be/jgNxBZ9194Q)
45. [P45 - Collections Overview in Java](https://youtu.be/Qg0vs4qBZcA)
46. [P46 - ArrayList & Vector in Java](https://youtu.be/9f4fbj1YjY4)
47. [P47 - Stack in Java](https://youtu.be/F5R7wn-ZXl0)
48. [P48 - LinkedList in Java](https://youtu.be/ON7aGP85Kiw)
49. [P49 - Assignment on List Interface in Java](https://youtu.be/uqSQQxIav70)
50. [P50 - Map in Java](https://youtu.be/uJPB2V7ruN8)
51. [P51 - Queue in Java](https://youtu.be/blIoH9IJlNY)
52. [P52 - Set in Java](https://youtu.be/EpMRkjt-FaU)
53. [P53 - Handle properties files in Java](https://youtu.be/K4MEmLv0cZw)
54. [P54 - Iterator, ListIterator & Enumeration in Java](https://youtu.be/kJ0wclE5lZ4)
55. [P55 - JDK, JRE and JVM in Java](https://youtu.be/UAnsiqNZl64)
56. [P56 - Memory Management in Java](https://youtu.be/8bqQp7xcc2Q)
57. [P57 - Anonymous objects in Java](https://youtu.be/wbb84Rwi_IQ)
58. [P58 - Garbage Collection in java](https://youtu.be/5d_5V-us-Ic)
59. [P59 - Inner classes in Java - Part 1](https://youtu.be/Hfp-PaAU4EY)
60. [P60 - Inner classes in Java - Part 2](https://youtu.be/YpFz_6anXTA)
61. [P61 - Interfaces in Java - Part 2](https://youtu.be/c5iq0VksvX8)
62. [P62 - Lambda expressions in java](https://youtu.be/AdfXQVJVN2w)
63. [P63 - Multithreading in Java - Part 1](https://youtu.be/-403CaIeo2o)
64. [P64 - Multithreading in Java - Part 2](https://youtu.be/Cq4oikPOH_0)
65. [P65 - Multithreading in Java - Part 3](https://youtu.be/v8rIwZqVsyA)
66. [P66 - StringBuffer and StringBuilder in Java](https://youtu.be/g3iZXiu7KbU)
67. [P67 - this keyword in Java](https://youtu.be/RzxX-HtIlpY)
68. [P68 - Type conversion in Java](https://youtu.be/XX3NIlp_Dpg)
69. [P69 - Wrapper classes in Java](https://youtu.be/YbAzxeFRwIw)

Selenium Java in Telugu

1. [Part 0 - Selenium Java in Telugu - Course Introduction](https://youtu.be/Jto7decWdpQ)
2. [Part 1 - Introduction to Selenium WebDriver](https://youtu.be/ItHM9NhtVpE)
3. [Part 2 - Tools & Software required for working with Selenium WebDriver](https://youtu.be/8YjPP3JMQ8w)
4. [Part 3 - Java Basics for working with Selenium WebDriver](https://youtu.be/wgWv_0LB7AE)
5. [Part 4 - Download and Install Selenium WebDriver](https://youtu.be/lFV9roUnTC4)
6. [Part 5 - Launch Chrome & Firefox Browsers using Selenium WebDriver](https://youtu.be/RVaN0e3d9nM)
7. [Part 6 - Auto Download driver executables using WebDriverManager](https://youtu.be/b_LWRht3qYA)
8. [Part 7 - Different Locators available in Selenium WebDriver](https://youtu.be/aIh79kaJ4MI)
9. [Part 8 - How to handle TextBoxes in Selenium WebDriver](https://youtu.be/mx5t9WdTFW8)
10. [Part 9 - How to handle basic html controls in Selenium WebDriver](https://youtu.be/-j_UjVymopg)
11. [Part 10 - How to handle Dropdowns in Selenium WebDriver](https://youtu.be/Q8UK1no-uTA)
12. [Part 11 - Navigation Methods in Selenium WebDriver](https://youtu.be/AlXdRMwILe0)
13. [Part 12 - How to handle alerts in a web page using Selenium WebDriver](https://youtu.be/QxlnLI2GGFQ)
14. [Part 13 - How to handle multiple windows or tabs using Selenium WebDriver](https://youtu.be/HmlCk02iydE)
15. [Part 14 - How to handle frames in a web page using Selenium WebDriver](https://youtu.be/fuc4I0tHVNo)
16. [Part 15 - How to capture screenshots of a web page using Selenium WebDriver](https://youtu.be/TP4zFGgx-PI)
17. [Part 16 - PageLoadTimeout in Selenium WebDriver](https://youtu.be/O2gBdimlDi0)
18. [Part 17 - Implicit Wait Timeout in Selenium WebDriver](https://youtu.be/0Wziy-wwzmM)
19. [Part 18 - Explicit Wait in Selenium WebDriver](https://youtu.be/Hn3hqlszoAs)
20. [Part 19 - How to maximize browser window in Selenium WebDriver](https://youtu.be/POhpyNQeck8)
21. [Part 20 - How to get URL, Title, PageSource using Selenium WebDriver](https://youtu.be/f8xoErVL7QU)
22. [Part 21 - How to get WebElement properties using Selenium WebDriver](https://youtu.be/7WRrpNqmmcE)
23. [Part 22 - XPath Full Course in ఀెలుగు](https://youtu.be/ilTFwMV3lHk)
24. [Part 23 - Perform Mouse Actions in Selenium WebDriver](https://youtu.be/Sn-ObiJIE5E)
25. [Part 24 - How to handle Calendars using Selenium WebDriver](https://youtu.be/nxdNPaKg7F8)
26. [Part 25 - JavascriptExecutor in Selenium WebDriver](https://youtu.be/owCkCghqU-8)
27. [Part 26 - Selenium Manager in Selenium WebDriver](https://youtu.be/f9_AbQ1-nEU)
28. [Bonus - Common issues faced while working with Selenium WebDriver](https://youtu.be/oIhRNl5q3OI)

Core Java + Selenium online classes in Telugu

1. [Day 1 - Basics of Java ](https://youtu.be/wqDciGAYjtY)
2. [Day 2 - Downloading and Installation of Java 8 version](https://youtu.be/zThaAPQn8BM)
3. [Day 3 - Downloading and Installation of Java 11 and java 17 versions](https://youtu.be/z5Lch1GBqz4)
4. [Day 4 - Downloading and installation of Eclipse](https://youtu.be/FN-sdTMbRpA)
5. [Day 5 - Writing and executing our first java program (Notepad & Eclipse) ](https://youtu.be/i8J1gkeScgI)
6. [Day 6 - Datatypes in Java](https://youtu.be/FPXKMsxmxv4)
7. [Day 7 - Variables in Java](https://youtu.be/DXgGYLelCac)
8. [Day 8 - Operators in Java](https://youtu.be/eFjyJyy8vng)
9. [Day 9 - Decision making statements in Java - Part 1](https://youtu.be/T2yFKxXZd4c)
10. [Day 10 - Decision making statements in Java - Part 2](https://youtu.be/3bhQdAC_afE)
11. [Day 11 - Looping statements in Java - Part 1](https://youtu.be/l6NSM4Rx63c)
12. [Day 12 - Arrays in Java & Looping statements in Java - Part 2](https://youtu.be/HtHJo31NIBw)
13. [Day 13 - Foreach loop in Java](https://youtu.be/C1wCojpSTMk)
14. [Day 14 - Class, Object, Constructors and Methods in Java](https://youtu.be/qWyP9NNDeZc)
15. [Day 15 - String and its Methods in Java](https://youtu.be/NXAyoDwx5iY)
16. [Day 16 - Static and Non-Static in Java ](https://youtu.be/oJ2LY86_T7A)
17. [Day 17 - Object oriented programming principles in Java](https://youtu.be/hJgHM6e47Ic)
18. [Day 18 - OOPs - Part 2 & Handling of Properties File in Java](https://youtu.be/qFY04DHA99c)
19. [Day 19 - Handling of Text File in Java - Part 1](https://youtu.be/vWu77GPcAIE)
20. [Day 20 - Handling of Text File in Java - Part 2](https://youtu.be/WJ3sydy_9-I)
21. [Day 21 - Exception handling in Java - Part 1](https://youtu.be/hoLyvRZq1N8)
22. [Day 22 - Exception handling in Java - Part 2](https://youtu.be/aUqdZJWnNXU)
23. [Day 23 - Collections overview - Part 1](https://youtu.be/lKWf8ghB8EA)
24. [Day 24 - Arraylist in Java](https://youtu.be/gjSONTGpOhA)
25. [Day 25 - Linkedlist & Vector in Java](https://youtu.be/UWuhoZHC9tU)
26. [Day 26 - Hashmap in Java](https://youtu.be/wWhvc0MYYY0)
27. [Day 27 - Accessibility Modifiers, Working with jar, Set in Java](https://youtu.be/GCpmsFqUkQw)
28. [Day 28 - Introduction & Installation of Selenium ](https://youtu.be/fUkoZHLa1Xg)
29. [Day 29 - Maven Basics & Installation of Selenium in Maven Project](https://youtu.be/4y-PDZaVXNY)
30. [Day 30 - Launch browser using Selenium WebDriver ](https://youtu.be/-F9yLlSs8RY)
31. [Day 31 - Navigate to URL and close the browser in Selenium](https://youtu.be/-BWcANajKK4)
32. [Day 32 - Understand the HTML DOM](https://youtu.be/OGqA6-CPCpE)
33. [Day 33 - Get the Text from any WebElement](https://youtu.be/KZ9bii0PBZw)
34. [Day 34 - XPath - Part 1](https://youtu.be/he_GP9Z8-Uw)
35. [Day 35 - XPath Functions](https://youtu.be/NabcT7AMR4M)
36. [Day 36 - XPath Axes](https://youtu.be/_ttSATamUWo)
37. [Day 37 - Handle Radio Button, Button, Check Box, Link in Selenium](https://youtu.be/rWPtGqksn5E)
38. [Day 38 - Handle Dropdowns in Selenium](https://youtu.be/BXNzNK2YOTk)
39. [Day 39 - WebDriverManager and Alerts](https://youtu.be/bopEagjCMas)
40. [Day 40 - Handle frames in Selenium](https://youtu.be/qXvqmKQgxIw)
41. [Day 41 - Handle multiple windows in Selenium ](https://youtu.be/yllyS0LZ__o)
42. [Day 42 - Navigation & Timeouts in Selenium](https://youtu.be/_9cmFCzWPgI)
43. [Day 43 - Waits in Selenium](https://youtu.be/S3RE_ODZzE0)
44. [Day 44 - JavascriptExecutor in Selenium](https://youtu.be/4kHfCNxBSSY)
45. [Day 45 - Capture screenshots in Selenium](https://youtu.be/Kv4HkLOooGY)
46. [Day 46 - CSS Selectors in Selenium](https://youtu.be/_XyV2fsw8po)
47. [Day 47 - Mouse & Keyboard actions in Selenium](https://youtu.be/6lbqeljLyeU)

Career guidance questions (FAQ) in Telugu

1. [I’m from Non IT background, can I learn Software Testing?](https://youtu.be/CH303j_S5X8)
2. [I have a career gap, does the software testing field suitable for me](https://youtu.be/WDsNpyv6aIQ)
3. [Is the manual testing dying?](https://youtu.be/tU7hAZVpCJc)
4. [Is the manual testing knowledge required for automation testing](https://youtu.be/khEt-tNE3VQ)
5. [Does tester get less salary than developer](https://youtu.be/-Xyldz4roMA)

Core Java - Assignments

1. [Core Java - Assignment #1](https://youtu.be/7lbkzIovNvo)
2. [Core Java - Assignment #2](https://youtu.be/zsOLKk6J_g4)
3. [Core Java - Assignment #3](https://youtu.be/QvNGZD0ZuCc)
4. [Core Java - Assignment #4](https://youtu.be/W3HBAzJu0C4)
5. [Core Java - Assignment #5](https://youtu.be/6O85dy_Vk6M)
6. [Core Java - Assignment #6](https://youtu.be/RQqEFpzdGOg)
7. [Core Java - Assignment #7](https://youtu.be/8LNfuC2Kwgg)
8. [Core Java - Assignment #8](https://youtu.be/LUhnZYI3Y6Y)

***

## Connect Me/ Follow Me @ πŸ‘‡
[](mailto:[email protected]) Β 
[](https://www.hyrtutorials.com/)
[](https://twitter.com/Hyrtutorials)
[](https://www.linkedin.com/company/hyrtutorials/) Β 
[](https://www.facebook.com/HYRTutorials/)
Β 
[](https://www.instagram.com/hyrtutorials/) Β 
[](https://t.me/hyrtutorials)

***

## Support Me πŸ‘‡
If you like my work, You can show your support and buy me a [coffee](https://www.buymeacoffee.com/yadagirireddy) β˜•

***

![alt text][logo]

[logo]: https://1.bp.blogspot.com/-2ay0S4DnE2Y/X10bo891-HI/AAAAAAAABF0/Th_6-D2c8fQTI5KheShLcrWF68LREL-MQCLcBGAsYHQ/w400-h110/output-onlinepngtools%2B%25281%2529.png "H Y R Tutorials"