Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 1

HttpUnit emulates the relevant portions of browser behavior, including form submission, Javascript, basic HTTP authentication, cookies, and automatic page redirection, and allows Java test code to examine returned pages either as text, an XML DOM, or containers of forms, tables, and links. When ... [More] combined with a framework such as JUnit, it is fairly easy to write tests that very quickly verify the functioning of a Web site. [Less]

2.0
   
  0 reviews  |  7 users  |  432,433 lines of code  |  2 current contributors  |  Analyzed 5 days ago
 
 

Based on the assumption that the most stable part of the web application to be tested is the human readable semantic elements. Write test scripts as if describing to a user (over the phone or in documentation) what to click, type etc. So your tests should not need altering if you move your HTML ... [More] around or change to/from links to buttons etc. robot.click("create user"); robot.set("Name", "Sam"); robot.click("Gender", "male"); robot.click("save"); robot.back(); assertEquals("Sam", robot.get("Name")); assertTrue(robot.isChecked("Geek", "yes"));TheoryYour tests should only depend on the very simple com.redspr.redrobot.Robot interface which is based on the conversation you would have with your most stupid user. A simple algorithm is used to find the best match element based on one or more matching strings. ImplementationBehind the simple Robot interface implementations using Selenium RC or HtmlUnit are provided. [Less]

0
 
  0 reviews  |  0 users  |  1,060 lines of code  |  1 current contributor  |  Analyzed 3 days ago
 
 

Utilities to embed QUnit tests in JUnit tests via HTMLUnit.

0
 
  0 reviews  |  0 users  |  1,394 lines of code  |  2 current contributors  |  Analyzed 1 day ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.