The subroutine calls manually inserted into the QTP script result in ping commands being sent to the server that represent:
• The start of an action with the action name
• Beginning of a transaction with the transaction name
• End of a transaction with the transaction name
In each case, the web server responds with an OK message which is simply ignored. However, the ping commands have to be sent from a browser different from the one running the Siebel application.
The ping commands appear in the HTTP traffic which gets captured by LoadRunner. The AutoGenerate utility (supplied with this Technical Note) then performs post-processing on the LoadRunner script to identify and replace the ping commands with lr_start_transaction and lr_end_transaction calls that identify a transaction. The AutoGenerate utility also splits up the LoadRunner script into different .c files based on the action definitions in the QTP script.
No comments:
Post a Comment