在云平台控制台里,给global Account分配Integration Suite下面的Process Integration的API和Runtime两种服务: Process Integration Runtime,分配一个integration flow实例: 然后在SaaS applica ...
分类:
其他好文 时间:
2019-12-05 18:45:37
阅读次数:
82
#alltest.py中内容如下import unittest,osdef all(): #path="D:\\study\\python_api_test\\test1203" #手动添加路径 path=os.getcwd() #获取路径 files=unittest.defaultTestLoa ...
分类:
编程语言 时间:
2019-12-04 01:46:25
阅读次数:
332
执行顺序 beforeSuite in RunnerForInt beforeSuite in RunnerForString beforeTest in RunnerForInt beforeTest in RunnerForString //1 beforeClass in RunnerForI ...
分类:
其他好文 时间:
2019-12-02 11:50:35
阅读次数:
103
import unittestclass Study(unittest.TestCase): # def setUp(self): # print('start') # def tearDown(self): # print('end') def test_login(self): print('l ...
分类:
其他好文 时间:
2019-12-01 22:53:52
阅读次数:
356
<?xml version="1.0" encoding="UTF-8"?> <!--<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">--> <suite name="xjqa-scf-tset" preserve-order="t ...
分类:
其他好文 时间:
2019-11-30 19:17:41
阅读次数:
215
DevExpress Universal Subscription(又名DevExpress宇宙版或DXperience Universal Suite)是全球使用广泛的.NET用户界面控件套包,DevExpress广泛应用于企业内容管理、 成本管控、进程监督、工业制造、生产调度等。 它主要的特点是 ...
分类:
Web程序 时间:
2019-11-27 12:24:31
阅读次数:
122
一、unittest框架四要素: + test fixture 测试脚手架 + test case 测试用例 + test suite 一系列的测试用例,测试套件,用于组合一系列测试用例 + test runner 测试运行器 用于运行测试套件,并图形化生成测试报告 test case 测试用例 继 ...
分类:
其他好文 时间:
2019-11-23 23:50:55
阅读次数:
81
说到配置,大家可能想到的是不经常更改的内容,比如Django里的settings.py文件,或者我们做自动化的时候,把测试环境的域名和正式环境的域名放到一个配置文件里,所有的接口都从这个文件里读取。这样,如果有一天,我们的域名变了,我们只需要更改配置里的域名就可以了。pytest里也有几个配置文件。 ...
分类:
其他好文 时间:
2019-11-23 21:35:16
阅读次数:
428
https://www.exploit-db.com https://www.anquanke.com http://www.cnnvd.org.cn https://cve.mitre.org https://portswigger.net/ --burp安全工具 netstat -ano |fi ...
分类:
其他好文 时间:
2019-11-23 20:06:36
阅读次数:
53
Eclipse 安装spring-tool-suite教程,并创建一个新的springboot项目 使用SpringBoot构建项目,加载SSM整合的applicationContext.xml的注解 ...
分类:
移动开发 时间:
2019-11-23 09:38:06
阅读次数:
160