51Testing软件测试论坛

标题: 如何使用自动化对象模型,利用外用脚本添加action? [打印本页]

作者: scarly_hawk8586    时间: 2010-1-20 09:53
标题: 如何使用自动化对象模型,利用外用脚本添加action?
Hi,大家好,我是初来乍道的菜鸟,现在有一问题想知道否可以解决,该问题为:
   如何使用自动化对象模型(Automation Object Model),利用外用脚本(如C#程序)向一个QTP Test中添加已有的action?
作者: zzxxbb112    时间: 2010-1-20 15:50
Description
Uses the specified string as the new script for the action.
Important Information
If the script contains syntax or other errors, the SetScript step will fail.
Syntax
object.SetScript ScriptContent

Syntax Details
Argument Description
object An expression evaluating to an object of type Action.
ScriptContent Required. A String value. A single string containing the VBScript content of the action script. For line breaks, use vbCrLf or Chr(13)+Chr(11).

Return Type
None
作者: scarly_hawk8586    时间: 2010-3-2 10:55
标题: 回复 2# 的帖子
非常非常感谢你的回复哈
可能是我没有把问题说清楚。我的问题是,现在已有一个QTP Test工程,该工程中已包含许多action,可是该工程中还缺少一些action,我想使用C#,通过QTP的AOM向该QTP TEST工程中添加需要的action, 有现成的接口或方法吗?




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2