If only a specific url needs to be captured in KBT then follow the below steps
Step 1: Go to Business Transactions-> Settings-> Transaction Definitions screen in applicare then click the New button at the bottom right.
Step 2: Enter the KBT name in the Name text box and then click on the server dropdown and select the server.
Step 3: Enter the application url in the URL text box and then enter the parameter you want to add in the parameter text box and click on the Add button and then click on the Apply button.
Example:
URL = /JPetStore/shop/viewCategory.shtml
Parameter = categoryId=REPTILES
If want to fetch only one parameter with different value for a particular url in KBT then follow below steps
Step 1: Go to Business Transactions-> Settings-> Transaction Definitions screen in applicare then click the New button at the bottom right.
Step 2: Enter the KBT name in the Name text box and then click on the server dropdown and select the server.
Step 3: Enter the application url in the URL text box and then enter the parameter you want to add in the parameter text box and click on the Add button.
Step 4: Follow the steps in step 3 and do it one more time, but now add a different value parameter and then click the Apply button.
Example:
URL = /JPetStore/shop/viewProduct.shtml
Parameter = productId=RP-LI-02
URL = /JPetStore/shop/viewProduct.shtml
Parameter = productId=RP-SN-01
If only different parameter needs to be taken for a particular url in KBT then follow below steps
Step 1: Go to Business Transactions-> Settings-> Transaction Definitions screen in applicare then click the New button at the bottom right.
Step 2: Enter the KBT name in the Name text box and then click on the server dropdown and select the server.
Step 3: Enter the application url in the URL text box and then enter the different parameter you want to add in the parameter text box and click on the Add button.
Example:
URL = /JPetStore/shop/viewItem.shtml
Parameter = categoryId=REPTILES&itemId=EST-13
If want to get all request from specific parameter in KBT then follow below steps
Step 1: Go to Business Transactions-> Settings-> Transaction Definitions screen in applicare then click the New button at the bottom right.
Step 2: Enter the KBT name in the Name text box and then click on the server dropdown and select the server.
Step 3: Enter the application url in the URL text box and then enter the parameter you want to add in the parameter text box and click on the Add button.
Example:
URL = /JPetStore/shop/addItemToCart.shtml
Parameter =workingItemId*
Comments
0 comments
Article is closed for comments.