CN115203015A - Interface full-flow integrated management system - Google Patents

Interface full-flow integrated management system Download PDF

Info

Publication number
CN115203015A
CN115203015A CN202210541422.4A CN202210541422A CN115203015A CN 115203015 A CN115203015 A CN 115203015A CN 202210541422 A CN202210541422 A CN 202210541422A CN 115203015 A CN115203015 A CN 115203015A
Authority
CN
China
Prior art keywords
module
interface
management
test
api interface
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.)
Pending
Application number
CN202210541422.4A
Other languages
Chinese (zh)
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.)
Bank of China Ltd
Original Assignee
Bank of China 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 Bank of China Ltd filed Critical Bank of China Ltd
Priority to CN202210541422.4A priority Critical patent/CN115203015A/en
Publication of CN115203015A publication Critical patent/CN115203015A/en
Pending legal-status Critical Current

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/3696Methods or tools to render software testable
    • 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/368Test management for test version control, e.g. updating test cases to a new software version

Abstract

The embodiment of the application provides an interface full-flow integrated management system, which relates to the field of software testing and comprises: the system comprises a user management module, an Api interface configuration and management module, an interface automation test module and a test simulation Mock module; the method and the device can effectively enhance the uniformity and consistency of the test, reduce the complexity of the Api interface management and the maintenance cost, and have high autonomy.

Description

Interface full-flow integrated management system
Technical Field
The application relates to the field of software testing, can also be used in the field of finance, and in particular relates to an interface full-flow integrated management system.
Background
In the prior art, api management does not form a uniform automatic full-flow process, the steps of creating, maintaining, testing, version management and the like are mainly completed manually by various development testers, and the problems of low reusability, non-uniform version management, numerous repetitive work, low overall efficiency and the like exist.
Meanwhile, in the testing process of each system, the adopted technical tools are various, for example, between testing tools such as Swagger, self-developed Mock tool and Postman, data cannot be obtained, the global unified test is realized, and the full-flow integrated management of the Api interface is difficult to form.
Disclosure of Invention
Aiming at the problems in the prior art, the application provides an interface full-flow integrated management system which can effectively enhance the uniformity and consistency of tests, reduce the complexity of Api interface management and maintenance cost and has high autonomy.
In order to solve at least one of the above problems, the present application provides the following technical solutions:
in a first aspect, the present application provides an interface full-process integrated management system, including:
the user management module is used for storing the mapping relation between the user role and the authority and is configured with an interface version library corresponding to the user role;
the system comprises an Api interface configuration and management module, a user management module and a test case generation module, wherein the Api interface configuration and management module is connected with the user management module and is used for maintaining an interface version base configured by the user management module according to a set data standard format and generating a corresponding test case;
the interface automatic testing module is connected with the Api interface configuration and management module and is used for acquiring a testing case generated by the Api interface configuration and management module and generating a simulation message request;
the test simulation Mock module is connected with the interface automation test module and used for receiving a simulation message request sent by the interface automation test module and responding and returning according to a local Mock database.
The system further comprises an Api interface management version management module, wherein the Api interface management version management module is connected with the Api interface configuration and management module, and the Api interface management version management module is used for receiving the interface version information asynchronously uploaded by the Api interface configuration and management module.
The system further comprises an Api interface management visualization module, wherein the Api interface management visualization module is connected with the Api interface management version management module, and the Api interface management visualization module is used for visually displaying the interface version information to a user.
Furthermore, the Api interface management visualization module further comprises a test strategy configuration sub-module, the test strategy configuration sub-module is connected with the user side and the interface automation test module, and the test strategy configuration sub-module is used for receiving the test strategy sent by the user side and sending the test strategy to the interface automation test module.
Furthermore, the Api interface management visualization module further includes a timing task configuration submodule, the timing task configuration submodule is connected to the user side and the interface automation test module, and the timing task configuration submodule is configured to receive a timing task sent by the user side and send the timing task to the interface automation test module.
Further, the Api interface management visualization module further includes a task running state monitoring submodule, the task running state monitoring submodule is connected to the interface automation test module, and the task running state monitoring submodule is configured to receive task state feedback sent by the interface automation test module.
Further, the Api interface management visualization module further comprises a Mock data configuration submodule, the Mock data configuration submodule is connected with the user side and the test simulation Mock module, and the Mock data configuration submodule is used for receiving Mock configuration data sent by the user side and sending the Mock configuration data to the test simulation Mock module.
Furthermore, the Api interface management visualization module further includes an Api interface version display sub-module, the Api interface version display sub-module is connected to the Api interface version management module, and the Api interface version display sub-module is configured to display interface version information sent by the Api interface version management module.
Furthermore, the Api interface management visualization module further comprises a test summary statistics submodule, the test summary statistics submodule is connected with the test simulation Mock module, and the test summary statistics submodule is used for displaying joint debugging statistics feedback sent by the test simulation Mock module.
Further, the interface automation test module further comprises a task scheduler, and the task scheduler is used for sending the simulation message request to the corresponding computing node.
In a second aspect, the present application provides an electronic device, which includes a memory, a processor, and a computer program stored in the memory and executable on the processor, wherein the processor implements the interface full-flow integrated management system when executing the program.
In a third aspect, the present application provides a computer-readable storage medium, on which a computer program is stored, which, when executed by a processor, implements the interface full-flow integrated management system.
In a fourth aspect, the present application provides a computer program product comprising computer programs/instructions which, when executed by a processor, implement the interface full flow integrated management system.
According to the technical scheme, the interface full-flow integrated management system provided by the application can effectively enhance the uniformity and consistency of the test, reduce the management complexity and maintenance cost of the Api interface and has high autonomy by arranging the user management module, the Api interface configuration and management module, the interface automatic test module and the test simulation Mock module.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings needed to be used in the description of the embodiments or the prior art will be briefly introduced below, and it is obvious that the drawings in the following description are some embodiments of the present application, and it is obvious for those skilled in the art to obtain other drawings based on these drawings without creative efforts.
Fig. 1 is a schematic overall structure diagram of an interface full-flow integrated management system in an embodiment of the present application;
FIG. 2 is a schematic structural diagram of an interface full-flow integrated management system in an embodiment of the present application;
fig. 3 is a schematic structural diagram of an Api interface management visualization module in an embodiment of the present application;
fig. 4 is a schematic structural diagram of an electronic device in an embodiment of the present application.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present application clearer, the technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are some embodiments of the present application, but not all embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
According to the technical scheme, the data acquisition, storage, use, processing and the like meet the relevant regulations of national laws and regulations.
In consideration of the problems that in the prior art, api management does not form a unified automatic full-flow process, the steps of creating, maintaining, testing, version management and the like are mainly completed manually by various development and testing personnel, and the problems of low reusability, non-unified version management, numerous repetitive work, low overall efficiency and the like exist.
In order to effectively enhance the uniformity and consistency of the test, reduce the complexity of Api interface management and maintenance cost, and achieve high autonomy, the present application provides an embodiment of an interface full-process integrated management system, which specifically includes the following contents, with reference to fig. 1 and fig. 2:
the system comprises a user management module 10, wherein the user management module 10 is used for storing the mapping relation between the user role and the authority, and is configured with an interface version library corresponding to the user role.
Optionally, the user management module 10 of the present application may be implemented by using a Spring technology stack, may have core functions such as user login and authority control, may perform dimension maintenance according to roles, authority, and the like, including roles of front and rear developers, testers, and the like, and supports configuring an Api version library according to the roles. After the user logs in, the user management module 10 sends the information of successful synchronous login to the Api interface management visualization module 50, and asynchronously pushes role authority information to the interface configuration module through the MQ, so as to control access authority according to roles, and finally completes URL redirection to the interface configuration management module to display a webpage.
The Api interface configuration and management module 20, the Api interface configuration and management module 20 is connected to the user management module 10, and the Api interface configuration and management module 20 is configured to maintain an interface version library configured by the user management module 10 according to a set data specification format and generate a corresponding test case.
Optionally, the Api interface configuration and management module 20 of the present application may provide an Api interface maintenance function, maintain an interface field according to an OpenApi format, and persist an Api interface text into a database; the database is isolated and managed according to the role information pushed by the user management module 10, and authentication control is performed according to corresponding authority; when the Api interface changes, starting a process to asynchronously push the interface to a version management module, wherein the process comprises information such as interface files, submitters, branch information, submission time and version numbers; and meanwhile, aiming at the interface information maintained by the user, automatically generating a corresponding test case and a corresponding message and transmitting the test case and the message to an automatic test module.
The interface automation test module 30 is connected to the Api interface configuration and management module 20, and the interface automation test module 30 is configured to obtain a test case generated by the Api interface configuration and management module 20 and generate a simulation message request.
Optionally, the interface automation test module 30 of the present application may have two strategies, for example, two ways of triggering by manual configuration and triggering by a timer. The module provides an operation page integrated in an interface management visualization module main station for a user to perform operations such as strategy configuration, timing parameter input, test rework and the like; meanwhile, distributing a test Task to each Worker node through a Task scheduler in the module, collecting each Task state in real time to carry out Task state statistics, and displaying the Task state statistics back to a visualization module for operation and maintenance personnel to use; when a test task is carried out, the module initiates a request to the Mock module depending on the Postman core component, and regression testing is carried out on each test case in a mode of sending simulation messages in batches.
The testing simulation Mock module 40 is connected with the interface automation testing module 30, and the testing simulation Mock module 40 is used for receiving a simulation message request sent by the interface automation testing module 30 and responding and returning according to a local Mock database.
Optionally, the test simulation Mock module 40 of the present application may display a page integrated in the interface management visualization module master station, so that a tester configures Mock data, and responds and feeds back a request sent by the automated test module; the module also has persistence capability and higher reliability. In the implementation, the module is deployed on a WEB server, the front-end adaptability and the hot start efficiency are considered, finally, nodejs is adopted for construction, when a test front end sends a request, the Mock module reads a data value pre-configured by a tester in a database, completes HTTP message splicing according to an API (application program interface) format and responds to the request, returns and displays related service data, and achieves the technical goal of inter-system joint debugging decoupling in a combined test stage.
As can be seen from the above description, the interface full-flow integrated management system provided in the embodiment of the present application can effectively enhance the uniformity and consistency of the test, reduce the complexity of Api interface management and maintenance cost, and have high autonomy by setting the user management module 10, the Api interface configuration and management module 20, the interface automation test module 30, and the test simulation Mock module 40.
As an optional embodiment, the apparatus further includes an Api interface management version management module, where the Api interface management version management module is connected to the Api interface configuration and management module 20, and the Api interface management version management module is configured to receive the interface version information asynchronously uploaded by the Api interface configuration and management module 20.
Optionally, the Api interface management version management module of the present application may be implemented by depending on a Git warehouse built in an intranet environment, provide a version management function, interface the configuration management module and the visualization management module, receive an Api interface file transmitted by the configuration management module, and record complete version information of each interface, including an operator, operation time, modification records, and the like, through control of dimensions such as branches and nodes; and through the native component, the version visualization function is provided and is mounted on the visualization management module main station.
As an optional embodiment, the system further includes an Api interface management visualization module 50, where the Api interface management visualization module 50 is connected to the Api interface management version management module, and the Api interface management visualization module 50 is configured to visually display the interface version information to the user.
Optionally, the Api interface management visualization module 50 of the present application may rely on Session login information synchronized with user management, and integrate and interface with other modules through an iFrame page, so as to provide a master station function of the system, show the user that the Api interface management is from development and maintenance to the final automatic test completion of the full life cycle management and control process of the statistical report, and communicate with each background module through each sub-interface at each key process node, serve each role user, break through interface island management between development and test, and implement the full link visualization function from establishment, maintenance, version tracking, operation state monitoring to statistical analysis.
Referring to fig. 3, as an alternative embodiment, the Api interface management visualization module 50 further includes a test policy configuration submodule 51, where the test policy configuration submodule 51 is connected to the user side and the interface automation test module 30, and the test policy configuration submodule 51 is configured to receive the test policy sent by the user side and send the test policy to the interface automation test module 30.
The Api interface management visualization module 50 further includes a timing task configuration submodule 52, the timing task configuration submodule 52 is connected to the user side and the interface automation test module 30, and the timing task configuration submodule 52 is configured to receive a timing task sent by the user side and send the timing task to the interface automation test module 30.
The Api interface management visualization module 50 further includes a task running state monitoring submodule 53, where the task running state monitoring submodule 53 is connected to the interface automation test module 30, and the task running state monitoring submodule 53 is configured to receive task state feedback sent by the interface automation test module 30.
The Api interface management visualization module 50 further includes a Mock data configuration sub-module 54, the Mock data configuration sub-module 54 is connected to the user side and the test simulation Mock module 40, and the Mock data configuration sub-module 54 is configured to receive Mock configuration data sent by the user side and send the Mock configuration data to the test simulation Mock module 40.
The Api interface management visualization module 50 further includes an Api interface version display sub-module 55, where the Api interface version display sub-module 55 is connected to the Api interface version management module, and the Api interface version display sub-module 55 is configured to display interface version information sent by the Api interface version management module.
The Api interface management visualization module 50 further includes a test summarizing statistic submodule 56, the test summarizing statistic submodule 56 is connected to the test simulation Mock module 40, and the test summarizing statistic submodule 56 is configured to display joint debugging statistic feedback sent by the test simulation Mock module 40.
As an optional embodiment, the interface automation test module 30 further includes a task scheduler, and the task scheduler is configured to send the simulation message request to the corresponding computing node.
In a specific embodiment, for example, the application takes the total flow maintenance of the UserLogin API of the internet bank login interface as an example, a developer first completes the login of the management system according to the user information preconfigured in the user management module 10. Completing the entry of an online bank login API on a page provided by a management system, wherein the entry comprises a request item: data items of UserID, PWD, SALT, and the like, and response items: the data items such as LoginStatus, session ID, etc., and key information such as whether each data item must be lost, whether the data item can be empty, data limitation, etc. The user management module 10 pushes the user information and the API detailed information to the interface configuration and management module in the form of asynchronous messages, so as to complete the subbase landing storage according to the comprehensive dimensions of roles, business functions and the like, meanwhile, the module sets the version information of the interface to be 1.0, and sends the related information to the version management module, and the subsequent version management module finishes the work of source code tracking, data item version tracking and the like; meanwhile, when a new interface maintenance event occurs, the automatic test module pulls data items in the configuration module database in real time, starts a test thread and sends a request to the test simulation module; when the user management module 10 performs interface addition operation, the user presets values at the same time and sends the values to the Mock module, the Mock module completes message splicing and responses to the automatic testing module, and finally the new interface testing work is completed in a full automatic mode; and finally, the modules gather and feed back the data such as the execution information, the version information, the test result and the like to the visual management module, and the module sends a notification prompt to a user management page after receiving the data so that a developer and a tester can know the detailed API information at the first time. As described above, the full-flow integrated management of the API interface is finally completed.
As can be seen from the above, the present application can achieve at least the following technical effects:
a. the method breaks through the barriers of all roles such as front-end developers, rear-end developers, testers, operation and maintenance personnel and the like by unifying the view angles of a user system, configures corresponding functions and authorities according to the roles, isolates and manages the Api interface libraries under the roles, realizes unified configuration management of users, and improves the cooperative efficiency of cross-team and even department
b. The interface management process is planned in a unified mode, key stages including adding, maintaining, modifying, recording and retaining, testing, statistical analysis and the like are included, functional boundaries of sub-modules of the system are divided, existing zero-scattering and vertical-shaft-type Api interface management is integrated through the sub-modules, full-process full-role sharing is achieved, and project delivery speed is greatly improved.
c. Based on the data format protocol of OpenApi 3.0 standard in the industry, the interface is subjected to standardized management, the interface languages of various roles and personnel are aligned uniformly, the later maintenance cost is greatly reduced, and the interconnection and communication among various modules in the system are simple and easy to implement.
d. Through role unified maintenance, data isolation management, flexible authority configuration, version traceability, automatic generation of test messages and Mock response, the role and flow communication is realized, the island management of the interface is broken, the standardization is realized according to the principle of unification, sharing and multiplexing, and the whole Api interface management system is standardized.
In order to effectively enhance the uniformity and consistency of the test, reduce the management complexity and maintenance cost of the Api interface, and have high autonomy in the hardware aspect, the present application provides an embodiment of an electronic device for implementing all or part of the contents in the interface full-flow integrated management system, where the electronic device specifically includes the following contents:
a processor (processor), a memory (memory), a communication Interface (Communications Interface), and a bus; the processor, the memory and the communication interface complete mutual communication through the bus; the communication interface is used for realizing information transmission between the interface full-flow integrated management system and relevant equipment such as a core service system, a user terminal, a relevant database and the like; the logic controller may be a desktop computer, a tablet computer, a mobile terminal, and the like, but the embodiment is not limited thereto. In this embodiment, the logic controller may be implemented with reference to the embodiment of the interface full-flow integrated management system in the embodiment and the embodiment of the interface full-flow integrated management system, and the contents thereof are incorporated herein, and repeated details are not repeated here.
It is understood that the user terminal may include a smart phone, a tablet electronic device, a network set-top box, a portable computer, a desktop computer, a Personal Digital Assistant (PDA), a vehicle-mounted device, a smart wearable device, and the like. Wherein, intelligence wearing equipment can include intelligent glasses, intelligent wrist-watch, intelligent bracelet etc..
In practical applications, part of the interface full-flow integrated management system may be executed on the electronic device side as described above, or all operations may be completed in the client device. The selection may be specifically performed according to the processing capability of the client device, the limitation of the user usage scenario, and the like. This is not a limitation of the present application. The client device may further include a processor if all operations are performed in the client device.
The client device may have a communication module (i.e., a communication unit), and may be communicatively connected to a remote server to implement data transmission with the server. The server may include a server on the task scheduling center side, and in other implementation scenarios, the server may also include a server on an intermediate platform, for example, a server on a third-party server platform that is communicatively linked to the task scheduling center server. The server may include a single computer device, or may include a server cluster formed by a plurality of servers, or a server structure of a distributed apparatus.
Fig. 4 is a schematic block diagram of a system configuration of an electronic device 9600 according to an embodiment of the present application. As shown in fig. 4, the electronic device 9600 can include a central processor 9100 and a memory 9140; the memory 9140 is coupled to the central processor 9100. Notably, this fig. 4 is exemplary; other types of structures may also be used in addition to or in place of the structure to implement telecommunications or other functions.
In one embodiment, the interface full-flow integrated management system function may be integrated into the central processor 9100.
As can be seen from the above description, the electronic device provided in the embodiment of the present application, by setting the user management module, the Api interface configuration and management module, the interface automation test module, and the test simulation Mock module, can effectively enhance the uniformity and consistency of the test, reduce the Api interface management complexity and maintenance cost, and have high autonomy.
In another embodiment, the interface full-process integrated management system may be configured separately from the central processing unit 9100, for example, the interface full-process integrated management system may be configured as a chip connected to the central processing unit 9100, and the function of the interface full-process integrated management system may be implemented by the control of the central processing unit.
As shown in fig. 4, the electronic device 9600 may further include: a communication module 9110, an input unit 9120, an audio processor 9130, a display 9160, and a power supply 9170. It is noted that the electronic device 9600 also does not necessarily include all of the components shown in fig. 4; further, the electronic device 9600 may further include components not shown in fig. 4, which may be referred to in the art.
As shown in fig. 4, a central processor 9100, sometimes referred to as a controller or operational control, can include a microprocessor or other processor device and/or logic device, which central processor 9100 receives input and controls the operation of the various components of the electronic device 9600.
The memory 9140 can be, for example, one or more of a buffer, a flash memory, a hard drive, a removable media, a volatile memory, a non-volatile memory, or other suitable device. The information relating to the failure may be stored, and a program for executing the information may be stored. And the central processing unit 9100 can execute the program stored in the memory 9140 to realize information storage or processing, or the like.
The input unit 9120 provides input to the central processor 9100. The input unit 9120 is, for example, a key or a touch input device. Power supply 9170 is used to provide power to electronic device 9600. The display 9160 is used for displaying display objects such as images and characters. The display may be, for example, but is not limited to, an LCD display.
The memory 9140 can be a solid state memory, e.g., read Only Memory (ROM), random Access Memory (RAM), a SIM card, or the like. There may also be a memory that holds information even when power is off, can be selectively erased, and is provided with more data, an example of which is sometimes called an EPROM or the like. The memory 9140 could also be some other type of device. Memory 9140 includes a buffer memory 9141 (sometimes referred to as a buffer). The memory 9140 may include an application/function storage portion 9142, the application/function storage portion 9142 being used for storing application programs and function programs or for executing a flow of operations of the electronic device 9600 by the central processor 9100.
The memory 9140 can also include a data store 9143, the data store 9143 being used to store data, such as contacts, digital data, pictures, sounds, and/or any other data used by an electronic device. The driver storage portion 9144 of the memory 9140 may include various drivers for the electronic device for communication functions and/or for performing other functions of the electronic device (e.g., messaging applications, contact book applications, etc.).
The communication module 9110 is a transmitter/receiver 9110 that transmits and receives signals via an antenna 9111. The communication module (transmitter/receiver) 9110 is coupled to the central processor 9100 to provide input signals and receive output signals, which may be the same as in the case of a conventional mobile communication terminal.
Based on different communication technologies, a plurality of communication modules 9110, such as a cellular network module, a bluetooth module, and/or a wireless local area network module, may be provided in the same electronic device. The communication module (transmitter/receiver) 9110 is also coupled to a speaker 9131 and a microphone 9132 via an audio processor 9130 to provide audio output via the speaker 9131 and receive audio input from the microphone 9132, thereby implementing ordinary telecommunications functions. The audio processor 9130 may include any suitable buffers, decoders, amplifiers and so forth. In addition, the audio processor 9130 is also coupled to the central processor 9100, thereby enabling recording locally through the microphone 9132 and enabling locally stored sounds to be played through the speaker 9131.
The embodiment of the present application further provides a computer-readable storage medium capable of implementing all the steps in the interface full-flow integrated management system with the execution subject being the server or the client in the above embodiment, where the computer-readable storage medium stores a computer program, and when the computer program is executed by a processor, the computer program implements all the steps in the interface full-flow integrated management system with the execution subject being the server or the client in the above embodiment.
As can be seen from the above description, the computer-readable storage medium provided in the embodiment of the present application, by setting the user management module, the Api interface configuration and management module, the interface automation test module, and the test simulation Mock module, can effectively enhance the uniformity and consistency of the test, reduce the Api interface management complexity and maintenance cost, and have high autonomy.
The embodiments of the present application further provide a computer program product capable of implementing all steps in the interface full-flow integrated management system with the execution subject being a server or a client in the above embodiments, where the computer program/instruction is executed by a processor to implement the steps of the interface full-flow integrated management system.
As can be seen from the above description, the computer program product provided in the embodiment of the present application, by setting the user management module, the Api interface configuration and management module, the interface automation test module, and the test simulation Mock module, can effectively enhance the uniformity and consistency of the test, reduce the Api interface management complexity and maintenance cost, and have high autonomy.
As will be appreciated by one skilled in the art, embodiments of the present invention may be provided as a method, apparatus, or computer program product. Accordingly, the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present invention may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present invention has been described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (devices), and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flowchart illustrations and/or block diagrams, and combinations of flows and/or blocks in the flowchart illustrations and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
The principle and the implementation mode of the invention are explained by applying specific embodiments in the invention, and the description of the embodiments is only used for helping to understand the method and the core idea of the invention; meanwhile, for a person skilled in the art, according to the idea of the present invention, there may be variations in the specific embodiments and the application scope, and in summary, the content of the present specification should not be construed as a limitation to the present invention.

