
Figure 4 captures each URL hit on the target web app as a transaction and every action (mouse click, keystroke etc) as an Activity.These transactions and activity pertaining to the transactions will be recorded in sequence. For this, in our example, we login into the website, ascertain the best pre-paid plan, proceed to recharge by making the payment.
For example, let us say take the case of recharging a mobile with a pre-paid plan. The primary purpose of the recording is to start capturing the user transactions that are to be emulated.Įach activity that you do on the website will be recorded.
The next step towards building the script is to start the recording. Figure 3 will then appear prompting you to start the recording.Ĭlick the OK button in Figure 3 to start the recording. Google Chrome browser opens automatically and the simulator hits the specified URL in Figure 2. In Figure 2, once you enter the URL, click the Start Recording button. Let us take as an example.įigure 2 : Entering the URL for simulation Here, specify the URL of the website using which you wish to record a sequence of transactions to build a script. Execute the WebAppSimulationRecorder.exe from the \lib\Synthetic folder.įigure 1 : The Web App Simulation Recorder. Login to the host on which the eG agent is installed. To record a transaction, do the following: This is used to simulate the required web transactions and record the entire simulation to be played back at custom intervals later on. The Web App Simulation Recorder is a standalone desktop tool that is packaged with the eG agent and is installed on the computer / VM from where the simulation will happen.
Web service simulator recorder java how to#
The following sections will describe in detail on how to record a transaction and configure the Web App Simulation component for monitoring.