loadrunner java协议脚本要点

时间:2022-01-13 17:26:29

常见问题

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协议脚本要点