Friday, December 28, 2007

IBM Universal Test Client

IBM Universal Test Client(UTC) is used to test the enterprise beans and other Java objects running in local/remote server.Using this test client, we can test local or remote methods of the enterprise beans.
Steps to start UTC
1. In J2EE perspective, under your EJB project right click the enerprise bean that you want to test & then select "Run on Server".



2. Create the server & add your projects to the server configuration.
3. Start the server.
4. The bean page of UTC will open.
5. Select the Bean Page. It displays all the methods.
6. Click on the Invoke button to invoke the method.
7. It will opens Work with object link. It opens the paremeter pane. Pass the paremeters & Invoke it.

No comments: