CN108509344B - Daily cutting batch test method, equipment and readable storage medium - Google Patents

Daily cutting batch test method, equipment and readable storage medium Download PDF

Info

Publication number
CN108509344B
CN108509344B CN201810304177.9A CN201810304177A CN108509344B CN 108509344 B CN108509344 B CN 108509344B CN 201810304177 A CN201810304177 A CN 201810304177A CN 108509344 B CN108509344 B CN 108509344B
Authority
CN
China
Prior art keywords
batch
interface
daily
time
cutting
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
CN201810304177.9A
Other languages
Chinese (zh)
Other versions
CN108509344A (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.)
WeBank Co Ltd
Original Assignee
WeBank Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by WeBank Co Ltd filed Critical WeBank Co Ltd
Priority to CN201810304177.9A priority Critical patent/CN108509344B/en
Publication of CN108509344A publication Critical patent/CN108509344A/en
Application granted granted Critical
Publication of CN108509344B publication Critical patent/CN108509344B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management

Abstract

The invention discloses a daily cutting batch test method, which comprises the following steps: configuring a first interface parameter of a data generation interface and a second interface parameter of a batch setting interface; when a test execution instruction is detected, calling a data generation interface to execute a first interface parameter to generate batch data, and calling a batch setting interface to execute a second interface parameter to generate batch time and a function check point; combining the lot time and the function check points to generate a lot plan; and executing daily cutting batch on the batch data based on the batch plan, and performing functional verification on batch results. The invention also discloses a daily cutting batch test device and a computer readable storage medium. The invention realizes the automatic processing of the daily cutting batch test and improves the test efficiency.

Description

Daily cutting batch test method, equipment and readable storage medium
Technical Field
The invention relates to the technical field of system testing, in particular to a daily cutting batch testing method, equipment and a computer readable storage medium.
Background
The daily batch running function is a very important function of a financial application system, so that a functional test is required before the financial application system is on line, the current technical scheme mainly carries out a manual test by means of related auxiliary tools and mainly comprises the following three steps:
the method comprises the following steps: preparing running batch data, wherein data is generated or inserted into a data system database through a test tool and a system interface or directly before running batch; step two: and (4) carrying out daily running batch execution, and manually triggering a running batch task on a system page. Step three: and functional verification, after the system runs, verifying whether the function of the system after running is correct through a test tool or a manual test. Such as: whether the interest calculated by the account number is correct and whether the initiated transaction is normal. After the three steps are executed, the batch is cut according to the test requirement whether to be carried out on the next day, if so, the three operations are executed again, otherwise, the batch is finished.
The execution of the three stages is not consistent, each step needs to manually judge that the execution of the previous stage is finished, and then the task of the next stage is manually executed. If multiple dates and multiple use case verifications appear, the relation between the time and the use cases needs to be coordinated by testing personnel, errors are easy to occur, and the testing efficiency and the testing quality cannot be guaranteed.
Disclosure of Invention
The invention mainly aims to provide a test method, equipment and a computer readable storage medium for a daily cutting batch, and aims to solve the technical problem of how to realize automatic processing of the daily cutting batch test.
In order to achieve the above object, the present invention provides a daily cutting batch test method, comprising the steps of:
configuring a first interface parameter of a data generation interface and a second interface parameter of a batch setting interface;
when a test execution instruction is detected, calling a data generation interface to execute a first interface parameter to generate batch data, and calling a batch setting interface to execute a second interface parameter to generate batch time and a function check point;
combining the lot time and the function check points to generate a lot plan;
and executing daily cutting batch on the batch data based on the batch plan, and performing functional verification on batch results.
Optionally, the data generation interface includes one or more of an application system interface, an execution script interface, and a database operation interface;
the calling application system interface is used for generating business data through an application system; calling an execution script interface for executing a preset operation function through an execution script; and calling the database operation interface for operating the database of the application system.
Optionally, the batching setting interface comprises: the first batch setting interface and the second batch setting interface;
calling a first batch setting interface to set a database check point and batch running time of the database check point; and calling a second batch setting interface to set the transaction check point of the application system and the batch time of the application system.
Optionally, the batch time generated by invoking the batch setting interface is an absolute time.
Optionally, the performing daily cutting of the batch data based on the batch plan comprises:
extracting all batch running time in the batch running plan, and sequencing according to an ascending order;
and sequentially taking out a batch running time according to the arrangement sequence, taking the batch running time as a daily cutting time, and executing daily cutting batch on the batch running data.
Optionally, the performing functional verification on the batch result includes:
after the batch cutting on each batch time day is finished, verifying whether the statistical data of the batch cutting on the current day is correct and whether the transaction of the application system is normal based on the database check point corresponding to the batch time and the transaction check point of the application system;
and if the statistical data check is correct and the application system transaction check is normal, determining that the current daily batch running function is normal.
Optionally, the japanese cutting batch testing method further includes:
generating an intermediate variable when batch running data, batch running time and a function check point are generated, and assigning a key field in the batch running data to the intermediate variable;
and replacing the variable in the function check point by using the intermediate variable so as to perform function verification based on the batch result corresponding to the intermediate variable.
Further, to achieve the above object, the present invention also provides a daily cutting batch test device, including a memory, a daily cutting batch test program that is already stored on the memory and can be run on the processor, and when being executed by the processor, the daily cutting batch test program implements the steps of the daily cutting batch test method according to any one of the above items.
Further, to achieve the above object, the present invention also provides a computer readable storage medium having stored thereon a daily running batch test program, which when executed by a processor, implements the steps of the daily running batch test method as set forth in any one of the above.
The three steps of automatic data generation, daily batch cutting execution and functional verification for daily batch cutting test are stored and managed in an executable mode, and as long as a configured test case is clicked to execute, the three steps are executed continuously according to a sequence, the test process does not need any human interference, and the specific implementation flow comprises the following steps: configuring a first interface parameter of a data generation interface and a second interface parameter of a batch setting interface; when a test execution instruction is detected, calling a data generation interface to execute a first interface parameter to generate batch data, and calling a batch setting interface to execute a second interface parameter to generate batch time and a function check point; combining the lot time and the function check points to generate a lot plan; and executing the batch plan to perform daily batch cutting on the batch data and perform functional verification on batch results. The invention realizes the automatic processing of the daily cutting batch test and improves the test efficiency.
Drawings
FIG. 1 is a schematic structural diagram of an apparatus hardware operating environment according to an embodiment of the daily cutting batch test apparatus of the present invention;
FIG. 2 is a flowchart illustrating an embodiment of a daily cutting batch test method according to the present invention.
The implementation, functional features and advantages of the objects of the present invention will be further explained with reference to the accompanying drawings.
Detailed Description
It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
The invention provides a daily cutting batch test device.
Referring to fig. 1, fig. 1 is a schematic structural diagram of an apparatus hardware operating environment according to an embodiment of the daily race batch test apparatus of the present invention.
The daily cutting batch test equipment of the embodiment of the invention can be equipment such as a computer, a server and the like.
As shown in fig. 1, the daily cutting lot test apparatus may include: a processor 1001, such as a CPU, a communication bus 1002, a user interface 1003, a network interface 1004, and a memory 1005. Wherein a communication bus 1002 is used to enable connective communication between these components. The user interface 1003 may include a Display screen (Display), an input unit such as a Keyboard (Keyboard), and the optional user interface 1003 may also include a standard wired interface, a wireless interface. The network interface 1004 may optionally include a standard wired interface, a wireless interface (e.g., WI-FI interface). The memory 1005 may be a high-speed RAM memory or a non-volatile memory (e.g., a magnetic disk memory). The memory 1005 may alternatively be a memory device separate from the processor 1001 described above.
Those skilled in the art will appreciate that the hardware configuration of the tangential batch test device shown in FIG. 1 does not constitute a limitation of the tangential batch test device, and may include more or less components than those shown, or some components in combination, or a different arrangement of components.
As shown in fig. 1, a memory 1005, which is a kind of computer-readable storage medium, may include therein an operating system, a network communication module, a user interface module, and a daily cutting lot test program. The operating system is a program for managing and controlling the daily batch test equipment and software resources, and supports the running of a network communication module, a user interface module, the daily batch test program and other programs or software; the network communication module is used to manage and control the network interface 1004; the user interface module is used to manage and control the user interface 1003.
In the hardware structure of the daily running batch test device shown in fig. 1, the network interface 1004 is mainly used for connecting to a system background and performing data communication with the system background; the user interface 1003 is mainly used for connecting a client (user side) and performing data communication with the client; the daily cutting batch test apparatus calls the daily cutting batch test program stored in the memory 1005 by the processor 1001, and performs the following operations:
configuring a first interface parameter of a data generation interface and a second interface parameter of a batch setting interface;
when a test execution instruction is detected, calling a data generation interface to execute a first interface parameter to generate batch data, and calling a batch setting interface to execute a second interface parameter to generate batch time and a function check point;
combining the lot time and the function check points to generate a lot plan;
and executing daily cutting batch on the batch data based on the batch plan, and performing functional verification on batch results.
Further, the data generation interface comprises one or more of an application system interface, an execution script interface and a database operation interface; the daily cutting batch test apparatus also performs the following operations by the processor 1001 calling the daily cutting batch test program stored in the memory 1005:
calling an application system interface for generating service data through an application system; calling an execution script interface for executing a preset operation function through an execution script; and calling the database operation interface for operating the database of the application system.
Further, the batching setting interface comprises: the first batch setting interface and the second batch setting interface; the daily cutting batch test apparatus also performs the following operations by the processor 1001 calling the daily cutting batch test program stored in the memory 1005:
calling a first batch setting interface to set a database check point and batch running time of the database check point; and calling a second batch setting interface to set the transaction check point of the application system and the batch time of the application system.
Further, the daily cutting batch test apparatus also performs the following operations by the processor 1001 calling the daily cutting batch test program stored in the memory 1005:
extracting all batch running time in the batch running plan, and sequencing according to an ascending order;
and sequentially taking out a batch running time according to the arrangement sequence, taking the batch running time as a daily cutting time, and executing daily cutting batch on the batch running data.
Further, the daily cutting batch test apparatus also performs the following operations by the processor 1001 calling the daily cutting batch test program stored in the memory 1005:
after the batch cutting on each batch time day is finished, verifying whether the statistical data of the batch cutting on the current day is correct and whether the transaction of the application system is normal based on the database check point corresponding to the batch time and the transaction check point of the application system;
and if the statistical data check is correct and the application system transaction check is normal, determining that the current daily batch running function is normal.
Further, the daily cutting batch test apparatus also performs the following operations by the processor 1001 calling the daily cutting batch test program stored in the memory 1005:
generating an intermediate variable when batch running data, batch running time and a function check point are generated, and assigning a key field in the batch running data to the intermediate variable;
and replacing the variable in the function check point by using the intermediate variable so as to perform function verification based on the batch result corresponding to the intermediate variable.
Based on the hardware structure of the daily cutting batch test device, the following embodiments of the daily cutting batch test method of the present invention are proposed.
In the invention, the daily cutting batch specifically comprises the following steps: the financial institution (such as a bank) starts to count and summarize various reports at a certain time every morning, and all the businesses which start to occur from the time point are recorded into the next date. The functional verification specifically comprises the following steps: and verifying whether the data counted by the daily cutting batch is correct or not and whether the transaction is normal or not after daily cutting. Such as whether the account number calculated interest was correct, and whether the initiated transaction was normal.
Referring to fig. 2, fig. 2 is a schematic flow chart of an embodiment of the daily running batch testing method of the present invention. In this embodiment, the daily cutting batch test method includes the following steps:
step S10, configuring the first interface parameter of the data generating interface and the second interface parameter of the batch setting interface;
to perform batch function testing on the financial application system, batch data needs to be generated and batch needs to be set. Because the financial application system has more data types and the batching setting is not limited, in order to shield the details of the data types and the batching settings of the financial application system, the batching data is generated and the batching is set in the embodiment specifically by means of interface calling.
In this embodiment, the batch run data is generated and the batch run is set by specifically calling the data generation interface and the batch run setting interface. The interface data is preferably configured by filling parameter values into the interface. For example, the daily cutting batch test equipment provides a configuration interface of a test case, and only by filling relevant parameter values into the interface, the daily cutting batch test equipment can automatically realize interface data configuration of the data generation interface and the batch setting interface.
In this embodiment, specific data types and values of the first interface parameter and the second interface parameter are not limited, and are specifically configured according to actual test requirements.
Step S20, when detecting the test execution instruction, calling the data generation interface to execute the first interface parameter to generate batch data, and calling the batch setting interface to execute the second interface parameter to generate batch time and function check point;
in this embodiment, when the daily running batch test device detects a test execution instruction, for example, when a tester clicks a test button on a human-computer interaction interface of the daily running batch test device, the human-computer interaction interface generates the test execution instruction, the daily running batch test device calls a data generation interface to execute a first interface parameter to generate running batch data, and calls a running batch setting interface to execute a second interface parameter to generate a running batch time and a function check point.
In this embodiment, the data type and value of the batch running data are not limited, and the specific values of the batch running time and the function check point are also not limited, which are determined according to the specific data types and values of the first interface parameter and the second interface parameter.
For example, when a batch test is performed on a financial transaction system, the batch process requires accounting of business data of the system, operation of a system database, and related functional operation on the system, such as restarting the financial transaction system, and thus, the batch data may include the business data, the database operation, and the related functional operation of the system.
Step S30, combining the batch time and the function check point to generate a batch plan;
in this embodiment, in order to implement accurate verification of the daily cutting batch function of the financial application system, it is preferable to set a plurality of test cases including a plurality of different batch times and a plurality of different function check points, and by verifying the plurality of test cases at the plurality of different check points in the plurality of different batch times, it is determined whether the daily cutting batch function of the financial application system is normal.
Therefore, in this embodiment, the daily cutting batch test device combines the generated batch time and the function check point in pairs, each combination corresponds to one batch record, the set of all batch records forms a batch plan, and the batch data can be tested in all directions by executing the batch plan.
And step S40, executing daily cutting batch on the batch data based on the batch plan, and performing functional verification on the batch result.
In this embodiment, the daily running batch test device executes daily running batch on the running batch data based on the generated running batch plan, that is, executes corresponding daily running batch on the running batch data according to each running batch record in the running batch plan, and performs functional verification on each running batch result. Such as verifying that the account number calculated interest is correct and that the initiated transaction is normal.
The embodiment is not limited to the specific manner of the daily cutting batch.
In the embodiment, the three steps of the automatic data generation, the execution and the functional verification of the daily batch running test performed by the daily batch running test equipment are stored and managed in an executable mode, so that the three steps are executed continuously according to the sequence as long as a configured test case is clicked and executed, no artificial interference is needed in the test process, the automatic processing of the daily batch running test is further realized, and the test efficiency is improved.
Further, in an embodiment of the daily running batch testing method of the present invention, the data generating interface includes one or more of an application system interface, an execution script interface, and a database operation interface;
(1) application system interface
In this embodiment, the daily running batch test device calls an application system interface to generate service data through an application system. For example, the interface parameters filled in through the interface are the name of the customer account, the password, the amount of money, the interest rate, and the transaction service (such as account opening service and fixed deposit service), and the service data generated by the application system includes account opening information and the transaction service information performed by the account.
(2) Executing script interface
In this embodiment, the daily cutting batch test device calls the execution script interface to execute the preset operation function through the execution script, for example, the interface parameter filled through the interface is the execution script for restarting the application system, that is, the operation function executed by the daily cutting batch test device through the execution script is the restart application system.
(3) Database operation interface
In this embodiment, the daily running batch test device calls a database operation interface for operating the database of the application system. For example, if the interface parameter filled in through the interface is the database name of the application system, the japanese tangential batch test equipment operates the database of a certain application system through the database operation interface.
In this embodiment, based on the difference between the batch content and the function verification content, the daily batch test device calls any one or more of the three interfaces to generate corresponding batch data.
Further, in an embodiment of the daily running lot test method of the present invention, the running lot setting interface includes: the first batch setting interface and the second batch setting interface;
(1) first batch setting interface
In this embodiment, the daily cutting batch test device calls a first batch setting interface for setting a database check point and batch time thereof.
In this embodiment, the database check point is not limited to be set, and is specifically related to the batch running data, for example, if the batch running data includes periodic deposit service information, the database check point may be set as an interest field.
(2) Second batch setting interface
In this embodiment, the daily cutting batch test device calls a second batch setting interface to set the transaction check point of the application system and the batch time thereof.
In this embodiment, the setting of the transaction check point of the application system is not limited, and is specifically related to the batch running data, for example, if the batch running data includes periodic deposit service information, the transaction check point of the application system may be set as a certain periodic deposit service, including deposit principal, interest rate, storage date, and interest of the service.
In this embodiment, the batch running time includes a date and a time, wherein the time may be fixedly set, for example, 3 o' clock is used as the time of day cutting; and the date and time can be not fixedly set, such as 3 months and 1 day, 3 months and 5 days, 3 months and 8 days, and the like.
Optionally, the batch running time generated by the daily cutting batch test device calling the batch running setting interface is absolute time. For example, the batch daily cutting parameter filled in through the interface is a relative time, so that the relative time needs to be converted into an absolute time when the daily cutting batch is executed, and particularly the relative time needs to be converted into the absolute time by taking the current date and time as a reference.
Further, in the daily batch cutting test, daily batch cutting is usually performed on a plurality of dates and a plurality of cases, which requires a tester to control the time point of the daily batch cutting and the function point of the verification by adopting a manual test operation, and if an error occurs, the test needs to be repeatedly executed, so that the test workload is huge and the test efficiency is not high.
Therefore, in this embodiment, before executing the batch plan, the daily batch test device extracts all batch times in the batch plan and sorts the batch times in ascending order; and then sequentially taking out a batch running time according to the arrangement sequence, and executing daily batch running on the batch running data by taking the batch running time as daily batch cutting time.
For example, a batch plan includes twelve different function check points, each corresponding to the date and time of a batch, and if the twelve different function check points are to be verified, the daily batch test equipment needs to execute at least twelve daily batches. By the embodiment, the date and time of the batch is firstly sequenced by the daily batch cutting test equipment, for example, the sequenced date and time are 3 month 1 day, 3 month 5 day and 3 month 8 day, wherein 3 month 1 day corresponds to five function check points, 3 month 5 day corresponds to three function check points, and 3 month 8 day corresponds to four function check points, so that the daily batch cutting test equipment can verify five function check points by executing the daily batch cutting for 3 month 1 day, can verify three function check points by executing the daily batch cutting for 3 month 5 day, and can verify four function check points by executing the daily batch cutting for 3 month 8 day, thereby improving the test efficiency.
In the embodiment, when the batch test is performed daily, the functions at the same time point are verified uniformly according to the sequence of daily cutting time, so that the repeated daily batch test is avoided, and the test efficiency is greatly improved.
Further, in the daily batch cutting test, the batch result needs to be further verified after the daily batch cutting is finished.
In the embodiment, after the daily running batch of each running batch time is finished, the daily running batch test equipment verifies whether the statistical data of the current daily running batch is correct and the transaction of the application system is normal based on the database check point corresponding to the running batch time and the transaction check point of the application system; and if the statistical data check is correct and the application system transaction check is normal, determining that the current daily batch running function is normal.
For example, the running batch data contains regular deposit business information, the database check point is an interest field, the application system transaction check point corresponds to a certain regular deposit business and contains deposit principal, interest rate, storage date and interest of the business, and if the interest counted after daily running batch is consistent with the interest obtained through an interest calculation formula, the statistical data is correct; and if the interest variation counted after batch cutting for two adjacent days is the same as the interest variation obtained through the interest calculation formula, the transaction of the application system is normal after the execution of the batch cutting for the day.
The embodiment is not limited to the statistical data of the daily running batch and the verification mode of the application system transaction, and is specifically determined according to the type of the statistical data and the type of the reference system transaction. And if the statistical data after the daily batch is checked correctly and the transaction check of the application system is normal, determining that the current daily batch is normal in function. If the daily batch cutting function corresponding to each batch time in the whole batch plan is normal, the daily batch cutting function of the application system for the current test is normal.
Furthermore, considering that the volume of the batch data is huge, in order to facilitate the functional verification of the batch data, in this embodiment, while the batch data, the batch time and the functional check point are generated, an intermediate variable is further generated, the key field in the batch data is assigned to the intermediate variable, and the intermediate variable is used to replace the variable in the functional check point, so as to perform the functional verification based on the batch result corresponding to the intermediate variable.
In this embodiment, there is a variable in the function check point, for example, the variable is a user name or a transaction ID, if the same user name or transaction ID only performs the verification of part of the function check points when performing the function verification on the batch running result, the verification result cannot comprehensively and accurately determine whether the daily batch running function is normal, and if the variables in all the function check points are subjected to the normalization processing, that is, the verification of all the function check points is performed on the same user name or transaction ID, the verification result can comprehensively and accurately determine whether the batch running function is normal, thereby avoiding the inaccurate test result due to the missing of the verification.
The invention also provides a computer readable storage medium.
In this embodiment, a computer readable storage medium has stored thereon a daily cutting batch test program, which when executed by a processor implements the steps of the daily cutting batch test method as described in any one of the above embodiments.
Through the above description of the embodiments, those skilled in the art will clearly understand that the method of the above embodiments can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware, but in many cases, the former is a better implementation manner. Based on such understanding, the technical solutions of the present invention may be embodied in the form of a software product, which is stored in a storage medium (e.g., ROM/RAM), and includes instructions for causing a terminal (e.g., a mobile phone, a computer, a server, or a network device) to execute the method according to the embodiments of the present invention.
The present invention is described in connection with the accompanying drawings, but the present invention is not limited to the above embodiments, which are only illustrative and not restrictive, and those skilled in the art can make various changes without departing from the spirit and scope of the invention as defined by the appended claims, and all changes that come within the meaning and range of equivalency of the specification and drawings that are obvious from the description and the attached claims are intended to be embraced therein.

