First of all, thank you for your kind answser :)
Actually, I wanted to know the way of using rest-client together with
something like JUnit/ Groovy
so that I can I can process or mange the test case better.
It might not be possible to use rest-client together with JUnit I
guess.
BTW, when I tried your suggested way, I can only se the total number
of tests executed, total failures, and
total errors.
Is there any way so that I can also see which requests are failed,
and also see the fail message that I've put inside test script ?
If I can get those information, it will be much better.
Thanks again, and please let me know how can I get these extra
information
from the batch test run, if you know the method by any chance.
Dongjin
On Apr 24, 9:31 pm, Subhash Chandran <
sub...@gmail.com> wrote:
> The best way to automate:
>
> 1. Write the test-request using the RESTClient UI. Also write the JUnit test
> case as described inhttp://
code.google.com/p/rest-client/wiki/TestingTutorial