Index: [Article Count Order] [Thread]

Date:  6 Sep 2002 10:50:41 +0900
From:  y-kamite@....jp
Subject:  [XP-jp:03686] Re: FYI: JUnit 3.8.1 released!
To:  extremeprogramming-jp@....jp
Message-Id:  <20020906105001.A001.Y-KAMITE@....jp>
In-Reply-To:  <20020906101924.3176.SKAWAI@....jp>
References:  <20020906101924.3176.SKAWAI@....jp>
X-Mail-Count: 03686

こんにちは、上手です。

> 川合と申します。
> 
> 
> JUnit 3.8 が出たと思いましたら、もう 3.8.1 が出ていました。
> 3.8 のバグがいくつかfixされたみたいです。
> 
> http://www.junit.org/news/index.htm#3.8.1_Release

ありがとうございます。
30分前に3.8をインストールしたばかりでした(笑い)

早速みたら、HPの下の方に面白そうな記事があったので、紹介しておきます。

MaxQ
フリーなWeb機能テストツールです。テストスクリプトを記録するHTTP proxyと
テストをプレイバック(再演)するコマンドラインユーティリティを含みます
プロキシレコーダは自動的にフォームにポストされた変数をストアするので手で
スタッフを書く必要はありません。MaxQのパラダイムは商業Webテストツールの
Astra QuickTest や Empirix e-Testに似ています。とっても高い製品ですね。
ソースコードも一部ついてます。

MaxQ is a free web functional testing tool. It includes an HTTP proxy
that records your test script, and a command line utility that can be
used to playback tests. The proxy recorder automatically stores
variables posted to forms, so you don't have to write that stuff by hand.
The paradigm of MaxQ is similar to commercial web testing tools like
Astra QuickTest or Empirix e-Test. These products are quite expensive.
MaxQ hopes to provide the essential features: HTTP test recording,
scripting, and playback without the huge cost. Source code to MaxQ is
provided as part of the distribution.
Bitmechanic, September 04, 2002

JUnit-addons
JUnitをよりよく使うためのクラス集です
JUnit-addons is a Collection of classes to facilitate the use of JUnit.
Vladimir Bossicard, August 18, 2002

Test networked code the easy way
ネットワークをうまくテストするテクニックの解説と、ネットワーク接続をシミュ
レートする、プロトコル操作のクラスのようです。
Networked code proves difficult to test thoroughly because test suites
work best as standalone processes unreliant on other servers. In this
article, Nelson Minar describes two techniques for unit testing network
code. First, he proposes that you design your code such that as much
logic as possible works independently from the network. Second, he
suggests using Java's protocol handler classes to simulate network
connections without actually using the network. By employing these
principles, you'll produce easily tested network software.
Nelson Minar, August 27, 2002

(では)