Build a Business Transaction after recording
- Select the Design mode.
- Select the Virtual Users tab.
- Right-click the last page in the Virtual User pane...
/jpetstore/shop/newOrder.shtml_1
- In the contextual menu, select Insert after, then Container.
- Select the pages to add to the Container, then drag and drop the pages in the Container.
You can select multiple pages by using a left click while holding the CTRL or SHIFT keys down.
You may have added the Container as the last element of the Virtual User, and we may have added to the contents of the Container the three HTML pages included in the order interaction:
- /jpetstore/shop/newOrderForm.shtml : contains the payment details and the billing address information,
- /jpetstore/shop/newOrder.shtml: sums up order information and prompts the user for the confirmation,
- /jpetstore/shop/newOrder.shtml_1: presents the order confirmation.
The interaction involved by these three pages includes possibly time consuming processing such as account verification and order submission. This is where having fine grained results on a particular Container will become useful.
Home