Launch Lotus Notes 8 From Java Program and Get Handle To Main Window

Hi,

I want to launch lotus notes window by creating a simple java object from a java program and i also want to get a reference to the main window.

From the parent window i can access any child ui control.

I am doing automation testing of lotus notes applications. So i am supposed to interact with the front end only.

Thanks in advance,

Bikash

Subject: gui automation

There are several tools available for GUI automation, personally I prefer the Rational Functional Tester

Subject: JavaAgents

Rational tools consume a lot of system resources. Now i am thinking about implementing the automation code as a java agent.

Can we get a reference to the main window from a javaagent ???