CN1996375A - Method and device for implementing transaction test in host environment - Google Patents

Method and device for implementing transaction test in host environment Download PDF

Info

Publication number
CN1996375A
CN1996375A CNA2006101732233A CN200610173223A CN1996375A CN 1996375 A CN1996375 A CN 1996375A CN A2006101732233 A CNA2006101732233 A CN A2006101732233A CN 200610173223 A CN200610173223 A CN 200610173223A CN 1996375 A CN1996375 A CN 1996375A
Authority
CN
China
Prior art keywords
transaction
result
message
data
test
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
CNA2006101732233A
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
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 filed Critical China Construction Bank Corp
Priority to CNA2006101732233A priority Critical patent/CN1996375A/en
Publication of CN1996375A publication Critical patent/CN1996375A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Debugging And Monitoring (AREA)

Abstract

A transaction testing method in main unit comprises preposition result message conversion rules for converting execution message to result data, receiving transaction testing data which is converted into transaction message, sending the transaction message to the said main unit for transaction for processing. It enables developers testing the transaction system in the main unit independently, with testing functions provided to transaction submodule, for the convenience of testing case duplication.

Description

A kind of method and device that in hosted environment, carries out transaction test
Technical field
The present invention relates to the software test field, particularly relate to and in hosted environment, carry out the transaction test field.
Background technology
In existing large scale business bank, the general core system that adopts is handled the various related services of oneself, generally all adopt CICS (Customer Information control system) as transaction system in the core system, and provide the affairs support by it, allow application program to use the form of affairs to upgrade database data and other function of application.For the consideration of data volume and security, big more options the hosted environment of IBM as the core system environment.
Can develop some transaction modules of finishing specific function in hosted environment, transaction modules can be divided into online transaction (primary module), public module (submodule, the module of being called by online transaction or public module).When developing, generally can under PC or character terminal environment, develop, when testing, need on visual transaction interface, carry out, the test of transaction in the hosted environment and submodule is depended on the exploitation of visual transaction interface, make the host development personnel independently to conclude the business and the test of submodule, and during the test crash that in test, occurs, can not well judge whether it is the mistake that transaction or submodule occur, as seen, existing method of testing exists the problem of can not be separately the transaction in the main frame and submodule being tested, and how test transaction or submodule become and need the urgent problem that solves separately easily in hosted environment.
Summary of the invention
Technical matters to be solved by this invention provides a kind of method and device that carries out transaction test in hosted environment, to solve the problem of can not be separately the transaction in the main frame and submodule being tested that exists in the prior art.
In order to solve the problems of the technologies described above, the invention discloses a kind of method of in hosted environment, carrying out transaction test, comprising:
Preset message transformation rule as a result, the described transformation rule of message as a result is used for converting the message as a result that transaction is carried out to result data;
Receive the transaction test data;
Described transaction test data-switching is become transaction message;
Described transaction message is sent to transaction system in the described hosted environment, carry out transaction processing by described transaction system;
Receive the message as a result that described transaction system is returned;
According to presetting message transformation rule as a result, convert described message as a result to result data.
Preferably, described transaction test data are to produce at the hosted environment inediting.
Preferably, described method also comprises,
Preserve described result data.
Preferably, described method also comprises,
Preserve described transaction test data.
Preferably, described method also comprises,
Compare the expected result that described result data and transaction are carried out.
Preferably, described method also comprises,
Defining virtual transaction in the transaction system in hosted environment, described virtual trading is used to receive the submodule transaction message, and after calling submodule and carrying out transaction processing, output transaction submodule is message as a result.
The present invention also provides a kind of device that carries out transaction test in hosted environment, comprising:
The transformation rule unit is used to preset message transformation rule as a result, and the described transformation rule of message as a result is used for converting the message as a result that transaction is carried out to result data;
The test data receiving element is used to receive the transaction test data;
First converting unit is used for described transaction test data-switching is become transaction message;
Packet sending unit is used for described transaction message is sent to the transaction system of described hosted environment, carries out transaction processing by described transaction system;
The message receiving element is used to receive the message as a result that described transaction system is returned;
Second converting unit is used for converting described message as a result to result data according to presetting message transformation rule as a result.
Preferably, described device also comprises,
The result preserves the unit, is used to preserve described result data.
Preferably, described device also comprises,
Test data is preserved the unit, is used to preserve described transaction test data.
Preferably, described device also comprises,
Comparing unit is used to the expected result of comparing described result data and concluding the business and carry out as a result.
Compared with prior art, the present invention has the following advantages:
1, the present invention can be converted to transaction message to the transaction test data, send to the transaction system in the hosted environment, and can receive the message as a result that returns, thereby allow the developer under hosted environment, independently to carry out the test of transaction system, need not depend on visual transaction interface and test, make things convenient for the functional test work in the performance history.
2, the present invention's message as a result of adopting the message transformation rule preset that transaction system is returned carries out the automatically formatting conversion process, form result data, thereby test result is shown in the mode that is easy to read, make the developer can check the output result of test easily.
3, the present invention can conclude the business by defining virtual in transaction system, and virtual trading calls submodule, can be the test conversion to submodule the test to virtual trading, thereby the test function to the transaction submodule is provided.
4, test data of the present invention can be saved, and is convenient to set up the test cases storehouse and is re-used.
Description of drawings
Fig. 1 is method embodiment 1 process flow diagram of the present invention;
Fig. 2 is the process flow diagram that virtual trading of the present invention is handled;
Fig. 3 is method embodiment 2 process flow diagrams of the present invention;
Fig. 4 is a device embodiment block diagram of the present invention.
Embodiment
For above-mentioned purpose of the present invention, feature and advantage can be become apparent more, the present invention is further detailed explanation below in conjunction with the drawings and specific embodiments.
Generally be divided into unit testing, functional test, system testing, validation test for test.Unit testing is that each module is tested as an independent entity, to find the mistake of coding and detailed design.Be generally modular program person oneself and test, and adopt the white-box testing method to carry out.Need design a module drive module and counterfoil module in module of test.Driver module is used for providing test data to tested module, receives the result who returns.Counterfoil module is the lower module of tested module invokes, generally develops a virtual module, and the data that only returning upper layer module needs get final product.
Method summary of the present invention, be earlier in the input item (formative) of hosted environment inediting transaction and save as file, then its conversion encapsulation is become the transaction message of transaction system, and AFE (analog front end) is initiated a transaction, finishing the input and output of transaction handles, and will export the result and change the back retrography in other file, check test result by the developer.
With reference to Fig. 1, be method embodiment 1 process flow diagram of the present invention, comprising:
Step 101 presets message transformation rule as a result, and the described transformation rule of message as a result is used for converting the message as a result that transaction is carried out to result data.
In the test of reality, when carrying out unit testing, the developer can't directly obtain or find out result data intuitively from the return results message that transaction is carried out, need carry out certain conversion to message as a result, can preset the transformation rule of message and result data as a result earlier, after receiving as a result message, according to transformation rule message is as a result resolved, extract the data that need, show in the mode of data field intuitively, for example, can stipulate the field name of the field that needs extract in the transformation rule, Chinese, data type, the information such as position of data in message as a result, from message as a result, extract corresponding data according to these information, according to data value, field name, the field form of data type and Chinese forms result data, is convenient to developer's analytical test result.
Step 102 receives the transaction test data.
According to the transaction that will test, can during developer's tested tissue data, fill in by the field input transaction test data of developer according to test request according to the concrete parameter of the transaction that will test.The generation of transaction test data both can directly generate at the hosted environment inediting, also can be sent in the hosted environment well at other environment ineditings.Test data both can only comprise the test data of a transaction, also can comprise the test data of many transactions.
Step 103 becomes transaction message with described transaction test data-switching.
Cause the developer here may be exactly the developer of transaction program, they know quite well the test input data of difference transaction, the transaction test data of input are exactly the data that need in the message basically, can be according to the requirement of concrete transaction, these data simple tissues are got up, can be packaged into transaction message, described transaction message can directly send to transaction system and handle.
Step 104 sends to transaction system in the described hosted environment with described transaction message, carries out transaction processing by described transaction system.
The calling interface that the use transaction system provides is sending transaction message, after transaction system receives transaction message, analyze message structure, call corresponding functional modules, finish trading function, and the message as a result that transaction is carried out returns to caller, can comprise the whether contents such as result data carried out of normal execute flag, transaction of transaction as a result in the message.
Step 105 receives the message as a result that described transaction system is returned.
Include the transaction results data that need present to the developer in the message as a result that returns, but owing to be common message format, the developer can not obtain the result data tested intuitively.
Step 106 according to presetting message transformation rule as a result, converts described message as a result to result data.
According to presetting message transformation rule as a result, from extracting the output result the message as a result, whether obtain the result data of transaction test, described result data can be used for comparing with expected result, normal with the trading function of judging test, if it is consistent with expected result, think to test and pass through,, error result is analyzed by the developer if inconsistent, and revise corresponding code, and when testing, test this trading function once more next time.
Preferably, described transaction test data are to produce at the hosted environment inediting.
Described transaction test data can directly be edited generation by the developer in hosted environment, be convenient to directly independent transaction is tested, do not rely on other environment or system, be convenient to the analytical test result, the problem that also need not wait the exploitation of visual transaction interface to finish and to test transaction.
Preferably, also comprise, preserve described result data.
The result data that test obtains can be kept in database or the file, when being convenient to carry out a BT(batch testing) simultaneously, analytical test result together, improved the efficient of test, can also be used for comparing the test result that different tests generates, whether checking has been revised the bug (bugs) of program by the developer.
Preferably, also comprise, preserve described transaction test data.
The present invention can also preserve the transaction test data of configuration, is used to generate the test cases storehouse, is convenient to multiplexing test cases and carries out regression test.
Preferably, also comprise, compare the expected result that described result data and transaction are carried out.In order to judge whether the plan test is successful.
Preferably, also comprise, defining virtual transaction in the transaction system in hosted environment, described virtual trading is used to receive the submodule transaction message, and after calling submodule and carrying out transaction processing, output transaction submodule is message as a result.
In order to support that the submodule that exchange calls is tested, the present invention can defining virtual transaction (also can be described as counterfoil module), the test of submodule is all to be by specific interface when calling, be exactly input item when therefore testing submodule, check the output item of submodule then by the input submodule.In the test process of reality, the developer can carry out the test to submodule as the test of a general transaction, for example, during editor's typing test data, parameter input test data according to module, what the formulation test data will be tested is the virtual trading of aforementioned definitions, can test according to the step of present embodiment then, promptly can realize the test function of submodule.The essence of realization submodule test is called submodule by virtual trading and is realized.
Referring to Fig. 2, it is the process flow diagram of virtual trading deal with data, specifically comprise: virtual trading can receive the input data of the submodule of regular length (as 2K), produce the output data (being 2K equally) of regular length then, output data is the form of the interface parameters of concrete submodule, and data are put sends to corresponding submodule, after being carried out by submodule, the return results data return to result data the caller of virtual trading with message form as a result.
An expansion for present embodiment is, can also preset the transaction test data of input and the transformation rule between the transaction message, and automatically the transaction data of developer's input is converted to the transaction message form, but in actual the use, the developer is familiar with the form of the data of transaction message, during the data trade test data, fully can be according to the sequencing editor typing test data of data in the transaction message, simplified package once then, just can form transaction message, send to transaction system and carry out.In the unit testing process in actual use, adopt this mode simple and fast more.
With reference to Fig. 3, be method embodiment 2 process flow diagrams of the present invention, comprising:
Step 30l, VSAM (virtual serial access method) file that is used for the message conversion that sets in advance.
VSAM (virtual serial access method) is the file management system of the IBM large operation OS/390 of system.Use VSAM, a unit can create or Visitor Logs in the mode of serial.Also can visit it by preserving key word (or index).The company of many exploitation IBM large scale computer programs is still using the program that can visit VSAM file (being also referred to as data set).VSAM has inherited original file access method SAM (Sequential Access Method, serial access method) and the ISAM (Indexed Sequential Access Method, the serial access method of tape index) of IBM.
This step changes into the VSAM file of ordering according to keywords with the definition of input and output field of transaction in advance, and the VSAM file by default turns to its input/output format the input and output of transaction.Stipulated the corresponding relation between the position of the field of test data and message data in the VSAM file, can carry out conversion between message and test data according to corresponding relation, for example, can be used for that the developer is edited the input file that the test data of generation preserves and become transaction message according to the VSAM file conversion, can also be converted into the message as a result that returns and be easy to the result data reading and understand, the developer can be according to the field editor test data of data when editor's test data
Step 302 receives the test data input file that the developer edits
When editing files, according to predefined field input data, be example with current inquiry transaction, the input field bit data that the developer writes is:
01 TFT-CURR-COD, C, 0002, O, coin is other
1 TFT-CURR-IDEN, C, 0001, O, paper money converge and differentiate
21312321231231 TFT-ACCT-NO, A, 0028, R, account number
The developer is edited the generation test data save as input file.
Step 303, the test input file that the developer is edited is converted to transaction message.
According to the test input file of the rapid middle current inquiry transaction that produces of previous step, and the test data of developer's input, change according to following rule:
1[TFT-CURR-COD][TFT-CURR-IDEN][TFT-ACCT-NO]
Transaction message after the conversion is:
101121312321231231
Step 304 sends to CICS (CICS) with transaction message and handles.
Call the interface of CICS system, transaction message sent to the CICS system, receive and identify message after, the corresponding trading function of CICS system call is handled, and the result who handles is returned to the sender of transaction message.
Step 305 receives the message as a result after the transaction of CICS system is carried out.
Message as a result after the above-mentioned current inquiry transaction that receives is carried out is:
SSA1009000000000000000{00000000000000{001000003241673100 000000000000{02002041100000000000000{A320825801123456#0 is little recklessly
Step 306 obtains formaing output file.
The message as a result that receives is converted to result data according to the corresponding relation in the VSAM file file,
Detailed process is as follows:
Stipulate in the VSAM file message and the corresponding relation of result data be:
[FORM-ID][SA-CRNT-DAY-DEP-AMT][SA-CRNT-DAY-DRW-AMT][SA-PSBK-NO][SA-PSBK-PRT-NO1][SA-PSBK-STS][SA-FRZ-AMT][SA-DDP-ACCT-STS][SA-0PAC-DT]
[SA-AVL-BAL][SA-CUST-NO][SA-CUST-NAME]
Result data after the conversion is:
FORM-ID :SSA10090
FORM-DATA:
SA-CRNT-DAY-DEP-AMT :+0000000000000.00
SA-CRNT-DAY-DRW-AMT :+0000000000000.00
SA-PSBK-NO :001
SA-PSBK-PRT-NO1 :000003241673
SA-PSBK-STS :1
SA-FRZ-AMT :+0000000000000.00
SA-DDP-ACCT-STS :0
SA-OPAC-DT :20020411
SA-AVL-BAL :+0000000000000.00
SA-CUST-NO :A320825801123456#0
SA-CUST-NAME: little recklessly
The meaning of each field of result data is respectively:
This day of SA-CRNT-DAY-DEP-AMT deposits the amount of money in
This day of SA-CRNT-DAY-RW-AMT is drawn the amount of money
SA-PSBK-NO bankbook volume number
SA-PSBK-PRT-NO1 bankbook press figure 1
SA-PSBK-STS bankbook state
SA-FRZ-AMT freezes the amount of money
SA-DDP-ACCT-STS lives and deposits Account Status
SA-OPAC-DT opens an account the date
The SA-AVL-BAL available balance
The SA-CUST-NO customer number
The SA-CUST-NAME customer name
An expansion as embodiment 2 can also realize the submodule in the transaction system is tested, specifically describe as follows, in description and the part that repeats of embodiment 2 repeat no more.
Be exactly input item during the test submodule, check the output item of submodule then by the input submodule.
First virtual trading of definition in the transaction system in hosted environment, described virtual trading is used to receive the submodule transaction message, and after calling submodule and carrying out transaction processing, output transaction submodule is message as a result.After having defined virtual trading, the developer can carry out the test to submodule as the test of a general transaction, for example, during editor's typing test data, parameter input test data according to module, what the nominative testing data will be tested is virtual trading, can test according to the step of present embodiment then, promptly can realize the test function of submodule.
For example, the submodule of account query is tested, the interface of its module is
10 I-CURR-COD PIC?X(2).
* coin is other
10 I-CURR-IDEN PIC?X(1).
* paper money converges and differentiates
10 I-ACCT-NO PIC?X(28).
* account number
10 O-CRNT-DAY-DEP-AMT?PIC?S9(13)V9(2).
* this day deposits the amount of money in
10 O-CRNT-DAY-DRW-AMT?PIC?S9(13)V9(2).
* this day is drawn the amount of money
10 O-PSBK-NO PIC?X(3).
* bankbook volume number; Bankbook volume number
10 O-PSBK-PRT-NO1 PIC?X(13).
* the bankbook press figure 1; The press figure 1 of bankbook
10 O-PSBK-STS PIC?X(1).
* bankbook state; Referring to code table
10 O-FRZ-AMT PIC?S9(13)V9(2).
* freeze the amount of money
10 O-DDP-ACCT-STS PIC?X(1).
* live and deposit Account Status
* 0: normal; 2: freeze; 3: cancellation
10 O-OPAC-DT PIC?X(8).
* open an account the date
10 O-AVL-BAL PIC?S9(13)V9(2).
* available balance
If * overdraw the amount of money>0 available balance=0 available balance+overdraw amount of money=account number remaining sum;
* available balance does not comprise the frozen amount of money
10 O-CUST-NO PIC?X(20).
* customer number; Customer number
10 O-CUST-NAME PIC?X(40).
* customer name; Name in an account book
The concrete test cases that the developer writes is:
01 I-CURR-COD, C, 0002, coin is other
1 I-CURR-IDEN, C, 0001, paper money converges to be differentiated
21312321231231 I-ACCT-NO, A, 0028, account number
Test data conversion is become the transaction message of virtual trading, send to transaction system, after calling corresponding submodule and carry out by virtual trading, the result data conversion encapsulation that virtual trading returns submodule is a message, send the caller of virtual trading, caller is resolved message as a result with the transformation rule that presets, obtains result data, and is as follows:
O-CRNT-DAY-DEP-AMT :+0000000000000.00
O-CRNT-DAY-DRW-AMT :+0000000000000.00
O-PSBK-NO :001
O-PSBK-PRT-NO1 :000003241673
O-PSBK-STS :1
O-FRZ-AMT :+0000000000000.00
O-DDP-ACCT-STS :0
O-OPAC-DT :20020411
O-AVL-BAL :+0000000000000.00
O-CUST-NO :A320825801123456#0
O-CUST-NAME: little recklessly
The developer is by checking result data, and artificial or automatically and test result compare, judge whether test successful.
With reference to Fig. 4, be device embodiment block diagram of the present invention, comprising:
Transformation rule unit 401 is used to preset message transformation rule as a result, and the described transformation rule of message as a result is used for converting the message as a result that transaction is carried out to result data;
Test data receiving element 402 is used to receive the transaction test data;
First converting unit 403 is used for described transaction test data-switching is become transaction message;
Packet sending unit 404 is used for described transaction message is sent to the transaction system of described hosted environment, carries out transaction processing by described transaction system;
Message receiving element 405 is used to receive the message as a result that described transaction system is returned;
Second converting unit 406 is used for converting described message as a result to result data according to presetting message transformation rule as a result.
Preferably, also comprise,
The result preserves unit 407, is used to preserve described result data.
Preferably, also comprise,
Test data is preserved unit 408, is used to preserve described transaction test data.
Preferably, also comprise,
Comparing unit 409 as a result, are used to compare the expected result of described result data and transaction execution.
The present invention is mainly used in the developer transaction system is tested use, is applicable to that also definition to the transaction or the input parameter field of subroutine is clearly understood and the operation of main frame is had the tester of certain experience.
More than to a kind of method and device that in hosted environment, carries out transaction test provided by the present invention, be described in detail, used specific case herein principle of the present invention and embodiment are set forth, the explanation of above embodiment just is used for helping to understand method of the present invention and core concept thereof; Simultaneously, for one of ordinary skill in the art, according to thought of the present invention, the part that all can change in specific embodiments and applications, in sum, this description should not be construed as limitation of the present invention.

Claims (10)

1, a kind of method of carrying out transaction test in hosted environment is characterized in that, comprising:
Preset message transformation rule as a result, the described transformation rule of message as a result is used for converting the message as a result that transaction is carried out to result data;
Receive the transaction test data;
Described transaction test data-switching is become transaction message;
Described transaction message is sent to transaction system in the described hosted environment, carry out transaction processing by described transaction system;
Receive the message as a result that described transaction system is returned;
According to presetting message transformation rule as a result, convert described message as a result to result data.
2, method according to claim 1 is characterized in that,
Described transaction test data are to produce at the hosted environment inediting.
3, method according to claim 1 and 2 is characterized in that, after receiving the transaction test data, also comprise,
Preserve described result data.
4, method according to claim 1 and 2 is characterized in that, after described method, also comprise,
Preserve described transaction test data.
5, method according to claim 1 and 2 is characterized in that, after described method, also comprise,
Compare the expected result that described result data and transaction are carried out.
6, method according to claim 1 is characterized in that, before described method, also comprise,
Defining virtual transaction in the transaction system in hosted environment, described virtual trading is used to receive the submodule transaction message, and after calling submodule and carrying out transaction processing, output transaction submodule is message as a result.
7, a kind of device that carries out transaction test in hosted environment is characterized in that, comprising:
The transformation rule unit is used to preset message transformation rule as a result, and the described transformation rule of message as a result is used for converting the message as a result that transaction is carried out to result data;
The test data receiving element is used to receive the transaction test data;
First converting unit is used for described transaction test data-switching is become transaction message;
Packet sending unit is used for described transaction message is sent to the transaction system of described hosted environment, carries out transaction processing by described transaction system;
The message receiving element is used to receive the message as a result that described transaction system is returned;
Second converting unit is used for converting described message as a result to result data according to presetting message transformation rule as a result.
8, device according to claim 7 is characterized in that, also comprise,
The result preserves the unit, is used to preserve described result data.
9, according to claim 7 or 8 described devices, it is characterized in that, also comprise,
Test data is preserved the unit, is used to preserve described transaction test data.
10, according to claim 7 or 8 described devices, it is characterized in that, also comprise,
Comparing unit is used to the expected result of comparing described result data and concluding the business and carry out as a result.
CNA2006101732233A 2006-12-30 2006-12-30 Method and device for implementing transaction test in host environment Pending CN1996375A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CNA2006101732233A CN1996375A (en) 2006-12-30 2006-12-30 Method and device for implementing transaction test in host environment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CNA2006101732233A CN1996375A (en) 2006-12-30 2006-12-30 Method and device for implementing transaction test in host environment

Publications (1)

Publication Number Publication Date
CN1996375A true CN1996375A (en) 2007-07-11

Family

ID=38251451

Family Applications (1)

Application Number Title Priority Date Filing Date
CNA2006101732233A Pending CN1996375A (en) 2006-12-30 2006-12-30 Method and device for implementing transaction test in host environment

Country Status (1)

Country Link
CN (1) CN1996375A (en)

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2013061217A1 (en) * 2011-10-28 2013-05-02 International Business Machines Corporation Testing transaction applications
CN103236959A (en) * 2013-05-09 2013-08-07 中国银行股份有限公司 Test system and test method for testing business processing module
CN104007984A (en) * 2014-06-20 2014-08-27 中国银行股份有限公司 Data converting method and device
US9141516B2 (en) 2011-10-28 2015-09-22 International Business Machines Corporation Testing transaction applications
CN105303721A (en) * 2015-11-19 2016-02-03 中国建设银行股份有限公司 Transaction data processing method and system based on queue and ATM front-end system
CN105635203A (en) * 2014-10-29 2016-06-01 阿里巴巴集团控股有限公司 Method and device for transferring electronic data
CN106961478A (en) * 2017-03-27 2017-07-18 中国农业银行股份有限公司 A kind of message processing method and device
CN107632930A (en) * 2017-09-06 2018-01-26 南京南瑞继保电气有限公司 A kind of method of testing, device, emulator and the computer-readable storage medium of electricity transaction system
CN109685650A (en) * 2018-12-28 2019-04-26 中国农业银行股份有限公司 A kind of debit card multiplexing method and device

Cited By (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9218268B2 (en) 2011-10-28 2015-12-22 International Business Machines Corporation Testing transaction applications
CN103890735A (en) * 2011-10-28 2014-06-25 国际商业机器公司 Testing transaction applications
GB2509647A (en) * 2011-10-28 2014-07-09 Ibm Testing transaction applications
WO2013061217A1 (en) * 2011-10-28 2013-05-02 International Business Machines Corporation Testing transaction applications
US9141516B2 (en) 2011-10-28 2015-09-22 International Business Machines Corporation Testing transaction applications
CN103236959A (en) * 2013-05-09 2013-08-07 中国银行股份有限公司 Test system and test method for testing business processing module
CN104007984A (en) * 2014-06-20 2014-08-27 中国银行股份有限公司 Data converting method and device
CN104007984B (en) * 2014-06-20 2017-06-16 中国银行股份有限公司 A kind of method and device of change data
CN105635203A (en) * 2014-10-29 2016-06-01 阿里巴巴集团控股有限公司 Method and device for transferring electronic data
CN105635203B (en) * 2014-10-29 2018-12-14 阿里巴巴集团控股有限公司 A kind of transfer method and equipment of electronic data
CN105303721A (en) * 2015-11-19 2016-02-03 中国建设银行股份有限公司 Transaction data processing method and system based on queue and ATM front-end system
CN106961478A (en) * 2017-03-27 2017-07-18 中国农业银行股份有限公司 A kind of message processing method and device
CN107632930A (en) * 2017-09-06 2018-01-26 南京南瑞继保电气有限公司 A kind of method of testing, device, emulator and the computer-readable storage medium of electricity transaction system
CN109685650A (en) * 2018-12-28 2019-04-26 中国农业银行股份有限公司 A kind of debit card multiplexing method and device

Similar Documents

Publication Publication Date Title
CN1996375A (en) Method and device for implementing transaction test in host environment
CN101135989B (en) Automatization test method and device for Web applied system
Olsen Systems engineering using SDL-92
CN104461858B (en) software compatibility pre-testing method and system
CN101351771B (en) Mechanism for obtaining and applying constraints to constructs within an interactive environment
CN110221968A (en) Method for testing software and Related product
CN100375057C (en) Automatic test auxiliary system and corresponding software automatic test method
US10079858B2 (en) Managing access in one or more computing systems
CN111538659B (en) Interface testing method, system, electronic equipment and storage medium of business scene
US7703077B2 (en) Programming model to detect deadlocks in concurrent programs
CN113312108A (en) SWIFT message checking method and device, electronic equipment and storage medium
CN110362490A (en) Merge the automated testing method and system of iOS and Android mobile application
CN110795697A (en) Logic expression obtaining method and device, storage medium and electronic device
CN109683973A (en) A kind of Insyde product BIOS method for customizing, device, terminal and storage medium
CN107273250B (en) Testing method and device of electronic insurance policy automatic underwriting system
CN116561146A (en) Database log recording method, device, computer equipment and computer readable storage medium
CN106445815A (en) Automated testing method and device
CN111797020A (en) Mock data method and device based on dynamic bytecode
CN109885290A (en) Application program service description information generates and dissemination method, device and storage medium
CN110413672A (en) Data automatically imported method, device and computer readable storage medium
Kurita et al. The Application of VDM to the Industrial Development of Firmware for a Smart Card IC Chip.
CN111695328A (en) Method, device, equipment and storage medium for generating simulation test message
CN106528718B (en) Method and apparatus for processing data from third party
TWI414995B (en) Development and execution platform
CN112270626A (en) Enterprise credit line management method, device, storage medium and server

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C12 Rejection of a patent application after its publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20070711