This section details the steps involved in creating a Container (business transaction) relating to the previous sections.
/jpetstore/shop/newOrder.shtml_1
) then right-click on the page. In the contextual menu, select Insert after, then Container.In this tutorial you may have added the Container as the last element of the Virtual User. You 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.You know that 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.