Posted By:
Antonello_Grimaldi
Posted On:
Monday, October 12, 2009 06:47 AM
Hi,
I would to use for the first time JUnit
I have a java application, that is a Wizard that take in input some parameters such as name, surname ecc.., and the output is an URL formed with these parameters
Example: input-> Name=Antonello Surname=Grimaldi output-> http://www.antonello.grimaldi.com
Now, I would test this wizard: I would test that the wizard, with passed parameters, builds a correct URL
How I can do it?
Thanks a lot
Antonello