CN111897712A - Test case generation method and device, electronic equipment and readable storage medium - Google Patents

Test case generation method and device, electronic equipment and readable storage medium Download PDF

Info

Publication number
CN111897712A
CN111897712A CN202010569846.2A CN202010569846A CN111897712A CN 111897712 A CN111897712 A CN 111897712A CN 202010569846 A CN202010569846 A CN 202010569846A CN 111897712 A CN111897712 A CN 111897712A
Authority
CN
China
Prior art keywords
case
target
test
elements
determining
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
CN202010569846.2A
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.)
China Construction Bank Corp
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 CN202010569846.2A priority Critical patent/CN111897712A/en
Publication of CN111897712A publication Critical patent/CN111897712A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • G06F11/3684Test management for test design, e.g. generating new test cases
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/903Querying
    • G06F16/90335Query processing
    • G06F16/90344Query processing by using string matching techniques

Abstract

The application provides a test case generation method, a test case generation device, electronic equipment and a readable storage medium, which are applied to the technical field of computers, wherein the method comprises the following steps: the regular expression based on the target case automatically extracts the attribute values of the target case elements from the case open documents disclosed by the card organization, thereby realizing the automatic generation of a test case set according to the open case documents and avoiding the problems of low efficiency and easy error caused by manual reading and determining the test case elements.

Description

Test case generation method and device, electronic equipment and readable storage medium
Technical Field
The application relates to the technical field of image recognition, in particular to a test case generation method and device, electronic equipment and a readable storage medium.
Background
The international card organization, as a bank card issuing organization and a specification maker, generally requires authentication of a system of a member bank, that is, execution of a series of authentication cases, when the member bank upgrades the system or carries out a new business.
At present, a specification document disclosed by a card organization is unstructured data, and case elements need to be manually extracted from the specification document to form a test case, however, the mode of manually reading and extracting the test case elements has the problems of low efficiency and high labor cost.
Disclosure of Invention
The application provides a test case generation method, a test case generation device, electronic equipment and a readable storage medium, and is used for automatically generating a test case set according to a public standard document, so that the problems of low efficiency and high possibility of errors caused by manual reading and determination of test case elements are solved. The technical scheme adopted by the application is as follows:
in a first aspect, a test case generation method is provided, the method comprising,
obtaining a card organization case public document, wherein the public document is unstructured data;
determining a target case regular expression based on case elements of a target case;
matching the card organization case public document based on the determined target case regular expression;
and when the matching is successful, extracting the attribute values corresponding to the case elements of the target case, and adding the case elements and the corresponding attribute values of the target case to the case set.
Optionally, adding the case elements and the corresponding attribute values of the target case to the case set, which includes:
and carrying out structural processing on the case elements of the target case and the corresponding attribute values, and adding the target case obtained after the structural processing to the case set.
Optionally, the method further comprises:
determining a type of the target case based on the at least one case element, and adding the target case and the corresponding type to the case set.
Optionally, the method further comprises:
when a test request aiming at a target system is received, determining the type of a test case based on the test request;
determining a target test case for the test request from the set of cases based on the determined test case type;
and testing the target system based on the target test case.
In a second aspect, there is provided a test case generation apparatus, comprising,
the acquisition module is used for acquiring a card organization case public document, wherein the public document is unstructured data;
the first determining module is used for determining a target case regular expression based on case elements of a target case;
the matching processing module is used for matching and processing the card organization case public document based on the determined target case regular expression;
and the adding module is used for extracting the attribute values corresponding to the case elements of the target case when the matching is successful, and adding the case elements and the corresponding attribute values of the target case to the case set.
Optionally, the apparatus further comprises:
and the processing module is used for carrying out structural processing on the case elements and the corresponding attribute values of the target case and adding the target case obtained after the structural processing to the case set.
Optionally, the apparatus further comprises:
and the second determining module is used for determining the type of the target case based on the at least one case element and adding the target case and the corresponding type to the case set.
Optionally, the apparatus further comprises:
the third determining module is used for determining the type of the test case based on the test request when the test request aiming at the target system is received;
a fourth determination module for determining a target test case for the test request from the case set based on the determined test case type;
and the test module is used for testing the target system based on the target test case.
In a third aspect, an electronic device is provided, which includes:
one or more processors;
a memory;
one or more application programs, wherein the one or more application programs are stored in the memory and configured to be executed by the one or more processors, the one or more programs configured to: the test case generation method shown in the first aspect is performed.
In a fourth aspect, a computer-readable storage medium is provided, which is used for storing computer instructions, which when run on a computer, make the computer perform the test case generation method shown in the first aspect.
Compared with the prior art that a case set is manually generated according to a standard document published by a card organization, the method and the device for generating the test case have the advantages that the disclosed document of the card organization case is obtained, and the disclosed document is unstructured data; determining a target case regular expression based on case elements of a target case; matching the card organization case public document based on the determined target case regular expression; and when the matching is successful, extracting the attribute values corresponding to the case elements of the target case, and adding the case elements and the corresponding attribute values of the target case to the case set. The method and the device have the advantages that the attribute values of the target case elements are automatically extracted based on the regular expression of the target case, so that the test case set is automatically generated according to the disclosed case document, and the problems of low efficiency and high possibility of errors caused by manual reading and determination of the test case elements are solved.
Additional aspects and advantages of the present application will be set forth in part in the description which follows and, in part, will be obvious from the description, or may be learned by practice of the present application.
Drawings
The foregoing and/or additional aspects and advantages of the present application will become apparent and readily appreciated from the following description of the embodiments, taken in conjunction with the accompanying drawings of which:
fig. 1 is a schematic flowchart of a test case generation method according to an embodiment of the present application;
fig. 2 is a schematic structural diagram of a test case generating apparatus according to an embodiment of the present application;
FIG. 3 is a flowchart illustrating a test case generation process according to an embodiment of the present application;
fig. 4 is a schematic structural diagram of an electronic device according to an embodiment of the present application;
FIG. 5 is an example of a card organization case publication;
FIG. 6 is yet another example of a card organizational case publication;
fig. 7 is an example of an extracted structured case.
Detailed Description
Reference will now be made in detail to the embodiments of the present application, examples of which are illustrated in the accompanying drawings, wherein like or similar reference numerals refer to the same or similar elements or elements having the same or similar function throughout. The embodiments described below with reference to the drawings are exemplary only for the purpose of explaining the present application and are not to be construed as limiting the present application.
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. It will be further understood that the terms "comprises" and/or "comprising," when used in this specification, 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. As used herein, the term "and/or" includes all or any element and all combinations of one or more of the associated listed items.
To make the objects, technical solutions and advantages of the present application more clear, embodiments of the present application will be described in further detail below with reference to the accompanying drawings.
The following describes the technical solutions of the present application and how to solve the above technical problems with specific embodiments. The following several specific embodiments may be combined with each other, and details of the same or similar concepts or processes may not be repeated in some embodiments. Embodiments of the present application will be described below with reference to the accompanying drawings.
The embodiment of the application provides a test case generation method, as shown in fig. 1, the method may include the following steps:
step S101, obtaining a card organization case public document, wherein the public document is unstructured data;
step S102, determining a target case regular expression based on case elements of a target case;
step S103, matching the card organization case public document based on the determined target case regular expression;
and step S104, when the matching is successful, extracting the attribute values corresponding to the case elements of the target case, and adding the case elements and the corresponding attribute values of the target case to the case set.
The test case set is a set composed of a series of cases, and an individual case generally includes the following contents: case description, test media (e.g., test card), input requirements (specifically, specific field requirements must be specific values, such as transaction processing code, service point processing code, terminal capability flag), and expected results of transaction execution.
Fig. 5, 6 show an example of a card organization case publication, wherein a case contains:
MTI message type, representing whether the transaction is a request 0100 or a response 0110.
Business transactions, Transaction description, MSR CAT Level 2 PuchaseNoCVM, as the first case.
Description of some specific threshold values: DE3_1, DE22_1, DE61_10, Card ID, RC.
Remarking: as in the last line of case 1 in Table 0600003, DE61, SF 1.
Fig. 7 shows the extracted structured case, and specifically, the case with case ID 1 of table 0600050 is structured as follows: firstly, extracting cases one by one according to fields, and secondly, splitting some fields, such as business Transaction Type, into more detailed force, such as a card Type including case use, a magnetic stripe card in the example, a Transaction Type, a Purchase consumption in the example, and a card holder identity verification means CVM, a Signature in the example.
Compared with the prior art that a case set is manually generated according to a standard document published by a card organization, the test case generation method has the advantages that the disclosed document of the card organization is obtained, and the disclosed document is unstructured data; determining a target case regular expression based on case elements of a target case; matching the card organization case public document based on the determined target case regular expression; and when the matching is successful, extracting the attribute values corresponding to the case elements of the target case, and adding the case elements and the corresponding attribute values of the target case to the case set. The method and the device have the advantages that the attribute values of the target case elements are automatically extracted based on the regular expression of the target case, so that the test case set is automatically generated according to the disclosed case document, and the problems of low efficiency and high possibility of errors caused by manual reading and determination of the test case elements are solved.
The embodiment of the present application provides a possible implementation manner, in which case elements and corresponding attribute values of a target case are added to a case set, where the method includes:
and carrying out structural processing on the case elements of the target case and the corresponding attribute values, and adding the target case obtained after the structural processing to the case set.
The embodiment of the present application provides a possible implementation manner, and further, the method further includes:
determining a type of the target case based on the at least one case element, and adding the target case and the corresponding type to the case set.
The embodiment of the present application provides a possible implementation manner, and further, the method further includes:
when a test request aiming at a target system is received, determining the type of a test case based on the test request;
determining a target test case for the test request from the set of cases based on the determined test case type;
and testing the target system based on the target test case.
Fig. 3 illustrates a process for generating test cases from a disclosed case document, as follows:
step 1: the input card organizes the case disclosure document and proceeds to step 2
Step 2: and organizing the regular expression according to the target case element, and entering 3.
And step 3: and (4) starting to match the regular expression from the current position (the initial position is the file header), if a matching result exists, entering step 4, and if the matching result does not exist, entering step 8.
And 4, step 4: and extracting case elements according to the matching result of the regular expression, and entering the step 5.
And 5: and adding the current case to the case set and entering the step 6.
Step 6: checking whether the current search position reaches the end of the file, if so, entering step 7, otherwise, entering step 3.
And 7: and generating a full-volume case set and entering the step 8.
And 8: and (6) ending.
Fig. 2 is a test case generating apparatus according to an embodiment of the present application, where the apparatus 20 includes: an acquisition module 201, a first determination module 202, a matching processing module 203, an adding module 204, wherein,
an obtaining module 201, configured to obtain a card organization case public document, where the public document is unstructured data;
a first determining module 202, configured to determine a target case regular expression based on case elements of a target case;
the matching processing module 203 is used for matching the card organization case public document based on the determined target case regular expression;
and the adding module 204 is configured to, when matching is successful, extract an attribute value corresponding to the case element of the target case, and add the case element of the target case and the corresponding attribute value to the case set.
Compared with the prior art that a case set is manually generated according to a standard document published by a card organization, the test case generation device acquires a card organization case publication document, wherein the publication document is unstructured data; determining a target case regular expression based on case elements of a target case; matching the card organization case public document based on the determined target case regular expression; and when the matching is successful, extracting the attribute values corresponding to the case elements of the target case, and adding the case elements and the corresponding attribute values of the target case to the case set. The method and the device have the advantages that the attribute values of the target case elements are automatically extracted based on the regular expression of the target case, so that the test case set is automatically generated according to the disclosed case document, and the problems of low efficiency and high possibility of errors caused by manual reading and determination of the test case elements are solved.
Further, the apparatus further comprises:
and the processing module is used for carrying out structural processing on the case elements and the corresponding attribute values of the target case and adding the target case obtained after the structural processing to the case set.
Further, the apparatus further comprises:
and the second determining module is used for determining the type of the target case based on the at least one case element and adding the target case and the corresponding type to the case set.
Further, the apparatus further comprises:
the third determining module is used for determining the type of the test case based on the test request when the test request aiming at the target system is received;
a fourth determination module for determining a target test case for the test request from the case set based on the determined test case type;
and the test module is used for testing the target system based on the target test case.
The test case generation apparatus of this embodiment can execute the test case generation method provided in the above embodiments of this application, and the implementation principles thereof are similar, and are not described herein again.
An embodiment of the present application provides an electronic device, as shown in fig. 4, an electronic device 40 shown in fig. 4 includes: a processor 401 and a memory 403. Wherein the processor 401 is coupled to the memory 403, such as via a bus 402. Further, the electronic device 40 may also include a transceiver 404. It should be noted that the transceiver 404 is not limited to one in practical applications, and the structure of the electronic device 40 is not limited to the embodiment of the present application. The processor 401 is applied in the embodiment of the present application, and is used to implement the functions of the modules shown in fig. 2. The transceiver 404 includes a receiver and a transmitter.
The processor 401 may be a CPU, general purpose processor, DSP, ASIC, FPGA or other programmable logic device, transistor logic device, hardware component, or any combination thereof. Which may implement or perform the various illustrative logical blocks, modules, and circuits described in connection with the disclosure. The processor 401 may also be a combination of computing functions, e.g., comprising one or more microprocessors, a combination of a DSP and a microprocessor, or the like.
Bus 402 may include a path that transfers information between the above components. The bus 402 may be a PCI bus or an EISA bus, etc. The bus 402 may be divided into an address bus, a data bus, a control bus, and the like. For ease of illustration, only one thick line is shown in FIG. 4, but this does not indicate only one bus or one type of bus.
The memory 403 may be, but is not limited to, a ROM or other type of static storage device that can store static information and instructions, a RAM or other type of dynamic storage device that can store information and instructions, an EEPROM, a CD-ROM or other optical disk storage, optical disk storage (including compact disk, laser disk, optical disk, digital versatile disk, blu-ray disk, etc.), magnetic disk storage media or other magnetic storage devices, or any other medium that can be used to carry or store desired program code in the form of instructions or data structures and that can be accessed by a computer.
The memory 403 is used for storing application program codes for executing the scheme of the application, and the execution is controlled by the processor 401. The processor 401 is configured to execute application program code stored in the memory 403 to implement the functions of the test case generation apparatus provided by the embodiment shown in fig. 2.
Compared with the prior art that a case set is manually generated according to a standard document published by a card organization, the case set is organized by acquiring a card organization case publication document, wherein the publication document is unstructured data; determining a target case regular expression based on case elements of a target case; matching the card organization case public document based on the determined target case regular expression; and when the matching is successful, extracting the attribute values corresponding to the case elements of the target case, and adding the case elements and the corresponding attribute values of the target case to the case set. The method and the device have the advantages that the attribute values of the target case elements are automatically extracted based on the regular expression of the target case, so that the test case set is automatically generated according to the disclosed case document, and the problems of low efficiency and high possibility of errors caused by manual reading and determination of the test case elements are solved.
The embodiment of the application provides an electronic device suitable for the method embodiment. And will not be described in detail herein.
The present application provides a computer-readable storage medium, on which a computer program is stored, and when the program is executed by a processor, the method shown in the above embodiments is implemented.
Compared with the prior art that a case set is manually generated according to a standard document published by a card organization, the case set is organized by the card organization, wherein the published document is unstructured data; determining a target case regular expression based on case elements of a target case; matching the card organization case public document based on the determined target case regular expression; and when the matching is successful, extracting the attribute values corresponding to the case elements of the target case, and adding the case elements and the corresponding attribute values of the target case to the case set. The method and the device have the advantages that the attribute values of the target case elements are automatically extracted based on the regular expression of the target case, so that the test case set is automatically generated according to the disclosed case document, and the problems of low efficiency and high possibility of errors caused by manual reading and determination of the test case elements are solved.
The embodiment of the application provides a computer-readable storage medium which is suitable for the method embodiment. And will not be described in detail herein.
It should be understood that, although the steps in the flowcharts of the figures are shown in order as indicated by the arrows, the steps are not necessarily performed in order as indicated by the arrows. The steps are not performed in the exact order shown and may be performed in other orders unless explicitly stated herein. Moreover, at least a portion of the steps in the flow chart of the figure may include multiple sub-steps or multiple stages, which are not necessarily performed at the same time, but may be performed at different times, which are not necessarily performed in sequence, but may be performed alternately or alternately with other steps or at least a portion of the sub-steps or stages of other steps.
The foregoing is only a partial embodiment of the present application, and it should be noted that, for those skilled in the art, various modifications and decorations can be made without departing from the principle of the present application, and these modifications and decorations should also be regarded as the protection scope of the present application.

