Author: Bartek

Layers of Complexity and when to apply testing

Introduction Testing helps with complexity, but need to be applied at the right situation, to deal with complexity, without adding increasing it unnecessary. Complexity level 0 – clarity The code is simple and easy to read. How to deal with it: No need to test it and no documentation...
Read More

Correct code can still fail

When my code fails, its not always the code that has the failure. Sometimes it can be quirks in the framework, programming language, or even the hardware itself. My code will need to deal with these quirks, for the problem to be fixed. Small values Lets take the following...
Read More

ISTQB Advanced Level Test Automation Engineer

The course “ISTQB Advanced Level Test Automation Engineer” have been held for the first time in Denmark.  It was to big a temptation not to take it. I passed the exam and have become certified in it. I can really recommend this course for anyone who wants to become a...
Read More

Test Expo 2019

Today I presented “The Unified Model Of Regression (TUMOR)” at Test Expo 2019. I would like to thank the people arranging this incredible conference and the people who complimented my presentation. If anyone is interested, then I will gladly present it in your organization....
Read More

Blog Series: Behavior Driven Development in LEAPWORK

Introduction Concepts such as “Behavior Driven Development (BDD)”, the “Page Object Model”, “Unit-testing”, and “Context Driven Automation” are important for automation: BDD is used to include non-technicians in the software development process. The Page Object Model is used to encapsulate an interface (for example the interactive elements in a...
Read More

Blockchain – explained in 10 min.

What is a blockchain? What is a smart contract? It’s really not that complicated. #blockchain #smartcontract #bitcoin #ethereum #eos Bitcoin – a database Bitcoin can be perceived as a very secure database, containing who have access to which part of the database. Imagine: Person A can access a part...
Read More