+

Search Tips   |   Advanced Search

  • Previous Topic
  • Next Topic
  • Book Index
  • Siebel requests

    In This Section

  • Overview
  • Identifiers handled by NeoLoad
  • User Interface
  • See Also

  • Requests
  • HTTP requests
  • SOAP requests
  • WebSocket requests
  • Oracle Forms requests
  • Adobe Flex/AMF requests
  • Adobe RTMP requests
  • Data Format Extension requests
  • Google Web Toolkit requests
  • Hessian requests
  • Java serialization requests
  • Silverlight requests
  • Media requests
  • Polling requests
  • Streaming requests
  • Push messages
  • Validation
  • Global validation
  • Variable extractors
  • Advanced parameters
  • Variable correlation
  • Shortcuts
  • Compare requests and responses

  • Overview

    Siebel is a CRM (Customer Relationship Management) solution from Oracle. NeoLoad optional Siebel module allows load testing Siebel applications from version 7.0 up.

    The HTTP requests sent by the client to the Siebel server use a specific formalism, which is difficult to interpret without some kind of decoding mechanism. NeoLoad converts these messages into XML, to make designing scenarios easy.


    Recording

    The following diagram shows how the Siebel module functions during recording:

    The data exchanged between the client and server transit through the recording proxy. It is during this transit that the Siebel module analyzes and decodes the requests. Once they have been converted into XML, the requests are inserted in the project.


    Runtime

    The following diagram shows how the Siebel module functions during test runtime:

    The variables in the XML request are calculated and the module engine converts the XML into a Siebel request and the data is then sent to the server. The Siebel response received is converted into XML, after which the validations and Variable Extractors in the played request are executed.


    Home