Claims (10)

1. A test case generation method is characterized by comprising the following steps:
obtaining a card organization case public document, wherein the public document is unstructured data;
determining a target case regular expression based on case elements of a target case;
matching the card organization case public document based on the determined target case regular expression;
and when the matching is successful, extracting the attribute values corresponding to the case elements of the target case, and adding the case elements and the corresponding attribute values of the target case to the case set.
2. The method of claim 1, wherein adding case elements and corresponding attribute values for the target case to a set of cases previously comprises:
and carrying out structural processing on the case elements of the target case and the corresponding attribute values, and adding the target case obtained after the structural processing to the case set.
3. The method of claim 1, further comprising:
determining the type of the target case based on at least one case element, and adding the target case and the corresponding type to a case set.
4. The method of claim 3, further comprising:
when a test request for a target system is received, determining the type of a test case based on the test request;
determining a target test case for the test request from the set of cases based on the determined test case type;
and testing the target system based on the target test case.
5. A test case generation apparatus, comprising:
the system comprises an acquisition module, a storage module and a processing module, wherein the acquisition module is used for acquiring a card organization case public document, and the public document is unstructured data;
the first determining module is used for determining a target case regular expression based on case elements of a target case;
the matching processing module is used for matching the card organization case public document based on the determined target case regular expression;
and the adding module is used for extracting the attribute values corresponding to the case elements of the target case when the matching is successful, and adding the case elements and the corresponding attribute values of the target case to the case set.
6. The apparatus of claim 5, further comprising:
and the processing module is used for carrying out structural processing on the case elements and the corresponding attribute values of the target case and adding the target case obtained after the structural processing to the case set.
7. The apparatus of claim 5, further comprising:
a second determining module, configured to determine a type of the target case based on the at least one case element, and add the target case and the corresponding type to the case set.
8. The apparatus of claim 7, further comprising:
the third determination module is used for determining the type of the test case based on the test request when the test request aiming at the target system is received;
a fourth determination module to determine a target test case for the test request from the set of cases based on the determined test case type;
and the testing module is used for testing the target system based on the target testing case.
9. An electronic device, comprising:
one or more processors;
a memory;
one or more applications, wherein the one or more applications are stored in the memory and configured to be executed by the one or more processors, the one or more programs configured to: -performing the test case generation method according to any of claims 1 to 4.
10. A computer-readable storage medium for storing computer instructions which, when executed on a computer, cause the computer to perform the test case generation method of any of claims 1 to 4.
CN202010569846.2A 2020-06-20 2020-06-20 Test case generation method and device, electronic equipment and readable storage medium Pending CN111897712A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010569846.2A CN111897712A (en) 2020-06-20 2020-06-20 Test case generation method and device, electronic equipment and readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010569846.2A CN111897712A (en) 2020-06-20 2020-06-20 Test case generation method and device, electronic equipment and readable storage medium

