Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8013605
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T19:40:33+00:00 2026-06-04T19:40:33+00:00

Is it possible to reuse a feature as the Given for another feature? Or

  • 0

Is it possible to reuse a feature as the “Given” for another feature?

Or am I trying to do something I shouldn’t be trying to do

basically my features look like:

Scenario: Creating a basic account with valid details (happy path)
  Given I am on the "signup" page
  And I enter all the right details #this is shortened of about 20 steps for your reading ease
  When I press the button labelled "Sign up"
  Then I should see the text "Thanks for signing up"
  And I should have an email from "confirmation@mysite.com" titled "Confirm your account Michael"
  And the database should contain a record for the user marked as unconfirmed

Scenario: Confirming account via email
  Given I have created a basic account
  When I open the confirmation email and visit the url to confirm the account
  Then I should be logged in
  And the database should contain a record for the user makred as confirmed

I clear my DB after every feature as they should all be able to be run individually…

Am I going about this the wrong way?

Thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-04T19:40:34+00:00Added an answer on June 4, 2026 at 7:40 pm

    The Problem

    What you’re actually attempting is to reuse a scenario. This is no longer supported in Cucumber.

    Aside from other problems with this approach, your tests will be slower and interdependent, since you will be:

    1. driving account creation through a browser, and
    2. making all your tests dependent on the account-creation test passing.

    Don’t do that.

    The Cucumber Way

    Generally, you should write your tests to work independently, although you can certainly reuse step definitions. So, in the general case, you might want to add shared steps like:

    1. Given that user account “Test User” does not exist
    2. Given that user account “Test User” exists

    which can then be included in your scenarios as needed. The nice thing about this approach is that the steps can create or delete users programmatically.

    Alternatively, if most of your tests will be on existing accounts, set up the default data set with the right user fixtures already in place. For the limited subset where you will be testing account creation, just add a scenario background that drives user deletion.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is it possible to generate Server side includes with express.js? I'm trying to reuse
Is possible to reuse the table header sort feature of the admin forms in
By making use of the remote feature in vim, is it possible to reuse
Is it possible to reuse boost::spirit:qi grammar in another grammar (as a rule for
Is it possible to reuse classes like that in css: .aelement {display:block;....} .aelementhover {color:#fff;....}
In Python, how is it possible to reuse existing equal immutable objects (like is
Is it possible to reuse a parent method in a child method and add
From what I understand, it's a best practice to reuse XmlHttpRequest objects whenever possible.
Possible Duplicate: Difference Between Equals and == in which cases equals() works exactly like
In Mathematica, it is possible to reuse the output of the previous command by

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.