61、edit_insert_block ( edit, text, row, column );在一个多行编辑对象插入文本
62、edit_replace ( edit, text, start_column, end_column );替换一个编辑对象的内容
63、edit_replace_block ( edit, text, start_row, start_column, end_row, end_column );替换一个编辑对象的多行内容
64、edit_set ( edit, text );替换编辑对象的全部内容
65、edit_set_insert_pos ( edit, row, column );把鼠标指针放到编辑对象特定位置
66、edit_set_selection ( edit, start_row, start_column, end_row, end_column );选择编辑对象的文本
67、edit_type ( edit, text );在编辑对象敲入字符串
68、edit_wait_info ( edit, property, value, time );等待编辑对象属性的值
69、obj_check_gui ( object, checklist, expected_results_file, time );比较当前的gui对象数据
70、win_check_gui ( window, checklist, expected_results_file, time );对一个窗口比较当前的gui对象数据
71、get_class_map ( custom_class, out_standard_class );返回和一个自定义的类相关的标准类
72、get_record_attr ( class, out_obligatory, out_optional, out_selector );从一个对象类返回属性
73、get_record_method ( class, out_method );返回一个对象类的方法
74、set_class_map ( custom_class, standard_class );关联一个自定义类和一个标准类
75、set_record_attr ( class, oblig_prop, optional_prop, selector );设置一个对象类的属性
76、set_record_method ( class, method );设置对一个类的记录方法
77、unset_class_map ( custom_class );解开一个自定义类和标准类的关联关系
78、GUI_add ( file path, window, object, physical_desc );往gui map文件里加一个对象
79、GUI_buf_get_desc ( file, window, object, out_desc );返回guimap文件里对象的物理描述
80、GUI_buf_get_desc_attr ( file, window, object, property, out_prop_value ); 返回guimap文件里对象的属性的值
81、GUI_buf_get_logical_name ( file, physical_desc, window, out_name ); 返回guimap文件里对象的逻辑名称
82、GUI_buf_new ( file );创建新的gui对象文件
83、GUI_buf_set_desc_attr ( file, window, object, property, value );设置guimap文件里对象的属性的值
84、GUI_close ( file );关闭guimap文件
85、GUI_close_all ();关闭全部guimap文件
86、GUI_delete ( file, window, obj );从guimap文件里删除一个对象
87、GUI_desc_compare ( desc_1, desc_2 );比较两个物理描述
88、GUI_desc_get_attr ( physical_desc, property, out_attr_value );从物理描述得到属性的值
89、GUI_desc_set_attr ( physical_desc, property, value );设置属性的值
90、GUI_get_name ( out_name, out_version );返回测试程序下gui对象的类型
91、GUI_get_window ( );在guimap里返回当前窗口
92、GUI_list_buf_windows ( file, out_windows, out_number );列举出guimap文件里所有的窗口
93、GUI_list_buffers ( out_files, out_number );列举所有打开的guimap文件
94、GUI_list_desc_attrs ( physical_desc, out_array );列举一个gui对象的属性值
95、GUI_list_map_buffers ( out_file, out_number );列举所有载入的guimap文件
96、GUI_list_win_objects ( file, window, out_objects, out_number );列举一个窗口的全部对象
97、GUI_load ( file_name );载入一个guimap文件
98、GUI_map_get_desc ( window, object, out_desc, out_file );返回guimap里对象的物理描述
99、GUI_map_get_logical_name ( physical_desc, window, out_obj, out_file );返回guimap里对象的逻辑名称
100、GUI_open ( file_name );打开guimap文件
101、GUI_save ( file_name );保存guimap文件
102、GUI_save_as ( current_file_name, new_file_name );另存为guimap文件
103、GUI_set_window ( window_name );设置guimap里目标识别范围
104、GUI_unload ( file );卸载guimap文件
105、GUI_unload_all ( )卸载全部的guimap文件
106、icon_move ( icon, x, y );移动图标到新位置
107、icon_select ( icon );点击鼠标选择图标
108、java_activate_method( object, method, retval [ , param1, ... param8 ] );调用请求的java方法
109、java_fire_event ( object , class [ , constructor_param1,..., constructor_paramX ] );模拟一个java对象的事件
110、jco_create ( object , jco , class [ , constructor_param1 , ... , constructor_param8 ] )创建一个现有java对象的上下文java对象
111、jco_free ( object_name );释放内存里指定的jco对象
112、jco_free_all();释放全部内存里的jco对象
113、jdc_aut_connect ( in_timeout );建立一个winrunner和java应用程序的连接
114、method_wizard ( [ object ] );打开java方法的向导
115、obj_key_type ( object, keyboard_input );向java组件发送事件
116、obj_set_info ( object, property, value );设置对象属性的值
117、popup_select_item ( “menu component;menu item” );从java活动菜单选择一个选项
118、list_activate_item ( list, item [, offset ] );激活列表里某一项
119、list_check_info ( list, property, property_value );检查列表属性的值
120、list_check_item ( list, item_num, item_content );检查列表某项的内容
151、obj_click_on_text ( object, string [ ,search_area [ , string_def [ , mouse_button ] ] ] );在对象里点击文本
152、obj_drag ( source_object, x, y [, mouse_button ] );从源对象拖动一个对象
153、obj_drop ( target_object, x, y );拖动一个对象到目标对象
154、obj_exists ( object [, time ] );检查对象是否显示在屏幕上
155、obj_find_text ( object, string, result_array [, search_area [, string_def ] ] );在对象里返回字符串的位置
156、obj_get_desc ( object, oblig, optional, selector, out_desc );返回对象的物理描述
157、obj_get_info ( object, property, out_value );返回对象属性的值
158、obj_get_text ( object, out_text [, x1, y1, x2, y2 ] );读取对象的文本
159、obj_highlight ( object [, flashes ] );高亮显示对象
160、obj_mouse_click ( object, x, y [, mouse_button ] );点击一个对象
161、obj_mouse_dbl_click ( object, x, y [, mouse_button ] );双击一个对象
162、obj_mouse_drag ( object, start_x, start_y, end_x, end_y [,mouse_button ] );在对象上拖动鼠标
163、obj_mouse_move ( object, x, y );在对象里移动鼠标指针
164、obj_move_locator_text ( object, string [ , search_area [ , string_def ] ] );在对象里移动鼠标到一个字符串
165、obj_type ( object, keyboard_input );用键盘输入对象
166、obj_wait_bitmap ( object, bitmap, time [, x, y, width, height] );等待对象位图出现在屏幕
167、obj_wait_info ( object, property, value, time );等待对象属性的值
168、scroll_check_info ( scroll, property, property_value );检查滚动条的属性值
169、scroll_check_pos ( scroll, position );检查滚动条的当前位置
170、scroll_drag ( scroll, orientation, position );滚动到指定位置
171、scroll_drag_from_min ( scroll, orientation, position );从最小值开始滚动
172、scroll_get_info ( scroll, property, out_value );返回滚动条的属性值
173、scroll_get_max ( scroll, orientation, out_max );返回滚动条的最大位置
174、scroll_get_min ( scroll, orientation, out_min );返回滚动条的最小位置
175、scroll_get_selected ( slider, min_value, max_value );返回滚动条的最小和最大值
176、scroll_get_pos ( scroll, orientation, out_pos );返回滚动条当前位置
177、scroll_line ( scroll, orientation, [ +|- ] lines );滚动指定的几行
178、scroll_max ( scroll, orientation );设置滚动条到最大位置
179、scroll_min ( scroll, orientation );设置滚动条到最小位置
180、scroll_page ( scroll, orientation, [+|-] pages );移动滚动条指定的页数
181、scroll_wait_info ( scroll, property, value, time );等待滚动条属性的值
182、spin_get_info ( spin, property, out_value );返回旋转属性的值
183、spin_get_pos ( spin, out_value );返回旋转对象的位置
184、spin_get_range ( spin, out_min_pos, out_max_pos );返回旋转对象的最小与最大位置
185、spin_max ( spin [, index ] );设置旋转对象到最大值
186、spin_min ( spin [, index ] );设置旋转对象到最小值
187、spin_next ( spin [, index ] );设置旋转对象到下一个值
188、spin_prev ( spin [, index ] ); 设置旋转对象到前一个值
189、spin_set ( spin, item [, index ] );设置选择对象到一个选项值
190、spin_wait_info ( spin, property, value, time );等待旋转属性等于指定的值
191、static_check_info ( static, property, property_value );检查静态文本对象属性的值
192、static_check_text ( static, text, case_sensitive );检查静态文本对象的内容
193、static_get_info ( static, property, out_value );返回静态文本对象属性的值
194、static_get_text ( static, out_string );返回静态文本对象的内容
195、static_wait_info ( static, property, value, time );等待静态文本对象的属性值
196、statusbar_get_field_num ( statusbar, field, field_index );返回状态栏区域的数字索引
197、statusbar_get_info ( statusbar, property, out_value );返回状态栏的属性值
198、statusbar_get_text ( statusbar, field_index, out_text );读取状态栏区域的文本
199、statusbar_wait_info ( statusbar, property, value, time );等待状态栏属性的值
200、tab_get_info ( tab, property, out_value );返回tab属性的值
201、tab_get_item ( tab, item_num, out_item );返回tab选项的名称
202、tab_get_selected ( tab, out_item, out_num );返回选定的tab选项的名称和个数
203、tab_select_item ( tab, item );选择tab选项
204、tab_wait_info ( tab, property, value, time );等待tab属性的值
205、tbl_activate_cell ( table, row, column );双击表里某个单元
206、tbl_activate_col ( table, column );双击表里某列
207、tbl_activate_header ( table, column );双击表里某列标题
208、tbl_activate_row ( table, row );双击表里某行
209、tbl_deselect_col ( table, column );取消选择表的某列
210、tbl_deselect_cols_range ( table, from_column, to_column );取消选择表里某几列
241、toolbar_button_press ( toolbar, button, mouse_button );点击工具栏按钮
242、toolbar_get_button ( toolbar, button_num, out_text );返回工具栏按钮名称
243、toolbar_get_button_info ( toolbar, button, property, out_value );返回工具栏按钮属性值
244、toolbar_get_button_num ( toolbar, button, out_num );返回工具栏按钮位置
245、toolbar_get_buttons_count ( toolbar, out_num );返回工具栏按钮的个数
246、toolbar_select_item ( toolbar, toolbar_item_chain [, mouse_button ] );选择类菜单工具栏的某项
247、web_browser_invoke ( browser, site );调用ie打开某个站点
248、web_cursor_to_image ( image, x, y );移动鼠标指针到某个图片
249、web_cursor_to_label ( label, x, y );移动鼠标指针到某个标签
250、web_cursor_to_link ( link, x, y );移动鼠标指针到某个链接
251、web_cursor_to_obj ( object, x, y );移动鼠标指针到某个对象
252、web_event ( object, event_name [, x , y ] );在指定对象运行一个事件
253、web_file_browse ( object );点击浏览按钮
254、web_file_set ( object, value );在文件类型的对象设置文本值
255、web_find_text ( frame, text_to_find, result_array [, text_before, text_after, index, show ] );返回帧内文本位置
256、web_frame_get_text ( frame, out_text [, text_before, text_after, index ] );返回帧内文本的内容
257、web_frame_get_text_count ( frame, regex_text_to_find, count );返回帧内标准表达式的事件个数
258、web_frame_text_exists ( frame, text_to_find [, text_before, text_after ] );检查帧内指定的文本字符串是否存在
259、web_get_run_event_mode ( out_mode );返回当前的运行模式
260、web_get_timeout ( out_timeout );返回winrunner响应web的最大等待时间
261、web_image_click ( image, x, y );点击一个图片链接或图片
262、web_label_click ( label );点击指定的标签
263、web_link_click ( link );点击朝文本链接
264、web_link_valid ( name, valid );检查url链接是否有效
265、web_obj_get_child_item ( object, table_row, table_column, object_type, index, out_object );返回对象的子对象的物理描述
266、web_obj_get_child_item_count ( object, table_row, table_column, object_type, object_count );返回对象的子对象的个数
267、web_obj_get_info ( object, property_name, property_value );返回对象属性的值
268、web_obj_get_text ( object, table_row, table_column, out_text [, text_before, text_after, index] );返回对象的文本字符串
269、web_obj_get_text_count ( object, table_row, table_column, regex_text_to_find, count ); 返回对象内标准表达式的事件个数
270、web_obj_text_exists ( object, table_row, table_column, text_to_find [, text_before, text_after] );在对象里如果该文本存在,返回该文本
计算机软考网络管理员考试题及答案汇总(21套)
[网络管理员]2017年2月8日计算机软件水平考试网络工程师试卷及答案汇总(17套)
[网络工程师]2017年1月31日2016年下半年软件水平考试成绩查询入口已开通
[考试动态]2017年1月3日2016年上半年全国计算机软件水平考试证书领取时间
[考试动态]2016年12月15日人力资源社会保障部2017年计算机技术与软件考试计划及有关问题通知
[考试动态]2016年12月2日