Skip to content

artofcode.info

The beauty of coding!

Menu
  • Home
  • Front-End
    • Angular
    • Javascript
    • ReactJS
  • Back-End
    • Java
    • Php
  • Test Automation
  • News
Menu

Month: August 2018

api-testing

API Functional Tests with Cucumber and Rest-assured

Posted on August 24, 2018December 14, 2020 by guru

API Functional Tests with Cucumber and Rest-assured On projects where multiple systems undergo development at the same time, it’s crucial to maintain a clear picture of how they should interact. We commonly have a back-end system providing a REST API to multiple front-ends (browsers, mobile apps, chatbots, IoT, etc.). Because it will likely change over…

Read more
qmetry-test-management

Integrate Cucumber framework with QMetry

Posted on August 21, 2018December 14, 2020 by guru

Integrate Cucumber framework with QMetry Introduction Cucumber is one of the tools for running automated tests. It combines business specification and test documentation into one – which results into executable specification. Due to this collaboration, it encourages teams to keep their organization’s business goals in center. Automated testing through Cucumber helps teams avoid heavy regressions…

Read more
start-coding

Six way to learn coding

Posted on August 14, 2018August 14, 2018 by guru

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 will learn to code like a god. Bellow you will found some ways to learn programming. 1. Make coding your hobby I’ve…

Read more

Seven Kinds of Testers

Posted on August 14, 2018August 14, 2018 by guru

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 a stronger team. That means I can’t pick one comfortable kind of tester and grade people against that template. On the other hand, I do see…

Read more
cucumber-reports

Introduction intro Cucumber Reports

Posted on August 10, 2018December 14, 2020 by guru

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 out put of the execution. Whether it is Manual execution or an Automated, the output of the same has to be in format, which immediately…

Read more
Test-execution-report

Generate pretty test execution report

Posted on August 9, 2018October 25, 2021 by guru

In this post we will show how to generate a pretty report after cucumber test execution. Using technology: Maven Java 8 Cucumber 1.2.5 First of all you need to add following library in your pom.xml file: <dependency> <groupId>net.masterthought</groupId> <artifactId>cucumber-reporting</artifactId> <version>3.19.0</version> </dependency> <dependency> <groupId>com.github.mkolisnyk</groupId> <artifactId>cucumber-report-generator</artifactId> <version>1.3.4</version> </dependency> After that you will need to do some changes in…

Read more

Recent Posts

  • Cucumber JUnit XML report with logs
  • How to add log messages to the cucumber Jenkins report
  • Factory Method Pattern in the creation of Selenium WebDriver
  • How to attach log message to cucumber report via MDC
  • How to send different values in cucumber features based on profile
  • How to log execution time for cucumber steps
  • Strategy Pattern in Test Automation with Selenium WebDriver
  • Spring Security with JWT token

Categories

  • Back-End
  • Java
  • News
  • Test Automation
© 2023 artofcode.info | Powered by Minimalist Blog WordPress Theme