摘要:Python和Django的安装见这里:http://www.runoob.com/django/django-install.html 安装 Django 之后,您现在应该已经有了可用的管理工具 django-admin。我们可以使用 django-admin 来创建一个项目 1.创建Django
阅读全文
摘要:网上的教程坑实在多,以下是本人亲测通过的: 需要解决的问题: 1.使用 python manage.py runserver 来运行服务器,只适用测试环境中使用,正式发布的服务,需要一个可以稳定而持续的服务器。 2.部署在Windows服务器上 3. Django网站中的静态文件CSS、Font、I
阅读全文
摘要:How to convert HTML Report to picture format in Email? So that we can see the automation report also at home or on mobile phone anywhere.We tried to u
阅读全文
摘要:https://www.guru99.com/xpath-selenium.html
阅读全文
摘要:Two Ways To Install TestNG in Eclipse/STS Today I install the newest Sprint Tool Suite and want to install TestNG by using Makrketplace, but i cannot
阅读全文
摘要:Evaluate and validate XPath/CSS selectors in Chrome Developer Tools Method 1 : From Elements panelUse the search function inside Elements panel to eva
阅读全文
摘要:不论python2还是python3,python可执行文件都叫python.exe,在cmd下输入python得到的版本号取决于环境变量里哪个版本的python路径更靠前。切换的方法有3种(方法3最佳):方法1:来回修改环境变量方法2:把两个python.exe改名,一个改成python2.exe
阅读全文
摘要://获取保存response的文件路径和名称 def testSuiteName = context.testCase.testSuite.name def testCaseName = context.testCase.name def fileName = context.expand( '${projectDir}' )+"/TestData/"+testSuiteName+"/"+ te...
阅读全文
摘要:SoapUI Groovy : Check if test step is of specific type, such as : Wsdl, Rest, Jdbc, HTTP, Groovy etc SoapUI Groovy: Get all test steps of specific typ
阅读全文
摘要:自动保存 控制测试套件,测试用例,测试步骤的执行 控制测试数据的执行
阅读全文
摘要:SoapUI 支持引入多个package:Global Script library : 在SoapUI工具File->Preference中设置Project Script Library: 在项目的Project Properties中设置Script Library为${projectDir}
阅读全文
摘要:1. Property Expansion in soapUI SoapUI provides a common syntax to dynamically insert ("expand") property values during processing. The syntax is as f
阅读全文
摘要:SVG 意为可缩放矢量图形(Scalable Vector Graphics)定位svg元素要用xpath的name()函数,比如//svg/line[2],要用//*[name()='svg']/*[name()='line'][2]"代替刚验证了一下,这样写是可以的//div[@class='t
阅读全文
摘要:http://www.runoob.com/python/python-tutorial.html
阅读全文