CN109815145B - Batch measurement order testing method and device - Google Patents

Batch measurement order testing method and device Download PDF

Info

Publication number
CN109815145B
CN109815145B CN201910047081.3A CN201910047081A CN109815145B CN 109815145 B CN109815145 B CN 109815145B CN 201910047081 A CN201910047081 A CN 201910047081A CN 109815145 B CN109815145 B CN 109815145B
Authority
CN
China
Prior art keywords
result
batch program
comparison
operation result
date
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
CN201910047081.3A
Other languages
Chinese (zh)
Other versions
CN109815145A (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.)
Agricultural Bank of China
Original Assignee
Agricultural Bank of China
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 Agricultural Bank of China filed Critical Agricultural Bank of China
Priority to CN201910047081.3A priority Critical patent/CN109815145B/en
Publication of CN109815145A publication Critical patent/CN109815145A/en
Application granted granted Critical
Publication of CN109815145B publication Critical patent/CN109815145B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • 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

  • Debugging And Monitoring (AREA)

Abstract

In the application, a set reference batch program test template and a set batch program test template to be tested are used as templates which can be automatically executed by a machine, can be automatically acquired and executed by a terminal such as a processor and the like, a first operation process and a second operation process are respectively executed to obtain a first operation result and a second operation result, the first operation result and the second operation result are compared to obtain a comparison result, so that a developer can analyze whether the batch program to be tested meets the use requirement according to the comparison result, compared with a mode of completely depending on manual test of the batch program, the automation degree is improved, and the test efficiency can be improved.

Description

