I give the transaction names like
01_ScenarioName1_01_URL
01_ScenarioName1_02_Login
01_ScenarioName1_03_Search
02_ScenarioName2_01_URL
02_ScenarioName2_02_Login
But, in the gatling report the request names are not coming in order, they are random or maybe by temporal occurrence. Even if I click on the requests (to sort) in gatling report, it does not sort in order.
Is there any way to get the report/request names in order/sorted by its name or by numbering provided as above?
Yes, i see its by timestamp. but I want to sort it based on the the numbering given in my request name (alphanumeric sort), just as mentioned below. How can we get that?
Apologies for asking again. But is there any way to get the request names in sorted order? Right now ordered with temporal occurrence is little difficult to follow as there are many scenarios are running together.