cancel
Showing results for 
Search instead for 
Did you mean: 

How to test actions quickly

emanuele
Champ in-the-making
Champ in-the-making
Hi,
I'm new of Alfresco.
I wrote some Custom Action, for trial, to increase knowledge about the use of them;
To test if Action is right or wrong, have I always to make a .JAR file, put it in /web-apps/lib, start alfresco server and see if it runs or not??
Is there a way to test it earlier, and to make .JAR only if the action is ok???

I'm using Labs 3.0, SDK 2.9 and Eclipse 3.4

Any help is appreciated, tanks!!
1 REPLY 1

zomurn
Champ in-the-making
Champ in-the-making
This is the purpose of unit testing what you ask for !  :lol:
Code your Junit ! You do not need web client to test.