...
- Choose File> New> Other> SOAtest> Traffic> Record Traffic.
- For each endpoint where you want to record traffic, do the following:
- In the Configure Proxies for Recording Traffic dialog, click Add.
The wizard that opens will be pre-populated with any connections you have already configured. - Under Proxy Type, select the desired transport (HTTP, JMS, MQ).
- Complete the proxy settings for the selected transport. See Customizing Grouping Criteria SOAtest1, JMS Recording Configuration, or MQ Recording Configuration for details.
- In the Traffic file field, specify where you want to save the traffic file that will be created to capture this traffic. You can later use this traffic file to generate tests that represent the live traffic captured.
- Specify how you want traffic data recorded in traffic files:
- Append new session data adds new traffic data to an existing traffic file (the one specified in the Traffic file field). If the specified file does not already exist, a new file will be created.
- Overwrite session data overwrites the traffic data in an existing traffic file (the one specified in the Traffic file field). If the specified file does not already exist, a new file will be created.
- In the Configure Proxies for Recording Traffic dialog, click Add.
- Click OK.
- In the main wizard panel, click Next.
- Set the host and port of the application under test to the location specified in the wizard.
- From the application under test, generate the traffic that you want to record.
- Click Finish.
...
MQ Prerequisites
Anchor | ||||
---|---|---|---|---|
|
Jar Files
SeeAdding Necessary Jar Files to the Classpath.
Queue Allocation
When traffic is being exchanged over queues, the assumption is that there is a client application that puts a request to a client destination queue and a server application that gets that message from the queue then puts another (reply) message onto a second queue for the client to get.
...