artofcode.info

The beauty of coding!

Integrate cucumber with spring
Software Engineering

Integrate cucumber with spring

1. OverviewThis is a quick guide to integrate the Cucumber testing framework with Spring.Cucumber is a very powerful testing framework...

Author Avatar steti 03 Sep 2018
API Functional Tests with Cucumber and Rest-assured
Software Engineering

API Functional Tests with Cucumber and Rest-assured

API Functional Tests with Cucumber and Rest-assuredOn projects where multiple systems undergo development at the same time, it’s crucial to maintain a...

Author Avatar steti 24 Aug 2018
Integrate Cucumber framework with QMetry
Software Engineering

Integrate Cucumber framework with QMetry

IntroductionCucumber is one of the tools for running automated tests. It combines business specification and test documentation into one – which resul...

Author Avatar steti 21 Aug 2018
Six way to learn coding
Software Engineering

Six way to learn coding

It’s not easy to learn to code, sometimes you need someone help, sometimes you need to found the super power from you body. But in the end you wi...

Author Avatar steti 14 Aug 2018
Seven Kinds of Testers
Software Engineering

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 ma...

Author Avatar steti 14 Aug 2018
Introduction intro Cucumber Reports
Software Engineering

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 ou...

Author Avatar steti 10 Aug 2018
Generate pretty test execution report
Software Engineering

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.5First of all yo...

Author Avatar steti 09 Aug 2018