Managed Projects

Showing page 1 of 1

Squash TA is the module of Squash tool set for functional testing automation. Itcomprises a designer to create automated scripts and a launcher to manage automated tests campaigns. Squash TA can automate testing for web UI, webservices and batches

5.0
 
  0 reviews  |  2 users  |  75,250 lines of code  |  8 current contributors  |  Analyzed 10 days ago
 
 

SQUASH is an open source project which purpose is to structure and industrialize functional testing and more widely software. SQUASH TM (Test Management) is the test repository manager found in the open source Squash toolkit. It allows to manage requirements, test cases and campaign executions in a multiproject context.

4.5
   
  1 review  |  1 user  |  145,171 lines of code  |  7 current contributors  |  Analyzed 5 months ago
 
 

PresentationRefloker provides a fluent API do execute methods and read / write fields through reflection. It tries to help to write expressive reflection invocations without cluttering your code with exception handling. Refloker requires java 1.5 or more. Refloker is still in alpha stage, API ... [More] may be subject to change. Usage crash courseSet a hidden field of an object // the object which field we want to set TargetClass target = ... FieldSet fieldSet = Reflector.on(target).setHiddenField("fieldToSet").to(newValue)); Reflector.execute(fieldSet);You can achieve even more expressiveness with a static import : import static fr.armida.refloker.Reflector.*; ... execute(on(target).setHiddenField("fieldToSet").to(newValue));More information on how to use Refloker is (well, will be) available through Wiki pages marked as Usage or in the form of unit tests in the source repository Maven repositoryYou can use Refloker in your maven project by adding the dependency : armida refloker 0.6 and the Refloker repository : refloker-repo Refloker m2 releases repository http://refloker.googlecode.com/svn/m2-repo/release [Less]

0
 
  0 reviews  |  0 users  |  1,685 lines of code  |  0 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.