java +selenium+chrome 自动化示例
摘要:下载驱动地址: https://npm.taobao.org/mirrors/chromedriver/ 把驱动放置工程目录下,然后编辑代码: package testWebdriver; import org.apache.*;import org.openqa.selenium.By;impor
阅读全文
posted @
2021-01-15 10:02
wzl629
阅读(386)
推荐(0)
java+selenium+ui自动化最新版本+火狐调用成功
摘要:弄了半小时,把网上的代码考下来试试吧: 还挺好用,java调用火狐,试验成功; ”package testWebdriver; import org.openqa.selenium.By;import org.openqa.selenium.WebDriver;import org.openqa.s
阅读全文
posted @
2021-01-14 18:36
wzl629
阅读(271)
推荐(0)
nessus 试用方法
摘要:https://localhost:8834/#/ 安装成功后登陆地址 https://zh-cn.tenable.com/products/nessus/nessus-essentials 申请7天试用码: 填写完毕后,等待激活页面: 忘记密码后如何做?
阅读全文
posted @
2021-01-14 10:48
wzl629
阅读(1026)
推荐(0)
linux下使用命令行执行jmeter的方法
摘要:JMeter -n -t 文件名.jmx -l log.jtl 来进行测试,如果无法执行请检查自己机器的环境变量.参数说明: For non-interactive testing, you may choose to run JMeter without the GUI. To do so, us
阅读全文
posted @
2021-01-07 11:38
wzl629
阅读(732)
推荐(0)