Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 LoadRunner Controller 中运行脚本时,出现以下错误:
Action.c(76):错误:树 - 无法选择节点“”快照信息 [MSH 0 0 1]。
问题是该脚本在 Vugen 中完美运行。有人发现过类似的东西吗?
当您没有收到预期的页面时,您需要检查预期的页面结果并相应地分支您的代码。根据您的错误,您可能试图选择返回页面上不存在的链接。
问题是这样的:我用这种方法来探索树
sapgui_tree_double_click_node
我将此方法更改为:
sapgui_tree_scroll_to_node
现在控制器工作完美。