When using the MeasureSetBound function in SilkPerformer it is common to use the ‘MEASURE_PAGE_PAGETIME’ measure type: However note that this is a Page Based measurement for use within the Protocol Level project type. As a Browser Driven test has only ‘Action’ and ‘Document’ times, previously it was required that custom timers be used however as of SilkPerformer 10.0 you can now use ‘Action Timers’ for BDLT. If you are trying to use the ‘MEASURE_PAGE_PAGETIME’ measure type within a Browser Driven test, this will not work. Instead try using the MeasureSetBound function with the ‘MEASURE_PAGE_ACTIONTIME’ measure type. i.e.
↧