软件水平 > 中级资格 > 软件测评师 > 文章内容

计算机软考软件评测师考试知识点:tsl脚本命令表(3)

2017-6-7编辑:daibenhua

  301、win_max ( window );最大化窗口到全屏

  302、最小化窗口为一个图标

  303、win_mouse_click ( window, x, y [, mouse_button [, modifier] ] );在窗口点击鼠标

  304、win_mouse_dbl_click ( window, x, y [, mouse_button [, modifier ] ] );在窗口双击鼠标

  305、win_mouse_drag ( window, start_x, start_y, end_x, end_y [, mouse_button ] );在窗口做鼠标拖动操作

  306、win_mouse_move ( window, x, y );移动鼠标焦点到指定的位置

  307、win_move ( window, x, y );移动窗口到一个绝对位置

  308、win_move_locator_text ( window, string [ ,search_area [ ,string_def ] ] );移动鼠标焦点到窗口的某个字符串

  309、win_open ( window );打开应用程序窗口

  310、win_resize ( window, width, height );调整窗口大小

  311、win_restore ( window );恢复窗口从前的大小

  312、win_type ( window, keyboard_input );用键盘输入窗口

  313、win_wait_bitmap ( window, bitmap, time [, x, y, width, height] );等待窗口位图

  314、win_wait_info ( window, property, value, time );等待窗口属性值

  315、atan2 ( y, x );返回y/x(正切)的弧度

  316、cos ( x );返回余弦值

  317、exp ( x );返回e的指数值

  318、int ( x );返回实数的整数部分

  319、log ( x );返回自然对数

  320、sin ( x );返回正弦值

  321、sqrt ( x );返回平方根值

  322、delete array [ subscript ];删除数组里某个元素

  323、split ( string, array [ , field_separators ] );将输入分成区域保存在数组里

  324、call test_name ( [ parameter1, parameter2, ... parametern ] );调用其他测试脚本

  325、call_chain_get_attr ( property, level, out_value );返回调用链里测试或函数的信息

  326、call_chain_get_depth ( );返回调用链选项的个数

  327、call_close test_name ( [ parameter1, parameter2, ... parametern ] );调用测试脚本,完成时关闭测试

  328、call_ex ( Astra_test_path );从winrunner里调用Astra QuickTest测试

  329、return [ expression ];返回测试或函数的结果表达式

  330、texit ( [ expression ] );停止执行当前的测试

计算机软考软件评测师考试知识点:tsl脚本命令表(2)

热点推荐

登录注册
触屏版电脑版网站地图