CN111581108B - 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 PDF

Info

Publication number
CN111581108B
CN111581108B CN202010405672.6A CN202010405672A CN111581108B CN 111581108 B CN111581108 B CN 111581108B CN 202010405672 A CN202010405672 A CN 202010405672A CN 111581108 B CN111581108 B CN 111581108B
Authority
CN
China
Prior art keywords
link
transaction
field
trading
input
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.)
Active
Application number
CN202010405672.6A
Other languages
Chinese (zh)
Other versions
CN111581108A (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.)
Bank of China Ltd
Original Assignee
Bank of China 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 Bank of China Ltd filed Critical Bank of China Ltd
Priority to CN202010405672.6A priority Critical patent/CN111581108B/en
Publication of CN111581108A publication Critical patent/CN111581108A/en
Application granted granted Critical
Publication of CN111581108B publication Critical patent/CN111581108B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Prevention of errors by analysis, debugging or testing of software
    • G06F11/3668Testing of software
    • G06F11/3672Test management
    • G06F11/3688Test management for test execution, e.g. scheduling of test suites
    • 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)
  • Financial Or Insurance-Related Operations Such As Payment And Settlement (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The application discloses a method and a device for acquiring input data based on transaction test of a service system, wherein the method comprises the following steps: associating all transaction links in the transaction according to the execution sequence of each transaction link; when testing the appointed trading links in all trading links, judging whether the appointed trading link is the first trading link in the execution sequence; if the designated transaction link is not the first transaction link, matching an input field of the designated transaction link with an output field of a preceding transaction link of the designated transaction link; if at least one input field exists in the input fields of the appointed trading link and is the same as the output field of the previous trading link, mapping the field value of the output field of the previous trading link to the field value input position of the same input field of the appointed trading link. The method and the device can improve the operation efficiency and avoid repeated input of transaction data.

Description

Input data acquisition method and device based on business system transaction test
Technical Field
The present disclosure relates to the field of system testing technologies, and in particular, to a method and an apparatus for acquiring input data based on transaction testing of a service system.
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 testing a transaction execution test case, a tester is required to independently test each transaction link and continue to test the next transaction link according to the execution result of the last transaction link. For example, there is a test case that a customer has an effective credit amount in a domestic bank, the customer has signed a loan contract, and enters a payment transaction link, a tester needs to complete the test of the transaction link of "establishing the credit amount of the customer", then test the transaction link of "establishing the contract", and finally test the transaction link of "payment".
Because the existing banking test is mainly aimed at testing a single transaction link, the execution of the whole test case is completed, a tester is required to manually skip among three transaction pages of establishing customer credit total amount, establishing contract and paying money, transaction data in each transaction link are independently stored, the transaction data in each transaction link are required to be input by a user one by one, the transaction data required in the transaction link in the same transaction link are always the same, and the problems of low operation efficiency and repeated input of the same data are generated.
Disclosure of Invention
The embodiment of the application provides an input data acquisition method based on transaction test of a service system, which is used for improving the operation efficiency and avoiding repeated input 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 testing the appointed trading links in all trading links, judging whether the appointed trading link is the first trading link in the execution sequence; if the designated transaction link is not the first transaction link, completing the test of the transaction link executed before the designated transaction link and the test of the designated transaction link, and matching the input field of the designated transaction link with the output field of the transaction link before the designated transaction link; if at least one input field exists in the input fields of the appointed trading link and is the same as the output field of the previous trading link, mapping the field value of the output field of the previous trading link to the field value input position of the same input field of the appointed trading link; if no input field in the input field of the appointed trading link is the same as the output field of the previous trading link, the input field of the appointed trading link is continuously matched with the output field of the previous trading link of the appointed trading link until the input field of the appointed trading link is matched with the output field of the first trading link.
The embodiment of the application also provides an input data acquisition device based on transaction test of a service system, which is used for improving the operation efficiency and avoiding repeated entry of transaction data, and the device comprises:
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 trading link is the first trading link in the execution sequence or not when testing the appointed trading links in all trading links; the field matching module is used for completing the test of the transaction link executed before the specified transaction link and the test of the specified transaction link when the judging module judges that the specified transaction link is not the first transaction link, and matching the input field of the specified transaction link with the output field of the previous transaction link of the specified transaction link; 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 appointed transaction link when the field matching module matches that at least one input field exists in the input fields of the appointed transaction link and is the same as the output field of the previous transaction link; the field matching module is further configured to: and when no input field in the input field of the appointed trading link is the same as the output field of the previous trading link, continuing to match the input field of the appointed trading link with the output field of the previous trading link of the appointed trading link until the input field of the appointed trading link is matched with the output field of the first trading link.
In 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, when a 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 repeated input, 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 that are required in the embodiments or the description of the prior art will be briefly described below, it being obvious that the drawings in the following description are only some embodiments of the present application, and that other drawings may be obtained according to these drawings without inventive effort for a person skilled in the art. In the drawings:
FIG. 1 is a flowchart of a method for obtaining input data based on transaction testing of a business system according to an embodiment of the present application;
fig. 2 is a schematic diagram of an operation interface for recording information of a test case 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 application;
fig. 4 is a schematic structural diagram of an input data acquisition device based on transaction testing of a business system in an embodiment of the application.
Detailed Description
For the purposes of making the objects, technical solutions and advantages of the embodiments of the present application more apparent, the embodiments of the present application will be described in further detail with reference to the accompanying drawings. The illustrative embodiments of the present application and their description are presented herein to illustrate the application and not to limit the application.
The embodiment of the application provides a method for acquiring input data based on transaction test of a service system, as shown in fig. 1, the method comprises steps 101 to 104:
step 101, associating all transaction links in the transaction according to the execution sequence of each transaction link.
In one transaction, the transaction links have an execution sequence of execution, for example, for the cash deposit transaction comprising 3 transaction links exemplified in the background art, "establishing a customer credit total" is a first transaction link, "establishing a contract" is a second transaction link, and "cash deposit" is a third transaction link. In the step, the transaction links which are executed in two pairs are associated according to the execution sequence of each transaction link, so that each transaction link is connected in series to form a transaction link, and the whole test link is conveniently and directly called in the subsequent test process to carry out the test.
Step 102, when testing the appointed trading links in all trading links, judging whether the appointed trading link is the first trading link in the execution sequence.
The appointed transaction link is a transaction link of a user appointed test, for example, if the user appointed test 'paying' transaction link, the 'paying' is taken as the appointed transaction link; if the user designates the transaction link of the test "establish contract", the "establish contract" is taken as the designated transaction link.
It should be noted that, if the transaction link of the user specified test is not the first transaction link, the test of the transaction link executed before the specified transaction link and the test of the specified transaction link need to be completed, and only one transaction link of the specified transaction link cannot be tested.
If the designated transaction segment is the first transaction segment to be executed in the execution order, then the field value of the input field in the designated transaction segment needs to be entered by the user.
Step 103, if the designated transaction link is not the first transaction link, matching the input field of the designated transaction link with the output field of the transaction link before the designated transaction link.
For example, when the designated transaction link is "cash", and the two preceding transaction links are tested, each input field "name", "certificate number" and "cash amount" of the cash link is matched with the output field in the "establish contract" of the preceding transaction link one by one.
Step 104, if at least one input field exists in the input fields of the designated transaction link and 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 designated transaction link.
For example, if any one or more output fields of a name, a certificate number and a deposit amount exist in the establishment of the contract link, the field value of the output field of the establishment of the contract link is mapped to the field value input position of the input field of the deposit link, for example, the field value of the "name" corresponding to the "Zhang san" in the establishment of the contract is mapped to the field value input position of the "name" field of the deposit link, so that user input is not required, the "Zhang san" appears in the field value input position corresponding to the input field of the deposit link, and the time for manually inputting the "Zhang san" by the user is saved.
In this embodiment of the present application, if no input field in the input field of the designated transaction link is the same as the output field of the previous transaction link, matching the input field of the designated transaction link with the output field of the previous transaction link of the designated transaction link is continued until the input field of the designated transaction link is matched with the output field of the first transaction link.
For example, if the output field of the contract establishment link does not include any one of the name, the certificate number and the deposit amount, the three fields are continuously matched with the output field of the client credit establishment link. 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 output field of the 1 st transaction link, the output field of the 1 st transaction link is continuously matched, and thus, until the matching of the output field of the 1 st transaction link is completed, whether a field which can be multiplexed to a designated transaction link exists in any transaction link is determined.
In one implementation, if at least one input field exists in the input fields of the designated transaction link and is the same as the output field in the prior transaction link, the prior transaction link is taken as the target transaction link, and the same input field is taken as the matching field; and matching other fields except the matching field in the input fields of the appointed trading link with the output fields of the trading links with the execution sequence before the target trading link until the first trading link is matched.
If 3 input fields of a payoff link, a name, a certificate number and a payoff amount are tested, the payoff amount field is matched in the contract establishment link, and the other 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 total amount link of client credit establishment. That is, if the field matching is successful, the remaining fields are matched with the earlier transaction links until the 1 st transaction link is matched.
In another implementation manner of the embodiment of the present application, if the designated transaction link is not the first transaction link, the input field of the designated transaction link may also be matched with the output fields of all transaction links before the designated transaction link; if at least one input field of the appointed trading link is the same as an output field of one trading link before the appointed trading link, mapping the field value of the output field of the one trading link to the field value input position of the same input field of the appointed trading link; if at least one input field of the appointed trading link is identical with the output fields of the trading links before the appointed trading link, mapping the field value of the output field of the trading link closest to the appointed trading link in the execution sequence to the field value input position of the identical input field of the appointed trading link.
For example, if the designated transaction link is the 4 th transaction link, all input fields of the designated transaction link are matched 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, the field values of the output fields in the 3 rd transaction link are mapped to the field value input positions of the same input fields 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 transaction link and the 3 rd transaction link both comprise 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 input position of the input field of the 4 th transaction link.
In 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, when a 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 repeated input, and the operation efficiency is improved.
After the field value of each input field in the transaction data is entered, a test may be performed on the complete transaction process. The test procedure may be stored as a test case or one or more transaction links may be selected for storage as a transaction case. Specifically, the information of the test cases may be recorded first, including the case number, the case name, the case description, the total number of steps (referring to the transaction links), etc., 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 can be associated according to the execution sequence, and the specific information of the transaction links can be written in an interface as shown in fig. 3. When the transaction link configuration is completed, the field value of each input field in the transaction data may be determined according to the methods described above in steps 102-104 and various implementations thereof. The execution of the entire test case is then completed by either a step-wise execution or a one-touch call. After execution, the test case is a complete test case.
For completed test cases, they may be saved in a test case library for use by the user in subsequent testing procedures. It should be noted that the transaction link and the specific information of the transaction link in the test case may be set to be in a changeable state, so that the user may adjust the test case according to the test data pair required to be tested. For example, one currently stored test case is a transfer transaction, which includes two transaction links, namely a link for storing the transfer amount and a link for transferring the transfer amount, wherein the transfer amount of the stored case is 200 yuan, and the user needs to test a transfer transaction with the transfer amount of 500 yuan, so that the user can modify the transfer amount of the stored case to 500 yuan and then test the transfer transaction by using the modified stored case; for another example, if the user needs to test a storage transaction including only one transaction segment "storage transfer amount", the storage case may be selected, and the "transfer segment" in the storage case may be deleted, and the remaining storage transfer amount segments may be used for testing.
Therefore, when testing the same or similar transactions, the user does not need to input the transaction data of each transaction link one by one each time, so that 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 the case data cannot be multiplexed is solved.
The embodiment of the application also provides an input data acquisition device based on the business system transaction test, as shown in fig. 4, the device 400 includes an association module 401, a judgment 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 judging module 402 is configured to judge whether the designated transaction link is the first transaction link in the execution sequence when testing the designated transaction links in all the transaction links.
The field matching module 403 is configured to match an input field of the designated transaction link with an output field of a transaction link before the designated transaction link when the determining module 402 determines that the designated transaction link is not the first transaction link.
The field value mapping module 404 is configured to map, when at least one input field in the input fields matched to the specified transaction link by the field matching module 402 is the same as the output field of the previous transaction link, 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.
In one implementation 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 trading link is the same as the output field of the previous trading link, continuing to match the input field of the appointed trading link with the output field of the previous trading link of the appointed trading link until the input field of the appointed trading link is matched with the output field of the first trading link.
In one implementation manner of the embodiment of the present application, when at least one input field exists in the input fields of the designated transaction link and is the same as the output field in the previous transaction link, the field matching module 403 is further configured to:
taking the 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 fields of the appointed trading link with the output fields of the trading links with the execution sequence before the target trading link until the first trading link is matched.
In one implementation of the present embodiments, when the designated transaction segment is not the first transaction segment,
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;
the field value mapping module 404 is further configured to map, when there is at least one input field of the designated transaction link and an output field of one transaction link before the designated transaction link, a field value of the output field of the one transaction link to a field value input position of the same input field of the designated transaction link;
the field value mapping module 404 is further configured to map, when there is at least one input field of the designated transaction link that is the same as the output fields of the transaction links preceding the designated transaction link, a field value of the output field of the transaction link closest to the designated transaction link in the execution sequence to a field value input position of the same input field of the designated transaction link.
In 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, when a 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 repeated input, and the operation efficiency is improved.
The embodiments of the present application also provide a computer device, including a memory, a processor, and a computer program stored on the memory and executable on the processor, where the processor implements any of the methods described in steps 101 to 104 and their various implementations when executing the computer program.
The embodiments of the present application also provide a computer readable storage medium storing a computer program for executing any of the methods described in steps 101 to 104 and their various implementations.
It will be appreciated by those skilled in the art that 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 flowchart illustrations and/or block diagrams, and combinations of flows and/or blocks in the flowchart illustrations 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 foregoing embodiments have been provided for the purpose of illustrating the general principles of the present application and are not meant to limit the scope of the invention, but to limit the scope of the invention.

Claims (8)

1. An input data acquisition method based on business system transaction test, which is characterized by comprising the following steps:
associating all transaction links in the transaction according to the execution sequence of each transaction link;
when testing the appointed trading links in all trading links, judging whether the appointed trading link is the first trading link in the execution sequence;
if the designated transaction link is not the first transaction link, completing the test of the transaction link executed before the designated transaction link and the test of the designated transaction link, and matching the input field of the designated transaction link with the output field of the transaction link before the designated transaction link;
if at least one input field exists in the input fields of the appointed trading link and is the same as the output field of the previous trading link, mapping the field value of the output field of the previous trading link to the field value input position of the same input field of the appointed trading link;
if no input field in the input field of the appointed trading link is the same as the output field of the previous trading link, the input field of the appointed trading link is continuously matched with the output field of the previous trading link of the appointed trading link until the input field of the appointed trading link is matched with the output field of the first trading link.
2. The method of claim 1, wherein if at least one of the input fields of a given transaction segment is the same as the output field of a preceding transaction segment, the method further comprises:
taking the 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 fields of the appointed trading link with the output fields of the trading links with the execution sequence before the target trading link until the first trading link is matched.
3. The method of claim 1, wherein if the designated transaction link is not the first transaction link, the method further comprises:
matching the input fields of the appointed trading links with the output fields of all trading links before the appointed trading links;
if at least one input field of the appointed trading link is the same as an output field of one trading link before the appointed trading link, mapping the field value of the output field of the one trading link to the field value input position of the same input field of the appointed trading link;
if at least one input field of the appointed trading link is identical with the output fields of the trading links before the appointed trading link, mapping the field value of the output field of the trading link closest to the appointed trading link in the execution sequence to the field value input position of the identical input field of the appointed trading link.
4. 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 trading link is the first trading link in the execution sequence or not when testing the appointed trading links in all trading links;
the field matching module is used for completing the test of the transaction link executed before the specified transaction link and the test of the specified transaction link when the judging module judges that the specified transaction link is not the first transaction link, and matching the input field of the specified transaction link with the output field of the previous transaction link of the specified transaction link;
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 appointed transaction link when the field matching module matches that at least one input field exists in the input fields of the appointed transaction link and is the same as the output field of the previous transaction link;
the field matching module is further configured to:
and when no input field in the input field of the appointed trading link is the same as the output field of the previous trading link, continuing to match the input field of the appointed trading link with the output field of the previous trading link of the appointed trading link until the input field of the appointed trading link is matched with the output field of the first trading link.
5. The apparatus of claim 4, wherein the field matching module is further configured to, when at least one of the input fields of a given transaction segment is the same as an output field of a preceding transaction segment:
taking the 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 fields of the appointed trading link with the output fields of the trading links with the execution sequence before the target trading link until the first trading link is matched.
6. The apparatus of claim 4, wherein when the designated transaction segment is not the first transaction segment,
the field matching module is further 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 further configured to map, when at least one input field of the designated transaction link is the same as an output field of one transaction link before the designated transaction link, a field value of the output field of the one transaction link to a field value input position of the same input field of the designated transaction link;
the field value mapping module is further configured to map, when at least one input field of the designated transaction link is identical to output fields of a plurality of transaction links preceding the designated transaction link, a field value of an output field of a transaction link closest to the designated transaction link in the execution sequence to a field value input position of an identical input field of the designated transaction link.
7. A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, characterized in that the processor implements the method of any of claims 1 to 3 when executing the computer program.
8. 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 3.
CN202010405672.6A 2020-05-14 2020-05-14 Input data acquisition method and device based on business system transaction test Active CN111581108B (en)

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 CN111581108A (en) 2020-08-25
CN111581108B true 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)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113254352B (en) * 2021-06-25 2024-06-21 中国农业银行股份有限公司 Test case testing method, device, equipment and storage medium

