码迷,mamicode.com
首页 > 编程语言 > 详细

loadrunner java协议脚本要点

时间:2015-05-26 14:21:17      阅读:198      评论:0      收藏:0      [点我收藏+]

标签:

 

 

 

  常见问题

     1. Error: Thread Context: Call to service of the driver failed, reason - thread context wasn‘t initialized on this thread.[MsgId: MERR-10176]

    这个问题网上很多解答,感觉诱发的原因不一,我的问题是当时代码里有:    

package lr.test;

  2. 关于loadrunner中使用ClassPathXmlApplicationContext的注意点

   我们常常使用如下代码获取Spring的Bean,但是经常会遇到 IOEXCEPTION,也就是找不到

static ApplicationContext applicationContext = new ClassPathXmlApplicationContext("demo.xml");

原因是lr的classpath没配置好,这里要配置xml所在的目录:

技术分享

  

loadrunner java协议脚本要点

标签:

原文地址:http://www.cnblogs.com/onmyway20xx/p/4530375.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!