[introduction] interface automation test

1. What is interface testing As the name suggests, interface test is to test the interface between systems or components, mainly to verify the exchange, transmission and control of data, management process, and mutual logical dependency. The interface protocols are divided into HTTP,WebService,Dubbo,Thrift,Socket and other types. The test type ...

Posted by spicerje on Fri, 04 Mar 2022 00:07:24 +0100

Project management Maven series - introduction, installation, configuration

Maven series of project management (I) Introduction, installation and configuration catalogue 1. Introduction 2. Installation deployment 2.1,Maven for Win 2.2,Maven for Mac 3. Local repository 4. Central repository 5. Start agent 6. Configuring Maven on Eclipse 1. Introduction Maven is a project management tool, which includes a ...

Posted by prue_ on Sat, 19 Feb 2022 07:31:04 +0100

An implementation of isolated HTTP dependency stable running e2e test cases

backgroundEnd to end testing is used to verify the overall behavior of the application.Compared with Unit Testing, which focuses on function verification, e2e is more prone to external dependencies, such as relying on external HTTP interface data, MYSQL data, Redis data, etc. These can be understood as external data dependencies, which affect t ...

Posted by Dev on Fri, 14 Jan 2022 17:21:46 +0100

All dry engineer artifact - Jmeter 07 - Jmeter listener

8, Jmeter listener Monitor the data in the execution process with a listener; Such as execution times, response time, throughput, error rate, etc In jmeter, the listener component provides the functions of viewing, saving, and reading saved test results. By default, the test results will be stored as an xml file with the suffix:. jtl. Ano ...

Posted by SeanWoods on Mon, 04 Oct 2021 03:33:46 +0200

REST Assured 34 - serialize Java objects into JSON objects using the Gson API

REST Assured series summary REST Assured 34 - serialize Java objects into JSON objects using the Gson API We have learned about POJOs before. When you see this article, I suggest you read the following related articles first. What is Plain Old Java Object (POJO)? Create a POJO as a JSON Object Payload Create a POJO as a JSON Array Payload Cre ...

Posted by perrio on Sun, 12 Sep 2021 07:41:15 +0200