12 2019 档案

摘要:firewall-cmd --zone=public --add-port=80/tcp --permanent 开启80端口 systemctl stop firewalld.service systemctl start firewalld.service 关闭并重启防火墙 阅读全文
posted @ 2019-12-21 15:29 ilovetesting 阅读(939) 评论(0) 推荐(0) 编辑
摘要:步骤1、导入lib\ext下ApacheJMeter_core.jar和ApacheJMeter_functions.jar 步骤2、新建function的类的package声明必须以".functions"结尾,如com.mytest.fuctions 步骤3、继承AbstractFunction 阅读全文
posted @ 2019-12-18 10:37 ilovetesting 阅读(450) 评论(0) 推荐(0) 编辑
摘要:public static byte[] encrypt(String content, String password) { try { byte[] enCodeFormat = password.getBytes(); SecretKeySpec key = new SecretKeySpec 阅读全文
posted @ 2019-12-17 20:44 ilovetesting 阅读(195) 评论(0) 推荐(0) 编辑
摘要:问题:webdriver子模块中为什么可以直接使用类Chrome、ChromeOptions、Firefox、FirefoxProfile... 在webdriver的__init__.py文件中已经从.firefox.webdriver 导入了 WebDriver并重新命名为Chrome、Fire 阅读全文
posted @ 2019-12-15 09:48 ilovetesting 阅读(263) 评论(0) 推荐(0) 编辑
摘要:相信很多测试小伙伴儿都听过或者使用过web自动化selenium,那您有没有研究过selenium的原理呢?为什么要使用webdriver.exe,webdriver.exe是干啥用的?selenium.common.exceptions.WebDriverException: Message: ' 阅读全文
posted @ 2019-12-14 20:20 ilovetesting 阅读(796) 评论(0) 推荐(0) 编辑
摘要:以下内容来源于51testing: 接下来是我面试过程中遇到的所有面试题,供大家参考 (1) 登录窗口如何设计测试用例? 1 我相信这种问题对于从事测试的我们来说应该不会有很大问题 (2) 接口自动化测试的流程是怎么样的?你遇到过哪些比较难解决的问题?怎么解决的? 1 接口项目的搭建流程,如果你简历 阅读全文
posted @ 2019-12-04 15:16 ilovetesting 阅读(508) 评论(0) 推荐(0) 编辑
摘要:转载至51testing:http://www.51testing.com/html/34/n-4463534.html 内部系统的功能以及如何测试 前文有提到,我定义的内部系统,是一个由目前主流语言java开发的web项目(我:和后端语言无关),每个系统都有对应不同的业务,但后台管理永远都是通用的 阅读全文
posted @ 2019-12-04 13:12 ilovetesting 阅读(986) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示