Batch measurement order testing method and device
Technical Field
The present application relates to the field of test technologies, and in particular, to a batch sequencing test method and apparatus.
Background
Currently, the core system of the commercial bank processes on-line transactions in the daytime and batch transactions in the nighttime. Generally, the data volume of batch transaction processing is large, closely related to accounting, customer settlement and the like, high in importance degree and wide in influence range, so that successful execution of batch transaction is an important aspect for guaranteeing safe and stable operation of a commercial bank core system.
In order to increase the probability of successful execution of a batch transaction, it is generally necessary to test the batch program applied to the batch transaction before the batch program is put into use. At present, the test of batch programs is often completed completely by manpower, and the automation degree and the test efficiency are low.
Disclosure of Invention
In order to solve the above technical problems, embodiments of the present application provide a batch sequencing test method and apparatus, so as to achieve the purpose of improving the automation degree and the test efficiency, and the technical scheme is as follows:
a batch sequencing test method, comprising:
acquiring and executing a set reference batch program test template to execute a first operation process, wherein the first operation process comprises the following steps: switching the accounting date to a set date, acquiring and backing up basic data, and executing a reference batch program based on the accounting date switched to the set date and the basic data, wherein an execution result is used as a first operation result;
acquiring and executing a set batch program test template to be tested to execute a second operation process, wherein the second operation process comprises the following steps: switching the accounting date to the set date, acquiring backup basic data, and executing a batch program to be tested based on the accounting date switched to the set date and the backup basic data, wherein the executed result is used as a second operation result, and the batch program to be tested is a program modified from the reference batch program;
and comparing the first operation result with the second operation result to obtain a comparison result, so that a developer can analyze whether the batch programs to be tested meet the use requirements or not according to the comparison result.
Preferably, after comparing the first operation result with the second operation result and obtaining a comparison result, the method further includes:
and generating a comparison result report according to the comparison result.
Preferably, the method further comprises:
and responding to a report output request and outputting the comparison result report.
Preferably, comparing the first operation result with the second operation result to obtain a comparison result, including:
inquiring whether a first operation result corresponding to the second operation result exists in a public information table;
if the comparison flag does not exist, inserting the second operation result into the public information table, and setting the comparison flag to be 1;
if yes, updating the second operation result to the record of the first operation result in the public information table;
and comparing the first operation result with the second operation result, setting the comparison flag position as 0 if the comparison result is consistent, and setting the comparison flag position as 1 if the comparison result is inconsistent.
A batch sequencing test device, comprising:
a first execution module, configured to obtain and execute a set reference batch program test template to execute a first operation process, where the first operation process includes: switching the accounting date to a set date, acquiring and backing up basic data, and executing a reference batch program based on the accounting date switched to the set date and the basic data, wherein an execution result is used as a first operation result;
the second execution module is used for acquiring and executing the set batch program test template to be tested so as to execute a second operation process, wherein the second operation process comprises the following steps: switching the accounting date to the set date, acquiring backup basic data, and executing a batch program to be tested based on the accounting date switched to the set date and the backup basic data, wherein the executed result is used as a second operation result, and the batch program to be tested is a program modified from the reference batch program;
and the comparison module is used for comparing the first operation result with the second operation result to obtain a comparison result, so that a developer can analyze whether the batch program to be tested meets the use requirement according to the comparison result.
Preferably, the apparatus further comprises:
and the generating module is used for generating a comparison result report according to the comparison result.
Preferably, the apparatus further comprises:
and the output module is used for responding to a report output request and outputting the comparison result report.
Preferably, the comparison module is specifically configured to:
inquiring whether a first operation result corresponding to the second operation result exists in a public information table;
if the comparison flag does not exist, inserting the second operation result into the public information table, and setting the comparison flag to be 1;
if yes, updating the second operation result to the record of the first operation result in the public information table;
and comparing the first operation result with the second operation result, setting the comparison flag position as 0 if the comparison result is consistent, and setting the comparison flag position as 1 if the comparison result is inconsistent.
Compared with the prior art, the beneficial effect of this application is:
in the application, the set reference batch program test template and the set batch program test template to be tested are used as templates which can be automatically executed by a machine, can be automatically acquired and executed by terminals such as a processor and the like, the first operation process and the second operation process are respectively executed to obtain the first operation result and the second operation result, the first operation result and the second operation result are compared to obtain the comparison result, so that developers can analyze whether the batch program to be tested meets the use requirement according to the comparison result, compared with a mode of completely depending on manual test of the batch program, the automation degree is improved, and the test efficiency can be improved.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present application, the drawings needed to be used in the description of the embodiments are briefly introduced below, and it is obvious that the drawings in the following description are only some embodiments of the present application, and it is obvious for those skilled in the art to obtain other drawings based on these drawings without inventive labor.
FIG. 1 is a flow chart of a batch sequencing test method provided herein;
FIG. 2 is a flow chart of another batch program testing method provided herein;
FIG. 3 is a flow chart of yet another batch sequencing test method provided herein;
FIG. 4 is a flowchart illustrating a comparison of the first operation result and the second operation result to obtain a comparison result, as provided herein;
fig. 5 is a schematic logic structure diagram of a batch sequencing test apparatus provided in the present application.
Detailed Description
The technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are only a part of the embodiments of the present application, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
The embodiment of the application discloses a batch sequencing test method, which comprises the following steps: acquiring and executing a set reference batch program test template to execute a first operation process, wherein the first operation process comprises the following steps: switching the accounting date to a set date, acquiring and backing up basic data, and executing a reference batch program based on the accounting date switched to the set date and the basic data, wherein an execution result is used as a first operation result; acquiring and executing a set batch program test template to be tested to execute a second operation process, wherein the second operation process comprises the following steps: switching the accounting date to the set date, acquiring the backed-up basic data, and executing the batch program to be tested based on the accounting date switched to the set date and the backed-up basic data, wherein the executed result is used as a second operation result, and the batch program to be tested is a program modified from the reference batch program; and comparing the first operation result with the second operation result to obtain a comparison result, so that a developer can analyze whether the batch programs to be tested meet the use requirements or not according to the comparison result. In the application, the automatic execution degree of the batch program is improved, and the test efficiency can be improved.
Referring to fig. 1, a batch program testing method disclosed in an embodiment of the present application is described below, which may include:
step S11, obtaining and executing a set reference batch program test template to execute a first operation process, where the first operation process includes: switching the accounting date to a set date, acquiring and backing up basic data, and executing a reference batch program based on the accounting date switched to the set date and the basic data, wherein an execution result is used as a first operation result.
Preferably, the set reference batch program test template can be automatically generated by the configuration module. The specific generation process may include: the configuration module acquires basic parameters, configures reference batch program nodes, data backup nodes, meeting date-keeping switching and other nodes which need to be executed in a specific test scene according to the basic parameters, and takes the configured reference batch program nodes, data backup nodes, meeting date-keeping switching and other nodes as set reference batch program test templates.
The accounting date during the first run can be understood as: and testing the accounting date in the environment. Setting the date, can be understood as: the execution time of the batch transaction of the benchmark batch program is applied. The underlying data can be understood as: the data required for batch transactions of the benchmark batch program is applied.
Preferably, the first operation result may be stored in a common information table. Of course, the first operation result may also be directly sent to the comparison module.
Step S12, acquiring and executing a set batch program test template to be tested to execute a second operation process, wherein the second operation process comprises the following steps: and switching the accounting date to the set date, acquiring the backed-up basic data, and executing the batch program to be tested based on the accounting date switched to the set date and the backed-up basic data, wherein the executed result is used as a second operation result.
It should be noted that when the reference batch program does not meet the application requirement, the reference batch program often needs to be optimized, and therefore the batch program to be tested can be understood as: and modifying the program of the reference batch program.
The method comprises the steps that a program obtained by modifying a reference batch program is used for testing the optimized reference batch program when the batch program to be tested is processed, so that the test environment and test data of the batch program to be tested and the reference batch program are the same, specifically, a set test template of the batch program to be tested can be generated by a configuration module, the test template is used for switching an accounting date to the set date, acquiring backup basic data, and executing the batch program to be tested based on the accounting date switched to the set date and the backup basic data.
In this embodiment, the basic data to be backed up is the basic data backed up in the first operation process in step S11, and it is ensured that the reference batch program and the batch program to be tested operate based on the same basic data, thereby ensuring the validity of the comparison of the two batch results.
Preferably, the second operation result may be stored in a common information table. Of course, the second operation result may also be directly sent to the comparison module.
And S13, comparing the first operation result with the second operation result to obtain a comparison result, so that a developer can analyze whether the batch program to be tested meets the use requirement or not according to the comparison result.
The comparison module may compare the first operation result and the second operation result to obtain a comparison result. And the developer can analyze whether the batch program to be tested meets the use requirement or not according to the comparison result obtained by the comparison module.
In the application, the set reference batch program test template and the set batch program test template to be tested are used as templates which can be automatically executed by a machine, can be automatically acquired and executed by terminals such as a processor and the like, the first operation process and the second operation process are respectively executed to obtain the first operation result and the second operation result, the first operation result and the second operation result are compared to obtain the comparison result, so that developers can analyze whether the batch program to be tested meets the use requirement according to the comparison result, compared with a mode of completely depending on manual test of the batch program, the automation degree is improved, and the test efficiency can be improved.
And compared with a mode of completely depending on manual test batch programs, the method reduces the dependence on manual experience and can improve the accuracy of the test.
In another embodiment of the present application, another batch sequencing test method is introduced, and referring to fig. 2, the method may include:
step S21, obtaining and executing a set reference batch program test template to execute a first operation process, where the first operation process includes: switching the accounting date to a set date, acquiring and backing up basic data, and executing a reference batch program based on the accounting date switched to the set date and the basic data, wherein an execution result is used as a first operation result.
Step S22, obtaining and executing a set batch program test template to be tested to execute a second operation process, where the second operation process includes: and switching the accounting date to the set date, acquiring the backed-up basic data, and executing the batch program to be tested based on the accounting date switched to the set date and the backed-up basic data, wherein the executed result is used as a second operation result.
And the batch program to be tested is a program obtained by modifying the reference batch program.
And S23, comparing the first operation result with the second operation result to obtain a comparison result, so that a developer can analyze whether the batch program to be tested meets the use requirement according to the comparison result.
Steps S21 to S23 are the same as steps S11 to S13 in the foregoing embodiment, and the detailed processes of steps S21 to S23 can refer to the related descriptions of steps S11 to S13, and are not described again here.
And S24, generating a comparison result report according to the comparison result.
Preferably, the comparison result report may include only the data portion where the first operation result and the second operation result are inconsistent.
And generating a comparison result report according to the comparison result, and displaying the comparison result more visually and clearly.
In another embodiment of the present application, another batch sequencing test method is introduced, and referring to fig. 3, the method may include:
step S31, obtaining and executing a set reference batch program test template to execute a first operation process, where the first operation process includes: switching the accounting date to a set date, acquiring and backing up basic data, and executing a reference batch program based on the accounting date switched to the set date and the basic data, wherein an execution result is used as a first operation result.
Step S32, obtaining and executing a set batch program test template to be tested to execute a second operation process, where the second operation process includes: and switching the accounting date to the set date, acquiring the backed-up basic data, and executing the batch program to be tested based on the accounting date switched to the set date and the backed-up basic data, wherein the executed result is used as a second operation result.
And the batch program to be tested is a program obtained by modifying the reference batch program.
And S33, comparing the first operation result with the second operation result to obtain a comparison result, so that a developer can analyze whether the batch program to be tested meets the use requirement according to the comparison result.
And step S34, generating a comparison result report according to the comparison result.
Steps S31 to S34 are the same as steps S21 to S24 in the foregoing embodiment, and the detailed processes of steps S31 to S34 can refer to the related descriptions of steps S21 to S24, and are not described again here.
And S35, responding to the report output request and outputting the comparison result report.
When the user has a report output requirement, the user inputs a report output request to the terminal, and the terminal responds to the report output request and outputs a comparison result report.
In another embodiment of the present application, the comparing the first operation result and the second operation result to obtain a comparison result is described, referring to fig. 4, which may include:
and S41, inquiring whether a first operation result corresponding to the second operation result exists in a public information table.
If not, go to step S42; if so, step S43 is performed.
And S42, inserting the second operation result into the public information table, and setting the comparison flag position as 1.
The comparison flag position is 1, and the inconsistency of the first operation result and the second operation result can be represented.
And S43, updating the second operation result to the record of the first operation result in the public information table.
And updating the first operation result in the public information table to be a second operation result, so that the timeliness of the operation result of the batch program stored in the public information table is ensured.
And S44, comparing the first operation result with the second operation result.
If the comparison result is consistent, executing step S45; if the comparison result is not consistent, step S46 is executed.
And step S45, setting the comparison mark position to 0.
And step S46, setting the contrast flag position to 1.
Next, a batch program testing apparatus provided in the present application will be described, and the batch program testing apparatus described below and the batch program testing method described above may be referred to in correspondence.
Referring to fig. 5, the batch program testing method may include: a first execution module 11, a second execution module 12 and a comparison module 13.
The first execution module 11 is configured to acquire and execute a set reference batch program test template to execute a first operation process, where the first operation process includes: switching the accounting date to a set date, acquiring and backing up basic data, and executing a reference batch program based on the accounting date switched to the set date and the basic data, wherein an execution result is used as a first operation result.
The second execution module 12 is configured to obtain and execute a set batch program test template to be tested, so as to execute a second operation process, where the second operation process includes: and switching the accounting date to the set date, acquiring the backed-up basic data, and executing the batch program to be tested based on the accounting date switched to the set date and the backed-up basic data, wherein the executed result is used as a second operation result, and the batch program to be tested is a program modified from the reference batch program.
And the comparison module 13 is configured to compare the first operation result with the second operation result to obtain a comparison result, so that a developer analyzes whether the batch program to be tested meets the use requirement according to the comparison result.
In this embodiment, the batch program testing apparatus may further include:
and the generating module is used for generating a comparison result report according to the comparison result.
In this embodiment, the batch program testing apparatus may further include:
and the output module is used for responding to a report output request and outputting the comparison result report.
In this embodiment, the comparison module 13 may be specifically configured to:
inquiring whether a first operation result corresponding to the second operation result exists in a public information table;
if the comparison flag does not exist, inserting the second operation result into the public information table, and setting the comparison flag to be 1;
if yes, updating the second operation result to the record of the first operation result in the public information table;
and comparing the first operation result with the second operation result, setting the comparison flag position as 0 if the comparison result is consistent, and setting the comparison flag position as 1 if the comparison result is inconsistent.
It should be noted that, in the present specification, the embodiments are all described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments may be referred to each other. For the device-like embodiment, since it is basically similar to the method embodiment, the description is simple, and reference may be made to the partial description of the method embodiment for relevant points.
Finally, it should also be noted that, herein, relational terms such as first and second, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrases "comprising a," "8230," "8230," or "comprising" does not exclude the presence of additional like elements in a process, method, article, or apparatus that comprises the element.
For convenience of description, the above devices are described as being divided into various units by function, and are described separately. Of course, the functionality of the units may be implemented in one or more software and/or hardware when implementing the present application.
From the above description of the embodiments, it is clear to those skilled in the art that the present application can be implemented by software plus necessary general hardware platform. Based on such understanding, the technical solutions of the present application may be essentially or partially implemented in the form of a software product, which may be stored in a storage medium, such as a ROM/RAM, a magnetic disk, an optical disk, etc., and includes several instructions for enabling a computer device (which may be a personal computer, a server, or a network device, etc.) to execute the method according to the embodiments or some parts of the embodiments of the present application.
The batch sequencing test method and the batch sequencing test device provided by the application are described in detail, a specific example is applied in the description to explain the principle and the implementation mode of the application, and the description of the embodiment is only used for helping to understand the method and the core idea of the application; meanwhile, for a person skilled in the art, according to the idea of the present application, there may be variations in the specific embodiments and the application scope, and in summary, the content of the present specification should not be construed as a limitation to the present application.

