For the early implementation of using TestNG to drive developer tests,
there are currently 70 test cases under glassfish/appserv-tests/devtests
workspace.
You can click
Sample
Report link to look at the
function areas,
test suites, and
test cases, e.g.
- admin
- framework (e.g. testMBBeanRegistry, testMBeanSetAttribute,
...)
- remote-admin (e.g. runAttributeSniffer,
runDeployManyMbeans, ...)
- corba
- timer (testTimerGroups, testMakeController, ...)
- deployment
- ejb-stateless-hello (deployWithAsadminAndRun,
startAndRetry, ...)
- ejb-ear-session (deployAndRun, redeployAndRun)
- ejb
- ejb30-toplink-essentials-advanced (createEmployee,
testReadEmployee, ...)
- web
- jsp-resource-injection-tag-handler (webtest)
- session-id-url-rewrite (webtest)
- tag-plugin-for-each (webtest)
We welcome your feedback via the
quality alias and
your participation.
Sherry
On 6/23/2006 12:14 PM, Markus Fuchs wrote:
I have added a Java Persistence API (JPA) integration test and updated
the instructions.
-- markus.
Tim Quinn wrote:
We have updated the instructions
and expanded the set of GlassFish tests now runnable via TestNG.
Please take a look, run the tests, let us know what you think, and
(most important) contribute to the growing use of TestNG in GlassFish.
- Tim