CN109324963B - Method for automatically testing profit result and terminal equipment - Google Patents

Method for automatically testing profit result and terminal equipment Download PDF

Info

Publication number
CN109324963B
CN109324963B CN201810961150.7A CN201810961150A CN109324963B CN 109324963 B CN109324963 B CN 109324963B CN 201810961150 A CN201810961150 A CN 201810961150A CN 109324963 B CN109324963 B CN 109324963B
Authority
CN
China
Prior art keywords
result
data
production
test
profit
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
CN201810961150.7A
Other languages
Chinese (zh)
Other versions
CN109324963A (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.)
Ping An Life Insurance Company of China Ltd
Original Assignee
Ping An Life Insurance Company of China Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Ping An Life Insurance Company of China Ltd filed Critical Ping An Life Insurance Company of China Ltd
Priority to CN201810961150.7A priority Critical patent/CN109324963B/en
Publication of CN109324963A publication Critical patent/CN109324963A/en
Application granted granted Critical
Publication of CN109324963B publication Critical patent/CN109324963B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • G06F11/3692Test management for test results analysis
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q40/00Finance; Insurance; Tax strategies; Processing of corporate or income taxes
    • G06Q40/08Insurance
    • 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
    • Y02PCLIMATE CHANGE MITIGATION TECHNOLOGIES IN THE PRODUCTION OR PROCESSING OF GOODS
    • Y02P90/00Enabling technologies with a potential contribution to greenhouse gas [GHG] emissions mitigation
    • Y02P90/30Computing systems specially adapted for manufacturing

Abstract

The invention is applicable to the technical field of data processing, and provides a method for automatically testing a yield result, terminal equipment and a computer readable storage medium, wherein the method comprises the following steps: acquiring a plurality of preset data identifiers; acquiring a production data file uploaded by a user, and determining a plurality of input data corresponding to the plurality of data identifiers in the production data file; calculating the plurality of input data, and taking the obtained benefit result as a production result; acquiring a test data file and a preset calculation paradigm, inputting the plurality of input data into the test data file, calculating the plurality of input data through the calculation paradigm, and taking the obtained profit result as a test result; and comparing the production result with the test result, and outputting an alarm prompt if the comparison fails. The invention simplifies the test operation and improves the test efficiency.

Description

