Skip to content

artofcode.info

The beauty of coding!

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

Tag: Cucumber

sample api testing framework

Sample API Testing Framework (ATF)

Posted on July 7, 2023July 7, 2023 by guru

In the following post, I wanna share with you a simple solution that will cover all your needs in the process of testing a microservice on the component level or in an isolated environment, where you as a tester will have access only to the API level. Used tech stack We will use the following…

Read more
cucumber report with logs

How to add log messages to the cucumber Jenkins report

Posted on November 16, 2021December 7, 2022 by guru

Adding log messages to the automated report it’s an important feature, that helps in analyzing and identifying the failing issues. In this post, we are going to help you to add log messages to the cucumber Jenkins report. As you may know by default pretty cucumber reports don’t save log messages in the cucumber.json file…

Read more
Spring profiles

How to send different values in cucumber features based on profile

Posted on August 2, 2021December 6, 2022 by guru

First of all, I want to mention that this post continues the previous one where we have added AOP to execute some additional logic on cucumber steps. My recommendation will be to read mentioned post. Let’s start… About Spring Profile From official documentation a profile has the following role:Spring Profiles provide a way to segregate…

Read more
Cucumber with AOP

How to log execution time for cucumber steps

Posted on March 25, 2021March 25, 2021 by guru

Hi folks , this post is more a continuation of Cucumber 6 Spring Integration, in case you didn’t read Cucumber integration post, please do for better understanding. In this post we will extend the existing project by adding a useful functional of logging execution time for every cucumber step, without adding making any changes in…

Read more
CUCMBER-FOR-BDD

Cucumber 6 Spring Integration

Posted on October 26, 2020December 7, 2022 by guru

Cucumber is a very powerful testing framework, which follows the BDD (behavior-driven development) methodology. It enables developers to write high-level use cases in plain text that can be verified by non-technical stakeholders, and turn them into executable tests, written in a language called Gherkin. Cucumber 6 Spring Integration is intended to make test automation easier. Once…

Read more
SHARE-DATA-BETWEEN-STEPS-IN-CUCUMBER-USING-SCENARIO-CONTEXT

Generic Scenario Context for Cucumber

Posted on October 19, 2020October 19, 2020 by guru

How to Share Test Context between Cucumber Steps, in this post we will explain it and share our implementation Scenario Context class holds the test data information explicitly. It helps you store values in a key-value pair between the steps. Moreover, it helps in organizing step definitions better rather than using private variables in step definition classes….

Read more
CUCMBER-FOR-BDD

Introduction in Cucumber with examples

Posted on December 15, 2018December 14, 2020 by guru

1. Introduction Cucumber is a BDD (Behavioral Driven Development) testing framework. Using the framework to write repetitive scenarios with different permutations of inputs/outputs can be quite time-consuming, difficult to maintain and of course frustrating. Cucumber came with a solution for reducing this effort by using the concept of Scenario Outline coupled with Examples. In the…

Read more

Reflection for hybrid testing framework with cucumber

Posted on December 11, 2018December 11, 2018 by guru

After a couple of time I manage to create a Selenium hybrid testing framework base on java reflection functional. In this post I will explain the base principles of this framework and all pluses and minuses. Let’s begin in our journey. Based on my experience a good testing framework base on UI functional testing an…

Read more
cucumber-with-spring

Integrate cucumber with spring

Posted on September 3, 2018September 3, 2018 by guru

1. Overview This is a quick guide to integrate the Cucumber testing framework with Spring. Cucumber is a very powerful testing framework written in the Ruby programming language, which follows the BDD (behavior-driven development) methodology. Its intent is to enable developers to write high-level use cases in plain text that can be verified by non-technical stakeholders, and turn…

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
  • 1
  • 2
  • Next

Recent Posts

  • What is Selenium Manager?
  • Selenium stops supporting Java 8
  • Clean Agile – book summary
  • Sample API Testing Framework (ATF)
  • An overview of Accelerate: Building and Scaling High-Performance Technology Organizations
  • 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

Categories

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