Blog

Thoughts on software development, technology, and more

Seven Kinds of Testers
August 14, 2018

Seven Kinds of Testers

Seven Kinds of Testers Most of my work is teaching, coaching, and evaluating testers. But as a humanist, I want to apply the Diversity Heuristic:Ā our differences can make us...

Testing Automation
Introduction intro Cucumber Reports
August 10, 2018

Introduction intro Cucumber Reports

Introduction intro Cucumber Reports After a test Execution we need to generate a useful test report, cucumber provides some good functional for us. It is also require to understand the...

Testing Automation
Generate pretty test execution report
August 09, 2018

Generate pretty test execution report

In this post we will show how to generate a pretty report after cucumber test execution. Using technology: MavenJava 8CucumberĀ 1.2.5 First of all you need to add following library...

Testing Automation