1,AUTS_Vendor 生成库模块,生成存储过程时取消UFT8声明
2, 流程表格将ControlType显示出来(之前宽度为0) 3,if 执行模块测试ok
This commit is contained in:
@@ -686,6 +686,8 @@ Namespace UTSModule.Test
|
||||
Case "ElseIf" '执行判断条件命令成功则认为匹配成功,返回执行子节点的结果
|
||||
|
||||
tmpResult = ExecuteControlCondition(rowNode, localVariable)
|
||||
'节点测试完成
|
||||
RaiseEvent TestNodeCompleted(Me, New TestNodeCompletedEventArgs(rowNode, tmpResult))
|
||||
If tmpResult.ExecuteResult Then '判断条件成立
|
||||
result = ExecuteModuleNode(rowNode, localVariable)
|
||||
Exit For
|
||||
|
||||
Reference in New Issue
Block a user