PastDays
RSS
No reproduction or republication without written permission.
written by ... sakag_blue @ machine.homeunix.org
(or........... sakag_blue @ users.sourceforge.net)
Home
Powered by ThingamaBlog
| GoogleSearch In This Weblog... |
|
|
さよなら、こんな毎日…
|
DbFit 0.9 : Test-driven database development
:: 2007.09.05 8:11.36 ::
|
|
http://gojko.net/fitnesse/dbfit
DbFit is a set of FIT fixtures which enables FIT/FitNesse tests to
execute directly against a database. This enables developers to
manipulate database objects in a relational tabular form, making
database testing and management much easier then with xUnit-style tools.
The library is free to use, released under GNU GPL.
Permalink
Categories: {database} {testtool}
|
|
|
JspTest 0.9
:: 2007.08.06 8:09.19 ::
|
|
http://sourceforge.net/projects/jsptest
JspTest is a JUnit extension for testing JavaServer Pages (JSP) outside
a J2EE container. Internally, it uses the Jasper JSP compiler from the
Jakarta Tomcat project and the Java compiler distributed as part of the
system's default JDK.
Permalink
Categories: {testtool}
|
|
|
JUnit 4.4 Released
:: 2007.07.22 12:38.59 ::
|
|
http://junit.org/index.htm
-
assertThat – provides more readable (and flexible) tests using the
value/matcher pattern (as introduced by the xMock frameworks),
allowing for more readable error messages.
-
Assumptions & Theories (via the assertThat method) enabling the test
writer make assumptions in their tests about the environment they’re
testing in, useful when testing against an entity outside of the
domain of the test.
Permalink
Categories: {testtool}
|
|
|
soapUI 1.7.5 beta1
:: 2007.07.03 8:01.00 ::
|
|
http://www.soapui.org/
soapui is a desktop application for inspecting, invoking, implementing
and functional/load/compliance testing of web services over soap/http.
It is mainly aimed at developers/testers providing and/or consuming
webservices (java, .net, php, etc).
Permalink
Categories: {SourceForge/Freshmeat} {testtool}
|
|
|
p-unit 0.12
:: 2007.06.16 13:12.33 ::
|
|
http://p-unit.sourceforge.net/
p-unit is a framework for unit testing and performance benchmarking. As
a unit test, it can run with a single thread or multiple threads against
the same test code. p-unit has an executor pool which can accelerate the
execution speed dramatically. As a perforamnce test framework, it
records memory consumption and execution time, and generates results in
the form of plain text, image, and PDF file. Users can also easily
register their own reporters by implementing the p-unit event listener.
Permalink
Categories: {testtool}
|
|
|
FEST v. 0.3!
:: 2007.06.07 8:14.10 ::
|
|
http://www.jroller.com/page/alexRuiz?entry=fest_0_3_released
FEST, an open source library released under the Apache 2.0 license, provides a powerful, yet easy to use API that makes the creation (and maintenance) of functional tests for Swing GUIs simple.
-
find a
JTextField with the name "widgetName" and simulate a user entering the text "Test Name"
-
find a
JTextField with the name "widgetWeight" and simulate a user entering the text "XTT"
-
find a
JButton
with the name "widgetCreate" and simulate a user clicking it (we assume that when clicking the button a new widget will be created)
-
find a
JLabel
with the name "statusLabel" and verify that its text changed to "Widget successfully created."
Permalink
Categories: {testtool}
|
|
|
p-unit 0.10-release
:: 2007.05.28 7:34.24 ::
|
|
http://p-unit.sourceforge.net/
p-unit is a framework for unit testing and performance benchmarking. As
a unit test, it can run with a single thread or multiple threads against
the same test code. p-unit has an executor pool which can accelerate the
execution speed dramatically. As a perforamnce test framework, it
records memory consumption and execution time, and generates results in
the form of plain text, image, and PDF file. Users can also easily
register their own reporters by implementing the p-unit event listener.
Permalink
Categories: {testtool}
|
|
|
JsTester 1.4
:: 2007.05.27 13:37.06 ::
|
|
http://jstester.sourceforge.net/
JsTester allows validation of JavaScript code inside Java. It provides a
group of assert methods like JUnit's Assert, and it supports validation
by Douglas Crockford's Remedial JavaScript. You can also use your own
validations.
JsTestCase and GroovyTestCase were made abstract.
Support for JDK6 javax.script was added.
Permalink
Categories: {Script_on_Java} {testtool}
|
|
|
SpringUnit 0.5
:: 2007.05.18 17:26.51 ::
|
|
http://springunit.sourceforge.net/
SpringUnit is an open source framework for unit and integration testing
of Java software. It marries Spring's Dependency Injection container
with JUnit's test framework to enable data-driven testing.
Permalink
Categories: {testtool}
|
|
|