| Projects on Google Code | Results 1 - 10 of 40 |
TestNG-XSLT offers user-friendly [http://testng.org TestNG] reports while taking full advantage of the features in the TestNG-specific XML output (testng-results.xml).
Pure XSL is used to generate the output and no images or other external files are used. The project uses Saxon as an XSL 2.0 implem...
=Web Testing Framework=
===Goals:===
* organize tests using TestNG
* testing web-application by GUI
* analyze server log during tests
* supports GUI preapred using: plain HTML, ExtJS
* propose architecture for preparing tests, test cases
===Technology===
WTF combine following tech...
The TestNG Eclipse plug-in allows you to run your TestNG tests from Eclipse and easily monitor their execution and their output.
This library is designed to enable users to quickly and easily gather stress and performance metrics for their unit tests.
Did you ever wondered if all tests your team wrote are really running ? How many disabled tests does your code base have? How many public void methods do not have a @Test annotation (or at the class) ?
Check out my <a href="http://maxheapsize.com">blog</a> for latest information about <a href="ht...
Simple utilities classes that integrate google-guice and other tools into TestNG as described in Beust-Suleiman's Book
*2009-11-24 Version 2.0 Released!!!*
New enhanced version available, check it out on [http://testnguice.googlecode.com/svn/site/2.0/index.html 2.0] site!
----
*2008-03-2...
The Umangite framework simplifies the task of writing web tests with Selenium. It's built on TestNG, Spring and Cargo.
Here is an example of a simple test:
{{{
public class HelloWorldTest extends AbstractSeleniumTest {
@Override
protected String[] getConfigLocations() {
return new...
CannedBeans takes your hibernate validator annotations and tries to construct a dataset of valid, data-filled pojos for your unit tests. The generated values are serialized and stored (deterministic tests are important) and can be user-edited.
The beans are then defrosted before use in a unit tes...
FlexTestNG is a TestNG implementation for Flex. There's no public release at the moment, but there should be one in a few weeks. You can view the source tree to check on the progress. More info to come.
= Goals =
TSeNG provides an abstraction layer for the elements and actions of a site under test, allowing for decoupling test design and site structure.
= Features =
The 0.1 feature set (available now) includes a TestNG test class that handles pulling values from a Test Suite file, using these ...