09-03-2008, 08:47 PM
I am testing an application which was developed using Java and Oracle Forms.
- This is a web application. When you type URL, it opens a "java applet" which is main window, it has Oracle Forms Window as subwindow.
It has "User name", and "Password" and a button.
- First we installed Oracle Add-ins, added objects to repository.
Here is the object details
But when we run the test getting run time errors.
Run Error Unspecified error
Line (62):
- We thought Java addins are required, so we installed Java Addins. UserName and Password objects added to repositry. Here is the object details.
It looks like this is not correct?
- Do we need both java and ORacle add-ins? Is there any specific order to install add-ins
Please can you help me on this..This is a high priority issue for me..
Thanks
Navitha
- This is a web application. When you type URL, it opens a "java applet" which is main window, it has Oracle Forms Window as subwindow.
It has "User name", and "Password" and a button.
- First we installed Oracle Add-ins, added objects to repository.
Here is the object details
Code:
JavaWindow("Oracle Developer Forms").JavaInternalFrame("MAIN---MAIN_WINDOW").JavaEdit("VTextField").Set "sss"
JavaWindow("Oracle Developer Forms").JavaInternalFrame("MAIN---MAIN_WINDOW").JavaEdit("VTextField").PressKey micReturn
JavaWindow("Oracle Developer Forms").JavaInternalFrame("MAIN---MAIN_WINDOW").JavaEdit("VTextField_2").SetSecure "48bd9d9e31e3c03476c35796f1b8b6dcdd96753b"
JavaWindow("Oracle Developer Forms").JavaInternalFrame("MAIN---MAIN_WINDOW").JavaEdit("VTextField_2").PressKey micReturn
But when we run the test getting run time errors.
Run Error Unspecified error
Line (62):
Code:
"JavaWindow("Oracle Developer Forms").JavaInternalFrame("MAIN---MAIN_WINDOW").JavaEdit("VTextField").Set "sss""
- We thought Java addins are required, so we installed Java Addins. UserName and Password objects added to repositry. Here is the object details.
Code:
JavaWindow("Oracle Developer Forms").JavaObject("GlassMouseGrabProvider$Proxy").SetTOPro
It looks like this is not correct?
- Do we need both java and ORacle add-ins? Is there any specific order to install add-ins
Please can you help me on this..This is a high priority issue for me..
Thanks
Navitha