测试备注
-vm
jdk1.8.0_111/bin/javaw.exe
https://blog.csdn.net/pc_amoon/article/details/51799085
https://my.oschina.net/duhonghao/blog/73467
http://127.0.0.1:8080/framework/workflow/webdesign/procmodify/procmodifydetail.jsp?isLoadData=false
http://127.0.0.1:8080/framework
http://127.0.0.1:8090/framework
http://127.0.0.1:8080/framework/monitor
1051202524@qq.com
TITLE like '%测试%'
unittest
http://127.0.0.1:8080/utfdemo/OADemo/html
http://127.0.0.1:8080/utfdemo/dojoDemo/demos/demos.htm
http://127.0.0.1:8080/utfdemo/ABCLifeUMDemo/index.html
file:///C:/utf_training/tomcat/webapps/utfdemo/OADemo/html/results/createresult.htm
file:///C:/utf_training/tomcat/webapps/utfdemo/OADemo/html/results/createresult.htm
C:/Program Files (x86)/Mozilla Firefox/firefox.exe
C:\utf_training\unieap-utf-workshop\dropins\com.neusoft.utf.workshop_1.0.0.201412291655\utf\lib
[TestNG] Running:
C:\utf_training\unieap-utf-workshop\workspace\utf_tutorial_script\执行\1_测试用例演练_HTML.xml
log4j:WARN No appenders could be found for logger (root).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
LicenseHost checkLicense=====================3
>>>>>>>>>>>>> 您正在使用的 UniEAP UTF 版本将于[2015-05-30]过期<<<<<<<<<<<<<<<<<
>>>>>>>>>>>>> 您正在使用的 UniEAP UTF 版本单次最多执行Event数量为[200],超出部分不能执行!<<<<<<<<<<<<<<<<<
>>>>>>>>>>>>> 您正在使用的 UniEAP UTF 版本已经没有合法License! <<<<<<<<<<<<<<<<<
>>>>>>>>>>>>>>>>>License invalid.<<<<<<<<<<<<<<<<<<<<<
>>>>>>>>>>>>> 您正在使用的 UniEAP UTF 版本已经没有合法License! <<<<<<<<<<<<<<<<<
>>>>>>>>>>>>>>>>>License invalid.<<<<<<<<<<<<<<<<<<<<<
>>>>>>>>>>>>> 您正在使用的 UniEAP UTF 版本已经没有合法License! <<<<<<<<<<<<<<<<<
>>>>>>>>>>>>>>>>>License invalid.<<<<<<<<<<<<<<<<<<<<<
>>>>>>>>>>>>> 您正在使用的 UniEAP UTF 版本已经没有合法License! <<<<<<<<<<<<<<<<<
>>>>>>>>>>>>>>>>>License invalid.<<<<<<<<<<<<<<<<<<<<<
===============================================
UTF培训
Total tests run: 4, Failures: 0, Skips: 0
===============================================
https://www.cnblogs.com/oskyhg/p/6569070.html
https://blog.csdn.net/guozuofeng/article/details/85344835
修改tomcat默认使用的jdk版本
1、windows平台
在csetclasspath.bat文件开头加上如下两句(指定JDK):
set JAVA_HOME=C:\Program Files\Java\jdk1.7.0_79
set JRE_HOME=C:\Program Files\Java\jdk1.7.0_79 \jre
2、linux平台
在setclasspath.sh文件开头的空白处加上如下两句(指定JDK)
export JAVA_HOME=/usr/local/java/jdk1.6.0_18
export JRE_HOME=/usr/local/java/jdk1.6.0_18/jre