摘要: 1. File -> Settings -> Editor -> File and Code Templates ->Python Script 2.配置内容 #!/usr/bin python3# -*- encoding: utf-8 -*-# @Author : dongguajiang# @ 阅读全文
posted @ 2020-03-29 16:50 冬瓜酱 阅读(557) 评论(0) 推荐(0)
摘要: 一般我们在测试过程中,尤其是性能测试中,需要大量用户数据时,我们不可能一个一个去造,用工具造数据事半功倍啦。 用jmeter工具操作数据库(如果是有多表关联则不建议用此方法,跑接口也是可以) 一、引用jar包 二、添加线程组 三、添加-->配置元件-->JDBC Connection Configu 阅读全文
posted @ 2020-03-29 00:37 冬瓜酱 阅读(2209) 评论(0) 推荐(0)