• 软件测试技术
  • 软件测试博客
  • 软件测试视频
  • 开源软件测试技术
  • 软件测试论坛
  • 软件测试沙龙
  • 软件测试资料下载
  • 软件测试杂志
  • 软件测试人才招聘
    暂时没有公告

字号: | 推荐给好友 上一篇 | 下一篇

详解loadrunner的think time

发布: 2008-9-27 11:16 | 作者: fish_yy | 来源: 51testing博客 | 查看: 256次 | 进入软件测试论坛讨论

领测软件测试网

lr_start_sub_transaction

标记子事务的开始

lr_start_transaction

标记事务的开始

lr_end_sub_transaction

标记子事务的结束以便进行性能分析

lr_end_transaction

标记 LoadRunner 事务的结束

    思考时间大于阈值时生成: 使用思考时间的阈值。如果录制思考时间小于该阈值,VuGen 将不会生成思考时间语句。您也可以指定阈值。默认值为 3 - 如果思考时间少于 3 秒,VuGen 将不会生成思考时间语句。如果禁用此选项,VuGen 将不会生成任何思考时间。(默认情况下启用)

脚本:

    lr_start_sub_transaction("think time1","t1");

    lr_think_time(10);

    lr_end_sub_transaction("think time1",LR_PASS);

    lr_start_sub_transaction("think time2","t1");

    lr_think_time(10);

    lr_end_sub_transaction("think time2",LR_PASS);

       lr_end_transaction("t1", LR_AUTO);

 

输出:

 

Action.c(8): Notify: Transaction "t1" started.

Action.c(9): Notify: Transaction "think time1" started.

Action.c(10): lr_think_time: 10.00 seconds.

Action.c(11): Notify: Transaction "think time1" ended with "Pass" status (Duration: 9.9939 Think Time: 9.9892).

Action.c(12): Notify: Transaction "think time2" started.

Action.c(13): lr_think_time: 10.00 seconds.

Action.c(14): Notify: Transaction "think time2" ended with "Pass" status (Duration: 9.9954 Think Time: 9.9906).

Action.c(15): Notify: Transaction "t1" ended with "Pass" status (Duration: 19.9994 Think Time: 19.9798).

延伸阅读

文章来源于领测软件测试网 https://www.ltesting.net/

TAG: loadrunner LoadRunner Loadrunner loadRunner Think Time 详解 think time


关于领测软件测试网 | 领测软件测试网合作伙伴 | 广告服务 | 投稿指南 | 联系我们 | 网站地图 | 友情链接
版权所有(C) 2003-2010 TestAge(领测软件测试网)|领测国际科技(北京)有限公司|软件测试工程师培训网 All Rights Reserved
北京市海淀区中关村南大街9号北京理工科技大厦1402室 京ICP备10010545号-5
技术支持和业务联系:info@testage.com.cn 电话:010-51297073

软件测试 | 领测国际ISTQBISTQB官网TMMiTMMi认证国际软件测试工程师认证领测软件测试网