今天用Jmeter连接数据库进行操作时,提示Variable Name must not be null in JDBCrequest,因为第一次使用JDBCrequest,忽略了Variable Name项需要填写
记录一下这个错误:
我们可以有多个JDBC Connection Configuration,每个JDBC Connection Configuration中都有一个Variable Name,这个名字自己取,然后后面添加的JDBCrequest写上响应的Variable Name。


本文记录了在使用JMeter进行数据库操作时遇到的VariableNamemustnotbenullinJDBCrequest错误,并解释了解决方案。关键在于正确配置JDBCConnectionConfiguration中的VariableName,确保后续的JDBCrequest能够引用到正确的配置。
5770

被折叠的 条评论
为什么被折叠?



