Skip to content

leeyoshinari/ATI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ATI

The implementation of Automated Testing of Interfaces.

Usage

  1. Clone ATI repository

    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: <variable_name>.

  5. Run

    python3 main.py

    or

    nohup python3 main.py &
  6. For more information, please readme.

Requirements

  1. requests
  2. xlutils

Releases

No releases published

Packages

No packages published

Languages