CN111427784A - Data acquisition method, device, equipment and storage medium - Google Patents

Data acquisition method, device, equipment and storage medium Download PDF

Info

Publication number
CN111427784A
CN111427784A CN202010214098.6A CN202010214098A CN111427784A CN 111427784 A CN111427784 A CN 111427784A CN 202010214098 A CN202010214098 A CN 202010214098A CN 111427784 A CN111427784 A CN 111427784A
Authority
CN
China
Prior art keywords
interface
test data
test
tested
information
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.)
Granted
Application number
CN202010214098.6A
Other languages
Chinese (zh)
Other versions
CN111427784B (en
Inventor
李学超
付磊
林志农
周子坚
忻健
喻强
李春
徐燕雯
李渊凯
李佳
刘畅
严顺良
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
CCB Finetech Co Ltd
Original Assignee
China Construction Bank Corp
CCB Finetech 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 China Construction Bank Corp, CCB Finetech Co Ltd filed Critical China Construction Bank Corp
Priority to CN202010214098.6A priority Critical patent/CN111427784B/en
Publication of CN111427784A publication Critical patent/CN111427784A/en
Application granted granted Critical
Publication of CN111427784B publication Critical patent/CN111427784B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Debugging And Monitoring (AREA)
  • Test And Diagnosis Of Digital Computers (AREA)
  • Tests Of Electronic Circuits (AREA)

Abstract

The embodiment of the invention discloses a data acquisition method, a data acquisition device, data acquisition equipment and a storage medium. The method comprises the following steps: determining test data of an interface to be tested and an acquisition mode of the test data according to the interface to be tested and an interface test template corresponding to the interface to be tested, and acquiring the test data according to the acquisition mode. Compared with the prior art, the method and the device for acquiring the test data determine the acquisition mode of the test data based on the interface test template corresponding to the interface to be tested, so that the test data is automatically acquired according to the acquisition mode, and the problem of low efficiency caused by manually acquiring the test data in the prior art is solved.

Description

Data acquisition method, device, equipment and storage medium
Technical Field
The embodiment of the invention relates to the technical field of finance, in particular to a data acquisition method, a data acquisition device, data acquisition equipment and a storage medium.
Background
The interface test is a test of the interfaces among the tested system components, and is mainly used for detecting interaction points between an external system and a system and between each internal subsystem. The effective performance of the interface test depends on the acquisition of early test data. Conventional test data is obtained mainly by hand, that is, before each test, the database is manually searched for qualified test data. Because most of data in the test environment is dynamic or depends on the context environment, the manual acquisition of the test data not only wastes time and labor, but also affects the timeliness of the data, and further affects the result of the interface test.
Disclosure of Invention
The embodiment of the invention provides a data acquisition method, a data acquisition device, equipment and a storage medium, which are used for improving the acquisition efficiency of test data.
In a first aspect, an embodiment of the present invention provides a data acquisition method, including:
determining test data of an interface to be tested and an acquisition mode of the test data according to the interface to be tested and an interface test template corresponding to the interface to be tested;
and acquiring the test data according to the acquisition mode.
In a second aspect, an embodiment of the present invention further provides a data obtaining apparatus, including:
the determining module is used for determining test data of the interface to be tested and an acquisition mode of the test data according to the interface to be tested and an interface test template corresponding to the interface to be tested;
and the test data acquisition module is used for acquiring the test data according to the acquisition mode.
Optionally, the interface test template includes number information, scene information, message body information, and assertion information, where the message body information includes a field, a field type, and a field value.
Optionally, the determining module includes:
the analysis unit is used for analyzing the number information, the scene information, the column type and the assertion information and determining the test data of the interface to be tested;
the searching unit is used for searching a database and acquiring a target path of the test data;
and the acquisition mode generating unit is used for generating the acquisition mode of the test data according to the target path and storing the acquisition mode in the field value of the interface test template.
Optionally, the apparatus further comprises:
and the test script generating module is used for generating a test script according to the test data after the test data is acquired according to the acquisition mode so as to test the interface to be tested.
Optionally, the obtaining manner at least includes one of a structured query language SQ L statement manner, a drawing manner and a global variable manner.
In a third aspect, an embodiment of the present invention further provides an apparatus, including:
one or more processors;
a memory for storing one or more programs;
the one or more programs, when executed by the one or more processors, cause the one or more processors to implement the data acquisition method as described in the first aspect.
In a fourth aspect, an embodiment of the present invention further provides a storage medium, on which a computer program is stored, where the computer program, when executed by a processor, implements the data acquisition method according to the first aspect.
The embodiment of the invention provides a data acquisition method, a device, equipment and a storage medium, which are used for determining test data of an interface to be tested and an acquisition mode of the test data according to the interface to be tested and an interface test template corresponding to the interface to be tested, and acquiring the test data according to the acquisition mode. Compared with the prior art, the method and the device for acquiring the test data determine the acquisition mode of the test data based on the interface test template corresponding to the interface to be tested, so that the test data is automatically acquired according to the acquisition mode, and the problem of low efficiency caused by manually acquiring the test data in the prior art is solved.
Drawings
Fig. 1 is a flowchart of a data acquisition method according to an embodiment of the present invention;
fig. 2 is a flowchart of a data acquisition method according to a second embodiment of the present invention;
fig. 3 is a structural diagram of a data acquisition apparatus according to a third embodiment of the present invention;
fig. 4 is a structural diagram of an apparatus according to a fourth embodiment of the present invention.
Detailed Description
The present invention will be described in further detail with reference to the accompanying drawings and examples. It is to be understood that the specific embodiments described herein are merely illustrative of the invention and are not limiting of the invention. It should be further noted that, for the convenience of description, only some of the structures related to the present invention are shown in the drawings, not all of the structures. In addition, the embodiments and features of the embodiments in the present invention may be combined with each other without conflict.
Example one
Fig. 1 is a flowchart of a data obtaining method according to an embodiment of the present invention, where the present embodiment is applicable to obtaining test data for interface testing, and the method may be executed by a data obtaining apparatus, where the apparatus may be implemented in a software and/or hardware manner, and may be integrated in an intelligent device such as a notebook, a tablet, and the like, and referring to fig. 1, the method may include the following steps:
s110, according to an interface to be tested and an interface test template corresponding to the interface to be tested, determining test data of the interface to be tested and an acquisition mode of the test data.
The test data is used for testing the interface, and the test data corresponding to different test interfaces can be the same or different. The interface test needs acquire corresponding test data earlier, and traditional acquisition mode mainly is through manual acquisition, because some test data need stride the subassembly and acquire, and is most dynamic, acquires the inefficacy that not only influences data easily through manual mode, has also reduced the acquisition efficiency of data. Therefore, in the embodiment, the interface test template corresponding to the interface to be tested is obtained based on the information of the interface to be tested, the obtaining mode of the test data of each interface to be tested is determined in advance based on the interface test template, and the test data can be automatically obtained by analyzing the obtaining mode subsequently, so that the timeliness of the data is guaranteed, the efficiency is improved, and the labor is saved.
The interface test template is an information table which is made in advance according to interface definition specifications, specifications and the like and is used for realizing the test of the interface. The interface test template generally comprises case numbers, message body information, scene information and assertion information, wherein the case numbers are unique case identifiers defined by a user and can contain transaction codes, positive and negative case marks, number numbers and other information, and the embodiment refers to the test of each interface as a case. The scenario information is a scenario suitable for the interface test, and may include, for example, that the existing function of the system under test is not changed in a large area, the system under test operates on multiple platforms, the system under test often needs to be tested repeatedly, the software maintenance period of the system under test is long, and the system under test is developed and compared in a standard. The message body information generally includes a chinese column, an english column, a column type, and a column value, where the column value is an acquisition manner of the test data to be determined in this embodiment. The assertion is a Boolean expression composed of an operator, a left value and a right value, and the result is true or false and is used for verifying the relevant fields of the received and sent messages during the subsequent interface test.
Specifically, the scene information, the positive and negative case marks, the column type and other information in the interface test template can be analyzed, the condition to be met by the test data is determined, the test data meeting the condition is searched through the database, and the corresponding acquisition mode is determined according to the source of the test data, so that the test data can be directly acquired according to the acquisition mode in the next test, and the efficiency is improved.
And S120, acquiring the test data according to the test data acquisition mode.
Optionally, the obtaining mode includes a drawing mode and a global variable mode according to a resource library in which the test data is located, for example, the test data is located in the drawing resource library, and the test data can be obtained through the drawing mode, where the drawing mode includes a direct mode and a dependent mode, the direct mode is a mode in which the test data is directly obtained in the drawing resource library, the dependent mode is a mode in which values of other fields are depended, values of fields depended by the direct mode can be replaced by other symbols such as question marks, and the values of the fields can be replaced as needed in actual application. If the test data is located in the global variable resource library, the test data can be obtained in a global variable mode. For the convenience of distinction, in the embodiment, the a-rule number represents the number drawing mode, and the b-variable number represents the global variable mode, wherein the rule number has uniqueness in the number drawing resource library and may include character strings and/or numbers. The variable number is unique in the global variable resource base and may include a string and/or a number.
In addition, when the test data has a nested relationship, for example, a message needs to be transacted by relying on a preamble, the test data can be obtained by adopting a SQ L (Structured Query L format) statement, and then the corresponding test data can be obtained by analyzing the SQ L statement.
The embodiment of the invention provides a data acquisition method, which comprises the steps of determining test data of an interface to be tested and an acquisition mode of the test data according to the interface to be tested and an interface test template corresponding to the interface to be tested, and acquiring the test data according to the acquisition mode. Compared with the prior art, the method and the device for acquiring the test data determine the acquisition mode of the test data based on the interface test template corresponding to the interface to be tested, so that the test data is automatically acquired according to the acquisition mode, and the problem of low efficiency caused by manually acquiring the test data in the prior art is solved.
On the basis of the above embodiment, the interface test template includes number information, scene information, message body information, and assertion information, where the message body information includes a field, a field type, and a field value.
The interface test template of this embodiment is exemplified by including number information, scene information, message body information, and assertion information. The message body information comprises a column, a column type and a column value. The field value supports filling of Chinese and English field names, and when the Chinese field name is included, the Chinese field name is converted into the English field name in the analysis process. Optionally, the corresponding obtaining manner at the field value may be as follows: a fixed value, a variable number B, an expression containing the variable number B, a rule number A, a field name [ aa, bb ], or a combination of a plurality of ways. Wherein the fixed value may be a number, chinese or string constant, etc., such as 100 or zh-cn. B. The variable number represents a reference to a global variable from the global variable repository by a b.variable number, e.g. b.1: business day. The expression containing the b. variable number represents the variable from the global variable repository and performs a simple four-way operation, e.g., b.1+100: business day, variable representing the date type plus 100 days. A. The rule number indicates an account number from the raffle resource pool that can be charged in a straightforward manner, e.g., A.11. A. The rule number, field name [ aa, bb ] indicates that the transaction input field is from the resource pool, such as A.11[ input. customer account ], a chargeable account number, field name can be default, and the system intelligently supplements during testing, and aa and bb are references to question numbers. The combination of the multiple modes can be that the values are taken through each acquisition mode, and then four operations of the values are taken according to the field types, for example, A.1+ B.1, and the four operations can support the data calculation of the character type, the numerical type and the date type fields.
Example two
Fig. 2 is a flowchart of a data acquisition method according to a second embodiment of the present invention, where the present embodiment is optimized based on the foregoing embodiment, and referring to fig. 2, the method includes the following steps:
s210, analyzing the number information, the scene information, the column type and the assertion information, and determining test data of the interface to be tested.
The number information, the scene information, the column type and the assertion information in the interface test template are preset, and corresponding test data can be obtained by analyzing the number information, the scene information, the column type and the assertion information. The embodiment does not limit the specific parsing process.
S220, searching a database and obtaining a target path of the test data.
And searching a database according to the test data required to be acquired, and determining a target source of the test data as a target path.
And S230, generating an acquisition mode of the test data according to the target path, and storing the acquisition mode in a field value of the interface test template.
The method comprises the steps of obtaining a SQ L statement mode, a drawing mode and a global variable mode, wherein the drawing mode comprises a structured query language SQ L statement mode, a drawing mode and a global variable mode.
And S240, acquiring the test data according to the acquisition mode.
And S250, generating a test script according to the test data so as to test the interface to be tested.
The embodiment automatically generates the test script based on the determined test data, and improves the test efficiency. Especially, when the test requirement changes, new test data can be quickly obtained only by changing the corresponding data acquisition mode through the scheme, and the test script is automatically generated based on the new test data, so that the difficulty of manually searching the data is reduced, and a large amount of time is saved.
Optionally, when the interface test template is subsequently used for performing the interface test, the corresponding obtaining mode may be analyzed through a specific analysis function, so as to obtain the test data. For example, it can be resolved by the ruleParse function. In the analysis process, the problems of case, space, comment and the like of fields in the acquisition mode are processed in advance, then the acquisition mode containing operators is disassembled into a single mode, the single mode is processed respectively, and then the final test data is obtained through four arithmetic operations.
On the basis of the above embodiments, the embodiment of the present invention determines in advance the test data acquisition mode through the interface test template, so as to achieve automatic acquisition of the test data, ensure timeliness of the data, and automatically generate the test script according to the test data, thereby improving generation efficiency of the test script and reducing burden of script writers.
EXAMPLE III
Fig. 3 is a structural diagram of a data acquisition apparatus according to a third embodiment of the present invention, which can execute the data acquisition method described in the foregoing embodiment, and with reference to fig. 3, the apparatus includes:
the determining module 310 is configured to determine test data of an interface to be tested and an obtaining manner of the test data according to the interface to be tested and an interface test template corresponding to the interface to be tested;
the test data obtaining module 320 is configured to obtain the test data according to the obtaining manner.
The third embodiment of the invention provides a data acquisition device, which determines test data of an interface to be tested and an acquisition mode of the test data according to the interface to be tested and an interface test template corresponding to the interface to be tested, and acquires the test data according to the acquisition mode. Compared with the prior art, the method and the device for acquiring the test data determine the acquisition mode of the test data based on the interface test template corresponding to the interface to be tested, so that the test data is automatically acquired according to the acquisition mode, and the problem of low efficiency caused by manually acquiring the test data in the prior art is solved.
On the basis of the above embodiment, the interface test template includes number information, scene information, message body information, and assertion information, where the message body information includes a field, a field type, and a field value.
On the basis of the above embodiment, the determining module 310 includes:
the analysis unit is used for analyzing the number information, the scene information, the column type and the assertion information and determining the test data of the interface to be tested;
the searching unit is used for searching a database and acquiring a target path of the test data;
and the acquisition mode generating unit is used for generating the acquisition mode of the test data according to the target path and storing the acquisition mode in the field value of the interface test template.
On the basis of the above embodiment, the apparatus further includes:
and the test script generating module is used for generating a test script according to the test data after the test data is acquired according to the acquisition mode so as to test the interface to be tested.
On the basis of the above embodiment, the obtaining mode at least comprises one of a structured query language SQ L statement mode, a drawing mode and a global variable mode.
The data acquisition device provided by the embodiment of the invention can execute the data acquisition method provided by the embodiment of the invention, and has corresponding functional modules and beneficial effects of the execution method.
Example four
Fig. 4 is a structural diagram of an apparatus according to a fourth embodiment of the present invention, and referring to fig. 4, the apparatus includes: the number of the processors 410 in the device may be one or more, one processor 410 is taken as an example in fig. 4, the processors 410, the memory 420, the input device 430 and the output device 440 in the device may be connected by a bus or in other manners, and the processor 410, the memory 420, the input device 430 and the output device 440 in the device are taken as an example in fig. 4.
The memory 420 serves as a computer-readable storage medium for storing software programs, computer-executable programs, and modules, such as program instructions/modules corresponding to the data acquisition method in the embodiments of the present invention. The processor 410 executes various functional applications of the device and data processing, i.e., implements the data acquisition method of the above-described embodiment, by executing software programs, instructions, and modules stored in the memory 420.
The memory 420 mainly includes a program storage area and a data storage area, wherein the program storage area can store an operating system and an application program required by at least one function; the storage data area may store data created according to the use of the terminal, and the like. Further, the memory 420 may include high speed random access memory, and may also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other non-volatile solid state storage device. In some examples, memory 420 may further include memory located remotely from processor 410, which may be connected to devices through a network. Examples of such networks include, but are not limited to, the internet, intranets, local area networks, mobile communication networks, and combinations thereof.
The input means 430 may be used to receive input numeric or character information and generate key signal inputs related to user settings and function control of the apparatus. The output device 440 may include a display device such as a display screen, and an audio device such as a speaker and a buzzer.
The apparatus provided by the embodiment of the present invention is the same as the data acquiring method provided by the above embodiment, and the technical details that are not described in detail in the embodiment can be referred to the above embodiment, and the embodiment has the same beneficial effects as the data acquiring method.
EXAMPLE five
Embodiments of the present invention further provide a storage medium, on which a computer program is stored, where the computer program, when executed by a processor, implements the data obtaining method according to the above embodiments of the present invention.
Of course, the storage medium provided by the embodiment of the present invention includes computer-executable instructions, and the computer-executable instructions are not limited to the operations in the data acquisition method described above, and may also perform related operations in the data acquisition method provided by any embodiment of the present invention, and have corresponding functions and advantages.
Based on the understanding that the technical solutions of the present invention can be embodied in the form of software products, such as floppy disks, Read-Only memories (ROMs), Random Access Memories (RAMs), flash memories (F L ASHs), hard disks or optical disks of a computer, etc., and include instructions for enabling a computer device (which may be a robot, a personal computer, a server, or a network device, etc.) to execute the data acquisition method according to the above-mentioned embodiments of the present invention.
It is to be noted that the foregoing is only illustrative of the preferred embodiments of the present invention and the technical principles employed. It will be understood by those skilled in the art that the present invention is not limited to the particular embodiments described herein, but is capable of various obvious changes, rearrangements and substitutions as will now become apparent to those skilled in the art without departing from the scope of the invention. Therefore, although the present invention has been described in greater detail by the above embodiments, the present invention is not limited to the above embodiments, and may include other equivalent embodiments without departing from the spirit of the present invention, and the scope of the present invention is determined by the scope of the appended claims.

Claims (10)

1. A method of data acquisition, comprising:
determining test data of an interface to be tested and an acquisition mode of the test data according to the interface to be tested and an interface test template corresponding to the interface to be tested;
and acquiring the test data according to the test data acquisition mode.
2. The method of claim 1, wherein the interface test template comprises number information, context information, message body information, and assertion information, and wherein the message body information comprises a field, a field type, and a field value.
3. The method of claim 2, wherein determining test data and test data acquisition modes of the interface to be tested according to the interface to be tested and the interface test template corresponding to the interface to be tested comprises:
analyzing the number information, the scene information, the column type and the assertion information, and determining test data of the interface to be tested;
searching a database to obtain a target path of the test data;
and generating an acquisition mode of the test data according to the target path, and storing the acquisition mode in a field value of the interface test template.
4. The method of claim 1, further comprising, after acquiring the test data according to the acquisition mode:
and generating a test script according to the test data so as to test the interface to be tested.
5. The method according to any one of claims 1 to 4, wherein the obtaining means comprises at least one of a structured query language SQ L statement means, a draw means and a global variable means.
6. A data acquisition apparatus, comprising:
the determining module is used for determining test data of the interface to be tested and an acquisition mode of the test data according to the interface to be tested and an interface test template corresponding to the interface to be tested;
and the test data acquisition module is used for acquiring the test data according to the acquisition mode.
7. The apparatus of claim 6, wherein the interface test template comprises number information, context information, packet body information, and assertion information, and wherein the packet body information comprises a field, a field type, and a field value.
8. The apparatus of claim 7, wherein the determining module comprises:
the analysis unit is used for analyzing the number information, the scene information, the column type and the assertion information and determining the test data of the interface to be tested;
the searching unit is used for searching a database and acquiring a target path of the test data;
and the acquisition mode generating unit is used for generating the acquisition mode of the test data according to the target path and storing the acquisition mode in the field value of the interface test template.
9. An apparatus, comprising:
one or more processors;
a memory for storing one or more programs;
the one or more programs, when executed by the one or more processors, cause the one or more processors to implement the data acquisition method of any of claims 1-5.
10. A storage medium on which a computer program is stored, which program, when being executed by a processor, is adapted to carry out the data acquisition method according to any one of claims 1 to 5.
CN202010214098.6A 2020-03-24 2020-03-24 Data acquisition method, device, equipment and storage medium Active CN111427784B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010214098.6A CN111427784B (en) 2020-03-24 2020-03-24 Data acquisition method, device, equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010214098.6A CN111427784B (en) 2020-03-24 2020-03-24 Data acquisition method, device, equipment and storage medium

Publications (2)

Publication Number Publication Date
CN111427784A true CN111427784A (en) 2020-07-17
CN111427784B CN111427784B (en) 2023-05-12

Family

ID=71555404

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010214098.6A Active CN111427784B (en) 2020-03-24 2020-03-24 Data acquisition method, device, equipment and storage medium

Country Status (1)

Country Link
CN (1) CN111427784B (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112346983A (en) * 2020-11-24 2021-02-09 中信银行股份有限公司 Method and system for automatically generating test case
CN112948266A (en) * 2021-03-31 2021-06-11 建信金融科技有限责任公司 Database grammar test system, method, device, equipment and storage medium
CN113641585A (en) * 2021-08-20 2021-11-12 成方金融科技有限公司 Test data generation method, device, equipment and storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106325888A (en) * 2016-09-30 2017-01-11 深圳市九洲电器有限公司 Unit test script writing method and system for set top box
WO2018014580A1 (en) * 2016-07-20 2018-01-25 平安科技(深圳)有限公司 Data interface test method and apparatus, and server and storage medium
CN107908541A (en) * 2017-07-26 2018-04-13 平安壹钱包电子商务有限公司 Interface test method, device, computer equipment and storage medium
CN108320129A (en) * 2018-01-17 2018-07-24 链家网(北京)科技有限公司 A kind of test data automation building method and device
CN110750442A (en) * 2019-09-06 2020-02-04 平安医疗健康管理股份有限公司 Test case generation method, device, equipment and storage medium

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2018014580A1 (en) * 2016-07-20 2018-01-25 平安科技(深圳)有限公司 Data interface test method and apparatus, and server and storage medium
CN106325888A (en) * 2016-09-30 2017-01-11 深圳市九洲电器有限公司 Unit test script writing method and system for set top box
CN107908541A (en) * 2017-07-26 2018-04-13 平安壹钱包电子商务有限公司 Interface test method, device, computer equipment and storage medium
CN108320129A (en) * 2018-01-17 2018-07-24 链家网(北京)科技有限公司 A kind of test data automation building method and device
CN110750442A (en) * 2019-09-06 2020-02-04 平安医疗健康管理股份有限公司 Test case generation method, device, equipment and storage medium

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112346983A (en) * 2020-11-24 2021-02-09 中信银行股份有限公司 Method and system for automatically generating test case
CN112346983B (en) * 2020-11-24 2024-05-17 中信银行股份有限公司 Method and system for automatically generating test cases
CN112948266A (en) * 2021-03-31 2021-06-11 建信金融科技有限责任公司 Database grammar test system, method, device, equipment and storage medium
CN112948266B (en) * 2021-03-31 2023-06-20 建信金融科技有限责任公司 Database grammar testing system, method, device, equipment and storage medium
CN113641585A (en) * 2021-08-20 2021-11-12 成方金融科技有限公司 Test data generation method, device, equipment and storage medium
CN113641585B (en) * 2021-08-20 2023-04-07 成方金融科技有限公司 Test data generation method, device, equipment and storage medium

Also Published As

Publication number Publication date
CN111427784B (en) 2023-05-12

Similar Documents

Publication Publication Date Title
CN111427784B (en) Data acquisition method, device, equipment and storage medium
CN110209700B (en) Data stream association method and device, electronic equipment and storage medium
CN114064601B (en) Storage process conversion method, device, equipment and storage medium
CN110765195A (en) Data analysis method and device, storage medium and electronic equipment
CN111079408A (en) Language identification method, device, equipment and storage medium
CN106202323B (en) Log processing method and device
WO2022253131A1 (en) Data parsing method and apparatus, computer device, and storage medium
CN110825745B (en) Page generation method and device
CN114185791A (en) Method, device and equipment for testing data mapping file and storage medium
CN111125085A (en) Python-based database index optimization method, device and system
CN111221841A (en) Real-time processing method and device based on big data
CN107644103B (en) Method and system for storing traceable information source information
CN113807077B (en) Natural language test script analysis processing method and device and electronic equipment
CN112307050B (en) Identification method and device for repeated correlation calculation and computer system
CN114116683A (en) Multi-language processing method and device for computing platform and readable storage medium
CN111143398B (en) Extra-large set query method and device based on extended SQL function
CN114896269A (en) Structured query statement detection method and device, electronic equipment and storage medium
CN108763474B (en) Method, device and storage medium for acquiring transaction correlation and executing regression test
CN111399843B (en) Method, system and electronic equipment for mapping SQL running information to SQL file
CN110895529B (en) Processing method of structured query language and related device
CN111125264A (en) Extra-large set analysis method and device based on extended OLAP model
CN110990271A (en) Code performance detection method, device, equipment and storage medium
CN110263055B (en) Parameter prompting method, device, equipment and storage medium
CN111125147B (en) Extra-large set analysis method and device based on extended pre-calculation model and SQL function
CN118394306B (en) Application program rapid construction system applicable to multiple terminals

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
TA01 Transfer of patent application right

Effective date of registration: 20220915

Address after: 12 / F, 15 / F, 99 Yincheng Road, China (Shanghai) pilot Free Trade Zone, Pudong New Area, Shanghai, 200120

Applicant after: Jianxin Financial Science and Technology Co.,Ltd.

Address before: 25 Financial Street, Xicheng District, Beijing 100033

Applicant before: CHINA CONSTRUCTION BANK Corp.

Applicant before: Jianxin Financial Science and Technology Co.,Ltd.

TA01 Transfer of patent application right
GR01 Patent grant
GR01 Patent grant