WO2021012565A1 - 业务系统测试方法、装置、设备及存储介质 - Google Patents
业务系统测试方法、装置、设备及存储介质 Download PDFInfo
- Publication number
- WO2021012565A1 WO2021012565A1 PCT/CN2019/122477 CN2019122477W WO2021012565A1 WO 2021012565 A1 WO2021012565 A1 WO 2021012565A1 CN 2019122477 W CN2019122477 W CN 2019122477W WO 2021012565 A1 WO2021012565 A1 WO 2021012565A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- data
- platform
- business
- change
- database
- Prior art date
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/36—Preventing errors by testing or debugging software
- G06F11/3668—Software testing
- G06F11/3672—Test management
- G06F11/3688—Test management for test execution, e.g. scheduling of test suites
Definitions
- This application relates to the technical field of system testing, and in particular to a business system testing method, device, equipment and storage medium.
- the bank has gradually expanded its own service system, and on this basis, the bank has gradually established a business system to support the operation of its main business.
- this application provides a business system testing method, device, equipment, and storage medium to improve the testing efficiency of business system acceptance.
- this application provides a method for testing a business system.
- the business system includes a business platform, a data platform, and a data analysis platform.
- the method includes:
- the instruction signal generated after triggering the data platform to change the subsystem function and completing the subsystem function change;
- the restored data information is compared with the data change information to generate a comparison result to complete the test.
- this application also provides a business system testing device.
- the business system includes a business platform, a data platform, and a data analysis platform.
- the device includes:
- a change monitoring unit for monitoring the change state of business data in the database of the business platform
- the data change unit is used to respond to changes in the business data in the database of the business platform to obtain data change information generated by the business platform, data platform, and data analysis platform based on changes in the business data in the database of the business platform ;
- the instruction signal unit is used to trigger the data platform to change the subsystem function and complete the instruction signal generated after the subsystem function change;
- the restoring data unit is used to roll back the changed business data in the database of the business platform based on the instruction signal to obtain the business platform, the data platform, and the data analysis platform in the database based on the business platform.
- the test completion unit is used to compare the restored data information with the data change information to generate a comparison result to complete the test.
- the present application also provides a computer device, the computer device includes a memory and a processor; the memory is used to store a computer program; the processor is used to execute the computer program and execute the The computer program implements the above-mentioned business system testing method.
- this application also provides a computer-readable storage medium that stores a computer program that, when executed by a processor, enables the processor to implement the above-mentioned business system test method.
- This application discloses a business system testing method, device, equipment and storage medium to monitor changes in business data in a business platform database; in response to changes in business data, the business platform, data platform and data analysis platform are respectively obtained based on business data generation The data change information of the data platform; then based on the instruction signal that the subsystem function change in the data platform is completed, the restored data information generated by the business platform, the data platform and the data analysis platform based on the changed business data are obtained respectively; the data change information and the restored data The information is compared with data, and then the comparison result is generated to complete the test.
- the data information generated before and after the function change of the subsystem the impact of the function change of the subsystem on the entire business system can be reflected through the data change, and the test efficiency of the business system acceptance can be improved.
- FIG. 1 is a schematic flowchart of a business system testing method provided by an embodiment of the present application
- Figure 2 is a schematic flow chart of sub-steps of the business system testing method provided in Figure 1;
- Fig. 3 is a schematic flowchart of sub-steps of the business system testing method provided in Fig. 1;
- FIG. 4 is a schematic flowchart of sub-steps of the business system testing method provided in FIG. 1;
- FIG. 5 is a schematic flowchart of sub-steps of the business system testing method provided in FIG. 1;
- FIG. 6 is a schematic flowchart of another service system testing method provided by an embodiment of the present application.
- FIG. 7 is a schematic block diagram of a business system testing device provided by an embodiment of the present application.
- FIG. 8 is a schematic block diagram of another service system testing device provided by an embodiment of the present application.
- FIG. 9 is a schematic block diagram of the structure of a computer device provided by an embodiment of the present application.
- the embodiments of the present application provide a business system testing method, device, computer equipment, and storage medium.
- the business system test method can be used for the acceptance and testing of the business system, reflecting the impact of the change of the subsystem functions in the data platform on the entire business system, and improving the test efficiency of the business system acceptance.
- the business system can be a bank's banking system, or of course other similar institutional systems.
- the banking system specifically includes: a business platform, a data platform, and a data analysis platform.
- the business platform is the front end of the business system and is used to collect various business data, which are stored in the database of the business platform.
- the data platform is an information providing platform that obtains business data from the database of the business platform and organizes the business data.
- the data platform also includes various subsystems of the business system, such as the scheduling and monitoring layer and the data integration layer. And data application layer.
- the data analysis platform includes a reporting platform, an operation management platform, and a risk management platform. It receives the organization data after data organization sent by the data platform, and performs calculation management on the organization data for report calculation and self-risk monitoring.
- FIG. 1 is a schematic flowchart of a business system testing method provided by an embodiment of the present application.
- the business system testing method can be applied to a third-party test platform to test business systems.
- the business system testing method specifically includes: Step S101 to Step S105.
- Step S101 Monitoring the change state of business data in the database of the business platform.
- the change state of business data can be new data, deleted data, updated data, and so on.
- the business data in the database of the business platform may be data used for testing, rather than data generated by real transactions.
- the following takes the addition of business data to the database of the business platform as an example to describe this solution in detail.
- step S101 specifically includes the following content:
- Step S101a Obtain a log file corresponding to the database of the service platform.
- the log file is a collection of log records generated by the operation of the business data in the database of the business platform. For example, if the user adds new business data to the database of the business platform, based on the new operation, a log record of the new operation will be generated.
- Step S101b Parse the log file to determine the change state of the business data in the database of the business platform.
- the log file is parsed to obtain a log record representing the user's operation, and based on the log record, it is determined whether the user has performed a new operation on the business data in the database of the business platform, and then the change state of the business data is determined.
- Step S102 In response to changes in the business data in the database of the business platform, obtain data change information generated by the business platform, the data platform, and the data analysis platform based on changes in the business data in the database of the business platform.
- the business platform, data platform, and data analysis platform will respectively generate corresponding data change information.
- step S102 specifically includes the following content:
- Step S102a Extract business change information of the business platform based on the change of business data in the database of the business platform.
- the business platform is the front end of the business system, in order to test the entire business system, when adding business data to the database of the business platform, corresponding operations usually occur on the business platform to test whether the business platform is functioning normally . Therefore, the business platform will generate corresponding business change information based on changes in business data.
- the business change information includes the business platform where the data changes, the time when the business data changes, and the business data after the change.
- Step S102b based on the business change information, run the data platform to obtain platform change information generated by the data platform.
- the star model can be used to organize the business data, so after the business change information is extracted , Run the data platform based on the changed business data in the business change information, and the subsystem in the data platform will organize the changed business data to obtain the platform change information generated by the data platform.
- the platform change information includes the subsystems in the data platform where the data changes, the time when the organizational data changes, and the organizational data after the change.
- Step S102c based on the platform change information, extract report change information generated by the data analysis platform based on the platform change information.
- the data analysis platform performs calculation management on the organization data generated by the data platform, after extracting the platform change information, it can perform calculation management based on the changed organization data in the platform change information, thereby generating report change information.
- the report change information can include the data analysis platform where the data changes, the time of the change, and the report information of the change.
- the report information can be either table statistics or text analysis results.
- Step S102d Use business change information, platform change information, and report change information as data change information.
- step S102 it may further include: displaying data change information according to a preset display rule.
- the preset display rule may be a rule for displaying according to the time sequence of data changes.
- business change information, platform change information, and report change information can be classified and sorted according to the information source, that is, according to the business platform, data platform, and data analysis platform.
- Step S103 trigger the data platform to change the subsystem function and complete the instruction signal generated after the subsystem function change.
- the third-party test platform will trigger the instruction signal that characterizes the completion of the subsystem function change to test the subsystem in the data platform after the function change is completed.
- step S103 specifically includes the following content:
- Step S103a Extract at least one version information of the subsystem in the data platform.
- the new version information of the subsystems that need to be changed will be submitted to the deployment platform, and the deployment platform will back up and backup the version information of the subsystems in the data platform. Save, so at least one version information of the subsystem in the data platform can be extracted from the deployment platform.
- Step S103b Perform subsystem function changes to the subsystems in the data platform according to the version information, and generate an instruction signal after completing the subsystem function changes.
- the function changes are made to the subsystems in the data platform according to the extracted new version information, and generated after the function change is completed Command signal.
- Step S104 Roll back the changed business data in the database of the business platform based on the instruction signal to obtain the restored data information generated by the business platform, the data platform and the data analysis platform based on the changed business data in the database of the business platform.
- the changed business data in the database of the business platform is rolled back, that is, the function change is completed.
- the subsystem in the data platform reorganizes the changed business data in the database of the business platform, so that the business platform, the data platform, and the data analysis platform respectively generate and restore data information based on the changed business data in the database of the business platform. And save the restored data information.
- Step S105 The restored data information is compared with the data change information to generate a comparison result to complete the test.
- step S105 specifically includes the following content:
- Step S105a Judge whether there is difference data in the comparison result; Step S105b, if there is difference data in the comparison result, generate a change analysis report that characterizes the degree of impact of changes in the functions of the subsystems in the data platform on the business system based on the difference data to complete test.
- the platform information corresponding to the restored data information is extracted according to the difference of the restored data information.
- the platform information refers to the information of the business platform, the data platform, the subsystems in the data platform, and the data analysis platform; according to the platform information, the data change Platform: Generate a change analysis report based on the platform where the data changes.
- the platform information extracted based on the difference in the restoration data information includes the platform information that has the function change and the affected platform information, and the subsystem that has the function change and the affected platform or subsystem are extracted from the platform information. , And then generate a change analysis report.
- the change analysis report the number of affected platforms or subsystems can be used to reflect the degree of impact of the functionally changed subsystem on other platforms or subsystems in the business system.
- the test method of the foregoing embodiment first monitors changes in business data in the business platform database; in response to changes in business data, obtains data change information generated by the business platform, data platform, and data analysis platform based on business data; and then based on the data in the data platform
- the instruction signal for the completion of the subsystem function change is to obtain the restored data information generated by the business platform, the data platform and the data analysis platform based on the changed business data; compare the data change information with the restored data information to generate the comparison result complete test.
- FIG. 6 is a schematic flowchart of another service system testing method provided by an embodiment of the present application.
- Step S201 Monitoring the change state of the business data in the database of the business platform.
- the change state of business data can be new data, deleted data, updated data, and so on.
- the business data in the database of the business platform may be data used for testing, rather than data generated by real transactions.
- the following takes the addition of business data to the database of the business platform as an example to describe this solution in detail.
- Step S202 In response to changes in the business data in the database of the business platform, obtain data change information generated by the business platform, the data platform, and the data analysis platform based on changes in the business data in the database of the business platform.
- the business platform, data platform, and data analysis platform will generate data change information accordingly.
- Step S203 Back up the data change information and the changed business data in the database of the business platform.
- the changed business data in the database of the business platform can be synchronized to the database of the third-party test platform, and at the same time, the data change information is also backed up in the database of the third-party test platform.
- the database of the business platform can be used as the master database
- the database of the third-party test platform can be used as the slave database.
- the master-slave replication technology is used to synchronize the changed business data in the database of the business platform to the database of the test analysis platform. , Complete the backup of changed business data and data change information in the database of the business platform.
- backing up the data change information also avoids that the initial data change information is overwritten when testing the subsystem after the function change is completed, resulting in missing comparison objects and making it impossible to judge the function change of the data platform subsystem Impact on business systems.
- Step S204 trigger the data platform to change the subsystem function and complete the instruction signal generated after the subsystem function change.
- the third-party test platform will trigger the instruction signal that characterizes the completion of the subsystem function change to test the subsystem in the data platform after the function change is completed.
- Step S205 Roll back the changed business data in the database of the business platform based on the instruction signal to obtain the restored data information generated by the business platform, the data platform, and the data analysis platform based on the changed business data in the database of the business platform.
- the subsystem in the data platform completes the function change, based on the instruction signal of the subsystem in the data platform to complete the function change, the changed business data in the database of the business platform is rolled back, that is, the function change is completed.
- the subsystem in the data platform reorganizes the business data that has changed in the database of the business platform to generate the restored data information generated by the business platform, data platform and data analysis platform based on the changed business data in the database of the business platform . And save the restored data information.
- Step S206 The restored data information is compared with the data change information to generate a comparison result to complete the test.
- test method of the foregoing embodiment backs up the data change information and the changed business data in the database of the business platform before the data platform performs the function change of the subsystem, so as to avoid the loss of data caused by the function change of the subsystem. Coverage and confusion have improved the accuracy of test results.
- FIG. 7 is a schematic block diagram of a business system testing device provided by an embodiment of the present application.
- the business system testing device is used to execute the foregoing business system testing method.
- the business system testing device can be configured in a server or a terminal.
- the server can be an independent server or a server cluster.
- the terminal can be an electronic device such as a mobile phone, a tablet computer, a notebook computer, a desktop computer, a personal digital assistant, and a wearable device.
- the business system testing device 300 includes: a change monitoring unit 301, a data change unit 302, an instruction signal unit 303, a restore data unit 304 and a test completion unit 305.
- the change monitoring unit 301 is used to monitor the change state of business data in the database of the business platform.
- the change monitoring unit 301 includes a log file subunit 3011 and a change status subunit 3012.
- the log file subunit 3011 is used to obtain the log file corresponding to the database of the business platform;
- the change state subunit 3012 is used to parse the log file to determine the change state of the business data in the database of the business platform.
- the data change unit 302 is configured to obtain data change information generated by the business platform, the data platform, and the data analysis platform based on changes in the business data in the database of the business platform in response to changes in the business data in the database of the business platform.
- the data change unit 302 includes a business change subunit 3021, a platform change subunit 3022, a report change subunit 3023, and a change information subunit 3024.
- the business change subunit 3021 is used to extract business change information of the business platform based on changes in the business data in the database of the business platform; the platform change subunit 3022 is used to run the data platform based on the business change information to obtain the data platform information.
- the instruction signal unit 303 is used to trigger the data platform to change the subsystem function and complete the instruction signal generated after the subsystem function change.
- the instruction signal unit 303 includes a version information subunit 3031 and an instruction generation subunit 3032.
- the version information subunit 3031 is used to extract at least one version information of the subsystems in the data platform; the instruction generation subunit 3032 is used to change the subsystem functions of the subsystems in the data platform according to the version information, and then The command signal is generated after completing the subsystem function change.
- the restore data unit 304 is used to roll back the changed business data in the database of the business platform based on the instruction signal to obtain the business data generated by the business platform, the data platform, and the data analysis platform that have changed in the database based on the business platform. Restore data information.
- the test completion unit 305 is used to compare the restored data information with the data change information to generate a comparison result to complete the test.
- the test completion unit 305 includes a difference judgment subunit 3051 and a report generation subunit 3052.
- the difference judging subunit 3051 is used to judge whether the comparison result has difference data; the report generation subunit 3052 is used to generate the function for characterizing the subsystems in the data platform according to the difference data if there is difference data in the comparison result The change analysis report on the impact of the change on the business system to complete the test.
- FIG. 8 is a schematic block diagram of another business system testing device provided by an embodiment of the present application.
- the business system testing device is used to execute the foregoing business system testing method.
- the business system testing device can be configured in the server.
- the business system testing device 400 includes: a change monitoring unit 401, a data change unit 402, a data backup unit 403, an instruction signal unit 404, a restore data unit 405 and a test completion unit 406.
- the change monitoring unit 401 is used to monitor the change state of business data in the database of the business platform.
- the data change unit 402 is used to obtain data change information generated by the business platform, the data platform, and the data analysis platform based on changes in the business data in the database of the business platform in response to changes in the business data in the database of the business platform.
- the data backup unit 403 is used for backing up data change information and changed business data in the database of the business platform.
- the instruction signal unit 404 is used to trigger the data platform to change the subsystem function and complete the instruction signal generated after the subsystem function change.
- the restore data unit 405 is used to roll back the changed business data in the database of the business platform based on the instruction signal to obtain the business data generated by the business platform, the data platform and the data analysis platform based on the business platform. Restore data information.
- the test completion unit 406 is configured to compare the restored data information with the data change information to generate a comparison result to complete the test.
- the above-mentioned business system testing device can be implemented in the form of a computer program, and the computer program can be run on the computer device as shown in FIG. 9.
- FIG. 9 is a schematic block diagram of the structure of a computer device according to an embodiment of the present application.
- the computer equipment can be a server or a terminal.
- the computer device includes a processor, a memory, and a network interface connected through a system bus, where the memory may include a non-volatile storage medium and an internal memory.
- the non-volatile storage medium can store an operating system and a computer program.
- the computer program includes program instructions. When the program instructions are executed, the processor can execute any business system testing method.
- the processor is used to provide computing and control capabilities and support the operation of the entire computer equipment.
- the internal memory provides an environment for the operation of the computer program in the non-volatile storage medium.
- the processor can execute any business system testing method.
- the network interface is used for network communication, such as sending assigned tasks.
- the network interface is used for network communication, such as sending assigned tasks.
- FIG. 9 is only a block diagram of part of the structure related to the solution of the present application, and does not constitute a limitation on the computer equipment to which the solution of the present application is applied.
- the specific computer equipment may Including more or fewer parts than shown in the figure, or combining some parts, or having a different arrangement of parts.
- the processor may be a central processing unit (Central Processing Unit, CPU), the processor may also be other general-purpose processors, digital signal processors (Digital Signal Processor, DSP), and application specific integrated circuits (Application Specific Integrated Circuits). Circuit, ASIC), Field-Programmable Gate Array (FPGA) or other programmable logic devices, discrete gates or transistor logic devices, discrete hardware components, etc.
- the general-purpose processor may be a microprocessor or the processor may also be any conventional processor.
- the processor is used to run a computer program stored in a memory to implement the following steps:
- the platform is based on the restored data information generated by the changed business data in the database of the business platform; the restored data information is compared with the data change information to generate a comparison result to complete the test.
- the processor when the processor realizes the change state of the service data in the database of the monitoring service platform, it is used to realize:
- the processor when the processor is used to obtain data change information generated by changes in the business data in the database of the business platform, the data platform, and the data analysis platform based on the business platform, the processor is used to implement:
- the generated report change information; business change information, platform change information, and report change information are regarded as data change information.
- the processor is configured to implement the following command signals generated after the trigger data platform to change the subsystem function and complete the subsystem function change:
- Extract at least one version information of the subsystem in the data platform perform subsystem function changes to the subsystem in the data platform according to the version information, and generate instruction signals after completing the subsystem function changes.
- the processor when the processor implements the comparison between the restored data information and the data change information to generate a comparison result to complete the test, it is used to achieve:
- the processor is used to run a computer program stored in the memory to implement the following steps:
- Monitor the change status of business data in the database of the business platform in response to changes in the business data in the database of the business platform, obtain data change information generated by the business platform, data platform, and data analysis platform based on changes in the business data in the database of the business platform ; Back up data change information and changed business data in the database of the business platform; trigger the data platform to change the subsystem function and complete the instruction signal generated after the subsystem function change; based on the instruction signal to change the business in the database of the business platform
- the data is rolled back to obtain the restored data information generated by the changed business data in the database of the business platform, the data platform and the data analysis platform based on the business platform; the restored data information is compared with the data change information to generate a comparison result To complete the test.
- the embodiments of the present application also provide a computer-readable storage medium, the computer-readable storage medium stores a computer program, the computer program includes program instructions, and the processor executes the program instructions to implement the present application Any business system test method provided by the embodiment.
- the computer-readable storage medium may be the internal storage unit of the computer device described in the foregoing embodiment, such as the hard disk or memory of the computer device.
- the computer-readable storage medium may also be an external storage device of the computer device, such as a plug-in hard disk, a smart memory card (SMC), or a secure digital (Secure Digital, SD) equipped on the computer device. ) Card, Flash Card, etc.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Computer Hardware Design (AREA)
- Quality & Reliability (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Debugging And Monitoring (AREA)
Abstract
Description
Claims (20)
- 一种业务系统测试方法,所述业务系统包括业务平台、数据平台和数据分析平台,所述方法包括:监测所述业务平台的数据库中业务数据的变动状态;响应于所述业务平台的数据库中业务数据的变动,获取所述业务平台、数据平台和数据分析平台基于所述业务平台的数据库中业务数据的变动所产生的数据变更信息;触发所述数据平台进行子系统功能变更并完成子系统功能变更后产生的指令信号;基于所述指令信号将所述业务平台的数据库中发生变动的业务数据进行回滚,以分别获得所述业务平台、数据平台和数据分析平台基于所述业务平台的数据库中发生变动的业务数据所产生的还原数据信息;将所述还原数据信息与所述数据变更信息进行比对生成比对结果,以完成测试。
- 根据权利要求1所述的业务系统测试方法,其中,所述监测所述业务平台的数据库中业务数据的变动状态,包括:获取所述业务平台的数据库对应的日志文件;解析所述日志文件以确定所述业务平台的数据库中业务数据的变动状态。
- 根据权利要求1或2所述的业务系统测试方法,其中,所述获取所述业务平台、数据平台和数据分析平台基于所述业务平台的数据库中业务数据的变动所产生的数据变更信息,包括:基于所述业务平台的数据库中业务数据的变动抽取所述业务平台的业务变更信息;基于所述业务变更信息,运行所述数据平台以得到所述数据平台所产生的平台变更信息;基于所述平台变更信息,抽取所述数据分析平台基于所述平台变更信息所产生的报表变更信息;将所述业务变更信息、平台变更信息和报表变更信息作为数据变更信息。
- 根据权利要求1所述的业务系统测试方法,其中,所述获取所述业务平台、数据平台和数据分析平台基于所述业务平台的数据库中业务数据的变动所产生的数据变更信息之后,还包括:备份所述数据变更信息和所述业务平台的数据库中变动后的业务数据。
- 根据权利要求1所述的业务系统测试方法,其中,所述触发所述数据平台进行子系统功能变更并完成子系统功能变更后产生的指令信号,包括:提取所述数据平台内的子系统的至少一个版本信息;根据所述版本信息对所述数据平台内的子系统进行子系统功能变更,并在完成子系统功能变更后生成指令信号。
- 根据权利要求1所述的业务系统测试方法,其中,在所述获取所述业务 平台、数据平台和数据分析平台基于所述业务平台的数据库中业务数据的变动所产生的数据变更信息之后,还包括:按照预设显示规则显示所述数据变更信息。
- 根据权利要求1所述的业务系统测试方法,其中,所述将所述还原数据信息与所述数据变更信息进行比对生成比对结果,以完成测试,包括:判断所述比对结果是否存在差异数据;如果所述比对结果存在差异数据,则根据所述差异数据生成用于表征所述数据平台内子系统的功能变更对业务系统影响程度的改动分析报告,以完成测试。
- 一种业务系统测试装置,所述业务系统包括业务平台、数据平台和数据分析平台,所述装置包括:变动监测单元,用于监测所述业务平台的数据库中业务数据的变动状态;数据变更单元,用于响应于所述业务平台的数据库中业务数据的变动,获取所述业务平台、数据平台和数据分析平台基于所述业务平台的数据库中业务数据的变动所产生的数据变更信息;指令信号单元,用于触发所述数据平台进行子系统功能变更并完成子系统功能变更后产生的指令信号;还原数据单元,用于基于所述指令信号将所述业务平台的数据库中发生变动的业务数据进行回滚,以分别获得所述业务平台、数据平台和数据分析平台基于所述业务平台的数据库中发生变动的业务数据所产生的还原数据信息;测试完成单元,用于将所述还原数据信息与所述数据变更信息进行比对生成比对结果,以完成测试。
- 一种计算机设备,所述计算机设备包括存储器和处理器;所述存储器用于存储计算机程序;所述处理器,用于执行所述计算机程序并在执行所述计算机程序时实现如下步骤:监测所述业务平台的数据库中业务数据的变动状态;响应于所述业务平台的数据库中业务数据的变动,获取所述业务平台、数据平台和数据分析平台基于所述业务平台的数据库中业务数据的变动所产生的数据变更信息;触发所述数据平台进行子系统功能变更并完成子系统功能变更后产生的指令信号;基于所述指令信号将所述业务平台的数据库中发生变动的业务数据进行回滚,以分别获得所述业务平台、数据平台和数据分析平台基于所述业务平台的数据库中发生变动的业务数据所产生的还原数据信息;将所述还原数据信息与所述数据变更信息进行比对生成比对结果,以完成测试。
- 如权利要求9所述的计算机设备,其中,所述处理器在实现所述监测所述业务平台的数据库中业务数据的变动状态时,用于实现:获取所述业务平台的数据库对应的日志文件;解析所述日志文件以确定所述业务平台的数据库中业务数据的变动状态。
- 如权利要求9或10所述的计算机设备,其中,所述处理器在实现所述获取所述业务平台、数据平台和数据分析平台基于所述业务平台的数据库中业务数据的变动所产生的数据变更信息时,用于实现:基于所述业务平台的数据库中业务数据的变动抽取所述业务平台的业务变更信息;基于所述业务变更信息,运行所述数据平台以得到所述数据平台所产生的平台变更信息;基于所述平台变更信息,抽取所述数据分析平台基于所述平台变更信息所产生的报表变更信息;将所述业务变更信息、平台变更信息和报表变更信息作为数据变更信息。
- 如权利要求9所述的计算机设备,其中,所述处理器在实现所述获取所述业务平台、数据平台和数据分析平台基于所述业务平台的数据库中业务数据的变动所产生的数据变更信息之后,还用于实现:备份所述数据变更信息和所述业务平台的数据库中变动后的业务数据。
- 如权利要求9所述的计算机设备,其中,所述处理器在实现所述触发所述数据平台进行子系统功能变更并完成子系统功能变更后产生的指令信号时,用于实现:提取所述数据平台内的子系统的至少一个版本信息;根据所述版本信息对所述数据平台内的子系统进行子系统功能变更,并在完成子系统功能变更后生成指令信号。
- 如权利要求9所述的计算机设备,其中,所述处理器在实现所述获取所述业务平台、数据平台和数据分析平台基于所述业务平台的数据库中业务数据的变动所产生的数据变更信息之后,还用于实现:按照预设显示规则显示所述数据变更信息。
- 如权利要求9所述的计算机设备,其中,所述处理器在实现所述将所述还原数据信息与所述数据变更信息进行比对生成比对结果,以完成测试时,用于实现:判断所述比对结果是否存在差异数据;如果所述比对结果存在差异数据,则根据所述差异数据生成用于表征所述数据平台内子系统的功能变更对业务系统影响程度的改动分析报告,以完成测试。
- 一种计算机可读存储介质,所述计算机可读存储介质存储有计算机程序,所述计算机程序被处理器执行时使所述处理器实现如下步骤:监测所述业务平台的数据库中业务数据的变动状态;响应于所述业务平台的数据库中业务数据的变动,获取所述业务平台、数据平台和数据分析平台基于所述业务平台的数据库中业务数据的变动所产生的数据变更信息;触发所述数据平台进行子系统功能变更并完成子系统功能变更后产生的指令信号;基于所述指令信号将所述业务平台的数据库中发生变动的业务数据进行回滚,以分别获得所述业务平台、数据平台和数据分析平台基于所述业务平台的数据库中发生变动的业务数据所产生的还原数据信息;将所述还原数据信息与所述数据变更信息进行比对生成比对结果,以完成测试。
- 如权利要求16所述的计算机可读存储介质,其中,所述处理器在实现所述监测所述业务平台的数据库中业务数据的变动状态时,用于实现:获取所述业务平台的数据库对应的日志文件;解析所述日志文件以确定所述业务平台的数据库中业务数据的变动状态。
- 如权利要求16或17所述的计算机可读存储介质,其中,所述处理器在实现所述获取所述业务平台、数据平台和数据分析平台基于所述业务平台的数据库中业务数据的变动所产生的数据变更信息时,用于实现:基于所述业务平台的数据库中业务数据的变动抽取所述业务平台的业务变更信息;基于所述业务变更信息,运行所述数据平台以得到所述数据平台所产生的平台变更信息;基于所述平台变更信息,抽取所述数据分析平台基于所述平台变更信息所产生的报表变更信息;将所述业务变更信息、平台变更信息和报表变更信息作为数据变更信息。
- 如权利要求16所述的计算机可读存储介质,其中,所述处理器在实现所述获取所述业务平台、数据平台和数据分析平台基于所述业务平台的数据库中业务数据的变动所产生的数据变更信息之后,还用于实现:备份所述数据变更信息和所述业务平台的数据库中变动后的业务数据。
- 如权利要求16所述的计算机可读存储介质,其中,所述处理器在实现所述触发所述数据平台进行子系统功能变更并完成子系统功能变更后产生的指令信号时,用于实现:提取所述数据平台内的子系统的至少一个版本信息;根据所述版本信息对所述数据平台内的子系统进行子系统功能变更,并在完成子系统功能变更后生成指令信号。
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201910662457.1A CN110543413A (zh) | 2019-07-22 | 2019-07-22 | 业务系统测试方法、装置、设备及存储介质 |
CN201910662457.1 | 2019-07-22 |
Publications (1)
Publication Number | Publication Date |
---|---|
WO2021012565A1 true WO2021012565A1 (zh) | 2021-01-28 |
Family
ID=68710243
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
PCT/CN2019/122477 WO2021012565A1 (zh) | 2019-07-22 | 2019-12-02 | 业务系统测试方法、装置、设备及存储介质 |
Country Status (2)
Country | Link |
---|---|
CN (1) | CN110543413A (zh) |
WO (1) | WO2021012565A1 (zh) |
Families Citing this family (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN112817994B (zh) * | 2021-02-02 | 2024-01-30 | 中国工商银行股份有限公司 | 关联关系资产管理装置、系统及方法 |
CN113220573B (zh) * | 2021-05-12 | 2024-06-25 | 北京百度网讯科技有限公司 | 用于微服务架构的测试方法、装置和电子设备 |
CN116048977B (zh) * | 2022-12-30 | 2024-02-06 | 支付宝(杭州)信息技术有限公司 | 一种基于数据还原的测试方法及装置 |
Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20170308451A1 (en) * | 2015-06-23 | 2017-10-26 | International Business Machines Corporation | Flexible configuration and control of a testing system |
CN108255925A (zh) * | 2017-11-10 | 2018-07-06 | 平安普惠企业管理有限公司 | 一种数据表结构变更情况的显示方法及其终端 |
CN109032930A (zh) * | 2018-07-03 | 2018-12-18 | 泰康保险集团股份有限公司 | 系统测试方法及装置 |
Family Cites Families (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN105447046A (zh) * | 2014-09-02 | 2016-03-30 | 阿里巴巴集团控股有限公司 | 一种分布式系统数据一致性处理方法、装置和系统 |
CN107180116A (zh) * | 2017-06-28 | 2017-09-19 | 努比亚技术有限公司 | 一种数据同步处理方法、移动终端以及计算机可读存储介质 |
CN109241174B (zh) * | 2018-06-26 | 2021-04-16 | 东软集团股份有限公司 | 数据同步方法、装置、可读存储介质和电子设备 |
CN109582485B (zh) * | 2018-10-26 | 2022-05-03 | 创新先进技术有限公司 | 一种配置变更异常检测方法及装置 |
CN109783362A (zh) * | 2018-12-14 | 2019-05-21 | 深圳壹账通智能科技有限公司 | 测试回滚控制方法及装置、终端和计算机可读存储介质 |
-
2019
- 2019-07-22 CN CN201910662457.1A patent/CN110543413A/zh active Pending
- 2019-12-02 WO PCT/CN2019/122477 patent/WO2021012565A1/zh active Application Filing
Patent Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20170308451A1 (en) * | 2015-06-23 | 2017-10-26 | International Business Machines Corporation | Flexible configuration and control of a testing system |
CN108255925A (zh) * | 2017-11-10 | 2018-07-06 | 平安普惠企业管理有限公司 | 一种数据表结构变更情况的显示方法及其终端 |
CN109032930A (zh) * | 2018-07-03 | 2018-12-18 | 泰康保险集团股份有限公司 | 系统测试方法及装置 |
Also Published As
Publication number | Publication date |
---|---|
CN110543413A (zh) | 2019-12-06 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
WO2021012565A1 (zh) | 业务系统测试方法、装置、设备及存储介质 | |
US8584079B2 (en) | Quality on submit process | |
CN111177165B (zh) | 数据一致性检测的方法、装置及设备 | |
US9146705B2 (en) | Split brain protection in computer clusters | |
CN113157489B (zh) | 数据库数据备份方法、装置及计算机设备 | |
US11706084B2 (en) | Self-monitoring | |
JP2017201470A (ja) | 設定支援プログラム、設定支援方法及び設定支援装置 | |
US10915510B2 (en) | Method and apparatus of collecting and reporting database application incompatibilities | |
CN112612853A (zh) | 基于数据库集群的数据处理方法、装置及电子设备 | |
CN110058962A (zh) | 确定虚拟机快照的一致性级别的方法、设备和计算机程序产品 | |
CN109408361A (zh) | Monkey测试复原方法、装置、电子设备及计算机可读存储介质 | |
CN110063042A (zh) | 一种数据库故障的响应方法及其终端 | |
CN112685499A (zh) | 一种工作业务流的流程数据同步方法、装置及设备 | |
US11243979B1 (en) | Asynchronous propagation of database events | |
CN105574026A (zh) | 非关系型数据库支持事务的方法及装置 | |
CN111198902A (zh) | 元数据管理方法、装置、存储介质及电子设备 | |
CN108228611B (zh) | 单据信息抄写方法和装置 | |
US8903774B2 (en) | Techniques for leveraging replication to provide rolling point in time backup with simplified restoration through distributed transactional re-creation | |
US12105607B2 (en) | Data recovery validation test | |
US10558528B2 (en) | Reconstruction of system definitional and state information | |
US11392375B1 (en) | Optimizing software codebases using advanced code complexity metrics | |
CN115129491A (zh) | 微服务请求消息跟踪方法、生成方法、装置、介质及设备 | |
CN113778994A (zh) | 数据库检测方法、装置、电子设备和计算机可读介质 | |
CN114003497A (zh) | 业务系统的测试方法、装置、设备及存储介质 | |
CN110362464B (zh) | 软件分析方法及设备 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 19938892 Country of ref document: EP Kind code of ref document: A1 |
|
NENP | Non-entry into the national phase |
Ref country code: DE |
|
122 | Ep: pct application non-entry in european phase |
Ref document number: 19938892 Country of ref document: EP Kind code of ref document: A1 |
|
32PN | Ep: public notification in the ep bulletin as address of the adressee cannot be established |
Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 09.08.2022) |
|
122 | Ep: pct application non-entry in european phase |
Ref document number: 19938892 Country of ref document: EP Kind code of ref document: A1 |