12 Program Challenge – The Login Page Generator
Ok, so the 12 programs in 12 months challenge starting point come up in next few days so today I want to discuss rules and First program. Challenge Rules Programs…
Ok, so the 12 programs in 12 months challenge starting point come up in next few days so today I want to discuss rules and First program. Challenge Rules Programs…
Sometimes you want to do something stupid, something you will regret a long while - this challenge is such a case for me. source The Idea Yahtzee Crowshaw of Zero…
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!…
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…
There is one thing we can't deny. It is dependent on tools - they improve our performance, and make what was once impossible - possible. However, we can get a…