CN111198824B - Mock testing arrangement based on middle person agent technique - Google Patents

Mock testing arrangement based on middle person agent technique Download PDF

Info

Publication number
CN111198824B
CN111198824B CN202010027723.6A CN202010027723A CN111198824B CN 111198824 B CN111198824 B CN 111198824B CN 202010027723 A CN202010027723 A CN 202010027723A CN 111198824 B CN111198824 B CN 111198824B
Authority
CN
China
Prior art keywords
mock
man
agent
platform
response result
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202010027723.6A
Other languages
Chinese (zh)
Other versions
CN111198824A (en
Inventor
邢中祥
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Guangzhou Youche Information Technology Co ltd
Original Assignee
Guangzhou Youche Information Technology Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Guangzhou Youche Information Technology Co ltd filed Critical Guangzhou Youche Information Technology Co ltd
Priority to CN202010027723.6A priority Critical patent/CN111198824B/en
Publication of CN111198824A publication Critical patent/CN111198824A/en
Application granted granted Critical
Publication of CN111198824B publication Critical patent/CN111198824B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • G06F11/3688Test management for test execution, e.g. scheduling of test suites
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L43/00Arrangements for monitoring or testing data switching networks
    • H04L43/50Testing arrangements
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/56Provisioning of proxy services
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04MTELEPHONIC COMMUNICATION
    • H04M1/00Substation equipment, e.g. for use by subscribers
    • H04M1/02Constructional features of telephone sets
    • H04M1/18Telephone sets specially adapted for use in ships, mines, or other places exposed to adverse environment

Abstract

The invention belongs to the technical field of computers, and particularly relates to a mock testing device based on a man-in-the-middle agent technology, which comprises an application client, a man-in-the-middle agent, an application server and a mock platform; connecting the broker proxy service by the application client, and then sending a mock data request; the man-in-the-middle agent transmits the mock data request of the client to the application server; the application server responds to the mock data request and returns a corresponding mock one-time response result to the broker agent; the man-in-the-middle agent initiates a query request aiming at a mock one-time response result to the mock platform; the mock platform responds to the query request of the man-in-the-middle agent and returns a corresponding mock secondary response result to the man-in-the-middle agent; and the man-in-the-middle agent judges the validity of the mock secondary response result. The mock testing device provided by the invention can protect codes, prevent the codes from being invaded and has better flexibility.

Description

Mock testing arrangement based on middle person agent technique
Technical Field
The invention belongs to the technical field of computers, and particularly relates to a mock testing device based on a man-in-the-middle agent technology.
Background
mock testing is a common debugging means in a software process, namely, a virtual object is used for simulating an object which is not easy to construct or obtain so as to achieve higher testing coverage rate.
The common mock scheme is implemented as follows: the Chinese patent CN106528400 MOCK test method and device provide a scheme, and the method and device can be used under the condition that a server is not developed well by modifying a client request address to a MOCK platform and returning a previously-recorded MOCK object through matching. The Chinese patent CN106970873 on-line mock test method, device and system provides another scheme, a mock service is injected into an application server in advance, a specific use case identifier is carried when an application client requests, and the application server judges whether to return a mock object according to the use case identifier.
However, both the above two implementation manners have certain defects, and the scheme of the chinese patent "CN 106528400 MOCK test method and apparatus" needs to modify an application client to adapt to a MOCK service address. The scheme of the chinese patent "CN 106970873 online mock test method, device and system" needs to modify the application server to inject the mock service, and also needs to modify the application client to carry the case identifier.
In fact, most of the existing mock schemes are somewhat intrusive to code, which brings additional administrative cost and operational risk; secondly, the flexibility is poor, and the client needs to be adapted again or cannot be adapted when being replaced, so that a new mock testing method and a testing device which can solve the mock scheme are urgently needed.
Disclosure of Invention
The invention aims to overcome the defects of the prior art, and aims to provide a novel mock test method and a test device thereof, which can protect codes, prevent the codes from being invaded, have better flexibility and do not need to be adapted again when a client is replaced.
In order to solve the problems, the mock testing method based on the man-in-the-middle agent technology comprises the following procedures:
the application client sets up the pre-connected man-in-the-middle agent service through the system agents of the mobile phone and the PC, and then initiates a mock data request without any change of the application client;
the man-in-the-middle agent intercepts the mock data request and transmits the mock data request of the client to the application server;
after receiving the mock data request sent by the broker agent, the application server responds to the mock data request sent by the broker agent and returns a corresponding mock primary response result to the broker agent;
after receiving the mock primary response result sent by the application server, the broker agent initiates a query request aiming at the mock primary response result to the mock platform;
after receiving the query request of the broker agent, the mock platform performs interface matching according to the configuration condition of the mock platform, responds to the query request of the broker agent, and returns a corresponding mock secondary response result to the broker agent;
after receiving the mock secondary response result sent by the mock platform, the broker agent judges the validity of the mock secondary response result, if the mock secondary response result is illegal, the mock primary response result is returned, and if the mock secondary response result is legal, the mock secondary response result is returned;
the broker agent is a network agent service, and can run locally or in a cloud;
the mock platform is a cloud service, and can be used for manually configuring input data and output data of an interface and processing a query request of a man-in-the-middle agent.
Further, the broker agent received by the mock platform queries a request for a result of a mock response, where the request includes all information requested by the application client.
Further, the mock platform analyzes the interface information called by the application client from the query request of the broker agent.
Further, the parsed interface information called by the application client may be a request path.
Further, the mock platform queries whether the mock platform stores configuration data corresponding to a request path called by the application client from a query request of the broker agent, and the configuration data are manually recorded into the mock platform in advance.
Further, if the mock platform inquires that the configuration data corresponding to the request path called by the application client is stored in the mock platform, the mock platform returns the configured data response of the system to the broker agent; and if the configuration data corresponding to the request path called by the application client is not stored, the mock platform returns an illegal response to the broker agent.
Furthermore, the response returned by the mock platform to the broker agent, whether the data response configured by the system is returned to the broker agent or the illegal response is returned to the broker agent, is presented in the form of a mock secondary response result.
A mock test device based on a man-in-the-middle agent technology is applied to the mock test method, and the device comprises:
the request initiating module is used for sending a mock data request by the application client and sending a mock one-time response result query request of the application server by the broker agent;
the intercepting module is used for intercepting a mock data request sent by a client by a man-in-the-middle agent;
the system comprises a data receiving module, a man-in-the-middle agent and a man-in-the-middle agent, wherein the data receiving module is used for receiving a mock data request of a client sent by the man-in-the-middle agent by an application server, receiving a mock primary response result and a mock secondary response request of a mock platform sent by the application server by the man-in-the-middle agent, and receiving an inquiry request of the man-in-the-middle agent by the mock platform;
the address information extraction module is used for the mock platform to extract the configuration data corresponding to the request path called by the application client stored by the mock platform;
the data generation module is used for generating corresponding mock data by the application server and the mock platform;
and the data pushing module is used for pushing the mock data to the man-in-the-middle agent by the application server and the mock platform.
Furthermore, the application server and the mock script are both based on a database, and compared with the technical scheme that the application server and the mock script are both based on JavaScript, the application has lower requirements for testers and wider application range of the test.
Furthermore, in the mock testing method, the mobile phone used by the application client is preferably a folding smart phone, the folding smart phone comprises a mobile phone body and a mobile phone cover, wherein the mobile phone cover comprises a main body part and an extension part, and the extension part can horizontally move in the main body part according to whether the smart phone is folded or not; the mobile phone cover can be converted into mobile phone covers suitable for different shapes according to the folding condition of the mobile phone, so that the mobile phones in different physical states can be protected.
The main body part comprises a horizontal substrate which is tiled and a first bending side seat which is bent upwards along the edge of the horizontal substrate, a sliding groove a which can be used for the stretching part to move left and right is arranged on the horizontal substrate, and limiting grooves b are symmetrically arranged on the upper side and the lower side of the sliding groove a.
The extension part consists of a pushing plate which is tiled and a second bent edge seat which is bent upwards along the edge of the pushing plate, the pushing plate can be slidably embedded into a sliding groove a of the main body part, and the upper side and the lower side of the pushing plate are provided with limiting blocks which are clamped into limiting grooves b in the main body part; the push plate is connected with the inner side wall of the sliding groove a of the main body part through a first spring; when the mobile phone is in a fully folded state, the extension part is fully embedded into the main body part, and when the mobile phone is in the fully extended state, the extension part slides leftwards in the main body part to the maximum distance which can be limited by the extension part, so that the fully folded mobile phone is fully coated; the first spring is used for applying a right pulling force to the extension part, and when the mobile phone cover provided by the invention clamps the mobile phone, the left end and the right end of the mobile phone cover provided by the invention can provide a firmer clamping force for the mobile phone in the left-right direction under the bidirectional action of the force.
Grooves c are formed in the first bending edge seat of the main body part and the second bending edge seat of the extension part; the upper end, the right end and the lower end of the first bending side seat are respectively provided with a first clamping press buckle, and the first clamping press buckles are arranged independently; the upper end, the left end and the lower end of the second bending side seat are respectively provided with a second clamping press buckle, and the second clamping press buckles are also independently arranged; the first clamping pressing buckle and the second clamping pressing buckle are respectively installed in the grooves c corresponding to the bending side seats through second springs.
Referring to the two existing folding mobile phone models in the drawings of the specification of the application, the first clamping pressing buttons and the second clamping pressing buttons are arranged independently, so that the aim of clamping the mobile phone in a targeted manner under different conditions in the vertical, left and right directions of the mobile phone can be better achieved, and the adaptability of the mobile phone case is improved; meanwhile, the first clamping pressing buckle and the second clamping pressing buckle are respectively arranged in the grooves c of the corresponding bending side seats through a second spring, so that the purposes of enabling the first clamping pressing buckle and the second clamping pressing buckle to be capable of being pulled out in an adaptive mode along with the increase of the overall height of the folded mobile phone during folding so as to coat the upper end of the folded mobile phone are achieved, and enabling the clamping pressing buckles to better coat the folded mobile phone with the upper end in an inclined state under the condition of the flexible stretching force of the springs are achieved; therefore, the mobile phone cover can be comprehensively and better adapted to the models of two folding mobile phones shown in the attached figures of the application, and each folding mobile phone can be well protected by the mobile phone cover in the folding and unfolding stages.
Compared with the prior art, the invention has the beneficial effects that:
1. by introducing the man-in-the-middle agent technology, when relevant software testing is carried out, the request of the application client is intercepted on a network layer, and the mock service is dynamically injected, so that the application client or the server does not need to be modified, the application range is greatly expanded, and extra operation risk is not brought;
2. for an application model with network interaction, by introducing a man-in-the-middle agent service and a mock platform service and connecting the agent service in advance by application client equipment, the scheme realizes the function of dynamically modifying the response of an application server without any code change or compatibility of the application client and the application server;
3. the invention avoids compatible codes due to the 0 invasion of the application codes, thereby greatly improving the safety of software program operation.
4. The invention is a set of general scheme, which makes mock test of any client object (mobile phone APP, Web, desktop application, small program, etc.) possible, and has stronger adaptability.
Drawings
The invention will be further explained with reference to the drawings.
FIG. 1 is an interaction timing diagram of the present invention;
FIG. 2 is a mock platform process flow diagram of the present invention;
fig. 3 is a simplified folding view of two mainstream folding handsets;
FIG. 4 is an overall schematic view of the handset cover of the present invention;
fig. 5 is a schematic perspective view of a main body portion of the mobile phone case according to the present invention;
FIG. 6 is a top view of FIG. 4;
FIG. 7 is a partial cross-sectional view of the extendable portion of FIG. 6 sliding to the left within the main body portion;
fig. 8 is a partial cross-sectional view of the side view of fig. 4.
In the figure: the mobile phone cover comprises a mobile phone cover 1, a main body part 11, an extension part 12, a horizontal base plate 111, a first bent edge base 112, a first clamping press buckle 113, a push plate 121, a second bent edge base 122, a first spring 123, a second clamping press buckle 124, a second spring 125, a sliding groove a, a limiting groove b and a groove c.
Detailed Description
With reference to fig. 1 to 8, a mock test method and a mock test device based on the man-in-the-middle agent technology according to the embodiments of the present invention are described as follows:
the mock testing method based on the man-in-the-middle agent technology comprises the following procedures:
the application client sets up the pre-connected man-in-the-middle agent service through the system agents of the mobile phone and the PC, and then initiates a mock data request without any change of the application client;
the man-in-the-middle agent intercepts the mock data request and transmits the mock data request of the client to the application server;
after receiving the mock data request sent by the broker agent, the application server responds to the mock data request sent by the broker agent and returns a corresponding mock primary response result to the broker agent;
after receiving the mock primary response result sent by the application server, the broker agent initiates a query request aiming at the mock primary response result to the mock platform;
after receiving the query request of the broker agent, the mock platform performs interface matching according to the configuration condition of the mock platform, responds to the query request of the broker agent, and returns a corresponding mock secondary response result to the broker agent;
after receiving the mock secondary response result sent by the mock platform, the broker agent judges the validity of the mock secondary response result, if the mock secondary response result is illegal, the mock primary response result is returned, and if the mock secondary response result is legal, the mock secondary response result is returned;
the broker agent is a network agent service, and can run locally or in a cloud;
the mock platform is a cloud service, and can be used for manually configuring input data and output data of an interface and processing a query request of a man-in-the-middle agent.
Further, the broker agent received by the mock platform queries a request for a result of a mock response, where the request includes all information requested by the application client.
Further, the mock platform analyzes the interface information called by the application client from the query request of the broker agent.
Further, the parsed interface information called by the application client may be a request path.
Further, the mock platform queries whether the mock platform stores configuration data corresponding to a request path called by the application client from a query request of the broker agent, and the configuration data are manually recorded into the mock platform in advance.
Further, if the mock platform inquires that the configuration data corresponding to the request path called by the application client is stored in the mock platform, the mock platform returns the configured data response of the system to the broker agent; and if the configuration data corresponding to the request path called by the application client is not stored, the mock platform returns an illegal response to the broker agent.
Furthermore, the response returned by the mock platform to the broker agent, whether the data response configured by the system is returned to the broker agent or the illegal response is returned to the broker agent, is presented in the form of a mock secondary response result.
A mock test device based on a man-in-the-middle agent technology is applied to the mock test method, and the device comprises:
the request initiating module is used for sending a mock data request by the application client and sending a mock one-time response result query request of the application server by the broker agent;
the intercepting module is used for intercepting a mock data request sent by a client by a man-in-the-middle agent;
the system comprises a data receiving module, a man-in-the-middle agent and a man-in-the-middle agent, wherein the data receiving module is used for receiving a mock data request of a client sent by the man-in-the-middle agent by an application server, receiving a mock primary response result and a mock secondary response request of a mock platform sent by the application server by the man-in-the-middle agent, and receiving an inquiry request of the man-in-the-middle agent by the mock platform;
the address information extraction module is used for the mock platform to extract the configuration data corresponding to the request path called by the application client stored by the mock platform;
the data generation module is used for generating corresponding mock data by the application server and the mock platform;
and the data pushing module is used for pushing the mock data to the man-in-the-middle agent by the application server and the mock platform.
Furthermore, the application server and the mock script are both based on a database, and compared with the technical scheme that the application server and the mock script are both based on JavaScript, the application has lower requirements for testers and wider application range of the test.
According to the invention, by introducing the man-in-the-middle agent technology, when relevant software testing is carried out, the request of the application client is intercepted on the network layer, and the mock service is dynamically injected, so that the application range is greatly improved without any modification of the application client or a server, additional operation risk is not brought, the flexibility is higher, and the safety of software program operation is greatly improved.
Furthermore, in the mock testing method, the mobile phone used by the application client is preferably a folding smart phone, the folding smart phone comprises a mobile phone body and a mobile phone cover 1, wherein the mobile phone cover 1 consists of a main body part 11 and an extension part 12, and the extension part 12 can horizontally move in the main body part 11 according to whether the smart phone is folded or not; the mobile phone cover can be converted into mobile phone covers suitable for different shapes according to the folding condition of the mobile phone, so that the mobile phones in different physical states can be protected.
The main body 11 is composed of a horizontal substrate 111 which is tiled and a first bending side seat 112 which is bent upwards along the edge of the horizontal substrate 111, a sliding groove a which can be used for the extending part 12 to move left and right is arranged on the horizontal substrate 111, and limiting grooves b are symmetrically arranged on the upper side and the lower side of the sliding groove a.
The extension part 12 consists of a push plate 121 which is tiled and a second bent edge seat 122 which is bent upwards along the edge of the push plate 121, the push plate 121 is slidably embedded into a sliding groove a of the main body part 11, and the upper side and the lower side of the push plate 121 are provided with limit blocks which are clamped into limit grooves b in the main body part 11; the push plate 121 is connected with the inner side wall of the sliding groove a of the main body part 11 through a first spring 123; when the mobile phone is in a fully folded state, the extension part 12 is fully embedded into the main body part 11, and when the mobile phone is in the fully extended state, the extension part 12 slides leftwards in the main body part 11 to the maximum distance that the extension part 12 can limit, so that the fully folded mobile phone is fully coated; the first spring 123 is used for applying a right tensile force to the extension part 12, and when the mobile phone cover provided by the invention is used for clamping a mobile phone, under the bidirectional action of the force, the left end and the right end of the mobile phone cover provided by the invention can provide a firmer clamping force for the mobile phone in the left-right direction.
Grooves c are formed in the first bending side seat 112 of the main body part 11 and the second bending side seat 122 of the extension part 12; the upper end, the right end and the lower end of the first bending edge base 112 are respectively provided with a first clamping pressing buckle 113, and the first clamping pressing buckles 113 are arranged independently; the upper end, the left end and the lower end of the second bent side seat 122 are respectively provided with a second clamping pressing buckle 124, and the second clamping pressing buckles 124 are also independently arranged; the first clamping pressing buckle 113 and the second clamping pressing buckle 124 are respectively installed in the groove c of the corresponding bending side seat through a second spring 125.
Referring to the two existing folding mobile phone models in the drawings of the application, the first clamping pressing buttons 113 and the second clamping pressing buttons 124 are arranged independently, so that the aim of performing targeted clamping on different situations of the mobile phone in the up, down, left and right directions can be better achieved, and the adaptability of the mobile phone case is improved; meanwhile, the first clamping pressing buckle 113 and the second clamping pressing buckle 124 are respectively arranged in the groove c of the corresponding bent side seat through a second spring 125, so that the purposes of enabling the first clamping pressing buckle and the second clamping pressing buckle to be capable of being pulled out along with the increase of the overall height of the folded mobile phone during folding so as to coat the upper end of the folded mobile phone on one hand and enabling the upper end of the folded mobile phone to be coated better under the condition of the flexible stretching force of the springs on the other hand are achieved; therefore, the mobile phone cover can better adapt to two types of folding mobile phones as shown in the attached figures of the application; it is worth emphasizing that all the motions of the mobile phone case are manually operated.
In the description of the present invention, it is to be understood that the indicated orientations or positional relationships are based on the orientations or positional relationships shown in the drawings and are only for convenience in describing the present invention and simplifying the description, but are not intended to indicate or imply that the indicated devices or elements must have a particular orientation, be constructed and operated in a particular orientation, and therefore, should not be taken as limiting the scope of the present invention.
While the invention has been described with reference to specific embodiments, it will be understood by those skilled in the art that various changes may be made and equivalents may be substituted without departing from the scope of the invention. In addition, many modifications may be made to adapt a particular situation or material to the teachings of the invention without departing from its scope. Therefore, it is intended that the invention not be limited to the particular embodiment disclosed, but that the invention will include all embodiments falling within the scope of the appended claims.

Claims (3)

1. The utility model provides a mock testing arrangement based on man-in-the-middle agent technique which characterized in that: the mock testing device is applied to a mock testing method based on a man-in-the-middle agent technology, and the mock testing method comprises the following steps:
the application client sets up the pre-connected man-in-the-middle agent service through the system agents of the mobile phone and the PC, and then initiates a mock data request;
the man-in-the-middle agent intercepts the mock data request and transmits the mock data request of the client to the application server;
after receiving the mock data request sent by the broker agent, the application server responds to the mock data request sent by the broker agent and returns a corresponding mock primary response result to the broker agent;
after receiving the mock primary response result sent by the application server, the broker agent initiates a query request aiming at the mock primary response result to the mock platform;
after receiving the query request of the broker agent, the mock platform performs interface matching according to the configuration condition of the mock platform, responds to the query request of the broker agent, and returns a corresponding mock secondary response result to the broker agent;
after receiving the mock secondary response result sent by the mock platform, the broker agent judges the validity of the mock secondary response result, if the mock secondary response result is illegal, the mock primary response result is returned, and if the mock secondary response result is legal, the mock secondary response result is returned;
the man-in-the-middle agent is a network agent service and operates locally or in a cloud end;
the mock platform is a cloud service, and is used for processing an inquiry request of a man-in-the-middle agent through input data and output data of a manual configuration interface of the mock platform;
the mock testing device comprises:
the request initiating module is used for sending a mock data request by the application client and sending a mock one-time response result query request of the application server by the broker agent;
the intercepting module is used for intercepting a mock data request sent by a client by a man-in-the-middle agent;
the system comprises a data receiving module, a man-in-the-middle agent and a man-in-the-middle agent, wherein the data receiving module is used for receiving a mock data request of a client sent by the man-in-the-middle agent by an application server, receiving a mock primary response result and a mock secondary response request of a mock platform sent by the application server by the man-in-the-middle agent, and receiving an inquiry request of the man-in-the-middle agent by the mock platform;
the address information extraction module is used for the mock platform to extract the configuration data corresponding to the request path called by the application client stored by the mock platform;
the data generation module is used for generating corresponding mock data by the application server and the mock platform;
and the data pushing module is used for pushing the mock data to the man-in-the-middle agent by the application server and the mock platform.
2. The mock testing device based on the man-in-the-middle agent technology as claimed in claim 1, wherein: the application server and the mock script are based on a database.
3. The mock testing device based on the man-in-the-middle agent technology as claimed in claim 1, wherein: the mobile phone used by the application client is preferably a folding smart mobile phone, the folding smart mobile phone comprises a mobile phone body and a mobile phone cover (1), wherein the mobile phone cover (1) consists of a main body part (11) and an extension part (12), and the extension part (12) can horizontally move in the main body part (11) according to whether the smart mobile phone is folded or not;
the main body part (11) consists of a horizontal substrate (111) which is tiled and a first bent edge seat (112) which is bent upwards along the edge of the horizontal substrate (111), a sliding groove (a) which can be used for the stretching part (12) to move left and right is arranged on the horizontal substrate (111), and limiting grooves (b) are symmetrically arranged on the upper side and the lower side of the sliding groove (a);
the extension part (12) consists of a push plate (121) which is tiled and a second bent edge seat (122) which is bent upwards along the edge of the push plate (121), the push plate (121) can be slidably embedded into a sliding groove (a) of the main body part (11), and the upper side and the lower side of the push plate (121) are provided with limit blocks which are clamped into limit grooves (b) in the main body part (11); the push plate (121) is connected with the inner side wall of the sliding groove (a) of the main body part (11) through a first spring (123);
grooves (c) are formed in the first bending side seat (112) of the main body part (11) and the second bending side seat (122) of the extension part (12); the upper end, the right end and the lower end of the first bending edge seat (112) are respectively provided with a first clamping pressing buckle (113), and the first clamping pressing buckles (113) are arranged independently; the upper end, the left end and the lower end of the second bending side seat (122) are respectively provided with a second clamping press buckle (124), and the second clamping press buckles (124) are also mutually and independently arranged; the first clamping pressing buckle (113) and the second clamping pressing buckle (124) are respectively installed in the grooves (c) of the corresponding bending side seats through second springs (125).
CN202010027723.6A 2019-07-17 2019-07-17 Mock testing arrangement based on middle person agent technique Active CN111198824B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010027723.6A CN111198824B (en) 2019-07-17 2019-07-17 Mock testing arrangement based on middle person agent technique

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202010027723.6A CN111198824B (en) 2019-07-17 2019-07-17 Mock testing arrangement based on middle person agent technique
CN201910643906.8A CN110362491B (en) 2019-07-17 2019-07-17 Mock testing method and testing device based on man-in-the-middle agent technology

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
CN201910643906.8A Division CN110362491B (en) 2019-07-17 2019-07-17 Mock testing method and testing device based on man-in-the-middle agent technology

Publications (2)

Publication Number Publication Date
CN111198824A CN111198824A (en) 2020-05-26
CN111198824B true CN111198824B (en) 2022-03-25

Family

ID=68219991

Family Applications (2)

Application Number Title Priority Date Filing Date
CN201910643906.8A Active CN110362491B (en) 2019-07-17 2019-07-17 Mock testing method and testing device based on man-in-the-middle agent technology
CN202010027723.6A Active CN111198824B (en) 2019-07-17 2019-07-17 Mock testing arrangement based on middle person agent technique

Family Applications Before (1)

Application Number Title Priority Date Filing Date
CN201910643906.8A Active CN110362491B (en) 2019-07-17 2019-07-17 Mock testing method and testing device based on man-in-the-middle agent technology

Country Status (1)

Country Link
CN (2) CN110362491B (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112906017B (en) * 2021-01-29 2024-03-26 北京达佳互联信息技术有限公司 Processing method, device and server for encrypted data test
CN113630468B (en) * 2021-08-16 2023-12-22 上海观安信息技术股份有限公司 Dynamic proxy method
CN117729253A (en) * 2024-02-18 2024-03-19 上海任意门科技有限公司 Chat scene reproduction method, system, storage medium and electronic equipment

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105187406A (en) * 2015-08-14 2015-12-23 安徽新华博信息技术股份有限公司 Man in the middle monitoring system adopting configurable way for HTTPS (Hypertext Transfer Protocol over Secure Socket Layer)
US9407663B1 (en) * 2011-09-28 2016-08-02 Emc Corporation Method and apparatus for man-in-the-middle agent-assisted client filtering
CN106970873A (en) * 2017-01-10 2017-07-21 阿里巴巴集团控股有限公司 Mock method of testings, apparatus and system on line
CN108199921A (en) * 2017-12-29 2018-06-22 上海瑞家信息技术有限公司 The method, apparatus and storage medium of a kind of simulation test
CN108345535A (en) * 2017-12-26 2018-07-31 阿里巴巴集团控股有限公司 Mock test methods, device and equipment
CN109656807A (en) * 2018-11-01 2019-04-19 平安科技(深圳)有限公司 Interface mock test method, device, equipment and storage medium based on information security

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20130275357A1 (en) * 2012-04-11 2013-10-17 Henry Arnold Algorithm and structure for creation, definition, and execution of an spc rule decision tree
CN107368405B (en) * 2016-05-11 2021-11-09 腾讯科技(北京)有限公司 Test system, test method, mock platform, interceptor and client
US10778642B2 (en) * 2017-12-23 2020-09-15 Mcafee, Llc Decrypting transport layer security traffic without man-in-the-middle proxy
CN109743222A (en) * 2018-12-25 2019-05-10 瑞庭网络技术(上海)有限公司 A kind of data test method and relevant device

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9407663B1 (en) * 2011-09-28 2016-08-02 Emc Corporation Method and apparatus for man-in-the-middle agent-assisted client filtering
CN105187406A (en) * 2015-08-14 2015-12-23 安徽新华博信息技术股份有限公司 Man in the middle monitoring system adopting configurable way for HTTPS (Hypertext Transfer Protocol over Secure Socket Layer)
CN106970873A (en) * 2017-01-10 2017-07-21 阿里巴巴集团控股有限公司 Mock method of testings, apparatus and system on line
CN108345535A (en) * 2017-12-26 2018-07-31 阿里巴巴集团控股有限公司 Mock test methods, device and equipment
CN108199921A (en) * 2017-12-29 2018-06-22 上海瑞家信息技术有限公司 The method, apparatus and storage medium of a kind of simulation test
CN109656807A (en) * 2018-11-01 2019-04-19 平安科技(深圳)有限公司 Interface mock test method, device, equipment and storage medium based on information security

Also Published As

Publication number Publication date
CN110362491B (en) 2020-02-21
CN111198824A (en) 2020-05-26
CN110362491A (en) 2019-10-22

Similar Documents

Publication Publication Date Title
CN111198824B (en) Mock testing arrangement based on middle person agent technique
US20230208912A1 (en) Reusable multimodal application
CN105610938B (en) Logging state synchronous method and system
EP2854433A1 (en) Method, system and related device for realizing virtual sim card
CN109168165A (en) Mobile terminal application login method and device
CN103997452A (en) Information sharing method and apparatus among multiple platforms
FI3704834T3 (en) Integrating cloud applications into a cloud service broker platform using an automated, universal connector package
CN108989322A (en) data transmission method, mobile terminal and computer readable storage medium
CN108920366A (en) One seed application adjustment method, apparatus and system
CN110780876A (en) Web development front-end and back-end separation authority control method and system
CN110300096A (en) Self checking method, apparatus, equipment and storage medium based on local certificate
CN110308846A (en) A kind of generation of two-dimension translational puzzle type identifying code and verification method
CN103024741A (en) Short message authentication method and system
CN106572081A (en) Login authority verifying method
CN106203021A (en) The application login method of a kind of many certification modes integration and system
CN110213303A (en) A kind of mobile terminal single-point logging method and system based on 5G network
CN103354561A (en) Pushing method, processing method, and pushing device for configuration information
KR101404764B1 (en) Single Sign On Method at Mobile Device
CN107277067B (en) Third-party system docking method based on unified developer account
CN107172076B (en) Security verification method, mobile terminal and server side
CN105825593A (en) Locker management system for acquiring dynamic passwords based on mobile terminal
CN109525485A (en) A kind of message leaving method and terminal device
CN109255226A (en) Mouse and its use control method, electronic equipment, storage medium
CN108804328A (en) Android application compatibility test method
CN105354499A (en) Virus searching and killing method and device

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant