CAPL - 测试步骤不确定 - "function is not allowed within the current context"



我一直在将TestStep与TestStepPass,Fail和Warning一起使用,所以我认为TestStepInconcontusive将以相同的方式工作,但它没有编译,说它在当前上下文中是不允许的(我尝试将其用作其他上下文,例如: if(ok>0( TestStepInconclusive(( ( - 这个想法是测试需要一些手动步骤,所以我想运行一个小的自动化,但没有通过或失败作为测试的最终评估。 谢谢

testStepInconclusive只能在测试单元中使用,不能在测试模块中使用,即仅在使用 vTESTstudio 时使用

相关内容

最新更新