Method for automatically testing profit result and terminal equipment
Technical Field
The invention belongs to the technical field of data processing, and particularly relates to a method for automatically testing a profit result, terminal equipment and a computer readable storage medium.
Background
With the development of software engineering ideas and computer technologies, software testing has gradually become an important link in software development processes and actual business processes. In the fields of insurance or banks, the profit calculation needs to be performed for a certain service, and the profit result obtained by calculation is displayed to the customer, before that, the correctness of the profit result needs to be tested, so that the influence on the service process caused by the error of the profit result is prevented.
In the prior art, the flow of testing the profit results is that a user manually inputs related business data according to the format requirement of profit calculation in a front-end system, input parameters are generated through the processing of the front-end system, then the back-end system sequentially reads the input parameters of the front-end system to process the input parameters to obtain corresponding profit results, and finally the user extracts the profit results from the back-end system and manually compares the profit results with a standard case. Therefore, in the prior art, the testing efficiency of the profit result is influenced by the speed of the front-end system for processing the input parameters and the speed of the back-end system for reading the input parameters, the coupling of the front-end system and the back-end system is high, and the testing efficiency is low when the process of the front-end system for processing and generating the input parameters is blocked or the user input time is long.
Disclosure of Invention
In view of this, the embodiments of the present invention provide a method, a terminal device, and a computer readable storage medium for automatically testing a revenue result, so as to solve the problem of low efficiency of testing the revenue result in the prior art.
A first aspect of an embodiment of the present invention provides a method for automatically testing a revenue result, including:
acquiring a plurality of preset data identifiers, wherein each data identifier corresponds to one piece of data for calculating a profit result;
acquiring a production data file uploaded by a user, and determining a plurality of input data corresponding to the plurality of data identifiers in the production data file, wherein the production data file is a file related to the profit result in a production environment;
calculating the plurality of input data, and taking the obtained profit result as a production result;
obtaining a test data file, presetting a calculation paradigm for the test data file, inputting the plurality of input data into the test data file, calculating the plurality of input data through the calculation paradigm, and taking the obtained profit result as a test result, wherein the test data file is a file related to the profit result in a test environment;
And comparing the production result with the test result, and outputting an alarm prompt if the comparison fails.
A second aspect of an embodiment of the present invention provides a terminal device comprising a memory, a processor and a computer program stored in the memory and executable on the processor, the processor implementing the following steps when executing the computer program:
acquiring a plurality of preset data identifiers, wherein each data identifier corresponds to one piece of data for calculating a profit result;
acquiring a production data file uploaded by a user, and determining a plurality of input data corresponding to the plurality of data identifiers in the production data file, wherein the production data file is a file related to the profit result in a production environment;
calculating the plurality of input data, and taking the obtained profit result as a production result;
obtaining a test data file, presetting a calculation paradigm for the test data file, inputting the plurality of input data into the test data file, calculating the plurality of input data through the calculation paradigm, and taking the obtained profit result as a test result, wherein the test data file is a file related to the profit result in a test environment;
And comparing the production result with the test result, and outputting an alarm prompt if the comparison fails.
A third aspect of the embodiments of the present invention provides a computer readable storage medium storing a computer program which when executed by a processor performs the steps of:
acquiring a plurality of preset data identifiers, wherein each data identifier corresponds to one piece of data for calculating a profit result;
acquiring a production data file uploaded by a user, and determining a plurality of input data corresponding to the plurality of data identifiers in the production data file, wherein the production data file is a file related to the profit result in a production environment;
calculating the plurality of input data, and taking the obtained profit result as a production result;
obtaining a test data file, presetting a calculation paradigm for the test data file, inputting the plurality of input data into the test data file, calculating the plurality of input data through the calculation paradigm, and taking the obtained profit result as a test result, wherein the test data file is a file related to the profit result in a test environment;
And comparing the production result with the test result, and outputting an alarm prompt if the comparison fails.
Compared with the prior art, the embodiment of the invention has the beneficial effects that:
according to the embodiment of the invention, the preset multiple data identifiers are obtained, the production data file in the production environment uploaded by the user is obtained, multiple input data corresponding to the multiple data identifiers in the production data file are determined, then the multiple input data are calculated, the obtained profit result is taken as a production result, then the test data file is obtained, the multiple input data are input into the test data file, the multiple input data are calculated according to the calculation paradigm in the test data file, the obtained profit result is taken as a test result, finally the production result is compared with the test result, and if the comparison fails, an alarm prompt is output. The embodiment of the invention realizes the automatic test of the profit result, and the user only needs to upload the production data file, thereby improving the test efficiency.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings that are needed in the embodiments or the description of the prior art will be briefly described below, it being obvious that the drawings in the following description are only some embodiments of the present invention, and that other drawings may be obtained according to these drawings without inventive effort for a person skilled in the art.
FIG. 1 is a flow chart of an implementation of a method for automatically testing revenue results according to an embodiment of the present invention;
FIG. 2 is a flow chart of a method for automatically testing revenue results according to a second embodiment of the present invention;
FIG. 3 is a flow chart of an implementation of a method for automatically testing revenue results provided by a third embodiment of the present invention;
FIG. 4 is a flowchart of a method for automatically testing revenue results according to a fourth embodiment of the present invention;
FIG. 5 is a flowchart of a method for automatically testing revenue results provided by a fifth embodiment of the present invention;
fig. 6 is a block diagram of a terminal device according to a sixth embodiment of the present invention;
fig. 7 is a schematic diagram of a terminal device according to a seventh embodiment of the present invention.
Detailed Description
In the following description, for purposes of explanation and not limitation, specific details are set forth such as the particular system architecture, techniques, etc., in order to provide a thorough understanding of the embodiments of the present invention. It will be apparent, however, to one skilled in the art that the present invention may be practiced in other embodiments that depart from these specific details. In other instances, detailed descriptions of well-known systems, devices, circuits, and methods are omitted so as not to obscure the description of the present invention with unnecessary detail.
In order to illustrate the technical scheme of the invention, the following description is made by specific examples.
Fig. 1 shows an implementation flow of a method for automatically testing a profit result according to an embodiment of the present invention, which is described in detail below:
in S101, a plurality of preset data identifiers are obtained, where each data identifier corresponds to one data for calculating a profit result.
The benefit results refer to the benefit results obtained after the client transacts a certain service, and take an insurance service as an example, after the insurance applicant (client) pays insurance fees to the insurance company, the benefit results are insurance funds paid to the insurance applicant after the insurance applicant meets a specific condition according to the provision of the insurance service. For the issuer who issues the business, when the business is promoted to the client, the income result needs to be simultaneously displayed for the client so as to improve the probability of successful business handling. Before the profit result is displayed, the profit result needs to be tested to ensure the correctness of the profit result. In the embodiment of the invention, in order to test the profit result, a plurality of data identifiers are firstly obtained, and each data identifier corresponds to one data for calculating the profit result. Also, for example, in general, the plurality of data for calculating the profit result of the insurance service includes at least the age of the insured life, the type of risk, the basic insurance amount and the insurance premium, and the plurality of data identifications are the plurality of data identifications. In the service field, the names of the plurality of data for calculating the benefit result are directly identified as the plurality of data because the names of the plurality of data for calculating the benefit result are not repeated.
Optionally, a plurality of data identifiers are acquired through a preset data identifier set corresponding to the profit result. In the embodiment of the invention, a data identifier set containing a plurality of data identifiers can be preset, and after receiving the acquisition instruction, the plurality of data identifiers are acquired from the data identifier set. It should be noted that, the profit results related to the business may include multiple types, and the data identifiers corresponding to each type of profit results may have differences, so multiple data identifier sets corresponding to multiple profit results one to one may be preset, and after receiving the obtaining instruction (the obtaining instruction carries information of a certain profit result), the data identifier set corresponding to the profit result is determined, so as to obtain multiple data identifiers.
In S102, a production data file uploaded by a user is obtained, and a plurality of input data corresponding to the plurality of data identifiers in the production data file is determined, where the production data file is a file related to the profit result in the production environment.
In the process of development on a service line, a test environment and a production environment are to be experienced, wherein the production environment refers to an environment for providing service services to the outside in a positive manner, and the test environment is configured identically to the production environment and is an environment for testing data, and is usually used as a standard for testing. Therefore, in order to ensure the accuracy of the calculation of the profit results, the profit results obtained through the production environment and the test environment are compared. Compared with the traditional manual entry service related data for testing, when the front-end page is unstable, the test can not be easily performed due to the entry interruption. In the whole process, a user only needs to upload the production data file, so that unstable factors in the input process are reduced. Wherein the production data file is a file located in the production environment for calculating the revenue result. In order to improve the convenience of uploading the production data file, an uploading option can be preset in a front-end page of the user client. It should be noted that, in the embodiment of the present invention, the user refers to the person performing the test. In the present step, if the format of the production data file is an EXCEL table, since the EXCEL table has a plurality of data rows and a plurality of data columns, each data row represents one data record, each data column represents an attribute (name) corresponding to data in the data record, and only data corresponding to one or a plurality of attributes in the data record is required as input in calculating the profit result, a plurality of target columns corresponding to a plurality of data identifications one by one are determined first. Wherein the VLOOKUP function of the EXCEL table may be utilized and a plurality of data identifiers may be entered to find the target column.
Optionally, names of a plurality of data columns in the EXCEL table are obtained to serve as a plurality of name character strings, a plurality of data identifications are converted into a plurality of identification character strings, one comparison is conducted between the plurality of name character strings and the plurality of identification character strings to obtain a plurality of similarity values, and columns corresponding to the similarity values which are larger than or equal to a preset threshold value are taken as target columns. In a practical application scenario, due to environmental differences, the names of the data columns in the production data file and the data identifiers may not strictly correspond, for example, the data identifier corresponding to the risk type is "insurance", and the names of the data columns corresponding to the risk type in the production data file are "insurance-types", but the two are substantially the same attributes. Therefore, in the embodiment of the invention, names of a plurality of data columns in the EXCEL table are obtained as a plurality of name character strings, each name character string corresponds to one data column in the EXCEL table, a plurality of data identifications are converted into a plurality of identification character strings, and then the plurality of name character strings and the plurality of identification character strings are subjected to one-to-one comparison. The comparison can be realized by an edit distance method or a hamming distance method, a plurality of similar values are obtained after the comparison is completed, the plurality of similar values are compared with a preset threshold value in a numerical mode, and then the data columns in the EXCEL table corresponding to the similar values which are larger than or equal to the preset threshold value are used as target columns, so that the applicability of the determination of the target columns is improved. After determining the similarity value greater than or equal to the preset threshold value, the name character string and the identification character string corresponding to the similarity value can be output to the user, and after acquiring the confirmation instruction of the user, the data column in the EXCEL table corresponding to the similarity value is used as the target column, so that the determined target column is prevented from being wrong, and the accuracy of determining the target column is improved.
After the target columns of the EXCEL table are determined, a plurality of data corresponding to the target columns are extracted from the data records of each row of the EXCEL table in the order of the data identifiers as a plurality of input data. For convenience of explanation, only a case where a plurality of input data are a plurality of data corresponding to a plurality of target columns in a data record of a certain data line of the EXCEL table will be explained hereinafter.
Optionally, if there is a missing data in a certain target column in the data record of the EXCEL table, acquiring all data of the data record is stopped. Because the data under the target column is the data necessary for calculating the profit result, when a certain data under the target column is empty, all the data of the data row of the EXCEL table where the data is located, namely all the data of the data record where the data is located, are stopped to be obtained, prompts related to the data are output to the user, and the acquisition of the input data is continuously carried out from the next data row of the EXCEL table, so that the calculation error of the subsequent profit result is prevented.
In addition, since the data under the target column may include other data in addition to the necessary data, for example, the necessary data is a number, the other data is related introduction text, and the subsequent calculation process does not need participation of the introduction text. Therefore, in the embodiment of the present invention, a plurality of preset value ranges (such as numbers 1 to 9, letters a to Z, etc.) can be obtained, and the value ranges correspond to the data identifiers one by one, so that the value ranges of the data necessary for calculating the profit result are obtained. When the data under the target column is acquired, only the data which is positioned in the value range corresponding to the target column in the data under the target column is used as the input data, so that the screening of the input data is realized.
In S103, the plurality of input data are calculated, and the profit result obtained by calculation is used as a production result.
After acquiring a plurality of input data, the plurality of input data is calculated through a storage process of a database at the back end, wherein the storage process refers to a structured query language (Structured Query Language, SQL) statement of a calculation benefit result in the embodiment of the invention, and the storage process is located in a production environment. And taking a benefit result obtained by calculating a plurality of input data as a production result. In other words, the embodiment of the invention takes the stored procedure as an interface, so that the accuracy of the interface is tested.
In S104, a test data file is obtained, a calculation paradigm is preset for the test data file, the plurality of input data are input into the test data file, the plurality of input data are calculated according to the calculation paradigm, the calculated benefit result is used as a test result, and the test data file is a file related to the benefit result in a test environment.
After the production result is obtained through the storage process, a test data file in the test environment is obtained, the test data file is used for providing a comparison standard, a calculation paradigm is preset for the test data file, the calculation paradigm indicates a correct calculation method, and it is worth mentioning that the calculation range can be stored in the test data file in advance or can be stored in a designated storage address. The test data file may also be an EXCEL table, which contains data records that contain different data types, but the specific contents of the different data types are empty. And inputting the plurality of input data into the test data file, namely filling the specific content of the plurality of input data into the data record, calculating the plurality of input data through a calculation paradigm to obtain a benefit result, and taking the benefit result as a test result.
Optionally, if a plurality of calculation formats are preset for the test data file, a calculation format corresponding to the plurality of input data is selected from the plurality of calculation formats, and a test result is calculated. In an actual application scenario, a test data file may be used as a comparison standard of multiple services, that is, the test data file includes multiple data records corresponding to different calculation formats (the data records may be embodied in the form of data rows, each data row corresponds to one data record), so that a judgment condition may be preset according to the multiple data records, thereby judging the data records to which multiple input data belong, and invoking the calculation formats corresponding to the data records to calculate the multiple input data.
For example, there are three data records in the test data file:
the first line of data records is: the value of the data type A is Condition A1 The first value interval is positioned in the first value interval; the value of the data category B is Condition B1 Is positioned in the second value interval, and the calculation paradigm is Condition A1 +Condition B1
The second data record example is: the value of the data type A is Condition A2 The third value interval is positioned in the third value interval; the value of the data category B is Condition B2 The fourth value interval is positioned; the calculation paradigm is 1/2 (Condition A2 +Condition B2 )。
The third data record is: the value of the data type A is Condition A3 The fifth value interval is located; the value of the data category B is Condition B3 In the sixth value interval, the calculation norm is 2/3 (Condition A3 +Condition B3 )。
According to the three data records, the value interval where the value of the data type a is located and the value interval where the value of the data type B is located can be formed into a judging condition, when a plurality of input data (the plurality of input data comprise the value of the data type a and the value of the data type B) are received, the value interval where the value of the data type a is located and the value interval where the value of the data type B is located are judged, and therefore a calculation paradigm corresponding to which line of data records is called for calculation is judged. For example, in the plurality of input data, the value of the data type a belongs to the third value interval, the value of the data type B belongs to the fourth value interval, the value of the data type a and the value of the data type B are filled into the second data record, and 1/2 (Condition is called A2 +Condition B2 ) And (3) processing the calculation paradigm of the test result.
In S105, the production result is compared with the test result, and if the comparison fails, an alarm prompt is output.
After the production result and the test result are obtained, the production result and the test result are compared, wherein one comparison mode is to uniformly store the production result and the test result into another EXCEL table, and the comparison function of the EXCEL table such as MATCH () function is utilized for comparison; the other comparison mode is to convert the production result and the test result into character strings or texts for comparison. Of course, other comparison methods may also be applied in the embodiments of the present invention. Comparing the production result with the test result to obtain a comparison value, and if the similarity value meets a preset condition, outputting a result of successful comparison; if the similarity value does not meet the preset condition, the comparison fails, and a comparison failure result is output, wherein the preset condition can be set according to the actual application scene, for example, the preset condition can be a numerical value of 100%.
As can be seen from the embodiment shown in fig. 1, in the embodiment of the present invention, by acquiring a plurality of preset data identifiers, acquiring a production data file in a production environment uploaded by a user, determining a plurality of input data corresponding to the plurality of data identifiers in the production data file, calculating the plurality of input data, taking the obtained benefit result as a production result, then acquiring a test data file in a test environment, calculating the plurality of input data through a calculation model corresponding to the test data file, taking the obtained benefit result as a test result, comparing the production result with the test result, and outputting an alarm prompt if the comparison fails, the embodiment of the present invention avoids the user from inputting the input data for a long time, and improves the efficiency of testing the benefit result.
Fig. 2 shows an implementation method of the first embodiment of the present invention, in which, on the basis that the profit result includes a plurality of presentation items, a plurality of input data are calculated, and the profit result obtained by calculation is refined as a process of producing the result. The embodiment of the invention provides an implementation flow chart of a method for automatically testing a profit result, and as shown in the figure, the method for automatically testing the profit result can comprise the following steps:
in S201, a selection result of the plurality of presentation items output by the user is acquired.
If the benefit result includes a plurality of presentation items, such as for a certain insurance business, the benefit result may include a plurality of presentation items such as expiration insurance, survival insurance, and statue insurance, but when presenting the benefit result to the customer, only the benefit result of a portion of the presentation items may need to be presented, such as only the expiration insurance in the benefit result. Correspondingly, when testing the profit results, only the profit results of part of the demonstration items need to be tested. In the embodiment of the invention, the selection results of the plurality of demonstration items output by the user are obtained, the selection results indicate the demonstration items to be tested, wherein the selection options comprising the plurality of demonstration items can be output to the client of the user, and the selection operation of the user about the selection options is obtained as the selection results.
In S202, the plurality of input data are calculated, and a part of the obtained benefit results associated with the selection result is used as the production result.
After the selection result is obtained, calculating a plurality of input data through a storage process to obtain a benefit result comprising a plurality of demonstration items, reserving a part of the benefit result associated with the selection result, namely reserving only the benefit result comprising the demonstration items to be tested, and taking the reserved benefit result as a production result.
In S203, the plurality of input data are calculated according to the calculation paradigm, and a portion of the calculated benefit results associated with the selection result is used as the test result.
Similarly, after calculating the plurality of input data through the calculation paradigm, obtaining a benefit result comprising a plurality of demonstration items, reserving a part of the benefit result associated with the selection result, namely reserving only the benefit result comprising the demonstration items to be tested, and taking the reserved benefit result as a test result.
As can be seen from the embodiment shown in fig. 2, in the embodiment of the present invention, by acquiring the selection result about a plurality of presentation items output by the user, calculating a plurality of input data, and taking the portion associated with the selection result in the obtained profit result as the production result, similarly, calculating a plurality of input data through the calculation paradigm, and taking the portion associated with the selection result in the obtained profit result as the test result, only testing the profit result related to the presentation item required by the user, thereby reducing the calculation resources required for the test.
Fig. 3 shows an implementation method obtained by refining the process of comparing the production result with the test result on the basis of the first embodiment of the present invention and on the basis that the production result and the test result both include the matching identifier. The embodiment of the invention provides an implementation flow chart of a method for automatically testing a profit result, and as shown in the figure, the method for automatically testing the profit result can comprise the following steps:
in S301, a first data line in the production result and a second data line in the test result are determined, where the value of the matching identifier under the first data line is the same as the value of the matching identifier under the second data line.
If the format of the profit result is that a plurality of data rows are included, and each data row includes a matching identifier, where the matching identifier is used to identify a certain dimension characteristic of the profit of the data row, such as year, then in order to complete the comparison between the production result and the test result with the same format as the profit result, in the embodiment of the present invention, first, a first data row in the production result and a second data row in the test result are determined, where the value of the matching identifier under the first data row is the same as the value of the matching identifier under the second data row, for example, the values of the matching identifiers under the first data row and the second data row are both 1 st year.
In S302, the first data line is compared with the second data line.
After the first data line and the second data line are determined, the first data line and the second data line are compared, and a data line comparison value is obtained. Optionally, a comparison result set is created, and the data line comparison value is stored in the comparison result set. In an actual application scene, a plurality of first data lines and a plurality of second data lines may exist, so that a comparison result set is created in advance, the plurality of first data lines and the plurality of second data lines are compared, and the obtained plurality of data line comparison values are stored in the comparison result set. After the comparison is completed, the average value of the comparison values of the plurality of data rows in the comparison result set is taken, and the result obtained by taking the average value is taken as the comparison value. Of course, the data line comparison value may be directly used as the comparison value.
As can be seen from the embodiment shown in fig. 3, in the embodiment of the present invention, if both the production result and the test result include the matching identifier, the first data line in the production result and the second data line in the test result are determined, the value of the matching identifier under the first data line is the same as the value of the matching identifier under the second data line, and then the first data line and the second data line are compared, and by determining the first data line and the second data line having the corresponding relationship, the order of data comparison is improved.
Fig. 4 shows an implementation method of the third embodiment of the present invention, where before determining the first data line in the production result and the second data line in the test result, the production result includes a new data line, and the process of adjusting the calculation paradigm according to the new data line is refined. The embodiment of the invention provides an implementation flow chart of a method for automatically testing a profit result, and as shown in the figure, the method for automatically testing the profit result can comprise the following steps:
in S401, if the production result includes a new added data line, the value of the matching identifier in the new added data line is different from the value of the matching identifier in all the data lines in the test result, and the value of the matching identifier in the new added data line is obtained.
And matching the numerical value of the matching identifier of all the data lines in the production result with the numerical value of the matching identifier of all the data lines in the test result, and if the numerical value of a certain matching identifier in the production result is not successfully matched in all the data lines in the test result, taking the data line corresponding to the numerical value of the matching identifier as a newly added data line, namely the newly added data line does not have the corresponding data line in the test result. For example, the values of the matching identifiers of all the data rows in the production result are sequentially 1 st year, 2 nd year, … … th year and 10 th year, and the values of the matching identifiers of all the data rows in the test result are sequentially 1 st year, 2 nd year, … … th year and 9 th year, so that the values of the matching identifiers in the newly added data row production result are the data rows of the 10 th year.
In S402, the calculation paradigm is adjusted according to the value of the matching identifier in the newly added data line, so that the test result obtained by the adjusted calculation paradigm includes an adjusted data line, where the value of the matching identifier in the adjusted data line is the same as the value of the matching identifier in the newly added data line.
If the newly added data line exists, in order to ensure that all the data lines of the production result can be tested, the calculation paradigm corresponding to the test data file is adjusted according to the numerical value of the matching identifier under the newly added data line, namely, the calculation paradigm corresponding to the numerical value of the matching identifier under the newly added data line is added. And calculating a plurality of input data based on the adjusted calculation paradigm, wherein the obtained test result comprises an adjustment data row, the numerical value of the matching identifier under the adjustment data row is the same as the numerical value of the matching identifier under the newly added data row, and the adjustment data row is the standard for comparing the newly added data row. The new data line can be used as the first data line and the adjustment data line can be used as the second data line for comparison.
As can be seen from the embodiment shown in fig. 4, in the embodiment of the present invention, if the data line of the production result includes a new data line, the value of the matching identifier under the new data line is different from the value of the matching identifier under all the data lines in the test result, the value of the matching identifier under the new data line is obtained, and the calculation paradigm is adjusted according to the value of the matching identifier under the new data line, so that the test result obtained by calculation of the adjusted calculation paradigm includes an adjustment data line, and the value of the matching identifier under the adjustment data line is the same as the value of the matching identifier under the new data line, so that all the data lines of the production result can be tested, and the comprehensiveness of the test is improved.
Fig. 5 shows an implementation method of the first embodiment of the present invention, in which the production result and the test result are compared, and if the comparison fails, the process of outputting the alarm prompt is refined. The embodiment of the invention provides an implementation flow chart of a method for automatically testing a profit result, and as shown in the figure, the method for automatically testing the profit result can comprise the following steps:
in S501, text matching is performed on the production result and the test result, so as to obtain a matching value.
In the embodiment of the invention, the production text information of the production result and the test text information of the test result are respectively obtained, and the production text information and the test text information are subjected to text matching, wherein the text matching modes comprise but are not limited to the following two modes: the first mode is that the production text information and the test text information are compared bit by bit according to the number of words, and the number of the same digits of the text is divided by the total number of digits of the production text information to obtain a matching value, so that the method is suitable for application scenes with higher accuracy requirements; the second mode is that word extraction is carried out on the production text information and the test text information to respectively obtain a production sequence and a test sequence, and the production sequence and the test sequence are compared according to a preset sequence comparison formula to obtain a matching value, wherein the word extraction can be carried out according to a preset word list. By way of example, the second mode is that the production text information is "obtaining the claim for expiration", the test text information is "not obtaining the claim for expiration", the preset word List is "expiration, not, obtaining, and claim, and the production sequence obtained by extracting the production text information according to the word List is List production = (1, 0, 1), the test sequence obtained by extracting the test text information according to the word List is List testing = (1, 1), wherein "1" in the production sequence represents that the word in the word list appears 1 time in the production text information, and "0" in the production sequence represents that the word in the word list appears 0 time in the production text information, and in the practical application scenario, more numerical values can also appear in the production sequence and the test sequence. For convenience of description of the sequence alignment, we assume List production =(production 1 ,production 2 ,……,production n ) Test sequence List testing =(testing 1 ,testing 2 ,……,testing n ) The sequence alignment formula may be:
wherein, number match Is a matching value. Omega is a constant term, and can be set according to actual application scenes, so that the matching value is in an expected numerical range.
In S502, if the matching value is smaller than a preset threshold, the alarm prompt is output, and the calculation paradigm is output.
If the matching value calculated by the sequence comparison formula is greater than or equal to a preset threshold value, the matching degree of the production text information and the test text information exceeds or accords with the expectation, and no operation is executed or a prompt for passing the test is output; if the matching value is smaller than the preset threshold, the matching degree of the production text information and the test text information is low, if the matching degree does not meet the expectation, an alarm prompt is output to prompt a user to check the production result and the test result, a calculation paradigm serving as a calculation basis of the test result and a storage process serving as a calculation basis of the production result can be output, and the user can conveniently find the difference between the calculation paradigm and the storage process.
As can be seen from the embodiment shown in fig. 5, in the embodiment of the present invention, the text matching is performed on the production result and the test result to obtain the matching value, if the obtained matching value is smaller than the preset threshold, an alarm prompt is output, and a calculation pattern of the test result is obtained by calculation, so that accuracy of calculation of the matching value is improved, and when the matching value is smaller than the preset threshold, the calculation pattern is output, so that a user can find a difference between the calculation pattern and the storage process conveniently.
It should be understood that the sequence number of each step in the foregoing embodiment does not mean that the execution sequence of each process should be determined by the function and the internal logic, and should not limit the implementation process of the embodiment of the present invention.
Fig. 6 shows a block diagram of a terminal device according to an embodiment of the present invention, where the terminal device includes units for performing the steps in the corresponding embodiment of fig. 1. Please refer to fig. 1 and the related description of the embodiment corresponding to fig. 1. For convenience of explanation, only the portions related to the present embodiment are shown.
Referring to fig. 6, the terminal device includes:
a first obtaining unit 61, configured to obtain a plurality of preset data identifiers, where each data identifier corresponds to one data for calculating a profit result;
A second obtaining unit 62, configured to obtain a production data file uploaded by a user, and determine a plurality of input data corresponding to the plurality of data identifiers in the production data file, where the production data file is a file related to the profit result in a production environment;
a calling unit 63, configured to calculate the plurality of input data, and take the profit result obtained by calculation as a production result;
the calculating unit 64 is configured to obtain a test data file, preset a calculation paradigm for the test data file, input the plurality of input data into the test data file, calculate the plurality of input data according to the calculation paradigm, and use the obtained profit result as a test result, where the test data file is a file related to the profit result in the test environment;
and the output unit 65 is configured to compare the production result with the test result, and if the comparison fails, output an alarm prompt.
Optionally, the revenue result includes a plurality of presentation items, and the invoking unit 63 includes:
a result acquisition unit configured to acquire selection results about the plurality of presentation items output by the user;
A first calculation unit that calculates the plurality of input data, and uses a part of the calculated benefit results associated with the selection result as the production result;
the calculation unit 64 includes:
and the second calculation unit is used for calculating the plurality of input data through the calculation paradigm and taking the part, associated with the selection result, of the calculated benefit results as the test result.
Optionally, the production result and the test result each include a matching identifier, and the output unit 65 includes:
the determining unit is used for determining a first data row in the production result and a second data row in the test result, wherein the numerical value of the matching identifier under the first data row is the same as the numerical value of the matching identifier under the second data row;
and the comparison unit is used for comparing the first data line with the second data line.
Optionally, the determining unit further includes:
the numerical value obtaining unit is used for obtaining the numerical value of the matching identifier under the newly added data line if the production result contains the newly added data line and the numerical value of the matching identifier under all the data lines in the test result are different;
And the adjusting unit is used for adjusting the calculation paradigm according to the numerical value of the matching identifier under the newly added data line so that the test result obtained by calculation of the adjusted calculation paradigm contains an adjustment data line, and the numerical value of the matching identifier under the adjustment data line is the same as the numerical value of the matching identifier under the newly added data line.
Alternatively, the output unit 65 includes:
the matching unit is used for carrying out text matching on the production result and the test result to obtain a matching value;
and the output subunit is used for outputting the alarm prompt and outputting the calculation paradigm if the matching value is smaller than a preset threshold value.
Therefore, the terminal equipment provided by the embodiment of the invention realizes automatic testing of the profit result, simplifies the testing operation and improves the testing efficiency.
Fig. 7 is a schematic diagram of a terminal device according to an embodiment of the present invention. As shown in fig. 7, the terminal device 7 of this embodiment includes: a processor 70, a memory 71, and a computer program 72 stored in the memory 71 and executable on the processor 70. The processor 70, when executing the computer program 72, performs the steps of the method embodiments described above for automatically testing revenue results, such as steps S101 through S105 shown in FIG. 1. Alternatively, the processor 70, when executing the computer program 72, implements the functions of the units in the embodiments of the terminal devices described above, for example, the functions of the units 61 to 65 shown in fig. 6.
By way of example, the computer program 72 may be divided into one or more units, which are stored in the memory 71 and executed by the processor 70 to accomplish the present invention. The one or more units may be a series of computer program instruction segments capable of performing a specific function for describing the execution of the computer program 72 in the terminal device 7. For example, the computer program 72 may be divided into a first acquisition unit, a second acquisition unit, a calling unit, a calculation unit, and an output unit, each unit having the following specific functions:
the first acquisition unit is used for acquiring a plurality of preset data identifiers, and each data identifier corresponds to one data for calculating the profit result;
the second acquisition unit is used for acquiring a production data file uploaded by a user and determining a plurality of input data corresponding to the plurality of data identifiers in the production data file, wherein the production data file is a file related to the profit result in a production environment;
the calling unit is used for calculating the plurality of input data and taking the obtained profit result as a production result;
The computing unit is used for acquiring a test data file, presetting a computing paradigm for the test data file, inputting the plurality of input data into the test data file, computing the plurality of input data through the computing paradigm, and taking the obtained profit result as a test result, wherein the test data file is a file related to the profit result in a test environment;
and the output unit is used for comparing the production result with the test result, and outputting an alarm prompt if the comparison fails.
The terminal device 7 may be a computing device such as a desktop computer, a notebook computer, a palm computer, a cloud server, etc. The terminal device may include, but is not limited to, a processor 70, a memory 71. It will be appreciated by those skilled in the art that fig. 7 is merely an example of the terminal device 7 and does not constitute a limitation of the terminal device 7, and may include more or less components than illustrated, or may combine certain components, or different components, e.g., the terminal device may further include an input-output device, a network access device, a bus, etc.
The processor 70 may be a central processing unit (Central Processing Unit, CPU), or may be another general purpose processor, a digital signal processor (Digital Signal Processor, DSP), an application specific integrated circuit (Application Specific Integrated Circuit, ASIC), an off-the-shelf programmable gate array (Field-Programmable Gate Array, FPGA) or other programmable logic device, discrete gate or transistor logic device, discrete hardware components, or the like. A general purpose processor may be a microprocessor or the processor may be any conventional processor or the like.
The memory 71 may be an internal storage unit of the terminal device 7, such as a hard disk or a memory of the terminal device 7. The memory 71 may be an external storage device of the terminal device 7, such as a plug-in hard disk, a Smart Media Card (SMC), a Secure Digital (SD) Card, a Flash memory Card (Flash Card) or the like, which are provided on the terminal device 7. Further, the memory 71 may also include both an internal storage unit and an external storage device of the terminal device 7. The memory 71 is used for storing the computer program as well as other programs and data required by the terminal device. The memory 71 may also be used for temporarily storing data that has been output or is to be output.
It will be clearly understood by those skilled in the art that, for convenience and brevity of description, only the above-mentioned division of the functional units is illustrated, and in practical application, the above-mentioned functional allocation may be performed by different functional units, that is, the internal structure of the terminal device is divided into different functional units, so as to perform all or part of the above-mentioned functions. The functional units in the embodiment may be integrated in one processing unit, or each unit may exist alone physically, or two or more units may be integrated in one unit, where the integrated units may be implemented in a form of hardware or a form of a software functional unit. In addition, the specific names of the functional units are also only for distinguishing from each other, and are not used to limit the protection scope of the present application. The specific working process of the units in the above system may refer to the corresponding process in the foregoing method embodiment, which is not described herein again.
In the foregoing embodiments, the descriptions of the embodiments are emphasized, and in part, not described or illustrated in any particular embodiment, reference is made to the related descriptions of other embodiments.
Those of ordinary skill in the art will appreciate that the various illustrative elements and algorithm steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware, or combinations of computer software and electronic hardware. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the solution. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present invention.
In the embodiments provided in the present invention, it should be understood that the disclosed terminal device and method may be implemented in other manners. For example, the above-described terminal device embodiments are merely illustrative, e.g., the division of the units is merely a logical function division, and there may be additional divisions when actually implemented, e.g., multiple units or components may be combined or integrated into another system, or some features may be omitted or not performed. Alternatively, the coupling or direct coupling or communication connection shown or discussed may be an indirect coupling or communication connection via interfaces, devices or units, which may be in electrical, mechanical or other forms.
The units described as separate units may or may not be physically separate, and units shown as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units may be selected according to actual needs to achieve the purpose of the solution of this embodiment.
In addition, each functional unit in the embodiments of the present invention may be integrated in one processing unit, or each unit may exist alone physically, or two or more units may be integrated in one unit. The integrated units may be implemented in hardware or in software functional units.
The integrated units, if implemented in the form of software functional units and sold or used as stand-alone products, may be stored in a computer readable storage medium. Based on such understanding, the present invention may implement all or part of the flow of the method of the above embodiment, or may be implemented by a computer program to instruct related hardware, where the computer program may be stored in a computer readable storage medium, and when the computer program is executed by a processor, the computer program may implement the steps of each of the method embodiments described above. Wherein the computer program comprises computer program code which may be in source code form, object code form, executable file or some intermediate form etc. The computer readable medium may include: any entity or device capable of carrying the computer program code, a recording medium, a U disk, a removable hard disk, a magnetic disk, an optical disk, a computer Memory, a Read-Only Memory (ROM), a random access Memory (Random Access Memory, RAM), an electrical carrier signal, a telecommunications signal, a software distribution medium, and so forth. It should be noted that the computer readable medium contains content that can be appropriately scaled according to the requirements of jurisdictions in which such content is subject to legislation and patent practice, such as in certain jurisdictions in which such content is subject to legislation and patent practice, the computer readable medium does not include electrical carrier signals and telecommunication signals.
The above embodiments are only for illustrating the technical solution of the present invention, and not for limiting the same; although the invention has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical scheme described in the foregoing embodiments can be modified or some technical features thereof can be replaced by equivalents; such modifications and substitutions do not depart from the spirit and scope of the technical solutions of the embodiments of the present invention, and are intended to be included in the scope of the present invention.

