Hi happy hackers, I initially implemented the link invocation for the hackystat test framework. What I did is the same content as the invokeCommand method except invoking a link. Here is the signature of the method.
HackystatTestConversation invokeLink(String linkId); Clients of the org.hackstat.kernel.test.HackystatTestConversation class can invoke the "invokeLink(String linkId)" method where the linkId is the ID id of a link to be invoked. Whenever the invokeLink method was called. the test framework tries to find the link in a current page first, tries to find the "Analyses", "Extras", "Alerts", "Preferences", "Admin" page second, and then invoke the link if found. So we can test the top page link too. You can see the method in the org.hackstat.kernel.test.HackystatTestConversation in the hackyKernel package. Any comments for this initial implementation? Cheers, Takuya ================================ Takuya Yamashita E-mail: [EMAIL PROTECTED] ================================
