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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T02:44:40+00:00 2026-06-18T02:44:40+00:00

Back when my test library was running on Watir 2.0.4/Ruby 1.8.7 I was able

  • 0

Back when my test library was running on Watir 2.0.4/Ruby 1.8.7 I was able to use test/unit/testsuite to run a batch of tests in a suite that could run a defined list of test concurrently (see below):

require 'test/unit/testsuite'
require 'test/unit/ui/console/testrunner'

require 'foo1.rb' require 'foo2.rb' class Foo def self.suite suite = Test::Unit::TestSuite.new(Foo) suite << foo1.suite suite << foo2.suite return suite end end Test::Unit::UI::Console::TestRunner.run(Foo)<code>

Now I’m using Watir-webdriver on Ruby 1.9.2, this doesn’t seem to work:

C:/Ruby/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in require': no such file >to load -- test/unit/testsuite (LoadError)
from C:/Ruby/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in
require’
from testsuite.rb:6:in <top (required)>'
from -e:1:in
load’
from -e:1:in `’

What are other people doing to string a batch of tests in a suite?

Thanks,

GJHmf

  • 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-18T02:44:41+00:00Added an answer on June 18, 2026 at 2:44 am

    So that this question has an answer, as mentioned in the comments, the problem was that the test-unit gem was not installed.

    The test-unit gem used to be included in the default installation of Ruby 1.8.7. In Ruby 1.9, it was replaced by the minitest gem, which is why you now have to manually install it.

    To use the same version of test-unit that was in Ruby 1.8.7:

    gem install test-unit -v 1.2.3
    

    Or the latest version:

    gem install test-unit
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm looking for a way to unit test all the DTOs I'm sending back
I need to create a unit test for a method that returns an xmldocument.
I'm trying to install a library that I can use to access Amazon's S3
I am trying to write some front end Javascript tests that can test drag
We recently got some data back on a benchmarking test from a software vendor,
Back in MVC3, I had a custom ControllerFactory which would use my own container
In my application I use WpfLocalization to provide translations while the application is running.
The question: Is there a way I can use a ClassLoader to test both
I have a WCF server that is a library assembly. (I am writing it
Does anybody know how to use the REST Library for Robot Framework? The library

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.