Claims (4)

1. A batch sequencing method, comprising:
automatically acquiring and executing a set reference batch program test template to execute a first operation process, wherein the first operation process comprises the following steps: switching an accounting date to a set date, acquiring and backing up basic data, executing a reference batch program based on the accounting date switched to the set date and the basic data, and writing an execution result serving as a first operation result into a public information table, wherein the automatic generation process of the set reference batch program test template comprises the following steps: acquiring basic parameters, configuring reference batch program nodes, data backup nodes and dating switching nodes to be executed in a test scene according to the basic parameters, and taking the configured reference batch program nodes, data backup nodes and dating switching nodes as set reference batch program test templates;
acquiring and executing a set batch program test template to be tested to execute a second operation process, wherein the second operation process comprises the following steps: switching the accounting date to the set date, acquiring backup basic data, and executing a batch program to be tested based on the accounting date switched to the set date and the backup basic data, wherein the executed result is used as a second operation result, and the batch program to be tested is a program modified from the reference batch program;
inquiring whether a first operation result corresponding to the second operation result exists in a public information table;
if the first running result does not exist, inserting the second running result into the public information table, and setting a comparison flag position to be 1, wherein the comparison flag position to be 1 represents that the first running result is inconsistent with the second running result;
if yes, updating the second operation result to the record of the first operation result in the public information table;
comparing the first operation result with the second operation result, setting the comparison flag position to be 0 if the comparison result is consistent, and setting the comparison flag position to be 1 if the comparison result is inconsistent, so that a developer can analyze whether the batch program to be tested meets the use requirement according to the comparison result;
and generating a comparison result report according to the comparison result.
2. The method of claim 1, further comprising:
and responding to a report output request, and outputting the comparison result report.
3. A batch sequencing test device, comprising:
the first execution module is configured to automatically acquire and execute a set reference batch program test template to execute a first operation process, where the first operation process includes: switching an accounting date to a set date, acquiring and backing up basic data, executing a reference batch program based on the accounting date switched to the set date and the basic data, and writing an execution result serving as a first operation result into a public information table, wherein the automatic generation process of the set reference batch program test template comprises the following steps: acquiring basic parameters, configuring reference batch program nodes, data backup nodes and dating switching nodes to be executed in a test scene according to the basic parameters, and taking the configured reference batch program nodes, data backup nodes and dating switching nodes as set reference batch program test templates;
the second execution module is configured to acquire and execute the set batch program test template to be tested, so as to execute a second operation process, where the second operation process includes: switching the accounting date to the set date, acquiring backup basic data, and executing a batch program to be tested based on the accounting date switched to the set date and the backup basic data, wherein the executed result is used as a second operation result, and the batch program to be tested is a program modified from the reference batch program;
the comparison module is used for comparing the first operation result with the second operation result to obtain a comparison result, so that a developer can analyze whether the batch program to be tested meets the use requirement or not according to the comparison result;
the comparison module is specifically configured to:
inquiring whether a first operation result corresponding to the second operation result exists in a public information table;
if the first running result does not exist, inserting the second running result into the public information table, and setting a comparison flag position to be 1, wherein the comparison flag position to be 1 represents that the first running result is inconsistent with the second running result;
if yes, updating the second operation result to the record of the first operation result in the public information table;
comparing the first operation result with the second operation result, setting the comparison flag position as 0 if the comparison result is consistent, and setting the comparison flag position as 1 if the comparison result is inconsistent;
the device further comprises:
and the generating module is used for generating a comparison result report according to the comparison result.
4. The apparatus of claim 3, further comprising:
and the output module is used for responding to a report output request and outputting the comparison result report.
CN201910047081.3A 2019-01-18 2019-01-18 Batch measurement order testing method and device Active CN109815145B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910047081.3A CN109815145B (en) 2019-01-18 2019-01-18 Batch measurement order testing method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910047081.3A CN109815145B (en) 2019-01-18 2019-01-18 Batch measurement order testing method and device