Claims (6)

1. A method for automatically testing revenue results, comprising:
acquiring a plurality of preset data identifiers, wherein each data identifier corresponds to one piece of data for calculating a profit result;
acquiring a production data file uploaded by a user, and determining a plurality of input data corresponding to the plurality of data identifiers in the production data file, wherein the production data file is a file related to the profit result in a production environment;
calculating the plurality of input data, and taking the obtained profit result as a production result;
obtaining a test data file, presetting a calculation paradigm for the test data file, inputting the plurality of input data into the test data file, calculating the plurality of input data through the calculation paradigm, and taking the obtained profit result as a test result, wherein the test data file is a file related to the profit result in a test environment;
Comparing the production result with the test result, and outputting an alarm prompt if the comparison fails;
the production result and the test result both comprise matching identifiers, and the comparing the production result with the test result comprises:
determining a first data row in the production result and a second data row in the test result, wherein the numerical value of the matching identifier under the first data row is the same as the numerical value of the matching identifier under the second data row;
comparing the first data line with the second data line;
before the first data line in the production result and the second data line in the test result are determined, the method further comprises:
if the production result comprises a new data row, the numerical value of the matching identifier under the new data row is different from the numerical value of the matching identifier under all the data rows in the test result, and the numerical value of the matching identifier under the new data row is obtained;
and adjusting the calculation paradigm according to the numerical value of the matching identifier under the newly added data line, so that the test result obtained by calculation of the adjusted calculation paradigm contains an adjustment data line, and the numerical value of the matching identifier under the adjustment data line is the same as the numerical value of the matching identifier under the newly added data line.
2. The method of claim 1, wherein the revenue result comprises a plurality of presentation items, the computing the plurality of input data, taking the revenue result as a production result, comprising:
acquiring selection results about the plurality of demonstration items output by the user;
calculating the plurality of input data, and taking the part, associated with the selection result, of the calculated benefit results as the production result;
the calculating the plurality of input data according to the calculation paradigm, taking the obtained profit result as a test result, including:
and calculating the plurality of input data through the calculation paradigm, and taking the part, associated with the selection result, of the calculated benefit results as the test result.
3. The method of claim 1, wherein comparing the production result with the test result, and outputting an alarm if the comparison fails, comprises:
text matching is carried out on the production result and the test result, and a matching value is obtained;
and if the matching value is smaller than a preset threshold value, outputting the alarm prompt and outputting the calculation paradigm.
4. A terminal device comprising a memory, a processor and a computer program stored in the memory and executable on the processor, the processor implementing the following steps when executing the computer program:
acquiring a plurality of preset data identifiers, wherein each data identifier corresponds to one piece of data for calculating a profit result;
acquiring a production data file uploaded by a user, and determining a plurality of input data corresponding to the plurality of data identifiers in the production data file, wherein the production data file is a file related to the profit result in a production environment;
calculating the plurality of input data, and taking the obtained profit result as a production result;
obtaining a test data file, presetting a calculation paradigm for the test data file, inputting the plurality of input data into the test data file, calculating the plurality of input data through the calculation paradigm, and taking the obtained profit result as a test result, wherein the test data file is a file related to the profit result in a test environment;
comparing the production result with the test result, and outputting an alarm prompt if the comparison fails;
The production result and the test result both comprise matching identifiers, and the comparing the production result with the test result comprises:
determining a first data row in the production result and a second data row in the test result, wherein the numerical value of the matching identifier under the first data row is the same as the numerical value of the matching identifier under the second data row;
comparing the first data line with the second data line;
before the first data line in the production result and the second data line in the test result are determined, the method further comprises:
if the production result comprises a new data row, the numerical value of the matching identifier under the new data row is different from the numerical value of the matching identifier under all the data rows in the test result, and the numerical value of the matching identifier under the new data row is obtained;
and adjusting the calculation paradigm according to the numerical value of the matching identifier under the newly added data line, so that the test result obtained by calculation of the adjusted calculation paradigm contains an adjustment data line, and the numerical value of the matching identifier under the adjustment data line is the same as the numerical value of the matching identifier under the newly added data line.
5. The terminal device of claim 4, wherein the profit result includes a plurality of presentation items, the computing the plurality of input data, taking the obtained profit result as a production result, comprises:
acquiring selection results about the plurality of demonstration items output by the user;
calculating the plurality of input data, and taking the part, associated with the selection result, of the calculated benefit results as the production result;
the calculating the plurality of input data according to the calculation paradigm, taking the obtained profit result as a test result, including:
and calculating the plurality of input data through the calculation paradigm, and taking the part, associated with the selection result, of the calculated benefit results as the test result.
6. A computer readable storage medium storing a computer program, characterized in that the computer program when executed by a processor implements the steps of the method according to any one of claims 1 to 3.
CN201810961150.7A 2018-08-22 2018-08-22 Method for automatically testing profit result and terminal equipment Active CN109324963B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810961150.7A CN109324963B (en) 2018-08-22 2018-08-22 Method for automatically testing profit result and terminal equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810961150.7A CN109324963B (en) 2018-08-22 2018-08-22 Method for automatically testing profit result and terminal equipment

Publications (2)

Publication Number Publication Date
CN109324963A CN109324963A (en) 2019-02-12
CN109324963B true CN109324963B (en) 2024-03-15

Family

ID=65263240

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810961150.7A Active CN109324963B (en) 2018-08-22 2018-08-22 Method for automatically testing profit result and terminal equipment

Country Status (1)

Country Link
CN (1) CN109324963B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109902025A (en) * 2019-03-25 2019-06-18 腾讯科技(深圳)有限公司 Test environment Chinese part processing method, device, storage medium and computer equipment
CN111552698B (en) * 2020-04-21 2023-06-06 重庆富民银行股份有限公司 SQL version control system and method for solving environmental difference

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1307705A (en) * 1998-06-29 2001-08-08 蒂姆莱恩公司 Data retrieval method and apparatus with multiple source capability
CN102708336A (en) * 2012-05-02 2012-10-03 四川建设网有限责任公司 Method and system for electronic document processing based on separation of key data from customized template
WO2014064777A1 (en) * 2012-10-24 2014-05-01 株式会社 日立製作所 Document evaluation assistance system and document evaluation assistance method
CN104299105A (en) * 2014-11-02 2015-01-21 中国科学院软件研究所 Credit data management system supporting complex enterprise environment and credit data management method
CN104978333A (en) * 2014-04-08 2015-10-14 无锡兰霖网络科技有限公司 Automatic matching method based on Excel statistical form and web technology
CN106022599A (en) * 2016-05-18 2016-10-12 德稻全球创新网络(北京)有限公司 Industrial design talent level evaluation method and system
JP2017021406A (en) * 2015-07-07 2017-01-26 日立オートモティブシステムズ株式会社 Evaluation result analysis system and evaluation result analysis method
CN106528419A (en) * 2016-11-07 2017-03-22 合网络技术(北京)有限公司 Service system testing method and device
CN107122344A (en) * 2017-05-24 2017-09-01 中国农业银行股份有限公司 A kind of report-generating method and system

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1307705A (en) * 1998-06-29 2001-08-08 蒂姆莱恩公司 Data retrieval method and apparatus with multiple source capability
CN102708336A (en) * 2012-05-02 2012-10-03 四川建设网有限责任公司 Method and system for electronic document processing based on separation of key data from customized template
WO2014064777A1 (en) * 2012-10-24 2014-05-01 株式会社 日立製作所 Document evaluation assistance system and document evaluation assistance method
CN104978333A (en) * 2014-04-08 2015-10-14 无锡兰霖网络科技有限公司 Automatic matching method based on Excel statistical form and web technology
CN104299105A (en) * 2014-11-02 2015-01-21 中国科学院软件研究所 Credit data management system supporting complex enterprise environment and credit data management method
JP2017021406A (en) * 2015-07-07 2017-01-26 日立オートモティブシステムズ株式会社 Evaluation result analysis system and evaluation result analysis method
CN106022599A (en) * 2016-05-18 2016-10-12 德稻全球创新网络(北京)有限公司 Industrial design talent level evaluation method and system
CN106528419A (en) * 2016-11-07 2017-03-22 合网络技术(北京)有限公司 Service system testing method and device
CN107122344A (en) * 2017-05-24 2017-09-01 中国农业银行股份有限公司 A kind of report-generating method and system

