top of page


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


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


Pytest paralel testing with xdist plugin
One of the most hot topics for business people in the IT industry is "test parallelism".
14 sty 20245 minut(y) czytania


Agile Test Automation
Lately, I've been asked several times about "AGILE test automation." I'll provide an outline of how I would handle it.
4 gru 20233 minut(y) czytania


Understanding and Preventing Memory Leaks in QA Code
Memory leaks are like hidden traps within software, often going unnoticed during initial testing but becoming more apparent in long-running
16 wrz 20236 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


Embracing the Power of Automation in QA: Overcoming Challenges in the Absence of Official Support
Discover the world of shadow development in QA testing, where resourceful professionals elevate automation practices and drive testing excel
11 sie 20233 minut(y) czytania


Swiss Knife Frameworks - The Temptation and Challenges
Discover the concept of a test automation framework that acts as a "Swiss Knife" for multi-element systems.
9 sie 20234 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


Essential Automation Tools Every QA Analyst Should Know
Discover essential automation tools for QA Analysts to enhance their testing capabilities and efficiency.
29 lip 20234 minut(y) czytania


Demystifying Test Granularity in Automation: The Bedrock of Reliable QA
Discover the importance of test granularity in software testing and test automation. Learn how breaking down complex scenarios into smaller,
28 lip 20233 minut(y) czytania


Getting Started with Selenium: A Step-by-Step Guide to Web Test Automation
Learn the basics of test automation with Selenium WebDriver and ChromeDriver in this comprehensive blog post.
26 lip 20236 minut(y) czytania


Getting Started with PyCharm for Python Development: Setting Up Projects and Virtual Environments
Learn PyCharm setup: create Python project, virtual environment, install Pytest, Selenium, configparser & more.
15 lip 20232 minut(y) czytania


Getting Started with Test Automation - Introducing Pytest Framework
Discover the power of Pytest framework in test automation. Learn how Pytest simplifies the process of writing and running tests with feature
5 cze 20232 minut(y) czytania
bottom of page