Writing Ledger
// Debugging life and code. Periodic logs on software architecture, interface design, and systems thinking.
2026-07-21
Why Java Strings Are Immutable (Without the Boring Theory)
2026-07-21
Why StringBuilder Exists (And Why I Finally Understood It)
2026-07-09
Reference Post: How to write articles on your site
2024-08-01
Why I write code like it's prose.
2023-11-04
Understand the recursion ?
2023-02-23
How to write effective test cases for manual testing
2023-02-22
Common mistakes in manual testing and how to avoid them
2023-02-21
Importance of manual testing in the software development life cycle
2023-02-21
Difference between findElement vs findElements
2020-05-15
Try and Catch in Java – Exception handling
2020-05-10
What is TestNG ? Learn about the different type of annotations in TestNG ?
2020-05-08
Why java need main() method in java main class ?
2020-05-08
How TestNG works without main method in java ?
2020-05-08
What is TestNG and its features ?
2018-06-01
Why we use Getters and Setters in Java ?
2018-06-01
What Is a Memory Leak in Java?
2018-06-01
A Definition of Java Garbage Collection
2017-11-15
How to scroll web page UP or Down using Selenium WebDriver?
2017-11-09
Working with Frames in Selenium Webdriver.
2017-11-09
How to Handle windows popups using Selenium Webdriver
2017-11-09
Difference between getWindowHandle and getWindowHandles in selenium
2017-11-09
Difference between Absolute XPath and Relative Xpath in selenium
2017-08-25
Array IndexOutofbounds Exception in Java
2017-04-05
Ant and Triangle Problem