摘要:
Gauge是什么? Low Maintenance Test Automation Gauge is a free and open source test automation framework that takes the pain out of acceptance testing。 Gau 阅读全文
摘要:
2016-5-19昨日,Jmeter又更新了新版本。 那么新版本有哪些新特性呢? Changes This page details the changes made in the current version only. Earlier changes are detailed in the H 阅读全文
摘要:
Python的编码问题,真是让人醉了。最近碰到的问题还真不少。比如中文文件名.csv 。python对外呈现不一致啊,感觉好不公平。 没图说个JB,下面立马上图。 我早些时候的其他脚本,csv都是中文命名的,都没有出现这些问题。现在都还能跑。 再次回头看以前的脚本,以前的脚本是这么写的 with o 阅读全文
摘要:
from selenium import webdriver from selenium.webdriver.common.by import By from selenium.webdriver.common.keys import Keys from selenium.webdriver.sup 阅读全文