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.
我有一个复杂的测试框架,它适用于嵌套的动作调用。在某些情况下(取决于测试数据),我需要跳过ActionIteration. top-level-action位于top-level-action正在执行的测试脚本中,其 localsheet 包含测试数据。
ActionIteration
top-level-action
是否有可能将ExitActionIteration命令从被调用者发送sub-action到top-level-action?
ExitActionIteration
sub-action
一种方法是使用布尔变量,该变量将在退出条件的子操作中设置。然后这个变量将被顶级操作读取,并可以相应地退出它的迭代