Projects tagged ‘testng’


[39 total ]

0 Users

TestNG integration with GUI-testing framework Abbot. NoteDevelopment of this project has stopped. Now we support JUnit as well and have created the new project FEST (Fixtures for Easy Software Testing).
Created 12 months ago.

0 Users

(..) java para todos (..)
Created 12 months ago.

0 Users

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 ... [More] AbstractSeleniumTest { @Override protected String[] getConfigLocations() { return new String[] { ... }; } @Test public void test() { open('/testwebapp/index.html'); assertTextPresent('Hello There'); } }AbstractSeleniumTest has an @BeforeClass method that starts the web container and Selenium and @AfterClass method that shuts them down. It also injects itself with Spring beans (from an application context defined by the getConfigLocations()). The Spring beans are responsible for launching Selenium and the web container. There are currently two launchers: one that runs an embedded Jetty and the other uses Cargo to launch Tomcat (To be generalized to support other containers). Here are some example bean definitions: Once of the nice things around this framework is that the same test class can be run with multiple containers - e.g. both Jetty for nimble developer testing and Tomcat for other tests. [Less]
Created about 1 year ago.

0 Users

Graphical editor for lab-on-a-chip design created for IChF PAN.
Created 12 months ago.

0 Users

A TestNG plug-in for JDeveloper
Created 12 months ago.

0 Users

TestNG is a Unit Test framework. The testng-site's project hosts its web site.
Created 12 months ago.

0 Users

A test frame work with AOP capability.
Created 3 months ago.

0 Users

icomapny project
Created 12 months ago.

0 Users

Sample application using a variety of new technologies.
Created 12 months ago.

0 Users

NetBeans plug-in for TestNG
Created 12 months ago.