Dear all,
I'm trying to do a testing for oracle form based application.
I chose the 'Oracle - Web App 11i' as the recording protocol.
The process was recorded but error occurred while replaying to the place where selecting an item from menu.
The code is as following:
lr_start_transaction("Navigation");
nca_set_window("Window A");
nca_menu_select_item("Window A", "Menu;SubMenu1;SubMenu1-1;Item");
After choosing 'Extended log', I could find the following log:
Action.c(206): Notify: Transaction "Login" ended with "Pass" status (Duration: 13.2971 Wasted Time: 0.2805).
Action.c(210): Notify: Transaction "Navigation" started.
Action.c(212): nca_set_window("Window A")
Action.c(214): Checking for active timers...
Action.c(214): No timers found, exiting.
Action.c(214): Object not found in the list:
Action.c(214): ObjID=1, Name=, Visible=0
Action.c(214): ObjID=1; ObjName="(null)", visble=0, key="1"
Action.c(214): Error: nca_menu_select_item("Window A","Menu;SubMenu1;SubMenu1-1;Item") failed, Window or object is not displayed.
Action.c(214): Notify: Transaction "Navigation" ended with "Fail" status (Duration: 0.0053).
Abort was called from an action.
Ending Vuser...
Starting action vuser_end.
Ending action vuser_end.
Vuser Terminated.
Is it caused by the Name/objName which is null?
Besides, the first character of each item is captical. Is there any impact?
Can you give me some suggestions?
Thanks in advance!