摘要: 在调用SoapUI的时,有时候会遇到SoapUI抛错,比如: 2017-04-13 14:26:58,765 ERROR [errorlog] com.eviware.soapui.impl.wsdl.mock.DispatchException: java.lang.OutOfMemoryErro 阅读全文
posted @ 2017-04-14 09:35 lily_z 阅读(619) 评论(0) 推荐(0) 编辑
摘要: In SoapUI project, define the Custom Properties "END_POINT" In SoapUI project "Load Script", add the following groovy scripts 阅读全文
posted @ 2017-04-11 17:35 lily_z 阅读(229) 评论(0) 推荐(0) 编辑
摘要: 转自:https://github.com/DeziderMesko/RobotframeworkCodeCoverage/blob/master/pom.xml 阅读全文
posted @ 2017-04-07 09:49 lily_z 阅读(633) 评论(0) 推荐(0) 编辑
摘要: 转自:http://dmeio.blogspot.fr/2014/02/code-coverage-with-robotframework.html Code coverage with Robotframework If you are here, you probably know what c 阅读全文
posted @ 2017-04-07 09:46 lily_z 阅读(1522) 评论(0) 推荐(0) 编辑
摘要: 转自:http://www.thinkcode.se/blog/2012/02/18/test-coverage-in-a-multi-module-maven-project cobertura zip download: http://repo1.maven.org/maven2/net/sou 阅读全文
posted @ 2017-04-06 15:46 lily_z 阅读(384) 评论(0) 推荐(0) 编辑
摘要: 转自:http://blog.chinaunix.net/uid-24500107-id-2602908.html inux和unix上都提供了history命令,可以查询以前执行的命令历史记录但是,这个记录并不包含时间项目因此只能看到命令,但是不知道什么时间执行的如何让history记录时间呢? 阅读全文
posted @ 2017-03-29 16:04 lily_z 阅读(44671) 评论(0) 推荐(2) 编辑
摘要: 转自:http://blog.csdn.net/deepwishly/article/details/9263433 角色 项目初始阶段 详细设计阶段 编码阶段 测试阶段 项目经理 Project Manager 参与或辅助项目谈判,提供项目交付时间和技术方面的可行性分析。评估项目风险,估算项目成本 阅读全文
posted @ 2017-03-22 18:37 lily_z 阅读(6682) 评论(0) 推荐(1) 编辑
摘要: Step1: top shift+M 得到占用CPU最高的topPID Step2: top -Hp ${subPID} 得到占用CPU最高的子subPID Step3: ${JAVA_HOME}/bin/jstack -F ${topPID} > ${TIME_FOLDER}/jstack.out 阅读全文
posted @ 2017-03-17 17:30 lily_z 阅读(259) 评论(0) 推荐(0) 编辑
摘要: 转自:https://gist.github.com/apuredol/e22b73d85daa3562e2f0a26ede9fd5e1 阅读全文
posted @ 2017-03-08 09:32 lily_z 阅读(303) 评论(0) 推荐(0) 编辑
摘要: Class WsdlTestRequestStep: https://www.soapui.org/apidocs/com/eviware/soapui/impl/wsdl/teststeps/WsdlTestRequestStep.html#run(com.eviware.soapui.model 阅读全文
posted @ 2017-03-08 09:26 lily_z 阅读(141) 评论(0) 推荐(0) 编辑