CN111400178A - Automatic interface number making method and device, computer equipment and storage medium - Google Patents
Automatic interface number making method and device, computer equipment and storage medium Download PDFInfo
- Publication number
- CN111400178A CN111400178A CN202010173504.9A CN202010173504A CN111400178A CN 111400178 A CN111400178 A CN 111400178A CN 202010173504 A CN202010173504 A CN 202010173504A CN 111400178 A CN111400178 A CN 111400178A
- Authority
- CN
- China
- Prior art keywords
- interface
- number making
- service
- automatic
- request
- 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
Links
- 238000000034 method Methods 0.000 title claims abstract description 77
- 230000008569 process Effects 0.000 claims abstract description 38
- 238000005516 engineering process Methods 0.000 claims abstract description 17
- 238000012360 testing method Methods 0.000 claims abstract description 17
- 238000004590 computer program Methods 0.000 claims description 19
- 230000006870 function Effects 0.000 claims description 15
- 238000004519 manufacturing process Methods 0.000 claims description 8
- 230000008676 import Effects 0.000 claims description 7
- 238000010586 diagram Methods 0.000 description 8
- 230000007547 defect Effects 0.000 description 3
- 238000013461 design Methods 0.000 description 2
- 238000011161 development Methods 0.000 description 2
- 238000012545 processing Methods 0.000 description 2
- 238000003491 array Methods 0.000 description 1
- 230000009286 beneficial effect Effects 0.000 description 1
- 238000004891 communication Methods 0.000 description 1
- 230000003993 interaction Effects 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
- 230000003287 optical effect Effects 0.000 description 1
- 238000006467 substitution reaction Methods 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/36—Preventing errors by testing or debugging software
- G06F11/3668—Software testing
- G06F11/3672—Test management
- G06F11/3684—Test management for test design, e.g. generating new test cases
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/36—Preventing errors by testing or debugging software
- G06F11/3668—Software testing
- G06F11/3672—Test management
- G06F11/3688—Test management for test execution, e.g. scheduling of test suites
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/30—Creation or generation of source code
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- General Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Computer Hardware Design (AREA)
- Quality & Reliability (AREA)
- Software Systems (AREA)
- Stored Programmes (AREA)
Abstract
The invention relates to an automatic interface number making method, an automatic interface number making device, computer equipment and a storage medium, wherein the method comprises the steps of adding interfaces according to business process node sub-directories; utilizing a Mock technology to carry out service flow series connection in the parameters of the interface; acquiring a number making request; generating different data randomly according to the number making request; and feeding back the generated data to test or develop the business process. The invention connects the service scenes in series and the service flows in series through the interfaces, and randomly generates different return values by means of the Mock technology, so that the generated data are not repeated when the automatic number making is carried out, the method can be executed according to one key of the use scene, the applicable data are generated, the operation is simple, the automatic number making is realized, the number making efficiency can be improved, and the number making time is saved.
Description
Technical Field
The invention relates to a computer, in particular to an interface automatic number making method, an interface automatic number making device, computer equipment and a storage medium.
Background
At present, a business process regression test or assisted development for solving a defect list or in an automatic test application scene often needs to acquire a large amount of test data for a test case, namely a large amount of data support is needed.
At present, a large amount of data are crawled by means such as web crawlers, most of the data are manually tested to manufacture more data, but repeated manual operation is time-consuming and low in efficiency.
Therefore, it is necessary to design a new method to realize automatic number making, so as to improve the number making efficiency and save time.
Disclosure of Invention
The invention aims to overcome the defects of the prior art and provides an interface automatic number making method, an interface automatic number making device, computer equipment and a storage medium.
In order to achieve the purpose, the invention adopts the following technical scheme: the automatic interface number making method comprises the following steps:
adding interfaces according to the sub-directories of the service flow nodes;
utilizing a Mock technology to carry out service flow series connection in the parameters of the interface;
acquiring a number making request;
generating different data randomly according to the number making request;
and feeding back the generated data to test or develop the business process.
The further technical scheme is as follows: the adding of the interface according to the sub-directory of the service flow nodes comprises the following steps:
an import interface;
and connecting the interfaces in series according to the service scenes in the service flow.
The further technical scheme is as follows: the method for performing service flow series connection by using the Mock technology in the parameters of the interface comprises the following steps:
calling a Mock function according to the parameters defined by the interface to obtain related parameter values;
and performing participation operation according to the relevant parameter values so as to perform service flow series connection.
The further technical scheme is as follows: the manufacture request includes the used service scenario.
The further technical scheme is as follows: the interface-defined parameters include parameters of a registration information submission interface.
The invention also provides an interface automatic number making device, comprising:
the interface adding unit is used for adding interfaces according to the sub-directories of the service flow nodes;
the service process series unit is used for performing service process series connection in parameters of the interface by utilizing the Mock technology;
a request acquisition unit for acquiring a number request;
a data generation unit for randomly generating different data according to the number request;
and the data feedback unit is used for feeding back the generated data so as to test or develop the business process.
The further technical scheme is as follows: the interface adding unit includes:
the interface import subunit is used for importing an interface;
and the scene serial subunit is used for serially connecting the interfaces according to the service scenes in the service flow.
The further technical scheme is as follows: the service process series unit comprises:
the function calling subunit is used for calling the Mock function according to the parameters defined by the interface so as to obtain related parameter values;
and the parameter entering subunit is used for performing parameter entering operation according to the relevant parameter values so as to perform service process series connection.
The invention also provides computer equipment which comprises a memory and a processor, wherein the memory is stored with a computer program, and the processor realizes the method when executing the computer program.
The invention also provides a storage medium storing a computer program which, when executed by a processor, is operable to carry out the method as described above.
Compared with the prior art, the invention has the beneficial effects that: the invention connects the service scenes in series and the service flows in series through the interfaces, and randomly generates different return values by means of the Mock technology, so that the generated data are not repeated when the automatic number making is carried out, the method can be executed according to one key of the use scene, the applicable data are generated, the operation is simple, the automatic number making is realized, the number making efficiency can be improved, and the number making time is saved.
The invention is further described below with reference to the accompanying drawings and specific embodiments.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings needed to be used in the description of the embodiments are briefly introduced below, and it is obvious that the drawings in the following description are some embodiments of the present invention, 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 view of an application scenario of an interface automatic number generation method according to an embodiment of the present invention;
FIG. 2 is a flow chart illustrating an automatic interface number generation method according to an embodiment of the present invention;
FIG. 3 is a sub-flow diagram of an automatic interface number generation method according to an embodiment of the present invention;
FIG. 4 is a sub-flowchart of an automatic interface number generation method according to an embodiment of the present invention;
FIG. 5 is a schematic block diagram of an interface automatic number-making device according to an embodiment of the present invention;
fig. 6 is a schematic block diagram of an interface adding unit of the interface automatic number-making device according to the embodiment of the present invention;
FIG. 7 is a schematic block diagram of a business process concatenation unit of an interface automatic number-making device according to an embodiment of the present invention
FIG. 8 is a schematic block diagram of a computer device provided by an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, not all, embodiments of the present invention. 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.
It will be understood that the terms "comprises" and/or "comprising," when used in this specification and the appended claims, 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.
It is also to be understood that the terminology used in the description of the invention herein is for the purpose of describing particular embodiments only and is not intended to be limiting of the invention. As used in the specification of the present invention and the appended claims, the singular forms "a," "an," and "the" are intended to include the plural forms as well, unless the context clearly indicates otherwise.
It should be further understood that the term "and/or" as used in this specification and the appended claims refers to and includes any and all possible combinations of one or more of the associated listed items.
Referring to fig. 1 and fig. 2, fig. 1 is a schematic view of an application scenario of an interface automatic data generation method according to an embodiment of the present invention. Fig. 2 is a schematic flow chart of an interface automatic number making method according to an embodiment of the present invention. The interface automatic number making method is applied to the server. The server performs data interaction with the terminal, and generates different data quickly after receiving the number making request from the terminal through a set interface.
Fig. 2 is a schematic flow chart of an interface automatic number making method according to an embodiment of the present invention. As shown in fig. 2, the method includes the following steps S110 to S150.
And S110, adding interfaces according to the sub-directories of the service flow nodes.
In this embodiment, the interface refers to a protocol for defining automation platform manufacturing data.
Specifically, one interface set represents one process node, interfaces are added according to the sub-catalog of the business process nodes, and business process series connection can be completed by means of the access operation of the interfaces, so that the operation of all the business process nodes can be achieved only by the operation of a certain key, and the operation of automatic number making is completed.
In an embodiment, referring to fig. 3, the step S110 may include steps S111 to S112.
And S111, importing an interface.
Defining the interface after the interface, and executing the operation of importing the interface, so that each node of the business process is provided with the interface.
And S112, connecting the interfaces in series according to the service scenes in the service flow.
Specifically, the nodes of the business process are related to the business scenes, and when the business processes are executed in series, the business scenes are firstly connected in series, so that the whole business scene and the business processes can be executed in a one-key manner, and the number making is automated.
When the service scenes are connected in series, the service scenes of the account are registered first, and when the service scenes are registered, the interface is associated with the service scenes, wherein the whole registration process comprises the following steps: the interface for sending mailbox/mobile phone identifying code, the interface for checking identifying code and the interface for submitting registration information.
And S120, performing service flow series connection in the parameters of the interface by using a Mock technology.
After the series connection of the service scenes is completed, the service flows need to be connected in series, so that the generated data can meet the requirements of the whole service system.
In an embodiment, referring to fig. 4, the step S120 may include steps S121 to S122.
And S121, calling a Mock function according to the parameters defined by the interface to obtain related parameter values.
In this embodiment, the related parameters refer to values generated by inputting parameters defined by an interface into the Mock function.
The Mock can be used for relieving the dependence of a test object on external services, such as a database, a third-party interface and the like, so that a test case can run independently, namely, the generated data can not be repeated when the interface is utilized for automatic manufacture.
The parameters defined by the interface include parameters of a registration information submission interface, that is, interface parameters provided during registration, such as an identification number id, a name, a telephone number phone, a mailbox email, and the like.
And calling a Mock function return value parameter according to parameters defined by the back-end interface, such as [ @ cname, 158 { @ natural | substr:1,8} } and @ email ], wherein the value returned each time is randomly generated so as to improve the security of the whole business process series connection.
And S122, performing participation operation according to the relevant parameter values to perform service flow series connection.
Specifically, the parameter is entered by using a relevant parameter value, such as $.
S130, obtaining the number making request.
In this embodiment, the request for the artificial number refers to a request with an automatic artificial number of a service scenario from a terminal.
Wherein the manufacture request comprises a used service scenario.
And S140, randomly generating different data according to the number request.
Different related parameter values are randomly generated in the interface parameters by using the Mock technology, so that the generated data are not repeated, the data are generated according to one-key execution of a use scene, the operation is simple, the number making efficiency can be improved, and the number making time is saved.
And S150, feeding back the generated data to test or develop the business process.
The generated data is fed back to the terminal, and then the generated data can be put into a business process regression test or assist in developing and solving a defect list, or in an automatic test application.
According to the interface automatic number making method, the service scenes are connected in series and the service flows are connected in series through the interfaces, different return values are generated randomly by means of the Mock technology, so that generated data are not repeated when automatic number making is carried out, the method can be executed according to one key of a use scene, applicable data are generated, the operation is simple, automatic number making is realized, the number making efficiency can be improved, and the number making time is saved.
Fig. 5 is a schematic block diagram of an interface automatic data-making device 300 according to an embodiment of the present invention. As shown in fig. 5, the present invention further provides an automatic interface number-making device 300 corresponding to the above automatic interface number-making method. The interface automatic numbering device 300 includes a unit for performing the above-mentioned interface automatic numbering method, and the device may be configured in a server. Specifically, referring to fig. 5, the interface automatic serial number making apparatus 300 includes an interface adding unit 301, a service flow serial unit 302, a request obtaining unit 303, a data generating unit 304, and a data feedback unit 305.
An interface adding unit 301, configured to add an interface according to a sub-directory of a service flow node; a service process series unit 302, configured to perform service process series connection by using a Mock technology in parameters of an interface; a request acquisition unit 303, configured to acquire a request for a number; a data generation unit 304 for randomly generating different data according to the number request; and a data feedback unit 305, configured to feed back the generated data to perform testing or development of the business process.
In an embodiment, as shown in fig. 6, the interface adding unit 301 includes an interface importing subunit 3011 and a scene concatenation subunit 3012.
An interface import subunit 3011 for importing an interface; and a scene concatenation subunit 3012, configured to concatenate the interfaces according to the service scenes in the service flow.
In one embodiment, as shown in fig. 7, the business process concatenation unit 302 includes a function call subunit 3021 and an entry subunit 3022.
A function calling subunit 3021, configured to call a Mock function according to the parameter defined by the interface, so as to obtain a relevant parameter value; and the parameter entering subunit 3022 is configured to perform a parameter entering operation according to the relevant parameter value, so as to perform service process concatenation.
It should be noted that, as can be clearly understood by those skilled in the art, the specific implementation process of the interface automatic number-making device 300 and each unit may refer to the corresponding description in the foregoing method embodiment, and for convenience and brevity of description, no further description is provided herein.
The above-described interface automatic numbering device 300 may be implemented in the form of a computer program which may be run on a computer apparatus as shown in fig. 8.
Referring to fig. 8, fig. 8 is a schematic block diagram of a computer device according to an embodiment of the present application. The computer device 500 is a server, wherein the server may be an independent server or a server cluster composed of a plurality of servers.
Referring to fig. 8, the computer device 500 includes a processor 502, memory, and a network interface 505 connected by a system bus 501, where the memory may include a non-volatile storage medium 503 and an internal memory 504.
The non-volatile storage medium 503 may store an operating system 5031 and a computer program 5032. The computer program 5032 comprises program instructions that, when executed, cause the processor 502 to perform an interface auto-id method.
The processor 502 is used to provide computing and control capabilities to support the operation of the overall computer device 500.
The internal memory 504 provides an environment for the operation of the computer program 5032 in the non-volatile storage medium 503, and when the computer program 5032 is executed by the processor 502, the processor 502 can execute an interface auto-id method.
The network interface 505 is used for network communication with other devices. Those skilled in the art will appreciate that the configuration shown in fig. 8 is a block diagram of only a portion of the configuration relevant to the present teachings and does not constitute a limitation on the computer device 500 to which the present teachings may be applied, and that a particular computer device 500 may include more or less components than those shown, or combine certain components, or have a different arrangement of components.
Wherein the processor 502 is configured to run the computer program 5032 stored in the memory to implement the following steps:
adding interfaces according to the sub-directories of the service flow nodes; utilizing a Mock technology to carry out service flow series connection in the parameters of the interface; acquiring a number making request; generating different data randomly according to the number making request; and feeding back the generated data to test or develop the business process.
Wherein the manufacture request comprises a used service scenario.
In an embodiment, when the step of adding the interface according to the sub-directory of the service flow node is implemented by the processor 502, the following steps are specifically implemented:
an import interface; and connecting the interfaces in series according to the service scenes in the service flow.
In an embodiment, when implementing the step of performing service flow series connection by using a Mock technology in the parameters of the interface, the processor 502 specifically implements the following steps:
calling a Mock function according to the parameters defined by the interface to obtain related parameter values; and performing participation operation according to the relevant parameter values so as to perform service flow series connection.
Wherein the interface-defined parameters include parameters of a registration information submission interface.
It should be understood that, in the embodiment of the present Application, the Processor 502 may be a Central Processing Unit (CPU), and the Processor 502 may also be other general-purpose processors, Digital Signal Processors (DSPs), Application Specific Integrated Circuits (ASICs), Field-Programmable Gate arrays (FPGAs) or other Programmable logic devices, discrete Gate or transistor logic devices, discrete hardware components, and the like. Wherein a general purpose processor may be a microprocessor or the processor may be any conventional processor or the like.
It will be understood by those skilled in the art that all or part of the flow of the method implementing the above embodiments may be implemented by a computer program instructing associated hardware. The computer program includes program instructions, and the computer program may be stored in a storage medium, which is a computer-readable storage medium. The program instructions are executed by at least one processor in the computer system to implement the flow steps of the embodiments of the method described above.
Accordingly, the present invention also provides a storage medium. The storage medium may be a computer-readable storage medium. The storage medium stores a computer program, wherein the computer program, when executed by a processor, causes the processor to perform the steps of:
adding interfaces according to the sub-directories of the service flow nodes; utilizing a Mock technology to carry out service flow series connection in the parameters of the interface; acquiring a number making request; generating different data randomly according to the number making request; and feeding back the generated data to test or develop the business process.
Wherein the manufacture request comprises a used service scenario.
In an embodiment, when the processor executes the computer program to implement the step of adding interfaces according to the sub-directory of the business process nodes, the following steps are specifically implemented:
an import interface; and connecting the interfaces in series according to the service scenes in the service flow.
In an embodiment, when the processor executes the computer program to implement the step of performing service flow concatenation by using a Mock technology in the parameters of the interface, the following steps are specifically implemented:
calling a Mock function according to the parameters defined by the interface to obtain related parameter values; and performing participation operation according to the relevant parameter values so as to perform service flow series connection.
Wherein the interface-defined parameters include parameters of a registration information submission interface.
The storage medium may be a usb disk, a removable hard disk, a Read-Only Memory (ROM), a magnetic disk, or an optical disk, which can store various computer readable storage media.
Those of ordinary skill in the art will appreciate that the elements and algorithm steps of the examples described in connection with the embodiments disclosed herein may be embodied in electronic hardware, computer software, or combinations of both, and that the components and steps of the examples have been described in a functional general in the foregoing description for the purpose of illustrating clearly the interchangeability of hardware and software. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the implementation. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present invention.
In the embodiments provided in the present invention, it should be understood that the disclosed apparatus and method may be implemented in other ways. For example, the above-described apparatus embodiments are merely illustrative. For example, the division of each unit is only one logic function division, and there may be another division manner in actual implementation. For example, various elements or components may be combined or may be integrated into another system, or some features may be omitted, or not implemented.
The steps in the method of the embodiment of the invention can be sequentially adjusted, combined and deleted according to actual needs. The units in the device of the embodiment of the invention can be merged, divided and deleted according to actual needs. In addition, functional units in the embodiments of the present invention may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit.
The integrated unit, if implemented in the form of a software functional unit and sold or used as a stand-alone product, may be stored in a storage medium. Based on such understanding, the technical solution of the present invention essentially or partially contributes to the prior art, or all or part of the technical solution can be embodied in the form of a software product, which is stored in a storage medium and includes instructions for causing a computer device (which may be a personal computer, a terminal, or a network device) to execute all or part of the steps of the method according to the embodiments of the present invention.
While the invention has been described with reference to specific embodiments, the invention is not limited thereto, and various equivalent modifications and substitutions can be easily made by those skilled in the art within the technical scope of the invention. Therefore, the protection scope of the present invention shall be subject to the protection scope of the claims.
Claims (10)
1. The automatic interface number making method is characterized by comprising the following steps:
adding interfaces according to the sub-directories of the service flow nodes;
utilizing a Mock technology to carry out service flow series connection in the parameters of the interface;
acquiring a number making request;
generating different data randomly according to the number making request;
and feeding back the generated data to test or develop the business process.
2. The method according to claim 1, wherein the adding interfaces according to the sub-directory of the service flow nodes comprises:
an import interface;
and connecting the interfaces in series according to the service scenes in the service flow.
3. The method according to claim 1, wherein said performing a series connection of service flows in parameters of the interface by using a Mock technology comprises:
calling a Mock function according to the parameters defined by the interface to obtain related parameter values;
and performing participation operation according to the relevant parameter values so as to perform service flow series connection.
4. The interface automatic numbering process according to claim 1, wherein the numbering request comprises the used traffic scenario.
5. The interface automatic manufacturing method according to claim 3, wherein the parameters defined by the interface include parameters of a registration information submission interface.
6. Automatic number making device of interface, its characterized in that includes:
the interface adding unit is used for adding interfaces according to the sub-directories of the service flow nodes;
the service process series unit is used for performing service process series connection in parameters of the interface by utilizing the Mock technology;
a request acquisition unit for acquiring a number request;
a data generation unit for randomly generating different data according to the number request;
and the data feedback unit is used for feeding back the generated data so as to test or develop the business process.
7. The interface automatic numbering device according to claim 6, wherein the interface adding unit comprises:
the interface import subunit is used for importing an interface;
and the scene serial subunit is used for serially connecting the interfaces according to the service scenes in the service flow.
8. The interface automatic numbering device according to claim 7, wherein said business process concatenation unit comprises:
the function calling subunit is used for calling the Mock function according to the parameters defined by the interface so as to obtain related parameter values;
and the parameter entering subunit is used for performing parameter entering operation according to the relevant parameter values so as to perform service process series connection.
9. A computer arrangement, characterized in that the computer arrangement comprises a memory having stored thereon a computer program and a processor implementing the method according to any of claims 1-5 when executing the computer program.
10. A storage medium, characterized in that the storage medium stores a computer program which, when executed by a processor, implements the method according to any one of claims 1 to 5.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202010173504.9A CN111400178A (en) | 2020-03-13 | 2020-03-13 | Automatic interface number making method and device, computer equipment and storage medium |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202010173504.9A CN111400178A (en) | 2020-03-13 | 2020-03-13 | Automatic interface number making method and device, computer equipment and storage medium |
Publications (1)
Publication Number | Publication Date |
---|---|
CN111400178A true CN111400178A (en) | 2020-07-10 |
Family
ID=71436235
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202010173504.9A Pending CN111400178A (en) | 2020-03-13 | 2020-03-13 | Automatic interface number making method and device, computer equipment and storage medium |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN111400178A (en) |
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN112052172A (en) * | 2020-09-04 | 2020-12-08 | 云账户技术(天津)有限公司 | Rapid testing method and device for third-party channel and electronic equipment |
CN114238065A (en) * | 2020-09-09 | 2022-03-25 | 马上消费金融股份有限公司 | Test processing method, device, equipment and readable storage medium |
CN114238343A (en) * | 2021-12-23 | 2022-03-25 | 南京华飞数据技术有限公司 | Implementation method of multidimensional variability automatic data model based on big data |
Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN106528400A (en) * | 2016-09-22 | 2017-03-22 | 深圳峰创智诚科技有限公司 | MOCK testing method and device |
CN108733554A (en) * | 2017-04-21 | 2018-11-02 | 北京京东尚科信息技术有限公司 | Mock method and apparatus |
CN109739656A (en) * | 2018-11-29 | 2019-05-10 | 东软集团股份有限公司 | Interface data analogy method, device, storage medium and electronic equipment |
CN110134587A (en) * | 2019-04-12 | 2019-08-16 | 平安普惠企业管理有限公司 | A kind of test method, test device and computer readable storage medium |
CN110221858A (en) * | 2019-06-17 | 2019-09-10 | 深圳前海微众银行股份有限公司 | Analogue data generation method, device, equipment and computer readable storage medium |
-
2020
- 2020-03-13 CN CN202010173504.9A patent/CN111400178A/en active Pending
Patent Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN106528400A (en) * | 2016-09-22 | 2017-03-22 | 深圳峰创智诚科技有限公司 | MOCK testing method and device |
CN108733554A (en) * | 2017-04-21 | 2018-11-02 | 北京京东尚科信息技术有限公司 | Mock method and apparatus |
CN109739656A (en) * | 2018-11-29 | 2019-05-10 | 东软集团股份有限公司 | Interface data analogy method, device, storage medium and electronic equipment |
CN110134587A (en) * | 2019-04-12 | 2019-08-16 | 平安普惠企业管理有限公司 | A kind of test method, test device and computer readable storage medium |
CN110221858A (en) * | 2019-06-17 | 2019-09-10 | 深圳前海微众银行股份有限公司 | Analogue data generation method, device, equipment and computer readable storage medium |
Non-Patent Citations (1)
Title |
---|
林连进 等: "《软件测试技术》", 31 August 2018, 北京:北京理工大学出版社, pages: 194 - 198 * |
Cited By (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN112052172A (en) * | 2020-09-04 | 2020-12-08 | 云账户技术(天津)有限公司 | Rapid testing method and device for third-party channel and electronic equipment |
CN112052172B (en) * | 2020-09-04 | 2024-01-30 | 云账户技术(天津)有限公司 | Rapid test method and device for third-party channel and electronic equipment |
CN114238065A (en) * | 2020-09-09 | 2022-03-25 | 马上消费金融股份有限公司 | Test processing method, device, equipment and readable storage medium |
CN114238343A (en) * | 2021-12-23 | 2022-03-25 | 南京华飞数据技术有限公司 | Implementation method of multidimensional variability automatic data model based on big data |
CN114238343B (en) * | 2021-12-23 | 2022-10-28 | 南京华飞数据技术有限公司 | Implementation method of multidimensional variability automatic data model based on big data |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN111400178A (en) | Automatic interface number making method and device, computer equipment and storage medium | |
CN110413528B (en) | Intelligent configuration method and system for test environment | |
CN110798446B (en) | Mail batch authorization method and device, computer equipment and storage medium | |
CN111679968A (en) | Interface calling abnormity detection method and device, computer equipment and storage medium | |
CN103729171A (en) | Generating method and device of service workflow codes | |
CN114817340B (en) | Data tracing method and device, computer equipment and storage medium | |
CN112561690B (en) | Method, system, equipment and storage medium for testing credit card staged service interface | |
CN109104297B (en) | Business process processing method and device | |
CN115544132A (en) | Data import method and system and electronic equipment | |
CN116401148A (en) | Form data verification method and device | |
CN115934044A (en) | Approval process configuration method and device based on flowable | |
CN114579171A (en) | Code processing method and device, computer equipment and storage medium | |
CN113965489B (en) | Link timeout detection method, device, computer equipment and storage medium | |
CN115103076B (en) | Outbound method, outbound device, computer equipment and storage medium | |
CN117313856B (en) | Reliability test planning system and method | |
CN110990475B (en) | Batch task inserting method and device, computer equipment and storage medium | |
CN115914231A (en) | Intelligent contract processing method, device, equipment and computer readable storage medium | |
CN113923097A (en) | Failure reproduction method, failure reproduction apparatus, and storage medium | |
CN118656289A (en) | Data processing method and related device | |
CN107562486B (en) | Mobile phone demand screening method based on MTK platform, storage medium and equipment | |
CN118568160A (en) | Visual-based credential association method, device, electronic equipment and medium | |
CN113392023A (en) | Automatic testing method and device, computer equipment, chip and module equipment | |
CN114281697A (en) | Test data generation method and device | |
CN117009337A (en) | Data processing method and device, storage medium and electronic equipment | |
CN112506580A (en) | Data fusion method and device, storage medium and electronic device |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PB01 | Publication | ||
PB01 | Publication | ||
SE01 | Entry into force of request for substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
RJ01 | Rejection of invention patent application after publication | ||
RJ01 | Rejection of invention patent application after publication |
Application publication date: 20200710 |