Skip to content

ddAppendInstructionBlockTimingToDataSet (Log Application Performance)

Compatible with:
  • Purpose
  • This command appends to a Data Set (previously defined within the automated test) the cumulative execution time of test instructions within the timerForTestInstructionsBlockStart and timerForTestInstructionsBlockEnd block.

    In the Data Definition that defines the 'Data Set', it is mandatory to have an 'Attribute' with the name "ResponseTime" so that the cumulative execution time of a block of instructions can get persisted into the column in the 'Data Set' that corresponds to attribute 'ResponseTime' in the data definition.
  • Syntax
  • ddAppendInstructionBlockTimingToDataSet(datasetName,attributeName:contextString)
  • Target
  • datasetName
  • Value
  • attributeName:contextString( comma separated values in case of multiple attribute names and column)
    EX: attributeName1:${value1},attributeName2:${value2}
  • Return Value
  • N/A
 

Feedback and Knowledge Base