立即与支持人员聊天
与支持团队交流

Benchmark Factory for Database 8.2 - User Guide

Getting Started Licensing Overview of Benchmark Factory Benchmark Factory Components Agents Create and Edit Connections Create and Edit Tests and Jobs Test Results and Run Reports Troubleshooting The Benchmark Factory REST API

BFSetVarRtn

Description:

Stores and returns a value to be reused within its own transaction, or any transaction in a given user scenario.  Each virtual user gets its own variable space, so values are not shared between them.  Typically, $BFSetVarRtn is placed at the beginning of a dynamic statement, as scripts are evaluated from left to right.  

Parameters:

Variable Name (VarKey)-A string to store the a value.

 

Text to Store (Value)-A string value to be stored for later retrieval.

Syntax:

$BFSetVarRtn("Varkey","Value")

Example:

$BFSetVarRtn("Totalrows", "2") ; returns  "2"

 

 

 

 

相关文档

The document was helpful.

选择评级

I easily found the information I needed.

选择评级