CN111581108A - Input data acquisition method and device based on business system transaction test - Google Patents
Input data acquisition method and device based on business system transaction test Download PDFInfo
- Publication number
- CN111581108A CN111581108A CN202010405672.6A CN202010405672A CN111581108A CN 111581108 A CN111581108 A CN 111581108A CN 202010405672 A CN202010405672 A CN 202010405672A CN 111581108 A CN111581108 A CN 111581108A
- Authority
- CN
- China
- Prior art keywords
- transaction link
- field
- transaction
- link
- appointed
- 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
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/36—Prevention of errors by analysis, debugging or testing of software
- G06F11/3668—Testing of software
- G06F11/3672—Test management
- G06F11/3688—Test management for test execution, e.g. scheduling of test suites
-
- Y—GENERAL 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
- Y02—TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
- Y02D—CLIMATE 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/00—Energy 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)
- Financial Or Insurance-Related Operations Such As Payment And Settlement (AREA)
- Debugging And Monitoring (AREA)
Abstract
The application discloses an input data acquisition method and device based on business system transaction test, and the method comprises the following steps: associating all transaction links in the transaction according to the execution sequence of each transaction link; when the appointed transaction links in all transaction links are tested, judging whether the appointed transaction link is the first transaction link in the execution sequence; if the appointed transaction link is not the first transaction link, matching the input field of the appointed transaction link with the output field of the previous transaction link of the appointed transaction link; and if at least one input field in the input fields of the appointed transaction link is the same as the output field of the previous transaction link, mapping the field value of the output field of the previous transaction link to the field value input position of the same input field of the appointed transaction link. The method and the device can improve the operation efficiency and avoid repeated entry of transaction data.
Description
Technical Field
The present application relates to the field of system testing technologies, and in particular, to an input data acquisition method and apparatus based on business system transaction testing.
Background
This section is intended to provide a background or context to the embodiments of the invention that are recited in the claims. The description herein is not admitted to be prior art by inclusion in this section.
A complete transaction often involves multiple transaction links. In the research and development process of the banking system, when a transaction execution test case is tested, a tester needs to independently test each transaction link respectively, and continue to test the next transaction link according to the execution result of the previous transaction link. For example, there is a test case that a customer has a valid credit total amount in a domestic bank, the customer has signed a loan contract, and enters a loan transaction link, and a tester needs to complete a test of a transaction link of establishing the credit total amount of the customer, then test a transaction link of establishing a contract, and finally test a transaction link of loan.
The existing banking business test mainly aims at the test of a single transaction link to complete the execution of the whole test case, and needs a tester to manually jump among three transaction pages of 'establishing the total amount of client credit', 'establishing a contract' and 'paying off', the transaction data in each transaction link independently exist, the transaction data in each transaction link needs to be input by a user one by one, the transaction data needed in the same transaction link is always the same, and the problems of low operation efficiency and repeated entry of the same data are caused.
Disclosure of Invention
The embodiment of the application provides an input data acquisition method based on business system transaction test, which is used for improving the operation efficiency and avoiding repeated entry of transaction data, and comprises the following steps:
associating all transaction links in the transaction according to the execution sequence of each transaction link; when the appointed transaction links in all transaction links are tested, judging whether the appointed transaction link is the first transaction link in the execution sequence; if the appointed transaction link is not the first transaction link, matching the input field of the appointed transaction link with the output field of the previous transaction link of the appointed transaction link; and if at least one input field in the input fields of the appointed transaction link is the same as the output field of the previous transaction link, mapping the field value of the output field of the previous transaction link to the field value input position of the same input field of the appointed transaction link.
The embodiment of the present application further provides an input data obtaining apparatus based on business system transaction test, so as to improve operation efficiency and avoid repeated entry of transaction data, and the apparatus includes:
the association module is used for associating all transaction links in the transaction according to the execution sequence of each transaction link; the judging module is used for judging whether the appointed transaction link is the first transaction link in the execution sequence when the appointed transaction link in all transaction links is tested; the field matching module is used for matching the input field of the appointed transaction link with the output field of the previous transaction link of the appointed transaction link when the judging module judges that the appointed transaction link is not the first transaction link; and the field value mapping module is used for mapping the field value of the output field of the previous transaction link to the field value input position of the same input field of the specified transaction link when at least one input field matched with the input field of the specified transaction link by the field matching module is the same as the output field of the previous transaction link.
According to the embodiment of the application, a plurality of transaction links of the same transaction are associated according to the execution sequence to form a transaction link, and when the designated transaction link is tested, the field value of the output field of the transaction link executed before the designated transaction link can be mapped to the field value input position of the same input field of the designated transaction link, so that the same field does not need to be input repeatedly, and the operation efficiency is improved.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present application, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts. In the drawings:
fig. 1 is a flowchart of an input data acquisition method based on transaction testing of a business system in an embodiment of the present application;
FIG. 2 is a schematic diagram of an operation interface for recording information of test cases according to an embodiment of the present application;
FIG. 3 is a schematic diagram of an operation interface for configuring specific information of a transaction link according to an embodiment of the present disclosure;
fig. 4 is a schematic structural diagram of an input data acquiring apparatus based on a transaction test of a business system in an embodiment of the present application.
Detailed Description
To make the objects, technical solutions and advantages of the embodiments of the present application more apparent, the embodiments of the present application are further described in detail below with reference to the accompanying drawings. The exemplary embodiments and descriptions of the present application are provided herein to explain the present application and not to limit the present application.
The embodiment of the present application provides an input data acquisition method based on business system transaction testing, as shown in fig. 1, the method includes steps 101 to 104:
In one transaction, there is an execution sequence of the transaction links executed in sequence, for example, for a loan transaction including 3 transaction links as exemplified in the background art, "build a total amount of credit for a customer" is a first transaction link, "build a contract" is a second transaction link, "put" is a third transaction link. In the step, the transaction links executed in pairs are associated according to the execution sequence of the transaction links, so that the transaction links are connected in series to form a transaction link, and the whole test link is conveniently and directly called for testing in the subsequent test process.
And 102, when the designated transaction links in all transaction links are tested, judging whether the designated transaction link is the first transaction link in the execution sequence.
The appointed transaction link is a transaction link of a user appointed test, for example, if the user appoints to test a 'deposit' transaction link, the 'deposit' is taken as the appointed transaction link; and if the user specifies the transaction link of testing the contract establishment, taking the contract establishment as the specified transaction link.
It should be noted that, if the transaction link specified by the user is not the first transaction link, the transaction link test executed before the specified transaction link and the specified transaction link test need to be completed, and only the specified transaction link, that is, the specified transaction link, cannot be tested.
If the designated transaction link is the first transaction link executed in the execution sequence, the field value of the input field in the designated transaction link needs to be input by the user.
And 103, if the appointed transaction link is not the first transaction link, matching the input field of the appointed transaction link with the output field of the previous transaction link of the appointed transaction link.
Illustratively, when the designated transaction link is "put money" and two previous transaction links are tested and completed, each input field "name", "certificate number" and "put money" of the put money link is matched with the output field in the "contract establishment" of the previous transaction link one by one.
And 104, if at least one input field in the input fields of the appointed transaction link is the same as the output field of the previous transaction link, mapping the field value of the output field of the previous transaction link to the field value input position of the same input field of the appointed transaction link.
Illustratively, if any one or more output fields of a name, a certificate number and a payment amount exist in the contract establishing link, the field value of the output field of the contract establishing link is mapped to the field value input position of the input field of the payment link, for example, the field value 'zhang san' corresponding to the 'name' in the contract establishing link is mapped to the field value input position of the 'name' field of the payment link, so that the 'zhang san' appears in the field value input position corresponding to the input field of the payment link without the input of a user, and the time for the user to manually input the 'zhang san' is saved.
In the embodiment of the application, if no input field in the input field of the appointed transaction link is the same as the output field of the previous transaction link, the input field of the appointed transaction link is continuously matched with the output field of the previous transaction link of the appointed transaction link until the input field of the appointed transaction link is matched with the output field of the first transaction link.
Illustratively, if the output field of the link of establishing the contract does not contain any field of the name, the certificate number and the payment amount, the three fields are continuously matched with the output field of the link of establishing the credit total of the client. That is, if the 4 th transaction link is tested, the input field of the 4 th transaction link is matched with the output field of the 3 rd transaction link, if the input field is not matched with the same field, the output field of the 2 nd transaction link is continuously matched, if the input field is not matched with the same field, the output field of the 1 st transaction link is continuously matched, and thus, the matching of the output field of the 1 st transaction link is completed, so that whether a field which can be reused for a specified transaction link exists in any transaction link is determined.
In one implementation, if at least one input field in the input field of the designated transaction link is the same as the output field in the prior transaction link, the prior transaction link is used as the target transaction link, and the same input field is used as the matching field; and matching other fields except the matching field in the input field of the appointed transaction link with the output field of the transaction link before the target transaction link in the execution sequence until the first transaction link is matched.
Illustratively, if the testing is in a paying link, 3 input fields of the name, the certificate number and the paying amount are matched in the contract establishing link, and the rest fields are not matched, the two input fields of the remaining name and the certificate number are continuously matched with the output field of the link of establishing the credit total of the client. That is, if the matching of the fields is successful, the remaining fields are continuously matched with the previous transaction link until the 1 st transaction link is matched.
In another implementation manner of the embodiment of the application, if the designated transaction link is not the first transaction link, the input field of the designated transaction link can be matched with the output fields of all transaction links before the designated transaction link; if the input field of at least one appointed transaction link is the same as the output field of a transaction link before the appointed transaction link, mapping the field value of the output field of the transaction link to the field value input position of the same input field of the appointed transaction link; if there is at least one input field of a designated transaction link identical to output fields of a plurality of transaction links preceding the designated transaction link, mapping a field value of an output field of a transaction link closest to the designated transaction link in an execution order to a field value input position of the same input field of the designated transaction link.
Illustratively, if the designated transaction link is a 4 th transaction link, matching all input fields of the designated transaction link with all output fields of the previous 3 transaction links, and if 1 or more input fields in the 4 th transaction link are only matched with the output fields in the 3 rd transaction link, mapping the field value of the output field in the 3 rd transaction link to the field value input position of the same input field in the 4 th transaction link; if 1 (or more, here 1 example) input field in the 4 th transaction link is successfully matched with the output fields in the 3 rd transaction link and the 2 nd transaction link at the same time, that is, the output fields of the 2 nd and 3 rd transaction links both include the input field of the 4 th transaction link, mapping the field value of the output field in the 3 rd transaction link closest to the 4 th transaction link to the field value of the input field of the 4 th transaction link.
According to the embodiment of the application, a plurality of transaction links of the same transaction are associated according to the execution sequence to form a transaction link, and when the designated transaction link is tested, the field value of the output field of the transaction link executed before the designated transaction link can be mapped to the field value input position of the same input field of the designated transaction link, so that the same field does not need to be input repeatedly, and the operation efficiency is improved.
When the field value of each input field in the transaction data is input, a test can be performed on the complete transaction process. The testing process can be saved as a testing case, or one or more transaction links selected from the testing process can be saved as a transaction case. Specifically, the information of the test case, including the case number, the case name, the case description, the total number of steps (referring to the transaction link), etc., may be recorded first, and for example, the case information may be input in the interface shown in fig. 2, and according to the case information, the user may conveniently find the required case. After the case information is input, all transaction links in the transaction may be associated according to the execution sequence, and for example, the specific information of the transaction links may be written in the interface shown in fig. 3. After the configuration of the transaction link is completed, the field value of each input field in the transaction data may be determined according to the methods of the above steps 102 to 104 and various implementations thereof. And then the execution of the whole test case is completed in a step-by-step execution mode or a one-key starting mode. After the execution is finished, the test case is a complete test case.
The completed test cases may be saved in a test case library for use by a user in a subsequent testing process. It should be noted that, the transaction link and the specific information of the transaction link in the test case can be set to be in a changeable state, so that the user can adjust the test case according to the test data to be tested. For example, a currently stored test case is a transfer transaction, and comprises two transaction links, namely a transfer amount storage link and a transfer link, wherein the transfer amount of the storage case is 200 yuan, and a transfer transaction with a transfer amount of 500 yuan needs to be tested by a user at present, so that the transfer amount of the storage case can be modified to be 500 yuan by the user, and then the modified storage case is used for testing; for another example, if the user needs to test a stored transaction only including a transaction link of "stored transfer amount", the storage case may be selected, the "transfer link" in the storage case may be deleted, and the remaining links of stored transfer amount may be used for testing.
Therefore, when the same or similar transactions are tested, the user does not need to input the transaction data of each transaction link one by one each time, the multiplexing of the test cases is realized, and the problem that the test cases in the current banking system are only used once and can not multiplex the case data is solved.
The embodiment of the present application further provides an input data obtaining apparatus based on business system transaction testing, as shown in fig. 4, the apparatus 400 includes an association module 401, a determination module 402, a field matching module 403, and a field value mapping module 404.
The association module 401 is configured to associate all transaction links in a transaction according to an execution sequence of each transaction link.
The determining module 402 is configured to determine whether a designated transaction link is the first transaction link in the execution sequence when the designated transaction link in all transaction links is tested.
A field matching module 403, configured to match an input field of the designated transaction link with an output field of a previous transaction link of the designated transaction link when the determining module 402 determines that the designated transaction link is not the first transaction link.
A field value mapping module 404, configured to map a field value of an output field of a previous transaction link to a field value input location of the same input field of a specified transaction link when at least one input field matched to the input field of the specified transaction link by the field matching module 402 is the same as the output field of the previous transaction link.
In an implementation manner of the embodiment of the present application, the field matching module 403 is further configured to:
and when no input field in the input field of the appointed transaction link is the same as the output field of the previous transaction link, continuing to match the input field of the appointed transaction link with the output field of the previous transaction link of the appointed transaction link until the input field of the appointed transaction link is matched with the output field of the first transaction link.
In one implementation of the embodiment of the present application, when there is at least one input field in the input field of the designated transaction link that is the same as the output field in the previous transaction link, the field matching module 403 is further configured to:
taking a previous transaction link as a target transaction link, and taking the same input field as a matching field;
and matching other fields except the matching field in the input field of the appointed transaction link with the output field of the transaction link before the target transaction link in the execution sequence until the first transaction link is matched.
In one implementation of an embodiment of the present application, when the designated transaction link is not the first transaction link,
the field matching module 403 is further configured to match an input field of the designated transaction link with output fields of all transaction links before the designated transaction link;
a field value mapping module 404, further configured to map, when there is at least one input field of a specified transaction link identical to an output field of a transaction link preceding the specified transaction link, a field value of the output field of the transaction link to a field value input position of the same input field of the specified transaction link;
a field value mapping module 404, further configured to map, when there is at least one input field of a specified transaction link identical to output fields of a plurality of transaction links preceding the specified transaction link, a field value of an output field of a transaction link closest to the specified transaction link in the execution order to a field value input position of the same input field of the specified transaction link.
According to the embodiment of the application, a plurality of transaction links of the same transaction are associated according to the execution sequence to form a transaction link, and when the designated transaction link is tested, the field value of the output field of the transaction link executed before the designated transaction link can be mapped to the field value input position of the same input field of the designated transaction link, so that the same field does not need to be input repeatedly, and the operation efficiency is improved.
The embodiment of the present application further provides a computer device, which includes a memory, a processor, and a computer program stored in the memory and executable on the processor, and when the processor executes the computer program, any one of the methods described in steps 101 to 104 and various implementations thereof is implemented.
The embodiment of the present application further provides a computer-readable storage medium, where a computer program for executing any one of the methods described in steps 101 to 104 and various implementation manners thereof is stored in the computer-readable storage medium.
As will be appreciated by one skilled in the art, embodiments of the present application may be provided as a method, system, or computer program product. Accordingly, the present application may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present application may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present application is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the application. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
The above-mentioned embodiments are further described in detail for the purpose of illustrating the invention, and it should be understood that the above-mentioned embodiments are only illustrative of the present invention and are not intended to limit the scope of the present invention, and any modifications, equivalent substitutions, improvements, etc. made within the spirit and principle of the present invention should be included in the scope of the present invention.
Claims (10)
1. An input data acquisition method based on business system transaction test is characterized by comprising the following steps:
associating all transaction links in the transaction according to the execution sequence of each transaction link;
when the appointed transaction links in all transaction links are tested, judging whether the appointed transaction link is the first transaction link in the execution sequence;
if the appointed transaction link is not the first transaction link, matching the input field of the appointed transaction link with the output field of the previous transaction link of the appointed transaction link;
and if at least one input field in the input fields of the appointed transaction link is the same as the output field of the previous transaction link, mapping the field value of the output field of the previous transaction link to the field value input position of the same input field of the appointed transaction link.
2. The method of claim 1, wherein after matching an input field of a given transaction link with an output field of a previous transaction link of the given transaction link, the method further comprises:
and if no input field in the input field of the appointed transaction link is the same as the output field of the previous transaction link, continuing to match the input field of the appointed transaction link with the output field of the previous transaction link of the appointed transaction link until the input field of the appointed transaction link is matched with the output field of the first transaction link.
3. The method of claim 1 or 2, wherein if there is at least one input field in the input field of a given transaction link that is the same as the output field in a previous transaction link, the method further comprises:
taking a previous transaction link as a target transaction link, and taking the same input field as a matching field;
and matching other fields except the matching field in the input field of the appointed transaction link with the output field of the transaction link before the target transaction link in the execution sequence until the first transaction link is matched.
4. The method of claim 1, wherein if the designated transaction link is not the first transaction link, the method further comprises:
matching the input field of the appointed transaction link with the output fields of all transaction links before the appointed transaction link;
if the input field of at least one appointed transaction link is the same as the output field of a transaction link before the appointed transaction link, mapping the field value of the output field of the transaction link to the field value input position of the same input field of the appointed transaction link;
if there is at least one input field of a designated transaction link identical to output fields of a plurality of transaction links preceding the designated transaction link, mapping a field value of an output field of a transaction link closest to the designated transaction link in an execution order to a field value input position of the same input field of the designated transaction link.
5. An input data acquisition device based on business system transaction testing, the device comprising:
the association module is used for associating all transaction links in the transaction according to the execution sequence of each transaction link;
the judging module is used for judging whether the appointed transaction link is the first transaction link in the execution sequence when the appointed transaction link in all transaction links is tested;
the field matching module is used for matching the input field of the appointed transaction link with the output field of the previous transaction link of the appointed transaction link when the judging module judges that the appointed transaction link is not the first transaction link;
and the field value mapping module is used for mapping the field value of the output field of the previous transaction link to the field value input position of the same input field of the specified transaction link when at least one input field matched with the input field of the specified transaction link by the field matching module is the same as the output field of the previous transaction link.
6. The apparatus of claim 5, wherein the field matching module is further configured to:
and when no input field in the input field of the appointed transaction link is the same as the output field of the previous transaction link, continuing to match the input field of the appointed transaction link with the output field of the previous transaction link of the appointed transaction link until the input field of the appointed transaction link is matched with the output field of the first transaction link.
7. The apparatus of claim 5 or 6, wherein when there is at least one input field in an input field of a given transaction link that is the same as an output field in a preceding transaction link, the field matching module is further configured to:
taking a previous transaction link as a target transaction link, and taking the same input field as a matching field;
and matching other fields except the matching field in the input field of the appointed transaction link with the output field of the transaction link before the target transaction link in the execution sequence until the first transaction link is matched.
8. The apparatus of claim 5, wherein when the designated transaction link is not the first transaction link,
the field matching module is also used for matching the input field of the appointed transaction link with the output fields of all transaction links before the appointed transaction link;
the field value mapping module is also used for mapping the field value of the output field of one transaction link to the field value input position of the same input field of the appointed transaction link when the input field of at least one appointed transaction link is the same as the output field of one transaction link before the appointed transaction link;
the field value mapping module is further used for mapping the field value of the output field of the transaction link closest to the specified transaction link in the execution sequence to the field value input position of the same input field of the specified transaction link when the input field of at least one specified transaction link is the same as the output fields of a plurality of transaction links before the specified transaction link.
9. A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, wherein the processor implements the method of any one of claims 1 to 4 when executing the computer program.
10. A computer-readable storage medium, characterized in that the computer-readable storage medium stores a computer program for executing the method of any one of claims 1 to 4.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202010405672.6A CN111581108B (en) | 2020-05-14 | 2020-05-14 | Input data acquisition method and device based on business system transaction test |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202010405672.6A CN111581108B (en) | 2020-05-14 | 2020-05-14 | Input data acquisition method and device based on business system transaction test |
Publications (2)
Publication Number | Publication Date |
---|---|
CN111581108A true CN111581108A (en) | 2020-08-25 |
CN111581108B CN111581108B (en) | 2024-02-23 |
Family
ID=72126648
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202010405672.6A Active CN111581108B (en) | 2020-05-14 | 2020-05-14 | Input data acquisition method and device based on business system transaction test |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN111581108B (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN113254352A (en) * | 2021-06-25 | 2021-08-13 | 中国农业银行股份有限公司 | Test method, device, equipment and storage medium for test case |
Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6499041B1 (en) * | 1998-12-29 | 2002-12-24 | International Business Machines Corporation | Methods, systems and computer program products for copying between templates having associated field designations |
CN106776986A (en) * | 2016-12-06 | 2017-05-31 | 浪潮通用软件有限公司 | A kind of configurable list extension information transmitting methods |
CN109657004A (en) * | 2018-12-10 | 2019-04-19 | 北京明朝万达科技股份有限公司 | A kind of method of data synchronization and device |
-
2020
- 2020-05-14 CN CN202010405672.6A patent/CN111581108B/en active Active
Patent Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6499041B1 (en) * | 1998-12-29 | 2002-12-24 | International Business Machines Corporation | Methods, systems and computer program products for copying between templates having associated field designations |
CN106776986A (en) * | 2016-12-06 | 2017-05-31 | 浪潮通用软件有限公司 | A kind of configurable list extension information transmitting methods |
CN109657004A (en) * | 2018-12-10 | 2019-04-19 | 北京明朝万达科技股份有限公司 | A kind of method of data synchronization and device |
Non-Patent Citations (1)
Title |
---|
张丹阳;郑荣廷;: "一种跨业务场景的测试案例组构建方法", 中国金融电脑 * |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN113254352A (en) * | 2021-06-25 | 2021-08-13 | 中国农业银行股份有限公司 | Test method, device, equipment and storage medium for test case |
CN113254352B (en) * | 2021-06-25 | 2024-06-21 | 中国农业银行股份有限公司 | Test case testing method, device, equipment and storage medium |
Also Published As
Publication number | Publication date |
---|---|
CN111581108B (en) | 2024-02-23 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN110517140B (en) | A method for concurrent execution of blockchain smart contract transactions | |
CN111680023B (en) | Migration data checking method and device | |
CN114022148B (en) | Transaction conflict detection method, device, equipment and storage medium based on block chain | |
CN111738709A (en) | Transaction processing method and device | |
CN111369350A (en) | Orthogonal punching easy processing method and device | |
CN111881020B (en) | Payment center interface testing method, device and system | |
CN110599341A (en) | Transaction calling method and system | |
CN113869902A (en) | A blockchain transaction execution method and device | |
CN113055401B (en) | Enterprise business authorization processing method and device | |
CN111090638A (en) | Method and device for comparing transaction functions in database migration | |
CN111488494B (en) | Account funds transfer network diagram coloring method and device | |
WO2019061620A1 (en) | Automatic test method and apparatus for currency fund system, device and storage medium | |
CN110347735A (en) | The data forwarding of configurationization mends processing method, device and readable storage medium storing program for executing extremely | |
CN110490742B (en) | Transaction execution method and device in blockchain | |
CN111581108B (en) | Input data acquisition method and device based on business system transaction test | |
CN113450114B (en) | Data file acquisition method and device based on block chain | |
CN113407386B (en) | Device for simulating and testing resident certificates | |
CN119718564A (en) | Blockchain transaction parallel execution method, device, system and program product | |
CN112819464B (en) | Intelligent contract processing method, processing device, terminal equipment and storage medium | |
CN119379433A (en) | Blockchain parallel execution method, device, computer equipment and storage medium | |
CN111857670A (en) | Application architecture determination method and device | |
CN114817004B (en) | Test case generation method, device, equipment and readable storage medium | |
CN113971002B (en) | Block chain-based data storage method, device, equipment and readable storage medium | |
CN115600247A (en) | Method and device for changing customer information | |
CN113837864A (en) | Account checking method and device for banking system |
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 | ||
GR01 | Patent grant | ||
GR01 | Patent grant |