Citations (3)

* Cited by examiner, † Cited by third party
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

Patent Citations (3)

* Cited by examiner, † Cited by third party
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)

* Cited by examiner, † Cited by third party
Title
一种跨业务场景的测试案例组构建方法;张丹阳;郑荣廷;;中国金融电脑(第09期);全文 *

Also Published As

Publication number Publication date
CN111581108A (en) 2020-08-25

Similar Documents

Publication Publication Date Title
CN111738709B (en) Transaction processing method and device
CN112631611B (en) Intelligent Pompe deception contract identification method and device
CN109598604B (en) Day-to-day cutting judgment method and device
CN109582550B (en) Method, device and server for acquiring full-service scene fault set
CN108322309A (en) Transaction processing method based on block chain and device
CN109408468A (en) Document handling method and device calculate equipment and storage medium
CN110706105A (en) Error marking method, error marking device, computer equipment and storage medium
CN111680023B (en) Migration data checking method and device
CN108537520B (en) Method and device for accessing third-party payment transaction
CN111581108B (en) Input data acquisition method and device based on business system transaction test
CN110490742B (en) Transaction execution method and device in blockchain
CN107741906A (en) Monetary fund system automation method of testing, device, equipment and storage medium
CN112819632A (en) Block chain-based reimbursement expense segmentation method and device and electronic equipment
CN111488494B (en) Account funds transfer network diagram coloring method and device
CN113409140A (en) Block chain data processing method and device, computer equipment and storage medium
CN113938413B (en) Bank card sharing method and device based on block chain
CN114118987B (en) Cross-border money transfer method and device based on block chain and electronic equipment
CN112801616B (en) Abnormal account book processing method and device
CN112419052B (en) Transaction testing method, device, electronic equipment and readable storage medium
CN111857670B (en) Application architecture determining method and device
CN113450099A (en) Foreign exchange hanging list transaction processing method, device and system based on alliance chain
CN103793486A (en) Method and system for performing storage and seal verification on seal combined data
CN113971002B (en) Block chain-based data storage method, device, equipment and readable storage medium
CN110287216A (en) Data verification method, device, computer equipment and storage medium
CN118069626A (en) Service migration verification method, device, equipment and storage medium of service 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