摘要:
本文主要描述如何获取当前方法名/类名、调用者方法名/类名、当前类名的全称和简称。 阅读全文
摘要:
使用By.className()识别对象时,若对象属性包含空格,则识别过程报错:Compound class names are not supported 阅读全文
摘要:
使用chrome浏览器时,提示报错org.openqa.selenium.WebDriverException: Chrome did not respond to 'GetChromeDriverAutomationVersion';
问题是chromedriver驱动版本过低引起的,更换到最新(2014/2/6)的版本,该问题解决。 阅读全文
摘要:
mvn install 报错Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2 错误: 找不到符号.
需要clean后重新install项目可以解决该问题 阅读全文
摘要:
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包错误,删除重下载即可解决 阅读全文
摘要:
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。 阅读全文
摘要:
MAVEN项目编译时报错:'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing。
解决方案:POM.xml文件中maven-compiler-plugin插件缺少版本信息,添加属性即OK! 阅读全文
摘要:
使用VBS脚本控制QTP的启动、停止,比界面操作节省内存空间,同时方便实现自动化。更多内容可参考AutomationObjectModel.chm中Application Object 阅读全文
摘要:
场景恢复是QTP使用过程中的重要功能,但目前涉及场景恢复特别是自定义恢复场景操作函数的文章比较少。在网上找的一篇英文的,尝试翻译,留作资料同时希望能帮助其他学习人员 阅读全文
摘要:
达梦数据库(DaMeng)如何删除IDENTITY自增属性字段 阅读全文