Also Published As

Publication number Publication date
CN109324963A (en) 2019-02-12

Similar Documents

Publication Publication Date Title
CN109242261B (en) Method for evaluating security risk based on big data and terminal equipment
CN106294125B (en) Core banking system data processing method
CN104461863A (en) Service system testing method, device and system
CN110766275A (en) Data verification method and device, computer equipment and storage medium
CN109324963B (en) Method for automatically testing profit result and terminal equipment
CN110263239B (en) Invoice identification method and device, storage medium and computer equipment
CN109214362B (en) Document processing method and related equipment
US20090192810A1 (en) Fraud detection system & method
CN116167860A (en) Account checking processing method and device, electronic equipment and storage medium
CN111723210A (en) Method and device for storing data table, computer equipment and readable storage medium
CN111275436A (en) Method and terminal for processing information
CN114493820B (en) Correlation verification type acquisition method and device suitable for financial data and storage medium
CN113158988B (en) Financial statement processing method, device and computer readable storage medium
CN113282837B (en) Event analysis method, device, computer equipment and storage medium
CN111292068B (en) Contract information auditing method and device, electronic equipment and storage medium
CN114265740A (en) Error information processing method, device, equipment and storage medium
CN112232962A (en) Transaction index processing method, device and equipment
US20170148098A1 (en) Data creating, sourcing, and agregating real estate tool
CN113128188A (en) Bank payroll generation method, device and medium
CN111353271A (en) Contract text processing method and device, storage medium and electronic equipment
CN113986932B (en) Data processing method and device, computer equipment and readable storage medium
CN110673888B (en) Verification method and device for configuration file
CN110008453B (en) Method and device for processing reimbursement application form
CN116843437A (en) Data generation method and device and terminal equipment
CN117853245A (en) Insurance compliance wind control method, apparatus, storage medium and computer device

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