Quantcast
Viewing all articles
Browse latest Browse all 3978

how to check the Database used when sending a HTTP requests or getting Responses in loadrunner

we used to use sap as DB for our raw data, when I make a load Test for example to get our business partner, all the requests access the sap dB, and I got the response of the business partners, when I send the following request code:

web_custom_request(MDM_GET_BUSINESS_PARTNER,"URL=  {TEST_ENV_HOSTNAME}/api/v3/clients/{BUSINESS_CONTEXT}/customers/{GCID}/businessPartner","Method=GET","EncType=application/xml","Resource=1","Referer=Loadrunner",LAST);

Here as you can see there is no mention of SAP DB or whatever DB are used, and now we move (migrate) from SAP DB to PostgreSQL. My question is now, how to check the HTTP Requests send and their Responses are using which DB's (SAP or PostgreSQL)? is there any method solution for that, because as you can see above, the request goes to the "{TEST_ENV_HOSTNAME}" which is a parameter file, and there is no mention of any DB 


Viewing all articles
Browse latest Browse all 3978

Trending Articles