The Encyclopedia of soft testing summarized by Ali -- SQL statements that must be known in daily testing work

Introduction to SQL SQL(Structured Query Language) is a set of relational database management system (RDBMS) for management, which is based on ANSI (American National Standards) Institute (American National Organization for Standardization) standard computer language, the more important version is SQL92In addition to supporting standar ...

Added by five on Wed, 22 Dec 2021 20:44:09 +0200

[test and development practice] alfred + python + charles quickly debug the http interface

Before writing interface automation, you often need to carefully understand an interface, simulate the request and construct different request parameters to preliminarily verify the function of the interface. At present, in this process, it is found that it is very convenient and lightweight to directly use python requests to construct http req ...

Added by razta on Tue, 21 Dec 2021 04:50:03 +0200

A preliminary study on Cypress, a new upstart in Web automated testing

Recently, I wanted to learn about the web ui testing framework and found that cypress is easy to use. It is more convenient and faster to operate directly with js 01 development environment Cypress + nodejs (node has been installed before and can be downloaded and installed directly from the official website) + intellij idea 1. Install cypr ...

Added by Monshery on Wed, 01 Dec 2021 18:11:39 +0200

Automatic testing of interface based on python

This article comes from the author: Sun Yanhui   Share on GitChat, "read the original" to see what questions you have communicated with the author 1, Introduction Starting with a simple login interface test, this paper adjusts and optimizes the interface call posture step by step; Then the main points of the interface testin ...

Added by JoeyT2007 on Thu, 25 Nov 2021 21:37:00 +0200

Are you still stepping on the ten thousand year pit of GIT? Promise me not to be stupid

GIT Here are the most complete strategies about GIT in the whole network. Please praise it before you see it to prevent getting lost 01. What is GIT concept Git (pronounced / g) ɪ t /) is an open source distributed version control system, which can effectively and quickly deal with project version management from very small to very large. ...

Added by jimjack145 on Thu, 28 Oct 2021 15:11:18 +0300

In order to get her started with Python in 10 minutes, I stayed up late and wrote 7 cases and this article

preface Recently, I systematically studied the basic knowledge of python once, and thought of whether there was a way to master knowledge quickly. The general normal logic is to practice cases while reading basic knowledge, which is a process from thick to thin. But now the pace is so fast, especially Internet companies. Excluding the time to ...

Added by cillosis on Fri, 22 Oct 2021 14:34:20 +0300

Interface automation test (Python+Requests+Unittest)

(1) The significance of interface automation test and the idea of separation of front and back ends Advantages and disadvantages of interface automation test: advantage: 1. Test reusability. 2. The maintenance cost is lower than that of UI automation. Why? UI Higher automated maintenance costs? Because the front page changes too fas ...

Added by mikeatrpi on Wed, 29 Sep 2021 23:25:54 +0300