Create Java Vuser scripts in external IDEs
You can develop a Java Vuser script within the JetBrains IntelliJ IDEA or Eclipse environments, using provided IDE add-ins.
The add-ins enable you to create a Vuser script within the IDE environment. You program a standard Vuser script using standard functions or protocol-specific functions from the Function Reference, within your native environment. You can then use the script in your testing environment, for example, in a Controller scenario.
The add-ins are provided in Additional Components folder of your installation package. To install the IntelliJ plugin, see Install the IntelliJ IDEA plugin. (For Eclipse, VuGen automatically installs the add-in the first time you choose Open in Eclipse.)
When working in the IDE environment, the complete VuGen API is available from the Object browser or editor. For information about each of the Vuser functions that you can use when programming your script, see the Function Reference.
See also: