CN112711566A - Cross-service Modify data sharing and using method, system, equipment and storage medium - Google Patents

Cross-service Modify data sharing and using method, system, equipment and storage medium Download PDF

Info

Publication number
CN112711566A
CN112711566A CN202011606336.4A CN202011606336A CN112711566A CN 112711566 A CN112711566 A CN 112711566A CN 202011606336 A CN202011606336 A CN 202011606336A CN 112711566 A CN112711566 A CN 112711566A
Authority
CN
China
Prior art keywords
service
data
cross
modify
automation
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
CN202011606336.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.)
Guangzhou Pinwei Software Co Ltd
Original Assignee
Guangzhou Pinwei Software 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 Pinwei Software Co Ltd filed Critical Guangzhou Pinwei Software Co Ltd
Priority to CN202011606336.4A priority Critical patent/CN112711566A/en
Publication of CN112711566A publication Critical patent/CN112711566A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/16File or folder operations, e.g. details of user interfaces specifically adapted to file systems
    • G06F16/168Details of user interfaces specifically adapted to file systems, e.g. browsing and visualisation, 2d or 3d GUIs
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/17Details of further file system functions
    • G06F16/176Support for shared access to files; File sharing support
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/25Integrating or interfacing systems involving database management systems

Abstract

The invention discloses a sharing and using method, a system, equipment and a storage medium of cross-service Modify data, comprising the following steps: acquiring return data in a cross-service mode called by automatic engineering service; analyzing content data with the type of Modify from the return data; monitoring and intercepting an interface request of an interface needing to use the Modify data through a proxy server in the automatic engineering service; transmitting the content data into an automation engineering service, matching and modifying the content data according to the parameters of the Modify rule, and returning; and applying the returned modified data to an automation use case through an automation engineering service so as to carry out data verification, UI display and inspection. According to the method, the UI automation case compiling is simplified, the case execution efficiency is improved, when the modification data is required to be processed after the request is intercepted through the proxy server, the cross-service method is only required to be called to obtain the modification rule data stored in the cross-service data, and after the modification rule data is analyzed, the modification rule data is directly transmitted to the modification data method to be modified in batches and returned for use in real time.

Description

Cross-service Modify data sharing and using method, system, equipment and storage medium
Technical Field
The invention relates to the technical field of computers, in particular to a method, a system, equipment and a storage medium for sharing and using cross-service Modify data.
Background
Currently, in a UI (User Interface) automation engineering project, if it is necessary to use modified data, it is necessary to create a new modified class according to an initiated HTTP (Hypertext Transfer Protocol) request corresponding Interface, and then implement multiple types of methods under the corresponding class to intercept the requested data, Modify the data, and return the data to a terminal device for use. All the modules and methods need to be used finally through writing and debugging of codes, different modules and methods need to be added according to specifications for different results, and the cost for managing and maintaining files is high, so that the modules and methods are inconvenient to debug and Modify.
The above information is given as background information only to aid in understanding the present disclosure, and no determination or admission is made as to whether any of the above is available as prior art against the present disclosure.
Disclosure of Invention
The invention provides a method, a system, equipment and a storage medium for sharing and using cross-service Modify data, which are used for solving the defects of the prior art.
In order to achieve the above purpose, the present invention provides the following technical solutions:
in a first aspect, an embodiment of the present invention provides a method for sharing and using cross-service Modify data, where the method includes:
acquiring return data from a cross-service database in a cross-service calling mode through the automatic engineering service;
analyzing content data with the type of Modify from the acquired return data;
monitoring and intercepting an interface request of an interface needing to use the Modify data through a proxy server in the automatic engineering service;
the obtained content data is transmitted into an automation engineering service, and is matched and modified according to the parameters of the Modify rule, and then the modified data is returned;
and applying the returned modified data to an automation use case through an automation engineering service so as to carry out data verification, UI display and inspection.
Further, in the method for sharing and using cross-service Modify data, the step of obtaining the return data from the cross-service database by calling the cross-service through the automated engineering service includes:
initiating an Http or Http request through the automatic engineering service to call a showRule () interface of the cross-service so as to query a database of the cross-service;
return data is retrieved from a cross-service database.
Further, in the method for sharing and using cross-service Modify data, after the step of parsing out content data of type Modify from the obtained return data, the method further includes:
and presenting the content data in a set form.
In a second aspect, an embodiment of the present invention provides a system for sharing and using cross-service Modify data, where the system includes:
the calling module is used for acquiring return data from a cross-service database in a cross-service calling mode through the automated engineering service;
the analysis module is used for analyzing content data with the type of Modify from the acquired return data;
the intercepting module is used for monitoring and intercepting an interface request of an interface needing to use the Modify data through the proxy server in the automatic engineering service;
the modification module is used for transmitting the acquired content data into an automatic engineering service, matching and modifying the content data according to the parameters of the Modify rule, and returning the modified data;
and the application module is used for applying the returned modified data to the automation use case through the automation engineering service so as to carry out data verification, UI display and inspection.
Further, in the system for sharing and using cross-service Modify data, the invoking module is specifically configured to:
initiating an Http or Http request through the automatic engineering service to call a showRule () interface of the cross-service so as to query a database of the cross-service;
return data is retrieved from a cross-service database.
Further, in the system for sharing and using cross-service Modify data, the system further includes:
and a presentation module for presenting the content data in a set form after the step of parsing the content data of type Modify from the acquired return data.
In a third aspect, an embodiment of the present invention provides a computer device, including a memory and a processor, where the memory stores a computer program, and the processor implements the method for sharing and using cross-service Modify data according to any one of the above aspects when executing the computer program.
In a fourth aspect, an embodiment of the present invention provides a storage medium containing computer-executable instructions, which are executed by a computer processor, to implement the method for shared use of cross-service Modify data according to any one of the above aspects.
The method, the system, the equipment and the storage medium for sharing and using the cross-service Modify data can simplify the steps of compiling UI automatic use cases, improve the efficiency of use case execution, do not need to add new classes and methods when the Modify data is needed to be processed after a proxy server intercepts a request, only need to call the cross-service method to obtain the Modify rule data stored in the cross-service data, analyze the Modify rule data, directly transmit the Modify rule data to the Modify rule data method for batch modification and return the Modify rule data to be used in real time, reduce the number of engineering files and the number of methods, are convenient to maintain and edit, are more visual in use mode, and can Modify and store the data through interface operation.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to these drawings without inventive exercise.
Fig. 1 is a flowchart illustrating a method for sharing and using cross-service Modify data according to an embodiment of the present invention;
fig. 2 is a flowchart illustrating a cross-service Modify data sharing method according to a second embodiment of the present invention;
fig. 3 is a schematic flowchart illustrating a method for sharing and using cross-service Modify data according to a third embodiment of the present invention;
fig. 4 is a functional module schematic diagram of a cross-service Modify data sharing system according to a fourth embodiment of the present invention;
fig. 5 is a schematic structural diagram of a computer device according to a fifth embodiment of the present invention.
Detailed Description
In order to make the objects, features and advantages of the present invention more obvious and understandable, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the accompanying drawings in the embodiments of the present invention, and it is apparent that the embodiments described below are only a part of the embodiments of the present invention, and not all of the 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 invention.
In the description of the present invention, it is to be understood that when an element is referred to as being "connected" to another element, it can be directly connected to the other element or intervening elements may also be present. When a component is referred to as being "disposed on" another component, it can be directly on the other component or intervening components may also be present.
Furthermore, the terms "long", "short", "inner", "outer", and the like indicate orientations or positional relationships based on those shown in the drawings, and are only for convenience of describing the present invention, but do not indicate or imply that the referred devices or elements must have the specific orientations, be configured to operate in the specific orientations, and thus are not to be construed as limitations of the present invention.
The technical scheme of the invention is further explained by the specific implementation mode in combination with the attached drawings.
Example one
In view of the defects of the prior art, the inventor of the invention actively researches and innovates based on abundant practical experience and professional knowledge in many years of the industry and by matching with the application of the theory, so as to create a feasible cross-service Modify data sharing and using technology, thereby leading the technology to have more practicability. After continuous research, design and repeated trial and improvement, the invention with practical value is finally created.
Referring to fig. 1, fig. 1 is a flowchart illustrating a method for sharing and using cross-service Modify data according to an embodiment of the present invention, where the method is suitable for sharing and implementing a scenario of remote Modify data, and the method is executed by a system for sharing and using cross-service Modify data, where the system can be implemented by software and/or hardware and integrated inside a computer. As shown in fig. 1, the method for sharing and using cross-service Modify data may include the following steps:
s101, acquiring return data from a cross-service database in a cross-service calling mode through the automatic engineering service.
Wherein the return data is Response.
It should be noted that the automation engineering service calls a cross-service through a specified parameter (rule ID ), and the cross-service in this embodiment is referred to as an Appmocker service.
In addition, invoking cross-service specifically refers to invoking an interface of cross-service to be able to access and query the db (data base), i.e. database, of cross-service. The rule's return data is stored in a database across services.
S102, content data with the type of Modify is analyzed from the acquired return data.
Specifically, in this step, a rule with a Type equal to Modify is identified, and then content data with a current rule of Modify Type is acquired.
The parameter of Modify supports various data types, and supports batch addition and batch modification.
S103, monitoring and intercepting an interface request of an interface needing to use the Modify data through the proxy server in the automatic engineering service.
The proxy server specifically refers to AppProxy.
It should be noted that, this step is specifically to Monitor the Monitor requiring the Modify service through the AppProxy service in the automation engineering service, and then initiate the Get or Post request to intercept the returned data of the request.
And S104, transmitting the acquired content data into an automation engineering service, matching and modifying the content data according to the parameters of the Modify rule, and returning the modified data.
And S105, applying the returned modified data to an automation use case through an automation engineering service so as to perform data verification, UI display and inspection.
It should be noted that the embodiment supports a single automation use case to add multiple sets of Modify rule data, and supports the same Modify 8, where data is applied to multiple automation use cases.
Compared with the prior art, the embodiment has the following beneficial effects:
1. cross-service and cross-end data can be shared, and seamless sharing of the Modify rule data of the Appmocker is realized;
2. the method can be realized by saving a plurality of types of Modify or the following types in the automatic engineering;
3. changing the rule of the Modify into visualization, directly modifying data through interface operation, and using the data in real time;
4. the data is stored in a DB form and is directly read and written into a database for operation, so that the use case execution efficiency is improved;
5. the simplified automatic use case compiling process is realized;
6. the data of the mModify rule is converted to be obtained from the database, real-time modification can be carried out, binding is only carried out through the rule ID, and maintenance is facilitated.
Example two
As shown in fig. 2, the method for sharing and using cross-service Modify data according to the second embodiment of the present invention is further optimized by "obtaining return data from a cross-service database in a cross-service manner by invoking a cross-service through an automated engineering service" in step S101 on the basis of the technical solution provided in the first embodiment. Explanations of the same or corresponding terms as those of the above embodiments are omitted. Namely:
initiating an Http or Http request through the automatic engineering service to call a showRule () interface of the cross-service so as to query a database of the cross-service;
return data is retrieved from a cross-service database.
Based on the above optimization, as shown in fig. 2, the method for sharing and using cross-service Modify data provided in this embodiment may include the following steps:
s201, initiating an Http or Http request through the automatic engineering service to call a showRule () interface of the cross-service so as to query a database of the cross-service.
The cross-service specifically refers to an Appmocker service, and the calling mode is that the automatic engineering service transmits a rule ID to the Appmocker service.
S202, return data is acquired from the cross-service database.
This step specifically refers to obtaining the return data corresponding to the rule ID from the database of the service.
S203, content data with the type of Modify is analyzed from the acquired return data.
And S204, monitoring and intercepting an interface request of an interface needing to use the Modify data through the proxy server in the automatic engineering service.
S205, the obtained content data is transmitted into an automation engineering service, and is matched and modified according to the parameters of the Modify rule, and the modified data is returned.
And S206, applying the returned modified data to an automation use case through automation engineering service so as to perform data verification, UI display and inspection.
The method for sharing and using cross-service Modify data provided by the embodiment of the invention can simplify the steps of compiling UI automatic use cases, improve the efficiency of use case execution, is realized without adding new classes and methods when the Modify data is processed after a proxy server intercepts a request, only needs to invoke a cross-service method to obtain the Modify rule data stored in the cross-service data, and directly transmits the Modify rule data to the method of the Modify data for batch modification and real-time return for use after analysis, thereby reducing the number of engineering files, reducing the number of methods, facilitating the maintenance and editing of the data, enabling the use mode to be more visual, and modifying and storing the data through interface operation.
EXAMPLE III
As shown in fig. 3, the method for sharing and using cross-service Modify data according to the third embodiment of the present invention is based on the technical solution provided in the first embodiment, and further optimized after "parsing content data of type Modify from the obtained return data" in step S102. Explanations of the same or corresponding terms as those of the above embodiments are omitted. Namely also comprising:
and presenting the content data in a set form.
Based on the above optimization, as shown in fig. 3, the method for sharing and using cross-service Modify data provided in this embodiment may include the following steps:
s301, return data is obtained from a cross-service database in a cross-service calling mode through the automatic engineering service.
S302, content data with the type of Modify is analyzed from the acquired return data.
S303, presenting the content data in a set form.
It should be noted that this step specifically refers to presenting the content data in a form of { key value } or { key1 value1, key2 value2.
S304, monitoring and intercepting an interface request of an interface needing to use the Modify data through the proxy server in the automatic engineering service.
S305, the obtained content data is transmitted into an automation engineering service, and is matched and modified according to the parameters of the Modify rule, and the modified data is returned.
And S306, applying the returned modified data to an automation use case through automation engineering service so as to carry out data verification, UI display and inspection.
The method for sharing and using cross-service Modify data provided by the embodiment of the invention can simplify the steps of compiling UI automatic use cases, improve the efficiency of use case execution, is realized without adding new classes and methods when the Modify data is processed after a proxy server intercepts a request, only needs to invoke a cross-service method to obtain the Modify rule data stored in the cross-service data, and directly transmits the Modify rule data to the method of the Modify data for batch modification and real-time return for use after analysis, thereby reducing the number of engineering files, reducing the number of methods, facilitating the maintenance and editing of the data, enabling the use mode to be more visual, and modifying and storing the data through interface operation.
Example four
Referring to fig. 4, fig. 4 is a diagram illustrating a cross-service modification data sharing and using system according to a fourth embodiment of the present invention, where the system is adapted to execute a cross-service modification data sharing and using method according to the fourth embodiment of the present invention. The system specifically comprises the following modules:
the calling module 401 is configured to obtain return data from a cross-service database in a cross-service calling manner through an automated engineering service;
an analyzing module 402, configured to analyze content data with a type of Modify from the obtained return data;
the intercepting module 403 is configured to monitor and intercept an interface request of an interface that needs to use the Modify data through the proxy server in the automation engineering service;
a modification module 404, configured to transmit the obtained content data to an automation engineering service, perform matching and modification according to parameters of a Modify rule, and then return the modified data;
and the application module 405 is configured to apply the returned modified data to an automation use case through an automation engineering service, so as to perform data verification, UI display, and inspection.
Preferably, the invoking module 401 is specifically configured to:
initiating an Http or Http request through the automatic engineering service to call a showRule () interface of the cross-service so as to query a database of the cross-service;
return data is retrieved from a cross-service database.
Preferably, the system further comprises:
and a presentation module for presenting the content data in a set form after the step of parsing the content data of type Modify from the acquired return data.
The cross-service Modify data sharing and using system provided by the embodiment of the invention can simplify the steps of compiling UI automatic use cases, improve the efficiency of use case execution, is realized without adding new classes and methods when the Modify data is processed after a request is intercepted by a proxy server, only needs to invoke a cross-service method to obtain the Modify rule data stored in the cross-service data, and directly transmits the Modify rule data to the Modify data method for batch modification and real-time return for use after analysis, thereby reducing the number of engineering files and the number of methods, facilitating the data maintenance and editing, being more visual in use mode and being capable of modifying and storing through interface operation.
EXAMPLE five
Fig. 5 is a schematic structural diagram of a computer device according to a fifth embodiment of the present invention. FIG. 5 illustrates a block diagram of an exemplary computer device 12 suitable for use in implementing embodiments of the present invention. The computer device 12 shown in FIG. 5 is only an example and should not bring any limitations to the functionality or scope of use of embodiments of the present invention.
As shown in FIG. 5, computer device 12 is in the form of a general purpose computing device. The components of computer device 12 may include, but are not limited to: one or more processors or processing units 16, a system memory 28, and a bus 18 that couples various system components including the system memory 28 and the processing unit 16.
Bus 18 represents one or more of any of several types of bus structures, including a memory bus or memory controller, a peripheral bus, an accelerated graphics port, and a processor or local bus using any of a variety of bus architectures. By way of example, such architectures include, but are not limited to, Industry Standard Architecture (ISA) bus, micro-channel architecture (MAC) bus, enhanced ISA bus, Video Electronics Standards Association (VESA) local bus, and Peripheral Component Interconnect (PCI) bus.
Computer device 12 typically includes a variety of computer system readable media. Such media may be any available media that is accessible by computer device 12 and includes both volatile and nonvolatile media, removable and non-removable media.
The system memory 28 may include computer system readable media in the form of volatile memory, such as Random Access Memory (RAM)30 and/or cache memory 32. Computer device 12 may further include other removable/non-removable, volatile/nonvolatile computer system storage media. By way of example only, storage system 34 may be used to read from and write to non-removable, nonvolatile magnetic media (not shown in FIG. 5, and commonly referred to as a "hard drive"). Although not shown in FIG. 5, a magnetic disk drive for reading from and writing to a removable, nonvolatile magnetic disk (e.g., a "floppy disk") and an optical disk drive for reading from or writing to a removable, nonvolatile optical disk (e.g., a CD-ROM, DVD-ROM, or other optical media) may be provided. In these cases, each drive may be connected to bus 18 by one or more data media interfaces. Memory 28 may include at least one program product having a set (e.g., at least one) of program modules that are configured to carry out the functions of embodiments of the invention.
A program/utility 40 having a set (at least one) of program modules 42 may be stored, for example, in memory 28, such program modules 42 including, but not limited to, an operating system, one or more application programs, other program modules, and program data, each of which examples or some combination thereof may comprise an implementation of a network environment. Program modules 42 generally carry out the functions and/or methodologies of the described embodiments of the invention.
Computer device 12 may also communicate with one or more external devices 14 (e.g., keyboard, pointing device, display 24, etc.), with one or more devices that enable a user to interact with computer device 12, and/or with any devices (e.g., network card, modem, etc.) that enable computer device 12 to communicate with one or more other computing devices. Such communication may be through an input/output (I/O) interface 22. Also, computer device 12 may communicate with one or more networks (e.g., a Local Area Network (LAN), a Wide Area Network (WAN), and/or a public network such as the Internet) via network adapter 20. As shown, network adapter 20 communicates with the other modules of computer device 12 via bus 18. It should be appreciated that although not shown in FIG. 5, other hardware and/or software modules may be used in conjunction with computer device 12, including but not limited to: microcode, device drivers, redundant processing units, external disk drive arrays, RAID systems, tape drives, and data backup storage systems, among others.
The processing unit 16 executes programs stored in the system memory 28 to execute various functional applications and data processing, for example, implement a shared use method of cross-service Modify data provided by the embodiment of the present invention.
That is, the processing unit implements, when executing the program: acquiring return data from a cross-service database in a cross-service calling mode through the automatic engineering service; analyzing content data with the type of Modify from the acquired return data; monitoring and intercepting an interface request of an interface needing to use the Modify data through a proxy server in the automatic engineering service; the obtained content data is transmitted into an automation engineering service, and is matched and modified according to the parameters of the Modify rule, and then the modified data is returned; and applying the returned modified data to an automation use case through an automation engineering service so as to carry out data verification, UI display and inspection.
EXAMPLE six
A sixth embodiment of the present invention provides a computer-readable storage medium, on which computer-executable instructions are stored, where the instructions, when executed by a processor, implement a method for sharing and using cross-service Modify data, provided in all embodiments of the present invention:
that is, the processing unit implements, when executing the program: acquiring return data from a cross-service database in a cross-service calling mode through the automatic engineering service; analyzing content data with the type of Modify from the acquired return data; monitoring and intercepting an interface request of an interface needing to use the Modify data through a proxy server in the automatic engineering service; the obtained content data is transmitted into an automation engineering service, and is matched and modified according to the parameters of the Modify rule, and then the modified data is returned; and applying the returned modified data to an automation use case through an automation engineering service so as to carry out data verification, UI display and inspection.
Any combination of one or more computer-readable media may be employed. The computer readable medium may be a computer readable signal medium or a computer readable storage medium. A computer readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any combination of the foregoing. More specific examples (a non-exhaustive list) of the computer readable storage medium would include the following: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In the context of this document, a computer readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device.
A computer readable signal medium may include a propagated data signal with computer readable program code embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated data signal may take many forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A computer readable signal medium may also be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device.
Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to wireless, wireline, optical fiber cable, RF, etc., or any suitable combination of the foregoing.
Computer program code for carrying out operations for aspects of the present invention may be written in any combination of one or more programming languages, including an object oriented programming language such as Java, Smalltalk, C + + or the like and conventional procedural programming languages, such as the "C" programming language or similar programming languages. The program code may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server. In the case of a remote computer, the remote computer may be connected to the user's computer through any type of network, including a Local Area Network (LAN) or a Wide Area Network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet service provider).
The foregoing description of the embodiments has been presented for the purposes of illustration and description. It is not intended to be exhaustive or to limit the disclosure. Individual elements or features of a particular embodiment are generally not limited to that particular embodiment, but, where applicable, are interchangeable and can be used in a selected embodiment, even if not specifically shown or described. The same elements or features may also vary in many respects. Such variations are not to be regarded as a departure from the disclosure, and all such modifications are intended to be included within the scope of the disclosure.
Example embodiments are provided so that this disclosure will be thorough and will fully convey the scope to those skilled in the art. Numerous details are set forth, such as examples of specific parts, devices, and methods, in order to provide a thorough understanding of embodiments of the present disclosure. It will be apparent to those skilled in the art that specific details need not be employed, that example embodiments may be embodied in many different forms and that neither should be construed to limit the scope of the disclosure. In certain example embodiments, well-known processes, well-known device structures, and well-known technologies are not described in detail.
The terminology used herein is for the purpose of describing particular example embodiments only and is not intended to be limiting. As used herein, the singular forms "a", "an" and "the" are intended to include the plural forms as well, unless the context clearly indicates otherwise. The terms "comprises" and "comprising" are intended to be inclusive and therefore specify the presence of stated features, integers, steps, operations, elements, and/or components, but do not preclude the presence or addition of one or more other features, integers, steps, operations, elements, components, and/or groups thereof. The method steps, processes, and operations described herein are not to be construed as necessarily requiring their performance in the particular order discussed and illustrated, unless explicitly indicated as an order of performance. It should also be understood that additional or alternative steps may be employed.
When an element or layer is referred to as being "on" … … "," engaged with "… …", "connected to" or "coupled to" another element or layer, it can be directly on, engaged with, connected to or coupled to the other element or layer, or intervening elements or layers may also be present. In contrast, when an element or layer is referred to as being "directly on … …," "directly engaged with … …," "directly connected to" or "directly coupled to" another element or layer, there may be no intervening elements or layers present. Other words used to describe the relationship of elements should be interpreted in a similar manner (e.g., "between … …" and "directly between … …", "adjacent" and "directly adjacent", etc.). As used herein, the term "and/or" includes any and all combinations of one or more of the associated listed items. Although the terms first, second, third, etc. may be used herein to describe various elements, components, regions, layers and/or sections, these elements, components, regions, layers and/or sections should not be limited by these terms. These terms may be only used to distinguish one element, component, region or section from another element, component, region or section. Unless clearly indicated by the context, use of terms such as the terms "first," "second," and other numerical values herein does not imply a sequence or order. Thus, a first element, component, region, layer or section discussed below could be termed a second element, component, region, layer or section without departing from the teachings of the example embodiments.
Spatially relative terms, such as "inner," "outer," "below," "… …," "lower," "above," "upper," and the like, may be used herein for ease of description to describe a relationship between one element or feature and one or more other elements or features as illustrated in the figures. Spatially relative terms may be intended to encompass different orientations of the device in addition to the orientation depicted in the figures. For example, if the device in the figures is turned over, elements described as "below" or "beneath" other elements or features would then be oriented "above" the other elements or features. Thus, the example term "below … …" can encompass both an orientation of facing upward and downward. The device may be otherwise oriented (rotated 90 degrees or at other orientations) and the spatially relative descriptors used herein interpreted.

Claims (8)

1. A method for shared use of cross-service Modify data, the method comprising:
acquiring return data from a cross-service database in a cross-service calling mode through the automatic engineering service;
analyzing content data with the type of Modify from the acquired return data;
monitoring and intercepting an interface request of an interface needing to use the Modify data through a proxy server in the automatic engineering service;
the obtained content data is transmitted into an automation engineering service, and is matched and modified according to the parameters of the Modify rule, and then the modified data is returned;
and applying the returned modified data to an automation use case through an automation engineering service so as to carry out data verification, UI display and inspection.
2. The method for sharing the cross-service Modify data according to claim 1, wherein the step of obtaining the return data from the cross-service database by calling the cross-service through the automated engineering service comprises:
initiating an Http or Http request through the automatic engineering service to call a showRule () interface of the cross-service so as to query a database of the cross-service;
return data is retrieved from a cross-service database.
3. The method for shared use of cross-service Modify data according to claim 1, wherein after the step of parsing out content data of type Modify from the obtained return data, the method further comprises:
and presenting the content data in a set form.
4. A system for shared use of cross-service Modify data, the system comprising:
the calling module is used for acquiring return data from a cross-service database in a cross-service calling mode through the automated engineering service;
the analysis module is used for analyzing content data with the type of Modify from the acquired return data;
the intercepting module is used for monitoring and intercepting an interface request of an interface needing to use the Modify data through the proxy server in the automatic engineering service;
the modification module is used for transmitting the acquired content data into an automatic engineering service, matching and modifying the content data according to the parameters of the Modify rule, and returning the modified data;
and the application module is used for applying the returned modified data to the automation use case through the automation engineering service so as to carry out data verification, UI display and inspection.
5. The system for shared use of cross-service Modify data according to claim 4, wherein the invoking module is specifically configured to:
initiating an Http or Http request through the automatic engineering service to call a showRule () interface of the cross-service so as to query a database of the cross-service;
return data is retrieved from a cross-service database.
6. The system for shared use of cross-service Modify data according to claim 4, further comprising:
and a presentation module for presenting the content data in a set form after the step of parsing the content data of type Modify from the acquired return data.
7. A computer device comprising a memory and a processor, the memory storing a computer program, wherein the processor when executing the computer program implements a method of shared use of cross-service Modify data according to any of claims 1 to 3.
8. A storage medium containing computer executable instructions for execution by a computer processor to implement a method of shared use of cross-service Modify data according to any of claims 1 to 3.
CN202011606336.4A 2020-12-28 2020-12-28 Cross-service Modify data sharing and using method, system, equipment and storage medium Pending CN112711566A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011606336.4A CN112711566A (en) 2020-12-28 2020-12-28 Cross-service Modify data sharing and using method, system, equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011606336.4A CN112711566A (en) 2020-12-28 2020-12-28 Cross-service Modify data sharing and using method, system, equipment and storage medium

Publications (1)

Publication Number Publication Date
CN112711566A true CN112711566A (en) 2021-04-27

Family

ID=75547082

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011606336.4A Pending CN112711566A (en) 2020-12-28 2020-12-28 Cross-service Modify data sharing and using method, system, equipment and storage medium

Country Status (1)

Country Link
CN (1) CN112711566A (en)

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100082979A1 (en) * 2005-09-23 2010-04-01 Scansafe Limited Method for the provision of a network service
CN105763507A (en) * 2014-12-16 2016-07-13 阿里巴巴集团控股有限公司 Message processing method, device and system
CN107832217A (en) * 2017-11-09 2018-03-23 政采云有限公司 A kind of automated testing method and device
CN109688202A (en) * 2018-12-04 2019-04-26 北京腾云天下科技有限公司 A kind of processing method of interface data, calculates equipment and storage medium at device
CN110427323A (en) * 2019-07-29 2019-11-08 天津车之家数据信息技术有限公司 A kind of application testing method, device, proxy server and system
CN111752831A (en) * 2020-06-23 2020-10-09 北京三快在线科技有限公司 Robustness detection method and device, computer equipment and storage medium
CN111913741A (en) * 2020-08-31 2020-11-10 网易(杭州)网络有限公司 Object interception method, device, medium and electronic equipment

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100082979A1 (en) * 2005-09-23 2010-04-01 Scansafe Limited Method for the provision of a network service
CN105763507A (en) * 2014-12-16 2016-07-13 阿里巴巴集团控股有限公司 Message processing method, device and system
CN107832217A (en) * 2017-11-09 2018-03-23 政采云有限公司 A kind of automated testing method and device
CN109688202A (en) * 2018-12-04 2019-04-26 北京腾云天下科技有限公司 A kind of processing method of interface data, calculates equipment and storage medium at device
CN110427323A (en) * 2019-07-29 2019-11-08 天津车之家数据信息技术有限公司 A kind of application testing method, device, proxy server and system
CN111752831A (en) * 2020-06-23 2020-10-09 北京三快在线科技有限公司 Robustness detection method and device, computer equipment and storage medium
CN111913741A (en) * 2020-08-31 2020-11-10 网易(杭州)网络有限公司 Object interception method, device, medium and electronic equipment

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
邓仲哲: "基于 HTTP 请求拦截,快速解决跨域和代理 Mock", pages 1 - 6, Retrieved from the Internet <URL:《https://mp.weixin.qq.com/s/a9mEHf8syb9zF4f-Op-ViA》> *

Similar Documents

Publication Publication Date Title
EP3030969A1 (en) Automated application test system
US11061964B2 (en) Techniques for processing relational data with a user-defined function (UDF)
CN108460068B (en) Method, device, storage medium and terminal for importing and exporting report
CN111680313B (en) Data processing method, device, equipment and storage medium
CN112711581A (en) Medical data verification method and device, electronic equipment and storage medium
CN115794437A (en) Calling method and device of microservice, computer equipment and storage medium
CN116244387A (en) Entity relationship construction method, device, electronic equipment and storage medium
Han Bioworks: a workflow system for automation of bioinformatics analysis processes
CN113962597A (en) Data analysis method and device, electronic equipment and storage medium
CN108073389B (en) Engine system based on script language
CN111949484A (en) Information processing method, information processing apparatus, electronic device, and medium
US11615061B1 (en) Evaluating workload for database migration recommendations
CN111581098A (en) Interface data transfer storage method, device, server and storage medium
CN116450723A (en) Data extraction method, device, computer equipment and storage medium
CN116051031A (en) Project scheduling system, medium and electronic equipment
CN112711566A (en) Cross-service Modify data sharing and using method, system, equipment and storage medium
CN114237765B (en) Functional component processing method, device, electronic equipment and medium
CN115712422A (en) Form page generation method and device, computer equipment and storage medium
CN114116509A (en) Program analysis method, program analysis device, electronic device, and storage medium
CN113515271B (en) Service code generation method and device, electronic equipment and readable storage medium
CN114780361A (en) Log generation method, device, computer system and readable storage medium
CN114201508A (en) Data processing method, data processing apparatus, electronic device, and storage medium
CN113419740A (en) Program data stream analysis method and device, electronic device and readable storage medium
CN113760317A (en) Page display method, device, equipment and storage medium
CN112711421B (en) Cross-service Mock data sharing use method, system, 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