So you want to Automate? Part II – Let’s talk automation
The following article is second in a series where I am talking real about "start in test automation". My goal here is not to disinterest anybody from trying to learn…
The following article is second in a series where I am talking real about "start in test automation". My goal here is not to disinterest anybody from trying to learn…
This article is a way for me to sort my thoughts on method chaining, its pros and cons. Why I liked it, and lately I am more and more negative…
This short article is a small case study with two main points: The usefulness of interface with Generics and the consequences of the decision made in planning automation. The issue…
Some time ago I did few articles on how to deal with configs in .NET Framework. This article is continuation dedicated to how to do it in .NET CORE Warning!…
“All models are wrong, but some are useful”George Box Imagine this. You are working in local groceries shop. Your job is making deliveries to customers homes. You have a beautiful…
Following article is my review of Clean Architecture by Robert C Martin. Short version: Great book not only for developers I think anybody working in IT should read the first…
Let's talk about one of few useful features from Coded UI Studio and how to use it in webdriver. Aka how to deal with Html Table. What is Coded UI…
Disclaimer this article is still about c# and .NET Framework in case net core config works little different. This time we will be talking about config transformation. The Problem So if you…
After my previous article, some people I talked to asked. why I would like to keep the browser open. I will try to answer this question. Which means we will…
Note bellow article is dedicated for C#. When I am writing Selenium Test - I like to let them run until they fail and then leave the browser opened on…