When I run a script in LoadRunner Controller, I am getting the following error:
Action.c(76): Error: Tree - Failed to select node "" Snapshot Info [MSH 0 0 1].
The thing is that the script works perfectly in the Vugen. Anyone has ever found something like that?
The problem was this: I used this method to explore the tree
sapgui_tree_double_click_node
I changed this method for:
sapgui_tree_scroll_to_node
and now the Controller works perfect.