Tag: automation

Types of Behavior Driven Development (BDD)

Introduction Many test-automation-frameworks support Behavior Driven Development (BDD), but they differ in how they apply BDD. There are at least three layers of BDD: Keyword Driven BDD Process Driven BDD Model-Based Testing Both Keyword and Process-driven will be explored in this article, while Model-Based Testing will come out next...
Read More

Python is not just a programming language.

Python is also a neat automation tool, like a calculator, that can help you with many tiny tasks.  I use it every day in test automation, like  * getting the sum of all characters in a text,  * scrapping webpages,  * decipher system encoded texts into human readable text,...
Read More