Publications (2)

Publication Number Publication Date
CN109815145A CN109815145A (en) 2019-05-28
CN109815145B true CN109815145B (en) 2023-03-21

Family

ID=66603508

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910047081.3A Active CN109815145B (en) 2019-01-18 2019-01-18 Batch measurement order testing method and device

Country Status (1)

Country Link
CN (1) CN109815145B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116561018B (en) * 2023-07-12 2023-09-01 天津金城银行股份有限公司 Service system counting method, device, terminal equipment and storage medium

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104317713A (en) * 2014-10-27 2015-01-28 北京锐安科技有限公司 Automatic testing tool and method on basis of templates
CN109213685A (en) * 2018-09-29 2019-01-15 阿里巴巴集团控股有限公司 Service logic test method and device

Family Cites Families (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103425574B (en) * 2012-05-25 2018-02-23 腾讯科技(深圳)有限公司 A kind of method and device of test application program
US9098634B2 (en) * 2013-05-13 2015-08-04 Hewlett-Packard Development Company, L.P. Creating test templates based on steps in existing tests
CN104461888A (en) * 2014-12-11 2015-03-25 中国科学院声学研究所 Application testing method and system
CN105512036A (en) * 2015-12-12 2016-04-20 天津南大通用数据技术股份有限公司 Test template for automatically generating test case according to preset rules and test method
CN107608874A (en) * 2016-07-12 2018-01-19 博彦科技股份有限公司 Method of testing and device
CN106776314B (en) * 2016-12-14 2023-04-18 普华基础软件股份有限公司 Test system
US9983989B1 (en) * 2017-02-13 2018-05-29 International Business Machines Corporation Suspect code detection in software regression
CN106897217A (en) * 2017-02-13 2017-06-27 北京趣拿软件科技有限公司 Method of testing and test device

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104317713A (en) * 2014-10-27 2015-01-28 北京锐安科技有限公司 Automatic testing tool and method on basis of templates
CN109213685A (en) * 2018-09-29 2019-01-15 阿里巴巴集团控股有限公司 Service logic test method and device

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
生产原型交易回放测试设计及实践;曾立环;《中国金融电脑》;20160507(第05期);全文 *
金融系统生产模拟比对自动化测试研究与应用;阳骁尧等;《中国金融电脑》;20180507(第05期);全文 *
银行业务应用系统2000年测试;饶芳蕾等;《中国金融电脑》;19980925(第09期);第20-22页 *

Also Published As

Publication number Publication date
CN109815145A (en) 2019-05-28

Similar Documents

Publication Publication Date Title
CN107562610B (en) Method, device, terminal and medium for acquiring page loading time
CN110955409B (en) Method and device for creating resources on cloud platform
CN111651358B (en) Method for generating test case, software test method, device and server
CN110990274A (en) Data processing method, device and system for generating test case
CN111241111B (en) Data query method and device, data comparison method and device, medium and equipment
CN112540924A (en) Interface automation test method, device, equipment and storage medium
CN111475412B (en) Software testing method, device, electronic equipment and computer readable storage medium
CN110990285A (en) UI automation test method and device
CN109815145B (en) Batch measurement order testing method and device
CN106557419B (en) Program testing method and device
CN110727575B (en) Information processing method, system, device and storage medium
CN110888800A (en) Service interaction function test method, device, storage medium and test system
CN113806038A (en) Task scheduling method, device, electronic equipment, storage medium and program product
CN110688173B (en) Positioning method and device of components in cross-platform interface framework and electronic equipment
CN109508203B (en) Method, device and system for determining version consistency
CN109508204B (en) Front-end code quality detection method and device
CN111078473A (en) Test item copying method and device
CN112256978B (en) Data processing method, device and medium based on data model
CN111062342B (en) Debugging method and device of face recognition system
CN111008140B (en) Cross-platform UI (user interface) automatic testing method and device
CN114489999A (en) Method and device for processing pipeline task, processor and electronic equipment
CN112882800A (en) Method, device, system, equipment and medium for acquiring service execution result
CN115701591A (en) Business process testing method, device, medium and electronic equipment
CN114116244A (en) Data processing method, device and system, electronic equipment and storage medium
CN111522748A (en) Automatic test case generation method and device, server and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant