上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 47 下一页

2019年4月12日

摘要: https://www.cnblogs.com/brucemengbm/p/7245040.html 阅读全文
posted @ 2019-04-12 15:31 张缤分 阅读(137) 评论(0) 推荐(0)

2019年3月26日

摘要: Python和Django的安装见这里:http://www.runoob.com/django/django-install.html 安装 Django 之后,您现在应该已经有了可用的管理工具 django-admin。我们可以使用 django-admin 来创建一个项目 1.创建Django 阅读全文
posted @ 2019-03-26 20:20 张缤分 阅读(520) 评论(0) 推荐(0)
摘要: 网上的教程坑实在多,以下是本人亲测通过的: 需要解决的问题: 1.使用 python manage.py runserver 来运行服务器,只适用测试环境中使用,正式发布的服务,需要一个可以稳定而持续的服务器。 2.部署在Windows服务器上 3. Django网站中的静态文件CSS、Font、I 阅读全文
posted @ 2019-03-26 10:26 张缤分 阅读(4909) 评论(0) 推荐(1)

2019年3月19日

摘要: 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 阅读全文
posted @ 2019-03-19 13:38 张缤分 阅读(5776) 评论(0) 推荐(0)
摘要: https://www.guru99.com/xpath-selenium.html 阅读全文
posted @ 2019-03-19 13:36 张缤分 阅读(172) 评论(0) 推荐(0)
摘要: 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 阅读全文
posted @ 2019-03-19 13:34 张缤分 阅读(329) 评论(0) 推荐(0)
摘要: Evaluate and validate XPath/CSS selectors in Chrome Developer Tools Method 1 : From Elements panelUse the search function inside Elements panel to eva 阅读全文
posted @ 2019-03-19 13:32 张缤分 阅读(543) 评论(0) 推荐(0)
摘要: 不论python2还是python3,python可执行文件都叫python.exe,在cmd下输入python得到的版本号取决于环境变量里哪个版本的python路径更靠前。切换的方法有3种(方法3最佳):方法1:来回修改环境变量方法2:把两个python.exe改名,一个改成python2.exe 阅读全文
posted @ 2019-03-19 13:29 张缤分 阅读(175) 评论(0) 推荐(0)
摘要: //获取保存response的文件路径和名称 def testSuiteName = context.testCase.testSuite.name def testCaseName = context.testCase.name def fileName = context.expand( '${projectDir}' )+"/TestData/"+testSuiteName+"/"+ te... 阅读全文
posted @ 2019-03-19 13:26 张缤分 阅读(284) 评论(0) 推荐(0)
摘要: 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 阅读全文
posted @ 2019-03-19 13:20 张缤分 阅读(167) 评论(0) 推荐(0)
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 47 下一页

导航