rishivajre.hashnode.devHow to Automate Test Data in CI/CD PipelinesIn the rush of CI/CD automation, managing test data for every release cycle often feels like juggling without a safety net. If you’ve been a tester or developer in the thick of it, you know exactly what I mean! At the heart of the challenge is test d...Nov 3, 2024·5 min read
rishivajre.hashnode.devHow to do Fuzz Testing: Unpredictable Test Data 📑In software testing, we often focus on testing our systems with "known" conditions i.e., valid inputs, typical scenarios, and expected flows. But what happens when your system encounters something truly unpredictable? This is where fuzz testing steps...Nov 2, 2024·5 min read
rishivajre.hashnode.dev🚀Doctor Strange's Guide to Collections in Java🧙♂️✨Greetings, fellow coders! 🚀 Today, we're diving into the mystical realm of Java Collections Framework, guided by none other than the Sorcerer Supreme himself, Doctor Strange! 🌀 Let's explore List, Set, and Map through the enchanting world of spell...Jun 1, 2024·3 min read
rishivajre.hashnode.devUnleashing Iron Man's 🤖Java Superpowers!🔥: Coding ChaosWho knew coding could be a Marvel-ous adventure? 🦸♂️😂 Just unleashed 🤖Iron Man's powers in Java using abstract classes, methods, Encapsulation, inheritance and Polymorphism! 😎 🚀🚀WHAT DO WE LEARN ?? ✅Introduction: Dive into the world of Java c...May 28, 2024·2 min read
rishivajre.hashnode.devFun with Polymorphism in Java! - Part 2Explanation of https://rishivajre.hashnode.dev/fun-with-polymorphism-in-java Abstract Class Jaanwar: The Jaanwar class is now abstract with an abstract method sound(), making it clear that every subclass must implement this method. Animal Subclasses:...May 28, 2024·1 min read