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

  • SEARCH
  • Home
  • 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 7767985
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T15:48:27+00:00 2026-06-01T15:48:27+00:00

I have the following scenarios: Scenario: Create a game with valid information Given I

  • 0

I have the following scenarios:

Scenario: Create a game with valid information
      Given I am logged in
      When I visit the new game page
      And I fill in "Game type" with "Basketball"
      And I fill in "Zip code" with "94040"
      And I fill in "Description" with "Friendly match"
      And I click on the button "Create Game"
      Then I should see "Awesome! Your game has been created."

Scenario: Create a game with missing information
      Given I am logged in
      When I visit the new game page
      And I fill in "Zip code" with "94040"
      And I fill in "Description" with "Friendly match"
      And I click on the button "Create Game"
      Then I should see "Game type can't be blank."

As you can see I am repeating code and as a developer point of view, I hate that I am repeating some sentences in both scenarios. However, I assume that scenarios have to be independent clear, so any stakeholder can take a look and say..Oh, I know what this scenario is describing.

I am trying to test if my form validation is working correctly for different kind of field values. So, I will have many similar scenarios that will be basically changing the “fill in” parts. So, another similar/related scenario would be the one that checks that zip code has to be numeric:

Scenario: Create a game with invalid zip code
          Given I am logged in
          When I visit the new game page
          And I fill in "Game type" with "Basketball"
          And I fill in "Zip code" with "ffff"
          And I fill in "Description" with "Friendly match"
          And I click on the button "Create Game"
          Then I should see "Zip code has to contain 5 digits."

So, my question is: Is there any DRY, business people friendly way of doing this? I mean, a balance between code optimization and clear and understandable independent scenario definition?

  • 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-01T15:48:28+00:00Added an answer on June 1, 2026 at 3:48 pm

    I think scenario outline would suit you well.

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

Sidebar

Related Questions

I have the following scenario, I want to create a DataGrid and then populate
I need to create relationships for my entities, whereby I have the following scenario:
Actually I have the following scenario: I want to create an app that will
I have the following scenario. We have a sharepoint 2010 web template to create
I have the following scenario: I'm creating a card game, and as part of
I have the following scenario: I have a content type called 'Product' in which
I have the following scenario in ASP.NET application: Create a file in a temporary
I have this following scenario. I create a pipe. Forked a child process. Child
i have the following scenario in my hbase instance hbase(main):002:0> create 'test', 'cf' 0
I have the following scenario: sealed abstract class Type(val inUse: Boolean) case class IntTy(override

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.