Date Java Learning (1 hr) Selenium Learning (1 hr)
2025-04-07 Polymorphism Install Selenium & Setup Project
2025-04-08 Polymorphism Launch Browser with WebDriver
2025-04-09 Polymorphism Locator Strategies: id, name, xpath
2025-04-10 Polymorphism Interact with Web Elements
2025-04-11 Polymorphism Waits: Implicit vs Explicit
2025-04-12 Polymorphism Form Elements: Dropdowns, Radio, Checkbox
2025-04-13 Polymorphism Practice Day (Mini Tasks)
2025-04-14 Collections: List, Set, Map Mouse Actions: Hover, Drag & Drop
2025-04-15 Collections: List, Set, Map Keyboard Actions: sendKeys, etc.
2025-04-16 Collections: List, Set, Map File Uploads & Downloads
2025-04-17 Collections: List, Set, Map Alerts, Popups, Frames
2025-04-18 Collections: List, Set, Map Browser Navigation & Window Handles
2025-04-19 Collections: List, Set, Map Review & Practice Day
2025-04-20 Collections: List, Set, Map Mini Project: Automate simple site
2025-04-21 Exception Handling (try-catch-finally) Intro to TestNG + Setup
2025-04-22 Exception Handling (try-catch-finally) Annotations: @Test, @Before, etc.
2025-04-23 Exception Handling (try-catch-finally) Groups, Prioritization
2025-04-24 Exception Handling (try-catch-finally) Assertions in TestNG
2025-04-25 Exception Handling (try-catch-finally) DataProvider for Parameterization
2025-04-26 Exception Handling (try-catch-finally) Parallel Testing in TestNG
2025-04-27 Exception Handling (try-catch-finally) Create TestNG Suite
2025-04-28 FileReader, BufferedReader Page Object Model (POM) Intro
2025-04-29 FileReader, BufferedReader Utilities, BaseTest, Config Files
2025-04-30 FileReader, BufferedReader Screenshots + Retry Logic
2025-05-01 FileReader, BufferedReader Logging with Log4j
2025-05-02 FileReader, BufferedReader Read Excel using Apache POI
2025-05-03 FileReader, BufferedReader Broken Link Checker
2025-05-04 FileReader, BufferedReader Practice & Build Full Flow
2025-05-05 Review & Practice Full Flow Automation Project - Day 1
2025-05-06 Review & Practice Full Flow Automation Project - Day 2