top of page

Building Super Farmer in Python: A Conclusion to the TDD Journey
In this final post, I’ll walk through the journey, key takeaways, and my decision to use a Flask-based UI to bring the game to life.
27 wrz 20246 minut(y) czytania


Mastering Super Farmer Python Series with TDD: Tackling Foxes, Hounds, and Pairing Logic
In this leg of our Super Farmer Python Series, we're diving into the intricate logic behind foxes and the dynamics of rolling matching pairs
24 wrz 20245 minut(y) czytania


Interacting with server architecture through Python and Fabric
A critical task was to ensure that release candidates were uploaded and installed overnight and tested thoroughly.
13 wrz 20248 minut(y) czytania


Building a Robust Email Management Tool: A Deep Dive
Time to roll up our sleeves and delve into the nuts and bolts of creating your own email management tool from scratch.
4 wrz 20242 minut(y) czytania


Building a Robust Email Management Tool: A Step Toward Advanced QA Automation
As a manual or junior automation QA, you're likely familiar with the repetitive tasks involved
31 sie 20244 minut(y) czytania


Super Farmer Python Series: Unveiling the Requirements
Welcome to the Super Farmer Python Series, where we embark on an exciting journey beyond the realms of pytest.
24 sty 20245 minut(y) czytania

Super Farmer Python Series: Navigating Kaizen in Code Development
With newfound insights, we'll temporarily don the hat of a developer, navigating through client requirements and employing Python, unittest.
22 sty 20241 minut(y) czytania


Pytest reporting with html plugin
solution is to use the pytest html plugin that handles some parts of the above for us. The report can be adjusted by using hooks
17 sty 20244 minut(y) czytania


The QA Engineer's Guide: Navigating the Programming Language Maze for Automation
Embark on the journey of QA automation with the right programming language choice.
15 sie 20234 minut(y) czytania


Test Automation Antipatterns - Examples and How to Avoid Them
Learn how to identify and avoid test automation anti-patterns that can lead to messy and hard-to-maintain code.
13 sie 20239 minut(y) czytania


Demystifying the Singleton Pattern in Python: Proper Usage, and Its Controversial status
Discover the Python Singleton Pattern - a design pattern allowing only one class instance. Explore both eager and lazy initialization.
7 sie 20233 minut(y) czytania


Embracing the Power of Page Object Model (POM) in Python Test Automation
Unlock the potential of test automation with the Page Object Model (POM) and Factory Pattern in Python.
5 sie 20233 minut(y) czytania


Revolutionizing Pytest Testing with Page Object Model
Welcome to the next chapter of our software testing journey! In this post, we will revamp our existing code to follow a more POM-ish way.
1 sie 20234 minut(y) czytania
bottom of page