Claims (7)

1. A daily cutting batch test method is characterized by comprising the following steps:
configuring a first interface parameter of a data generation interface and a second interface parameter of a batch setting interface;
when a test execution instruction is detected, calling a data generation interface to execute a first interface parameter to generate batch running data, calling a batch running setting interface to execute a second interface parameter to generate a plurality of batch running time points and a plurality of function check points, and simultaneously generating an intermediate variable;
assigning the intermediate variable to a key field in the batch data;
replacing a variable in the functional checkpoint with the intermediate variable;
combining the lot time and the function check points to generate a lot plan;
executing corresponding daily cutting batch on the batch data based on each batch record in the batch plan, and verifying whether the statistical data of the current daily cutting batch is correct and whether the transaction of the application system is normal based on a database check point and an application system transaction check point corresponding to each batch time after the daily cutting batch of each batch time is finished;
if the statistical data check is correct and the application system transaction check is normal, determining that the current daily batch running function is normal;
the database check point comprises an interest field, the application system transaction check point comprises a certain regular deposit service, and the steps of verifying whether the statistical data of the current daily batch is correct and whether the application system transaction is normal based on the database check point and the application system transaction check point corresponding to each batch time after the daily batch cutting of each batch time is finished comprise:
after the batch cutting on each batch time day is finished, judging whether the interest variation counted after batch cutting on two adjacent days is the same as the interest variation obtained through an interest calculation formula or not based on the regular deposit service corresponding to the batch time and the data corresponding to the interest field;
if the two are the same, the transaction of the application system is normal after the daily cutting is executed;
the combining the lot time and the function checkpoint to generate a lot plan comprises:
and combining the plurality of batch times and the plurality of function check points pairwise, wherein each group of combination corresponds to one batch record so as to obtain a batch plan comprising a plurality of batch records.
2. The daily running batch test method of claim 1, wherein the data generation interface comprises one or more of an application system interface, an execution script interface, a database operation interface;
the calling application system interface is used for generating business data through an application system; calling an execution script interface for executing a preset operation function through an execution script; and calling the database operation interface for operating the database of the application system.
3. The daily cutting lot testing method of claim 1, wherein the lot settings interface comprises: the first batch setting interface and the second batch setting interface;
calling a first batch setting interface to set a database check point and batch running time of the database check point; and calling a second batch setting interface to set the transaction check point of the application system and the batch time of the application system.
4. The daily tangential batch test method of claim 1, wherein the batch time generated by invoking the batch setup interface is an absolute time.
5. The daily cutting batch test method of claim 1, wherein performing a daily cutting batch on the batch data based on the batch plan comprises:
extracting all batch running time in the batch running plan, and sequencing according to an ascending order;
and sequentially taking out a batch running time according to the arrangement sequence, taking the batch running time as a daily cutting time, and executing daily cutting batch on the batch running data.
6. A daily tangential batch test apparatus comprising a memory, a daily tangential batch test program already stored on the memory and executable on the processor, the daily tangential batch test program when executed by the processor implementing the steps of the daily tangential batch test method as claimed in any one of claims 1 to 5.
7. A computer readable storage medium having stored thereon a dairycut batch test program which when executed by a processor implements the steps of the dairycut batch test method of any of claims 1-5.
CN201810304177.9A 2018-04-04 2018-04-04 Daily cutting batch test method, equipment and readable storage medium Active CN108509344B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810304177.9A CN108509344B (en) 2018-04-04 2018-04-04 Daily cutting batch test method, equipment and readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810304177.9A CN108509344B (en) 2018-04-04 2018-04-04 Daily cutting batch test method, equipment and readable storage medium

