上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 47 下一页

2019年2月18日

摘要: 出处: https://www.jianshu.com/p/ce91cea16c60 因为觉得网络上的 idea 快捷键不够详尽,所以特别编写了此篇文章,方便大家使用 idea O(∩_∩)O~ 其中的英文说明来自于 idea 的官网资料,中文说明主要来自于自己的领会和理解,英文说明只是作为参考。重 阅读全文
posted @ 2019-02-18 11:04 张缤分 阅读(1208) 评论(0) 推荐(0)

2019年2月14日

摘要: 两种在线安装方式: 1、通过Eclipse Marketplace安装; 在浏览器中拖拽“Drag to your running Eclipse workspace to install TestNG for Eclipse”链接至Eclipse的工作空间,即可启动Eclipse Marketpl 阅读全文
posted @ 2019-02-14 16:42 张缤分 阅读(557) 评论(0) 推荐(0)

2019年2月12日

摘要: 在使用 Selenium WebDriver 做自动化测试的时候,会经常模拟鼠标和键盘的一些行为。比如使用鼠标单击、双击、右击、拖拽等动作;或者键盘输入、快捷键使用、组合键使用等模拟键盘的操作。在 WebDeriver 中,有一个专门的类来负责实现这些测试场景,那就是 Actions 类,在使用该类 阅读全文
posted @ 2019-02-12 14:55 张缤分 阅读(748) 评论(0) 推荐(0)

2019年1月10日

摘要: http://www.testautomationguru.com/category/docker/ 阅读全文
posted @ 2019-01-10 14:10 张缤分 阅读(140) 评论(0) 推荐(0)

2019年1月8日

摘要: tasklist|findstr /i NRobotRemoteConsole.exe && taskkill /f /im NRobotRemoteConsole.exeexit 0 阅读全文
posted @ 2019-01-08 09:29 张缤分 阅读(197) 评论(0) 推荐(0)

2019年1月3日

摘要: ${tWarningMessage} Run Keyword If ${tIfExist} AutoItLibrary.Win Get Text Generate Fee Data warning message ELSE Set Variable "" ${tIfDuplicateFee} Eva 阅读全文
posted @ 2019-01-03 11:25 张缤分 阅读(2722) 评论(0) 推荐(1)

2018年12月18日

摘要: https://www.cnblogs.com/pachongshangdexuebi/category/981644.html Robot Framework学习笔记(一) 环境搭建 Robot Framework 学习笔记(二) 第一个脚本 Robot Framework学习笔记(三) 常用关键 阅读全文
posted @ 2018-12-18 09:44 张缤分 阅读(371) 评论(1) 推荐(0)

2018年11月16日

摘要: # -*- coding: utf-8 -*- import time import os from selenium import webdriver from selenium.webdriver.common.keys import Keys jenkinsJobName=os.getenv("JOB_NAME") url="http://*.*.*.*/test.html" prin... 阅读全文
posted @ 2018-11-16 17:26 张缤分 阅读(1849) 评论(0) 推荐(1)

2018年11月12日

摘要: 设置默认分辨率 通常亚马逊虚拟机自动登录分辨率为800x600,不能满足测试要求,需要设置为1280x1024. 由于远程桌面无法修改虚拟机分辨率,需要安装TightVNC工具。 TightVNC下载地址:http://www.tightvnc.com/download.php 虚拟机上操作: 1、 阅读全文
posted @ 2018-11-12 10:43 张缤分 阅读(892) 评论(0) 推荐(0)

2018年11月1日

摘要: 原因 如果文件里有非ASCII字符,需要在第一行或第二行指定编码声明。 解决方法 在第一行或是第二行加入这么一句# -- coding: utf-8 -- ASCII知识普及: ASCII(American Standard Code for Information Interchange,美国信息 阅读全文
posted @ 2018-11-01 08:59 张缤分 阅读(1057) 评论(0) 推荐(0)
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 47 下一页

导航