python automated notes

1, Request library usage 1. Overview HTTP Requests need to be sent for interface testing. The most basic HTTP libraries in python include urlib, Httplib2, Requests, Treq, etc. Here we recommend using the Request library for interface testing. Requests is based on urllib and uses the HTTP Library of Apache 2 licensed open source protocol. It i ...

Added by Damien_Buttler on Mon, 24 Jan 2022 03:58:26 +0200

Building Google test project from zero in windows

Google test (also known as gtest) is a testing framework developed by Google testing technology team. It provides a set of excellent unit testing solutions for c/c + + code. This paper introduces how to use Google test to build your own unit test project from zero under windows. 0. Environmental preparation System: Windows10 vscode: https://c ...

Added by aznjay on Sun, 07 Nov 2021 20:33:55 +0200