Publications (2)

Publication Number Publication Date
CN108509344A CN108509344A (en) 2018-09-07
CN108509344B true CN108509344B (en) 2022-01-28

Family

ID=63380513

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810304177.9A Active CN108509344B (en) 2018-04-04 2018-04-04 Daily cutting batch test method, equipment and readable storage medium

Country Status (1)

Country Link
CN (1) CN108509344B (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109615311B (en) * 2018-10-19 2024-04-05 中国平安人寿保险股份有限公司 Moon knot information processing method based on new product development, electronic device and readable storage medium
CN111159003B (en) * 2018-11-07 2021-03-16 马上消费金融股份有限公司 Batch processing test method and device
CN110263096A (en) * 2019-06-14 2019-09-20 深圳前海微众银行股份有限公司 Batch processing method, system, device, equipment and medium based on distributed environment
CN111078268B (en) * 2019-12-20 2023-06-06 中国建设银行股份有限公司 Bank system business processing method, device, equipment and storage medium
CN113886252B (en) * 2021-09-30 2023-05-23 四川大学 Regression test case priority determining method based on thermodynamic diagram

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1701266A1 (en) * 2005-03-10 2006-09-13 HORIZONT RZ-Organisations- und Software-Entwicklungs GmbH Test apparatus for verification of a batch processing
CN102999320A (en) * 2011-09-15 2013-03-27 阿里巴巴集团控股有限公司 Automatic test case generation method and system
CN104461863A (en) * 2014-10-29 2015-03-25 中国建设银行股份有限公司 Service system testing method, device and system
CN105677465A (en) * 2015-12-31 2016-06-15 中国建设银行股份有限公司 Data processing method and device applied to bank batch processing
CN106201800A (en) * 2016-07-15 2016-12-07 北京捷科智诚科技有限公司 A kind of test design platform
CN107704568A (en) * 2017-09-29 2018-02-16 马上消费金融股份有限公司 A kind of method and device of test data addition

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008040980A (en) * 2006-08-09 2008-02-21 Ns Solutions Corp Information processor, predicted processing time calculation method and program
CN106844152B (en) * 2017-01-17 2019-10-29 清华大学 Bank's background task runs the correlation analysis and device of batch time
CN107766194A (en) * 2017-11-17 2018-03-06 深圳市泉眼网络科技有限公司 Method of testing, device, system, terminal device and computer-readable recording medium

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1701266A1 (en) * 2005-03-10 2006-09-13 HORIZONT RZ-Organisations- und Software-Entwicklungs GmbH Test apparatus for verification of a batch processing
CN102999320A (en) * 2011-09-15 2013-03-27 阿里巴巴集团控股有限公司 Automatic test case generation method and system
CN104461863A (en) * 2014-10-29 2015-03-25 中国建设银行股份有限公司 Service system testing method, device and system
CN105677465A (en) * 2015-12-31 2016-06-15 中国建设银行股份有限公司 Data processing method and device applied to bank batch processing
CN106201800A (en) * 2016-07-15 2016-12-07 北京捷科智诚科技有限公司 A kind of test design platform
CN107704568A (en) * 2017-09-29 2018-02-16 马上消费金融股份有限公司 A kind of method and device of test data addition

Also Published As

Publication number Publication date
CN108509344A (en) 2018-09-07

Similar Documents

Publication Publication Date Title
CN108509344B (en) Daily cutting batch test method, equipment and readable storage medium
US9524229B2 (en) Testing coordinator
US8375364B2 (en) Size and effort estimation in testing applications
CN108628748B (en) Automatic test management method and automatic test management system
CN107908548B (en) Method and device for generating test case
CN109491891A (en) Full-automatic interface pressure surveys method, apparatus, computer equipment and storage medium
CN109933534B (en) Method and device for determining financial test object
CN111522728A (en) Method for generating automatic test case, electronic device and readable storage medium
CN112286806A (en) Automatic testing method and device, storage medium and electronic equipment
CN112488652A (en) Work order auditing method, system, terminal and storage medium
CN110659870A (en) Business audit test method, device, equipment and storage medium
CN112540924A (en) Interface automation test method, device, equipment and storage medium
CN111858354A (en) Method and device for automatically generating test report, storage medium and electronic equipment
CN110543429A (en) Test case debugging method and device and storage medium
CN117493188A (en) Interface testing method and device, electronic equipment and storage medium
CN113127486A (en) Information collection and storage method, device, equipment and storage medium
CN113672497B (en) Method, device and equipment for generating non-buried point event and storage medium
CN112084278B (en) Verification method and device for map data conversion customized product
CN114564387A (en) Scene type automatic testing method and system for OpenStack cloud platform
CN113342641A (en) Automatic test method and system for HTTP service interface
CN112862264A (en) Enterprise operation condition analysis method, computer device and computer storage medium
CN112579453A (en) Task testing method, device, equipment and storage medium
CN111143221B (en) Test method and device
CN116340187B (en) Rule engine migration test method and device, electronic equipment and storage medium
CN107527202B (en) Transaction data diagnosis method and device and computing equipment

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