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 6866057
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T03:07:57+00:00 2026-05-27T03:07:57+00:00

I have been organizing my test cases by a hierarchy of controller/action/scenario or model/method/scenario.

  • 0

I have been organizing my test cases by a hierarchy of controller/action/scenario or model/method/scenario. It looks natural and clear. But I found I had to setup test data repetitively for different actions and methods for the same scenario. Although I can reduce code redundancy by code reuse. But I think it is still time-wasting especially for the machine to setup these test data again and again. Is there anybody organizing these test cases by scenarios? What is the best way of organizing test cases?

  • 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-05-27T03:07:57+00:00Added an answer on May 27, 2026 at 3:07 am

    If this question is about repeating yourself when generating test data you should probably look at the following gems that helps you generate test data:

    • factory_girl
    • Fabrication

    If this question is about delay when running test, you should probably look at spork.

    And if this question is about organizing test, one approach that I guess is quite common is to separate tests into unit tests and functional tests.

    Tests all the methods, one by one, in unit tests. And tests all the scenarios in functional tests.

    spec/unit/user_spec.rb

    describe "#generate_password_salt" do
      user = User.new(password: 'foobar')
      user.generate_password_salt.should == '1231asdas'
    end
    

    spec/functional/user_spec.rb

    describe "when creating new user" do
      it "should generate password salt" do
         ...
      end      
    end
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Have been looking on some tutorials for drawing canvas using SurfaceView, but the only
Have been searching how to convert a dictionary to a string. But the results
Have been fighting this for two days and am very frustrated but feel like
Have been learning about MVP and have tried writing a test app using it
Have been reading up and checking other questions, but don't understand / can't seem
Have been scatching my head about this - and I reckon it's simple but
Have been integrating this (version 1.52.0) into my app, but have stumbled upon the
Have been working in Ruby for a while, but usually in the context of
Have been studying the file system related classes of Adobe AIR 1.5, but so
Have been searching all over the internet but struggling to find my answer to

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.