01-18-2008, 04:30 PM
Hi,
I'm trying to use QTP along with a product created by our company.
This is an Eclipse based Java product that allows designing, creating and editing of business rules. It provides a Dockable Windows Interface.It comprises of a few wizards (for ex: To create a project, to add java classes to a project etc.,). It has two types of child windows : Explorer Windows and Editing Windows
The tool captures all the steps but the test fails during the run when it encounters edit boxes or context menus etc., mostly when Editing Windows pop up.
Some of the snippets where the test fails:
Case 1:Case 2:
Here "Name of the Rule" is actually the lable of the text box where we provide he name "testRule". Error message displays "Verify that this object's properties match an object currently displayed in your application".
Can you please let me know if there are any plugins for eclipse based applications.
PS: I'm Recording the test with Windows Application option.
Thanks.
Regards,
Deepti
I'm trying to use QTP along with a product created by our company.
This is an Eclipse based Java product that allows designing, creating and editing of business rules. It provides a Dockable Windows Interface.It comprises of a few wizards (for ex: To create a project, to add java classes to a project etc.,). It has two types of child windows : Explorer Windows and Editing Windows
The tool captures all the steps but the test fails during the run when it encounters edit boxes or context menus etc., mostly when Editing Windows pop up.
Some of the snippets where the test fails:
Case 1:
Code:
Window("<Company_Application>").WinObject("Description :").Click 26,8
Window("<Company_Application>").WinEditor("Description :").SetCaretPos 0,0
Code:
Window("<Company_Application>").Dialog("Create New Rule").WinEdit("Name of the Rule").Set "testRule"
Here "Name of the Rule" is actually the lable of the text box where we provide he name "testRule". Error message displays "Verify that this object's properties match an object currently displayed in your application".
Can you please let me know if there are any plugins for eclipse based applications.
PS: I'm Recording the test with Windows Application option.
Thanks.
Regards,
Deepti