users@jersey.java.net

[Jersey] Re: Reg:Jersey test framework

From: Ryan Stewart <rds6235_at_gmail.com>
Date: Wed, 16 Mar 2011 09:04:16 -0500

It's not either/or. The Jersey test framework isn't separate from JUnit. The
JerseyTest class uses JUnit 4's @Before and @After annotations to start and
stop a test server for your test methods.

On Wed, Mar 16, 2011 at 5:55 AM, priya dharshni
<dharshnipriyaece_at_gmail.com>wrote:

> Hi ,
>
> Currently we are testing our restful web services using separate Junti
> test cases.
> What is the advantage of using Jersey-test-framework over Junit test cases?
>
> Thanks,
> Priya
>
>
> On Wed, Mar 16, 2011 at 5:54 AM, Marek Potociar <marek.potociar_at_oracle.com
> > wrote:
>
>>
>>
>> On 03/16/2011 10:39 AM, priya dharshni wrote:
>> > Hi,
>> >
>> > Thanks for your quick response.Please clarify the following queries.
>> >
>> > 1.Where can i get the jersey-test-framework jar?
>> Please, read the user guide link that I have sent you previously and
>> follow the instructions:
>>
>> http://jersey.java.net/nonav/documentation/latest/user-guide.html#test-framework
>>
>> > 2.Advantage of using test framework using RESTClient,soap and junit test
>> cases.
>> Not sure what you mean.
>>
>> > 3. We are using jetty server.Please guide me to configure test cases
>> using test framework.
>> There is no plugin for Jetty in the Jersey test framework currently. May I
>> ask why do you need to use Jetty for testing?
>> Would it be sufficient for you to use Grizzly container for your testing?
>> Grizzly is even more lightweight and faster IMHO.
>>
>> Marek
>>
>> >
>> > I have browsed almost all the sites related to the topic.But i didnt get
>> what i exactly want.Thats why expecting your
>> > help.Thanks in advance.
>> >
>> > Regards,
>> > Priya.
>> >
>> > On Wed, Mar 16, 2011 at 5:16 AM, Marek Potociar <
>> marek.potociar_at_oracle.com <mailto:marek.potociar_at_oracle.com>> wrote:
>> >
>> > Hi,
>> > there is some documentation in the Jersey User Guide:
>> >
>> http://jersey.java.net/nonav/documentation/latest/user-guide.html#test-framework
>> >
>> > Also, most of jersey samples[1] are using the test framework to test
>> the sample. HelloWorld sample may be a good start:
>> >
>> http://download.java.net/maven/2/com/sun/jersey/samples/helloworld/1.6-SNAPSHOT/helloworld-1.6-SNAPSHOT-project.zip
>> >
>> > Kind regards,
>> > Marek
>> >
>> > [1]
>> > To browse:
>> http://java.net/projects/jersey/sources/svn/show/trunk/jersey/samples
>> > To checkout: svn co
>> https://svn.java.net/svn/jersey~svn/trunk/jersey/samples
>> >
>> > On 03/16/2011 06:06 AM, priya dharshni wrote:
>> > > Hi,
>> > >
>> > > In our project we are using RESTful webservices and using REST
>> client,soap ui,Junit test cases for testing.I heard
>> > > about jersey test framework.Please send me the sample
>> code/tutorial of jersey test framework and also the pros and
>> > cons
>> > > of it.It would be really helpful for us to implement.
>> > >
>> > >
>> > > Regards,
>> > > Priya
>> > >
>> > >
>> > >
>> >
>> >
>>
>
>