2013年计算机软考软件测评师自动化测试(2)
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 Cut menu item in the Edit toolbar.
set_window("Form1", 1);
ActiveBar_select_menu ("Edit;Cut",TRUE);
4、ActiveBar_select_tool (band_tool [, events_only ] ) ;选择工具栏里某一项,例如:
set_window("Form1", 1);
ActiveBar_select_tool("Format;Center", TRUE);
5、win_check_bitmap ( window, bitmap, time [, x, y, width, height ] );比较窗口位图,
6、obj_check_bitmap ( object, bitmap, time [, x, y, width, height] );比较对象位图,
7、button_check_info ( button, property, property_value );检查按钮属性的值
8、button_check_state ( button, state );检查单选框或复选框的状态
9、button_get_info ( button, property, out_value );返回按钮属性的值
10、button_get_state ( button, out_state );返回单选框或复选框的状态
11、button_press ( button );点击按钮
12、button_set ( button, state );设置单选框或复选框的状态
13、button_wait_info ( button, property, value, time );等待按钮的属性值变化
14、calendar_activate_date ( calendar, date );双击日历某个日期
15、db_check ( checklist, expected_results_file [ , max_rows [ , parameter_array ] ] );比较当前数据库数据和期待的数据库数据
16、db_connect ( session_name, connection_string );建立一个数据库session并建立odbc连接
17、db_disconnect ( session_name );断开连接结束session
18、db_execute_query ( session_name, SQL, record_number );执行sql语句返回记录集
19、db_get_field_value ( session_name, row_index, column );返回数据库特定区域的值
20、db_get_headers ( session_name, header_count, header_content );返回数据库session的列的数量及列的内容并以tab分组
编辑推荐:
温馨提示:因考试政策、内容不断变化与调整,长理培训网站提供的以上信息仅供参考,如有异议,请考生以权威部门公布的内容为准! (责任编辑:长理培训)
点击加载更多评论>>