Claims (13)

1. An interface full-flow integrated management system, comprising:
the user management module is used for storing the mapping relation between the user role and the authority and is configured with an interface version library corresponding to the user role;
the system comprises an Api interface configuration and management module, a user management module and a test case generation module, wherein the Api interface configuration and management module is connected with the user management module and is used for maintaining an interface version base configured by the user management module according to a set data standard format and generating a corresponding test case;
the interface automatic testing module is connected with the Api interface configuration and management module and is used for acquiring a testing case generated by the Api interface configuration and management module and generating a simulation message request;
the test simulation Mock module is connected with the interface automation test module and used for receiving a simulation message request sent by the interface automation test module and responding and returning according to a local Mock database.
2. The interface full-flow integrated management system according to claim 1, further comprising an Api interface management version management module, wherein said Api interface management version management module is connected to said Api interface configuration and management module, and said Api interface management version management module is configured to receive interface version information asynchronously uploaded by said Api interface configuration and management module.
3. The interface full-flow integrated management system according to claim 2, further comprising an Api interface management visualization module, wherein the Api interface management visualization module is connected to the Api interface management version management module, and the Api interface management visualization module is configured to visually display the interface version information to a user.
4. The interface full-process integrated management system according to claim 3, wherein the Api interface management visualization module further comprises a test policy configuration sub-module, the test policy configuration sub-module is connected to the user side and the interface automation test module, and the test policy configuration sub-module is configured to receive the test policy sent by the user side and send the test policy to the interface automation test module.
5. The interface full-process integrated management system according to claim 3, wherein the Api interface management visualization module further comprises a timing task configuration submodule, the timing task configuration submodule is connected to the user side and the interface automation test module, and the timing task configuration submodule is configured to receive a timing task sent by the user side and send the timing task to the interface automation test module.
6. The interface full-process integrated management system according to claim 3, wherein the Api interface management visualization module further comprises a task running state monitoring submodule, the task running state monitoring submodule is connected to the interface automation test module, and the task running state monitoring submodule is configured to receive task state feedback sent by the interface automation test module.
7. The interface full-process integrated management system according to claim 3, wherein the Api interface management visualization module further comprises a Mock data configuration submodule, the Mock data configuration submodule is connected with the user side and the test simulation Mock module, and the Mock data configuration submodule is configured to receive Mock configuration data sent by the user side and send the Mock configuration data to the test simulation Mock module.
8. The interface full-process integrated management system according to claim 3, wherein said Api interface management visualization module further comprises an Api interface version display sub-module, said Api interface version display sub-module is connected to said Api interface version management module, said Api interface version display sub-module is configured to display interface version information sent by said Api interface version management module.
9. The interface full-flow integrated management system according to claim 3, wherein said Api interface management visualization module further comprises a test summary statistic sub-module, said test summary statistic sub-module is connected to said test simulation Mock module, and said test summary statistic sub-module is configured to display joint debugging statistic feedback sent by said test simulation Mock module.
10. The interface full-flow integrated management system according to claim 1, wherein the interface automation test module further comprises a task scheduler, and the task scheduler is configured to send the simulation message request to the corresponding computing node.
11. An electronic device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, wherein the processor implements the interface full flow integrated management system of any one of claims 1 to 10 when executing the program.
12. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, implements the interface full flow integrated management system according to any one of claims 1 to 10.
13. A computer program product comprising computer program/instructions, characterized in that the computer program/instructions, when executed by a processor, implement the interface full flow integrated management system of any of claims 1 to 10.
CN202210541422.4A 2022-05-17 2022-05-17 Interface full-flow integrated management system Pending CN115203015A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210541422.4A CN115203015A (en) 2022-05-17 2022-05-17 Interface full-flow integrated management system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210541422.4A CN115203015A (en) 2022-05-17 2022-05-17 Interface full-flow integrated management system

