- 2
- 0
- 约2.47万字
- 约 20页
- 2017-12-03 发布于贵州
- 举报
【精选】winrunner中的tsl学习资料
tsl脚本命令(转贴)一
Winrunner Context Sensitive命令列表 1.ActiveBar_combo_select_item ( band_tool , item_name );选择下拉菜单某一项,例如: set_window(Form1, 1); ActiveBar_combo_select_item(Format;Font, Arial); In the following example, WinRunner selects the third item in the Format:Font tool. set_window(Form1, 1); ActiveBar_combo_select_item(Format;Font, #3); 2.ActiveBar_dump ( file_name );存储活动工具栏信息,包括标题、名称、ID等。file_name? ?? ?? ?? ?参数包括路径,例如:set_window(Form1, 1);ActiveBar_dump (d:Bardump.txt);3、ActiveBar_select_menu ( band_tool [, events_only ] ) ;选择菜单某一项,例如:in the following example, WinRunner selects the
原创力文档

文档评论(0)