Projects tagged ‘webtest’


[12 total ]

106 Users
   

Grails aims to bring the "coding by convention" paradigm to Groovy . It's an open-source web application framework that leverages the Groovy language and complements Java Web development. You can ... [More] use Grails as a standalone development environment that hides all configuration details or integrate your Java business logic. Grails aims to make development as simple as possible and hence should appeal to a wide range of developers not just those from the Java community. [Less]
Created over 3 years ago.

31 Users
   

HtmlUnit is a "browser for Java programs". It models HTML documents and provides an API that allows you to invoke pages, fill out forms, click links, etc... just like you do in your "normal" browser. ... [More] It has fairly good JavaScript support (which is constantly improving) and is able to work even with quite complex AJAX libraries, simulating either Firefox or Internet Explorer depending on the configuration you want to use. It is typically used for testing purposes or to retrieve information from web sites. [Less]
Created over 3 years ago.

18 Users
   

The Eclipse Test and Performance Tools Platform (TPTP) provides a set of building blocks for creating tools to test and monitor a distributed application. This include Java profiling and automated and ... [More] managed test suites. For example you can do JVM profiling of a local or remote Java application. You can also record and drive HTTP load test or JUnit tests. In addition there is tooling to monitor system resources as well as collect and analyze log files. [Less]
Created over 3 years ago.

1 Users
   

CubicTest is a graphical Eclipse plug-in for writing Selenium and Watir tests. It makes web tests faster and easier to write, and provides abstractions to make tests more robust and reusable. ... [More] CubicTest's test editor is centered around pages/states and transitions between these pages/states. The model is intuitive for both Ajax and traditional web applications and supports most user interaction types. CubicTest features an innovative test recorder and test runner based on Selenium RC which are fully integrated with the graphical test editor. Tests can also run standalone from Maven 2. [Less]
Created about 1 year ago.

0 Users

Make functional tests easy, integrating many open-source tools like Dbunit, Selenium, Eclipse. Turn tests development faster, easy and evolutional with a high api that hide many problems of Selenium ... [More] and Dbunit. Docs Roadmap How to Contribute For Users User List arangi-tester-user@googlegroups.com For Developers SVN for Members SVN for Non-Members Developer List arangi-tester-dev@googlegroups.com [Less]
Created 5 months ago.

0 Users

web test html
Created 4 months ago.

0 Users

A start at writing some code to allow driving Firefox from groovy This is the WATIR example ported to groovy. It runs fine with the current check out. /** ported from the wair bonus examples zip ... [More] file */ import firewatig.* import groovy.util.GroovyTestCase class ArticleExample extends GroovyTestCase { void testSearch () { def ff = new Firefox() ff.go("http://www.google.com/ncr") ff.textField("name", "q").set("pickaxe") ff.button("value","Google Search").click() assert(ff.text().contains("Programming Ruby: The Pragmatic Programmer's Guide")); } } [Less]
Created about 1 year ago.

0 Users

Source code for my personal home page 6footplus.com
Created about 1 year ago.

0 Users

a series of webtest test cases for expe
Created 12 months ago.

0 Users

Anteater is an Ant-based functional testing framework for Web applications and Web services.
Created 5 months ago.