Publications (1)

Publication Number Publication Date
CN111897712A true CN111897712A (en) 2020-11-06

Family

ID=73206904

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010569846.2A Pending CN111897712A (en) 2020-06-20 2020-06-20 Test case generation method and device, electronic equipment and readable storage medium

Country Status (1)

Country Link
CN (1) CN111897712A (en)

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20160092348A1 (en) * 2014-09-26 2016-03-31 Oracle International Corporation Updatable native mobile application for testing new features
CN107894952A (en) * 2017-11-08 2018-04-10 中国平安人寿保险股份有限公司 Generation method, device, equipment and the readable storage medium storing program for executing of interface testing use-case
CN109299017A (en) * 2018-11-16 2019-02-01 郑州云海信息技术有限公司 The method and system of test script frame are automatically generated based on test case document
CN109684457A (en) * 2018-12-27 2019-04-26 清华大学 A kind of method and system that personal share advertisement data is extracted
CN110334021A (en) * 2019-06-25 2019-10-15 深圳前海微众银行股份有限公司 Generation method, device, equipment and the storage medium of interface testing case
CN110471842A (en) * 2019-07-12 2019-11-19 平安普惠企业管理有限公司 A kind of test method, device and computer readable storage medium
CN110825619A (en) * 2019-10-12 2020-02-21 深圳壹账通智能科技有限公司 Automatic generation method and device of interface test case and storage medium
CN110909123A (en) * 2019-10-23 2020-03-24 深圳价值在线信息科技股份有限公司 Data extraction method and device, terminal equipment and storage medium
CN110990276A (en) * 2019-11-29 2020-04-10 泰康保险集团股份有限公司 Automatic testing method and device for interface field and storage medium
CN111309619A (en) * 2020-02-24 2020-06-19 苏宁云计算有限公司 Method and device for automatically generating test case

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20160092348A1 (en) * 2014-09-26 2016-03-31 Oracle International Corporation Updatable native mobile application for testing new features
CN107894952A (en) * 2017-11-08 2018-04-10 中国平安人寿保险股份有限公司 Generation method, device, equipment and the readable storage medium storing program for executing of interface testing use-case
CN109299017A (en) * 2018-11-16 2019-02-01 郑州云海信息技术有限公司 The method and system of test script frame are automatically generated based on test case document
CN109684457A (en) * 2018-12-27 2019-04-26 清华大学 A kind of method and system that personal share advertisement data is extracted
CN110334021A (en) * 2019-06-25 2019-10-15 深圳前海微众银行股份有限公司 Generation method, device, equipment and the storage medium of interface testing case
CN110471842A (en) * 2019-07-12 2019-11-19 平安普惠企业管理有限公司 A kind of test method, device and computer readable storage medium
CN110825619A (en) * 2019-10-12 2020-02-21 深圳壹账通智能科技有限公司 Automatic generation method and device of interface test case and storage medium
CN110909123A (en) * 2019-10-23 2020-03-24 深圳价值在线信息科技股份有限公司 Data extraction method and device, terminal equipment and storage medium
CN110990276A (en) * 2019-11-29 2020-04-10 泰康保险集团股份有限公司 Automatic testing method and device for interface field and storage medium
CN111309619A (en) * 2020-02-24 2020-06-19 苏宁云计算有限公司 Method and device for automatically generating test case

