I am using IBM Rational Functional Tester (ver 8.0.1) to test an application built using VB.Net. The test scripts are Java. Using standard Windows menus and controls I can use a method like TestObject.Click(atPath("File->Open")); to access a menu item. Since we started using ComponentOne menus the atPath modifier does not work. atPoint does work, but since the menus are dynamic, clicking at a point that is changing is not workable.

Is anyone using Rational Functional Tester (RFT) to test ComponentOne components? What do I need to do to be able to test applications that are using C1 components?

Here is snipit of code and the exception generated.
TestObject menuParent = c1MainMenu1net().getParent();
GuiSubitemTestObject mBar = new GuiSubitemTestObject(menuParent);
mBar.click(atPath("View->User Setup"));

Exception occurred during playback of script [Temp_Menu_Test] [CRFCN0019E: RationalTestScriptException on line 55 of script Temp_Menu_Test - com.rational.test.ft.UnsupportedSubitemException: List[AtText("View"), AtText("User Setup")].].