Development
- Home /
- Categories /
- Development

Revisiting My First Test Automation Framework in Java
While organizing some of my old GitHub repositories recently, I stumbled upon one of my first serious test automation projects - the Lazarus Test Framework. Looking back at this code brought back memories of my early days in test automation, and I thought it might be interesting to share this journey.
Read More
Essential ADB Commands for Android Development and Testing
If you work with Android devices, you’ve likely encountered ADB (Android Debug Bridge). If not, now is the perfect time to learn about this powerful tool that’s essential for Android development and testing.
Read More