+

Search Tips   |   Advanced Search

  • Previous Topic
  • Next Topic
  • Book Index
  • JavaScript

    In This Section

  • JavaScript actions
  • JavaScript libraries
  • API overview
  • See Also

  • Logical actions
  • Delay
  • Loop
  • While
  • If ... Then ... Else
  • Switch
  • Variable modifier
  • Transaction
  • Try ... Catch
  • Go to next iteration
  • Stop
  • Fork
  • Wait Until
  • Rendezvous

  • NeoLoad allows the execution of JavaScript within Virtual Users, which means we may insert a JavaScript action when designing a User Path. The code used may invoke common JavaScript functions declared in the NeoLoad JavaScript libraries. See also: Execute Java code.

    The NeoLoad API is mainly used to manipulate NeoLoad variables and set up cookies for the current Virtual User. Basic JavaScript functions allow the handling of strings and dates, calculation, and so on.

    The script does not run within the context of the HTML request, so manipulating a request response DOM tree is impossible. Consequently, functions built into browsers for extracting or manipulating the HTML document are not included.

    The following is a non-exhaustive list of functions or objects that are not supported:


    Home