Hi,
GIVEN:
1. There is script in TRUCLIENT with several transactions in the format:
<Index>.<TransactionName>
00.Login_ModernUI_Time
01.001K_1K_from_PROMPT_to_LOTSTODAY_Lots_Table_Display_Time_01Lot
02.001K_1K_from_LOTSTODAY_to_LOTREPORT_SummaryTable_Display_Time_01of01Lot
03.001K_1K_from_LOTSTODAY_to_LOTREPORT_Lots_WMG_Display_Time_01of01Lot
04.001K_1K_from_LOTSTODAY_to_LOTREPORT_Lots_Total_KPI_Display_Time_01of01Lot
05.001K_1K_from_LOTSTODAY_to_LOTREPORT_Lots_SWM_Display_Time_01of01Lot
06.001K_1K_from_LOTSTODAY_to_LOTREPORT_Lots_Legent_Display_Time_01of01Lot
....
REQ:
1. As part of anylisis summary.html content, should be result table in format:
Transaction Name |
SLA |
Minimum |
Average |
Maximum |
Std_Deviation |
90_Percent |
Pass |
Fail |
Stop |
The Problem:
1. There is a problem with SLA Goal definition creation. Wizard does not see correct transaction names. Available Transaction cut <Index> in the name and read in following fromat:
As result, impossible to use SLA as expected in summary.html report.
Q:
is there any way to manage different transaction names formats or another way to create a report in the format I need (above)?