I've recorded some steps using Fiddler. For example: Step 1: Open Amazon.com Step 2: Search Product Step 3: Add to Cart Step 4: Select Delivery Address Step 5: Make Payment
Now for each step, I've given comments in fiddler to differentiate the total number of requests for each step. Post-recording I save the session into a .saz file
Now I import this .saz file into LoadRunner to create the custom requests in LoadRunner. Once the loadrunner file is generated I see that the requests are appearing but I'll have to manually compare the requests from fiddler and check after how many requests a particular step ends and accordingly give the transaction start and transaction stop syntax.
Is there a way by which this process can be automated? Is there something which we can do in the fiddler before saving the session so that when we import the .saz file in LoadRunner and when the script is generated we either have the transactions created or we get some kind of comments in the LoadRunner after each step via which we can identify easily where each step ends instead of manually comparing each request with Fiddler.