摘要:
Dim CN As Object '定义数据链接对象 ,保存连接数据库信息Dim rs As Object '定义记录集对象,保存数据表 Set CN = CreateObject("ADODB.Connection") '创建数据链接对象Set rs = CreateObject("ADODB.R 阅读全文
摘要:
JMeter Selenium load testing for web This post describes how to perform load testing with apache JMeter, selenium web driver and chrome for web. We wo 阅读全文