What language is loadrunner built in?

HP Loadrunner supports many protocols such as http / https, SAOP, Oracle NCA, etc. It also has server monitors that can create server statistics for different servers. What is loadrunner technology? What protocol is used for remote calls between the Loadrunner VUgen and the Loadrunner controller?

+3
source share
4 answers

The controller seems to be written in Delphi, or Borland's ancient (now gone) version of C.

VUgen is apparently a native C application, and the editor is SlickEdit (see http://en.wikipedia.org/wiki/SlickEdit ).

In the C interpreter in VUGen, it is not necessarily SlickEdit Slick-C, but I am sure it is a licensed commercial product.

- VUGen LR-, , , , RPC-based. , , .

+4

/C++

VUGEN : . , , .

LoadRunner, , , SlickEdit VUGEN. , , , LoadRunner .

+2

/, . ,

, VUGen - . VUGen , script ( zip ). zip , . - API VUGen Controller

Statistics from servers are usually collected through SiteScope for Loadrunner. You can easily understand what language it is developing by looking at folders and files.

+1
source

This is a closed source, so in fact there is no public evidence of this kind. My best guess would be C (#?), Though.

-1
source

All Articles