Home
Name Modified Size InfoDownloads / Week
AgileUnit_V1.2.2 2011-11-06
AgileUnit_V1.2.1 2011-10-31
UserGuide 2011-10-31
AgileUnit_V1.1.0 2011-06-13
AgileUnit_V1.0.0 2011-05-31
quick_start_readme.txt 2011-11-06 5.9 kB
Totals: 6 Items   5.9 kB 0
********************************************************************
*  AgileUnit - 12.03.2011-1.11.2011 - Ricardo Ferreira             *
*  Follow AgileUnit: twitter: @algoritmo4j                         *
*                                                                  *
*  QUICK START 4 STEPS README                                      *
********************************************************************

CONTENTS
AgileUnit is very small (60Kb) the folder you download has much
more then only AgileUnit in it. In there you'll find:

- agileunit (jar of AgileUnit)
- example (sample implementation)
- javadoc (fully javadoc documentation)
- plugins (eclipse plugin for the agile unit class wizard)
- properties (properties and continuous.xml)
- snippets (snippets to speed you up)
- whitepaper (documentation)
- quick_start_readme.txt (this file)


DEFINE AGILE UNIT PROPERTIES
1) copy the content from the folder properties into in your 
   user.home/user directory. In the folder properties you'll find
   a folder called agileunit with proteties-file inside. copy this
   folder into your user.home/user directory.
   EXAMPLE under windows: C:\Users\Ricardo Ferreira\agileunit

IMPORT AGILE UNIT CLASS WIZARD INTO YOUR ECLIPSE IDE
2) copy the content of the plugins folder into your eclipse plugins 
   folder. EXAMPLE: by me it looks like that under windows:
   C:\Program Files\eclipse_jee_galileo\plugins

IMPORT AGILE UNIT SNIPPETS INTO YOUR ECLIPSE IDE
3) import the agileUnit snippets into your eclipse IDE
   EXAMPLE: windows > preferences > java > editor > templates >
   import > locate snippets > push the button apply and OK.

IMPORT AGILE UNIT LIBRARY INTO YOUR PROJECT   
4) Add agileUnit to your class path in your eclipse IDE
   EXAMPLE: right click on your project > properties > 
   Java Build Path > on tab libraries > add library > 
   take user library > next > push user libraries... > new ... >
   define the library name as: agileUnit > push OK. Select the 
   new agileUnit Library and push Add JARs... > locate the folder
   agileunit/agileunit.zip in your desktop. After that select 
   the library with the check box and say finish. 
   you should see the library now in your class path.
  
IMPORT SMALL SAMPLE REFERENCE IMPLEMANTATION TO UNDERSTAND IT
A) import the sample class to see how AgileUnit works. 
   EXMPLE: create a java project. in your src-folder right mouse
   click > import > archive file > browse > locate the folder
   example > sample.zip > finish. A package called sample is 
   created with a red error x on it. RENAME the package to: 
   ch.algoritmo.framework.agileunit.test.example. Run this class.
   EXAMPLE: Run > Run As... > Java Aplication
   Take a look ate the output and now goes thru the class and 
   try to understand it.
  
TRY TO CREATE YOUR FIRST AGILE UNIT CLASS.
B) Try to create an AgileUnit class by double clicking your project
   new > others... > AgileUnit Wizard > Create new Agile Unit Class
   or simply typing Ctrl + N.    

DOCUMENTATION - USER'S GUIDE   
C) the documentation in the folder users_guide is a handout that
   describes all benefits of agileUnit and give more detailed infos
   to you about the architecture of AgileUnit and how to use it. 
   
********************************************************************
*  JavaDoc - Only for developers that want to understand agileUnit *
********************************************************************

1) Unzip the agileunit_javadoc folder and double click the index
   file. EXAMPLE: locate index.html and double click it. The java
   doc contain class description if you are looking for more 
   information

********************************************************************
*  RELEASE NOTES - AgileUnit V1.2.2 (Only plugIn fixes)                                *
********************************************************************   

1) Improvements on the toolbar wizard (show now info messages)
2) Bugfix 3433518 (generated test property file improved)
3) Bugfix 3433495 (open user.home when managed by internal network)
4) Bugfix 3433493 (build package correctly under maven projects) 
   
********************************************************************
*  RELEASE NOTES - AgileUnit V1.2.1                                *
********************************************************************   

1) Auto property creator and viewer
2) Auto test property externalizer
3) Enablement skip.continuous.stop making it possible to stop build
4) Comparation improvement
5) Updated User's Guide
6) Updated Snippets
7) If you have any suggestion, please post it here or contact me
8) If you want to contribute, please contact me
   
********************************************************************
*  RELEASE NOTES - AgileUnit V1.2.0                                *
******************************************************************** 

1) New wizard with compact drop down menu and text description
2) New wizard options for creating and opening test properties 
3) Full externilized tests over property files
4) New helper class called AgileUnit{Classname} to write tests  
   
********************************************************************
*  RELEASE NOTES - AgileUnit V1.1.0                                *
********************************************************************   

1) Wizard extensions - powerfull toolbar plugin for visual control
2) Property auto open over wizard making it confortable
3) New Property skip.continuous.stop
   
********************************************************************
*  RELEASE NOTES - AgileUnit V1.0.0                                *
********************************************************************   

1) AgileUnit does not interrupt your builds and do not throw
   exceptions.

Source: quick_start_readme.txt, updated 2011-11-06