354MILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">、invoke_application ( file, command_option, working_dir, show );调用windows应用程序
355、dos_system ( expression );执行dos命令
356、ascii ( string );返回字符串第一个字符的asc码
357、compare_text ( str1, str2 [, chars1, chars2 ] );比较两个字符串
358、index ( string1, string2 );显示两个字符串位置
359、length ( string );计算字符串里字符的个数
360、match ( string, regular_expression );寻找字符串里正规表达式的事件
361、substr ( string, position [, length ] );从字符串里提取子字符串
362、tolower ( string );转换全部大写字母到小写字母
363、toupper ( string ); 转换全部小写字母到大写字母
364、end_transaction ( transaction [ , status ] );标记一个性能分析的结束
365、get_time ( );返回当前系统时间
366、start_transaction ( transaction_name ); 标记一个性能分析的开始
367、time_str ( [ expression ] );将返回的整数时间转换成字符串
368、wait ( seconds [, milliseconds] );测试暂停
invoke_application(file,command_option,working_dir,show);
file:应用程序的文件名,绝对路径;
command_option:应用程序的参数;
working_dir:应用程序工作路径;
show:程序运行时的显示模式;
数据库检查点:标准检查点和运行时检查点
标准检查点检查行数、列数、内容是否一致;包括defaultcheck仅检查数据库内容是否一致;custom check 可随意组合上面三种方式检查
运行时检查点检查程序界面上某些控件显示的内容是否在数据库中匹配记录,三种方式:匹配一条、匹配多条、没有匹配记录