Publications (1)

Publication Number Publication Date
CN115203015A true CN115203015A (en) 2022-10-18

Family

ID=83575226

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210541422.4A Pending CN115203015A (en) 2022-05-17 2022-05-17 Interface full-flow integrated management system

Country Status (1)

Country Link
CN (1) CN115203015A (en)

Similar Documents

Publication Publication Date Title
CN111031058A (en) Websocket-based distributed server cluster interaction method and device
CN111159049A (en) Automatic interface testing method and system
CN110908875B (en) Inspection method and device based on operation terminal
CN112615753B (en) Link abnormity tracking method, first node, second node and link
CN110990228A (en) Data interface monitoring method and device
CN108712320B (en) Message pushing method and device
CN115065652B (en) Message reply method and device, storage medium and computer equipment
CN110941563A (en) Automatic script testing method and device
CN112631937A (en) Automatic CAN operation testing method and device for T-Box
CN110750453B (en) HTML 5-based intelligent mobile terminal testing method, system, server and storage medium
CN113741860A (en) Data processing method and device based on RPA robot
CN113051094A (en) Supervision data submission testing method and device
CN110908708B (en) Code release method, device and system
CN112905460A (en) Device and method for simulating three-party receipt by automatic interface test
CN111930625A (en) Log obtaining method, device and system based on cloud service platform
CN111767558A (en) Data access monitoring method, device and system
CN105227597A (en) A kind of method, Apparatus and system obtaining terminal equipment screen-picture
CN115203015A (en) Interface full-flow integrated management system
CN110427260B (en) Host job scheduling method, device and system
CN113934552A (en) Method and device for determining function code, storage medium and electronic device
CN113434423A (en) Interface test method and device
CN113515447A (en) System automation test method and device
CN111953847A (en) Client message risk reminding method, device and system
CN113037839B (en) Distributed batch framework communication system and method
CN113556269B (en) SAP client performance test method, system, electronic equipment and storage medium

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