上一页 1 ··· 4 5 6 7 8 9 10 11 下一页
摘要: 本文主要描述如何获取当前方法名/类名、调用者方法名/类名、当前类名的全称和简称。 阅读全文
posted @ 2014-07-22 16:42 钟灵.毓秀 阅读(2052) 评论(0) 推荐(0) 编辑
摘要: 使用By.className()识别对象时,若对象属性包含空格,则识别过程报错:Compound class names are not supported 阅读全文
posted @ 2014-07-04 15:05 钟灵.毓秀 阅读(727) 评论(0) 推荐(0) 编辑
摘要: 使用chrome浏览器时,提示报错org.openqa.selenium.WebDriverException: Chrome did not respond to 'GetChromeDriverAutomationVersion'; 问题是chromedriver驱动版本过低引起的,更换到最新(2014/2/6)的版本,该问题解决。 阅读全文
posted @ 2014-07-04 10:37 钟灵.毓秀 阅读(1509) 评论(0) 推荐(0) 编辑
摘要: mvn install 报错Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2 错误: 找不到符号. 需要clean后重新install项目可以解决该问题 阅读全文
posted @ 2014-07-02 14:11 钟灵.毓秀 阅读(4228) 评论(0) 推荐(0) 编辑
摘要: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:Failure executing javac, but could not parse the error:**.jar时出错; error in opening zip file 该问题多为jar包错误,删除重下载即可解决 阅读全文
posted @ 2014-07-02 11:31 钟灵.毓秀 阅读(17416) 评论(0) 推荐(1) 编辑
摘要: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project ERP: Compilation failure [ERROR] Unable to locate the Javac Compiler in: [ERROR] C:\Program Files\Java\jre7\..\lib\tools.jar 解决方案:修改jre路径,使用jdk下的jre。 阅读全文
posted @ 2014-06-27 15:43 钟灵.毓秀 阅读(1340) 评论(0) 推荐(0) 编辑
摘要: MAVEN项目编译时报错:'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing。 解决方案:POM.xml文件中maven-compiler-plugin插件缺少版本信息,添加属性即OK! 阅读全文
posted @ 2014-06-24 10:17 钟灵.毓秀 阅读(74623) 评论(4) 推荐(1) 编辑
摘要: 使用VBS脚本控制QTP的启动、停止,比界面操作节省内存空间,同时方便实现自动化。更多内容可参考AutomationObjectModel.chm中Application Object 阅读全文
posted @ 2014-05-14 15:08 钟灵.毓秀 阅读(594) 评论(0) 推荐(0) 编辑
摘要: 场景恢复是QTP使用过程中的重要功能,但目前涉及场景恢复特别是自定义恢复场景操作函数的文章比较少。在网上找的一篇英文的,尝试翻译,留作资料同时希望能帮助其他学习人员 阅读全文
posted @ 2014-05-09 09:28 钟灵.毓秀 阅读(1159) 评论(0) 推荐(0) 编辑
摘要: 达梦数据库(DaMeng)如何删除IDENTITY自增属性字段 阅读全文
posted @ 2014-05-07 19:07 钟灵.毓秀 阅读(3466) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 下一页