Record requests with an Adobe AIR application
Introduction
Adobe AIR (Adobe Integrated Runtime) is a technology developed by the Adobe Corporation. NeoLoad supports Adobe AIR applications that communicate with the server using the HTTP protocol.
Prerequisites
The application must communicate with the remote server using the HTTP protocol.
Configure the recording and proxy settings
The following procedures describe how to configure the machine with or without Internet Explorer and how to record the HTTP requests sent by an Adobe AIR application.
- To configure the proxy settings using Internet Explorer
- Open Internet Explorer.
- Click Tools > Internet options.
- Click on the Connections tab.
- Click on the LAN settings button.
- Check the Use a proxy server for your LAN. If proxy settings already exist, see Proxy.
- Click on the Advanced button and set the proxy (localhost: 8090 by default). See Manually configure the recording proxy settings.
The following procedure describes how to configure the proxy settings on a Windows machine that does not have Internet Explorer installed.
- To configure the proxy settings without Internet Explorer
- Click on the Windows icon in the taskbar.
- Click Control panel > Network and Internet Connections > Internet Options.
- Click on the Connections tab.
- Click on the LAN settings button.
- Check the Use a proxy server for your LAN. If proxy settings already exist, see Proxy.
- Click on the Advanced button and set the proxy (localhost: 8090 by default). See Manually configure the recording proxy settings.
Once the proxy settings have been configured correctly, continue as follows:
- To record the Adobe AIR application HTTP requests once the proxy is configured
- Launch NeoLoad.
- Make sure the previously-configured proxy setting match those in Edit > Preferences > Global Settings > HTTP Recorder.
- Create a new project or open an existing one.
- Un-check the Launch browser check box, then click OK to start recording
- Launch the Adobe AIR application and record the actions you require.
- Stop the recording.
The recorded User Path contains the HTTP requests sent by the Adobe AIR application.
The original proxy settings must be restored manually.
Home