Projects tagged ‘httpunit’


[3 total ]

1 Users

The example code to accompany "Ant in Action", the second edition of "Java Development with Ant". The actual code shows how to use Ant and Ivy for a build and release of a diary web application ... [More] that serves the data up as an Atom feed, and uses EJB to persist the diary data to a database. [Less]
Created over 3 years ago.

0 Users

ElissaWebTest is a JAVA based Web Testing Integration Tool. It integrates frameworks (JUnit,TestNG) with tools (selenium API, htmlunit, httpunit) to allow tests to be easily executed on any ... [More] combination of these frameworks and tools (without any code changes) by providing a powerful easy-to-use testing API. [Less]
Created 11 months ago.

0 Users

Spynner is a stateful programmatic web browser module for Python with Javascript/AJAX support based upon the QtWebKit framework. Refer to the README for more info. import spynner browser = ... [More] spynner.Browser() browser.load("http://www.wordreference.com") browser.runjs("console.log('I can run Javascript!')") browser.runjs("_jQuery('div').css('border', 'solid red')") # and jQuery! browser.select("#esen") browser.fill("input[name=enit]", "hola") browser.click("input[name=b]") browser.wait_page_load() print browser.url, len(browser.html) browser.close() [Less]
Created 3 months ago.