Action1脚本中调用了外部Action2,Action2中调用了Action3,我想复制Action4到Action1中(Action4也调用了Action3),但是QTP就报错了,提示:you cannot copy this action because it calls one or more actions with names identical to those already in this test.
我在Action4中把调用Action3的那句话注释掉,再次复制,还是提示同样错误。
如果我在Action1中把调用的Action2和Action3都删除掉,再去复制Action4,成功了。
问题就是,有没有办法能不用先把其他的Action都删了再复制呢,因为Action1中调用的外部Action很多,一个个删完再添加很麻烦,有没有便捷的方法,谢谢大家啦!