> I'm looking for automated tool to generate test programs to test APIs.
> Can someone please point me or advise me how to work on this. I'm
[quoted text clipped - 3 lines]
> then test case is passed otherwise the test case is failed. Like i
> have to set some values to APIs and get them.
Take a look at JUnit (http://www.junit.org/). It's a framework that
allows you to write unit tests; test cases for specific chunks of
functionality. It's a free tool, has documentation and tutorials on the
site and works great!

Signature
Dave Ockwell-Jenner
Solar Nexus Solutions
http://www.solar-nexus.com/
rk - 08 Nov 2003 22:38 GMT
Hi Dave,
Thanks for pointer and i will try that.
rk
> > I'm looking for automated tool to generate test programs to test APIs.
> > Can someone please point me or advise me how to work on this. I'm
[quoted text clipped - 8 lines]
> functionality. It's a free tool, has documentation and tutorials on the
> site and works great!