Similar Documents

Publication Publication Date Title
EP3476092B1 (en) Automation of image validation
CN109033475B (en) File storage method, device, equipment and storage medium
CN110334144B (en) Message display method, device, computer equipment and storage medium
CN111274045A (en) Multi-platform docking method and device, computer equipment and readable storage medium
CN113127125B (en) Page automatic adaptation method, device, equipment and storage medium
CN110704418A (en) Block chain information query method, device and equipment
CN109871408B (en) Multi-type database adaptation method, device, electronic equipment and storage medium
CN115098440A (en) Electronic archive query method, device, storage medium and equipment
CN111898759A (en) Knowledge base updating method and device, electronic equipment and readable storage medium
CN104704510A (en) Method and apparatus for identifying a language used in a document and performing ocr recognition based on the language identified
KR20080046490A (en) Method for identifying face using montage and apparatus thereof
CN110427496B (en) Knowledge graph expansion method and device for text processing
CN110738184B (en) Early warning information generation method and device for paper certificates
CN117036115A (en) Contract data verification method, device and server
CN111402022A (en) Merchant account checking method and device
CN111897712A (en) Test case generation method and device, electronic equipment and readable storage medium
CN116432232A (en) Data desensitizing method, device, computer equipment and computer readable storage medium
CN114817004B (en) Test case generation method, device, equipment and readable storage medium
CN112527688B (en) Test case processing method and system for page elements
CN110245074B (en) Log record generation method and device, storage medium and server
CN115145810A (en) Method, device, equipment, medium and product for obtaining test data
CN116366352A (en) Security tool determining method, device, equipment and storage medium
CN117669538A (en) Complaint document identification method and device, storage medium and electronic equipment
CN117273889A (en) Service information acquisition method, device, equipment and medium
CN114817004A (en) Test case generation method, device and equipment and readable 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
TA01 Transfer of patent application right
TA01 Transfer of patent application right

Effective date of registration: 20220914

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

Applicant after: CHINA CONSTRUCTION BANK Corp.

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

Applicant before: CHINA CONSTRUCTION BANK Corp.

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

RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20201106