Commit 0d21a006 authored by 桂秋月's avatar 桂秋月

Update README.md

parent 59bbc099
#使用说明
### 下载程序 ### 下载程序
1、git clone git@git.quantgroup.cn:QA/autointerface.git
`git clone git@git.quantgroup.cn:QA/autointerface.git`
### 安装模块 ### 安装模块
* 方法1:cd autointerface;pipenv install 确保pipenv安装成功,可执行 * cd autointerface;pipenv install //确保pipenv安装成功,可执行
* 上述失败后,可通过Pipfile,使用pip install XXX安装
### 名词解释
* 测试用例(单接口):对应禅道上的数字编号
* 测试场景名:为测试场景进行命令,可任意
* 测试场景(多接口):按照数字编号进行一定顺序的组合
* 全局变量:和postman的全局变量一致
* rule规则:针对测试用例而言,主要用于单接口循环,构建请求参数
* setup:前置条件,主要用于请求接口前的处理工作,eg:清理redis缓存
* 断言:针对测试用例而言,判断该测试用例是否执行成功
### 使用教程
* 方法1失败后,可通过Pipfile,使用pip install XXX安装
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment