lr中用c语言比较两个字符串变量

lr中用c语言比较两个字符串变量

ID:11741990

大小:47.00 KB

页数:3页

时间:2018-07-13

lr中用c语言比较两个字符串变量_第1页
lr中用c语言比较两个字符串变量_第2页
lr中用c语言比较两个字符串变量_第3页
资源描述:

《lr中用c语言比较两个字符串变量》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库

1、LR中用C语言比较两个字符串变量Zee的早期文档.一:以下脚本,定义两个一样的字符数组,对比后,打印出result的值:1.vuser_init()2.{3.intresult;4.    charstring1[]="Wecanseethestring:zee";5.    charstring2[]="Wecanseethestring:zee";6.lr_output_message("thestring1is%s.",string1);7.lr_output_message("thestring2is%s.",string

2、2);8.result=strcmp(string1,string2);  9.  if(result==0)10.        {11.      lr_output_message("theresultis0.");12.      }13.  else14.  {15.    lr_output_message("theresultisnot0.");16.  }17.      return0;18.}复制代码运行结果:1.Startingactionvuser_init.2.WebTurboReplayofLoadRu

3、nner8.1.0forWINXP;Webbuild4788      [MsgId:MMSG-27143]3.Run-TimeSettingsfile:"C:DocumentsandSettingsZeeLocalSettingsTemponame26\default.cfg"      [MsgId:MMSG-27141]1.vuser_init.c(7):thestring1isWecanseethestring:zee.2.vuser_init.c(8):thestring2isWecanseethestri

4、ng:zee.3.vuser_init.c(13):theresultis0.4.Endingactionvuser_init.5.RunningVuser...复制代码二:脚本:1.vuser_init()2.{3.intresult;4.charstring1;5.charstring2;6.    lr_save_string("Wecanseethestring:zee","string1");7.    lr_save_string("Wecanseethestring:zee","string2");8.lr_outp

5、ut_message("thestring1is%s.",lr_eval_string("{string1}"));9.lr_output_message("thestring2is%s.",lr_eval_string("{string2}"));10.result=strcmp(lr_eval_string("{string1}"),lr_eval_string("{string1}"));  11.  if(result==0)12.        {13.      lr_output_message("theresult

6、is0.");14.      }15.  else16.  {17.    lr_output_message("theresultisnot0.");18.  }19.      return0;20.}复制代码结果:1.Startingactionvuser_init.2.WebTurboReplayofLoadRunner8.1.0forWINXP;Webbuild4788      [MsgId:MMSG-27143]3.Run-TimeSettingsfile:"C:DocumentsandSettingsZee

7、LocalSettingsTemponame26\default.cfg"      [MsgId:MMSG-27141]4.vuser_init.c(10):thestring1isWecanseethestring:zee.5.vuser_init.c(11):thestring2isWecanseethestring:zee.6.vuser_init.c(16):theresultis0.7.Endingactionvuser_init.8.RunningVuser...复制代码

当前文档最多预览五页,下载文档查看全文

此文档下载收益归作者所有

当前文档最多预览五页,下载文档查看全文
温馨提示:
1. 部分包含数学公式或PPT动画的文件,查看预览时可能会显示错乱或异常,文件下载后无此问题,请放心下载。
2. 本文档由用户上传,版权归属用户,天天文库负责整理代发布。如果您对本文档版权有争议请及时联系客服。
3. 下载前请仔细阅读文档内容,确认文档内容符合您的需求后进行下载,若出现内容与标题不符可向本站投诉处理。
4. 下载文档时可能由于网络波动等原因无法下载或下载错误,付费完成后未能成功下载的用户请联系客服处理。