在 JS 中访问内部 NeoLoad 变量

Accessing Internal NeoLoad Variables in a JS

提问人:uddipan halder 提问时间:12/22/2022 最后编辑:Michael M.uddipan halder 更新时间:1/2/2023 访问量:133

问:

我是 NeoLoad 的新手,我正在使用 9.1。在录制了具有必要事务名称的脚本后,我看到 Neoload 创建了一些内部变量,例如 NL-HttpRequestId、NL-HttpRequestPageName 等。我想从 JavaScript 访问这些变量。我该怎么做?

我尝试了下面的 js 代码,并将事务放在事务外部和内部,但值为空。

logger.debug("TXN NAME="+context.variableManager.parseString("${NL-HttpRequestTransactionName}"));
JavaScript 性能测试 Neoload

评论


答: 暂无答案