Menu
  • HOME
  • TAGS

LoadRunner Vugen script fails in controller

controller,loadrunner,vugen

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....

Vugen assertions

loadrunner,vugen

web_reg_find() is the function you want. Refer to the VuGen documentation.

How does HP Vugen locate the JRE used to record scripts?

java,settings,environment,loadrunner,vugen

This is the answer I got from the responsible engineer: Record: Java over HTTP(JOH) protocol uses WEB protocol for recording and than convert C-script to Java-script. JOH recording doesn't depend on JRE at all. Replay: For replay you must have installed JDK. Java 8 not supported yet "%LR_PATH%/jre" it is...

Load Runner .Net - Found an undefined object of type

.net,loadrunner,vugen

You're using the .NET recorder! Good luck! When you add a reference to a C# project there are two things to check: The project references the dll. The code references the namespace. The XmlTextWriter and XmlTextReader objects are both part of the .NET framework and both live in the System.Xml...