Interface automation test---environment construction

1.python installation

  Reference blog post: https://blog.csdn.net/qq_19982677/article/details/106429676

2. Python library installation

   Installation package

(1)pip install requests    

(2)pip install xlrd

(3)pip install xlutils

(4)pip install ddt

(5)pip install pycryptodome   

(6)pip install mysqlclient==1.3.12  

  If the download fails, you can try to install it using Douban:

  pip install 库名 -i http://pypi.douban.com/simple/  --trusted-host pypi.douban.com

 3.Fiddler installation

    Reference blog post: https://blog.csdn.net/qq_19982677/article/details/104991283

 

Guess you like

Origin blog.csdn.net/qq_19982677/article/details/107770696