# ATI
**Repository Path**: jonas_xu/ATI
## Basic Information
- **Project Name**: ATI
- **Description**: Automated Testing of Interfaces.
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-07-17
- **Last Updated**: 2020-12-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# ATI
The implementation of Automated Testing of Interfaces.
## Usage
1. Clone ATI repository
```shell
git clone https://github.com/leeyoshinari/ATI.git
cd ATI
```
2. Modify `./common/GenerateKey.py`. It's used to encrypt your password of email.
3. Modify `config.py`.
4. Design test cases. Modify `testCase.xlsx`.
In `testCase.xlsx`, parameters need to be parameterized, variables must be identified with `<>`, for example: ``.
5. Run
```shell
python3 main.py
```
or
```shell
nohup python3 main.py &
```
6. For more information, please [readme](https://blog.csdn.net/leeyoshinari/article/details/97612522).
## Requirements
1. requests
2. xlutils