[go: up one dir, main page]

CN111640162A - A method, device, device and computer-readable storage medium for displaying test results based on traffic road network - Google Patents

A method, device, device and computer-readable storage medium for displaying test results based on traffic road network Download PDF

Info

Publication number
CN111640162A
CN111640162A CN202010445537.4A CN202010445537A CN111640162A CN 111640162 A CN111640162 A CN 111640162A CN 202010445537 A CN202010445537 A CN 202010445537A CN 111640162 A CN111640162 A CN 111640162A
Authority
CN
China
Prior art keywords
functional units
graph
coloring
functional unit
splitting
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.)
Granted
Application number
CN202010445537.4A
Other languages
Chinese (zh)
Other versions
CN111640162B (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.)
China Citic Bank Corp Ltd
Original Assignee
China Citic Bank Corp 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 China Citic Bank Corp Ltd filed Critical China Citic Bank Corp Ltd
Priority to CN202010445537.4A priority Critical patent/CN111640162B/en
Publication of CN111640162A publication Critical patent/CN111640162A/en
Application granted granted Critical
Publication of CN111640162B publication Critical patent/CN111640162B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T11/002D [Two Dimensional] image generation
    • G06T11/40Filling a planar surface by adding surface attributes, e.g. colour or texture
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; 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/06Asset management; Financial planning or analysis
    • G06T11/26

Landscapes

  • Engineering & Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • Finance (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Accounting & Taxation (AREA)
  • Development Economics (AREA)
  • Theoretical Computer Science (AREA)
  • Game Theory and Decision Science (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Human Resources & Organizations (AREA)
  • Operations Research (AREA)
  • Economics (AREA)
  • Marketing (AREA)
  • Strategic Management (AREA)
  • Technology Law (AREA)
  • General Business, Economics & Management (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention discloses a test result display method, a device, equipment and a computer readable storage medium based on a traffic network, wherein the method comprises the steps of splitting a functional unit of a system to be tested according to service characteristics; constructing an association relation graph between the systems to be tested according to the functional unit splitting result; and coloring the incidence relation graph according to the test result of the calling relation between the functional units of the system to be tested and the functional units to form a colored graph.

Description

一种基于交通路网的测试结果展示方法、装置、设备和计算机 可读存储介质A method, device, equipment and computer for displaying test results based on traffic road network readable storage medium

技术领域technical field

本发明涉及软件测试技术领域,特别涉及一种基于交通路网的测试结果展示方法、装置、设备和计算机可读存储介质。The present invention relates to the technical field of software testing, in particular to a method, device, device and computer-readable storage medium for displaying test results based on a traffic road network.

背景技术Background technique

随着数字业务的普及,各种应用场景层出不穷,而任何应用的上线必须通过对该系统进行的测试以及对其他相关系统的影响进行的评估。在传统的技术下,相关测试结果以及评估结果通过EXCEL的方式进行展示,这样的展示只能简单的记录相关结果,而无法对各个系统的状态以及关联关系进行清晰的展示。With the popularization of digital services, various application scenarios emerge one after another, and the launch of any application must pass the test of the system and the evaluation of the impact on other related systems. Under the traditional technology, relevant test results and evaluation results are displayed through EXCEL. Such a display can only simply record the relevant results, but cannot clearly display the status and relationship of each system.

发明内容SUMMARY OF THE INVENTION

为了解决现有技术存在的缺陷,本发明公开了一种基于交通路网的测试结果展示方法、装置、设备和计算机可读存储介质。In order to solve the defects in the prior art, the present invention discloses a method, apparatus, device and computer-readable storage medium for displaying test results based on a traffic road network.

本发明所公开的基于交通路网的测试结果展示方法包括:The test result display method based on the traffic road network disclosed by the present invention includes:

根据业务特征对待测试系统进行功能单元拆分;Split the functional unit of the system to be tested according to the business characteristics;

根据所述的功能单元拆分结果构建待测试系统之间的关联关系图;Build an association diagram between the systems to be tested according to the functional unit splitting result;

根据对所述待测系统的功能单元以及功能单元之间调用关系的测试结果对关联关系图进行着色形成着色图。A coloring graph is formed by coloring the association relationship graph according to the test results of the functional units of the system to be tested and the calling relationship between the functional units.

本发明所公开的基于交通路网的测试结果展示装置包括:The test result display device based on the traffic road network disclosed in the present invention includes:

功能单元拆分模块,用于根据业务特征对待测试系统进行功能单元拆分;The functional unit splitting module is used to split the functional unit of the system to be tested according to the business characteristics;

关联关系图构建模块,用于根据所述的功能单元拆分结果构建待测试系统之间的关联关系图;an association relationship diagram building module, used for constructing an association relationship diagram between the systems to be tested according to the functional unit splitting result;

着色模块,用于根据对所述待测系统的功能单元以及功能单元之间调用关系的测试结果对关联关系图进行着色形成着色图。The coloring module is used for coloring the association relationship graph according to the test results of the function units of the system to be tested and the calling relationship between the functional units to form a coloring graph.

本发明所公开的基于交通路网的测试结果展示设备包括存储器、处理器及存储在存储器上并可在处理器上运行的计算机程序,所述的处理器执行上述任一项方法的步骤。The device for displaying test results based on the traffic road network disclosed in the present invention includes a memory, a processor and a computer program stored in the memory and running on the processor, wherein the processor executes the steps of any one of the above methods.

本发明所公开的计算机存储介质,其上存储有计算机程序,所述的计算机程序被处理器执行时实现上述任一项方法的步骤。The computer storage medium disclosed in the present invention stores a computer program thereon, and when the computer program is executed by a processor, the steps of any one of the above methods are implemented.

上述所公开的基于交通路网的测试结果展示方法、装置、设备和计算机存储介质这一技术方案能根据业务特征对待测试系统进行功能单元拆分,进而根据功能单元拆分结果构建待测试系统之间的关联关系图,并根据对待测系统的功能单元以及功能单元之间调用关系的测试结果对关联关系图进行着色,最后形成了一份当前着色图,也可以根据历史测试结果对关联关系图进行着色形成历史着色图。所形成的着色图能形象直观的展示了各个系统中功能单元的逻辑关系及其测试结果,同时能实现在根据历史测试数据形成的历史着色图与根据当前测试数据形成的当前着色图之间进行切换,方便用户进行查看。The technical solution of the above-disclosed method, device, equipment and computer storage medium for displaying test results based on the traffic road network can perform functional unit splitting of the system to be tested according to business characteristics, and then construct the system to be tested according to the results of the functional unit splitting. and color the relationship diagram according to the test results of the functional units of the system to be tested and the calling relationship between the functional units, and finally form a current coloring diagram. You can also color the relationship diagram according to the historical test results. Coloring is performed to form a historical coloring map. The formed coloring map can visually and intuitively display the logical relationship of the functional units in each system and the test results, and at the same time, it can be realized between the historical coloring map formed according to the historical test data and the current coloring map formed according to the current test data. Toggle for easy viewing by users.

附图说明Description of drawings

图1是发明所公开基于交通路网的测试结果展示方法流程图;Fig. 1 is the flow chart of the test result display method based on the traffic road network disclosed by the invention;

图2是本发明所公开的基于交通路网的测试结果展示装置示意图。FIG. 2 is a schematic diagram of a test result display device based on a traffic road network disclosed in the present invention.

具体实施方式Detailed ways

为了对本发明所公开的基于交通路网的测试结果展示方法、装置、设备和计算机可读存储介质有更加详细和深入的了解,在下面的内容中结合附图对具体的实施方式、所解决的具体技术问题和所取得的技术效果进行详细的说明。在不冲突的情况下,本发明的实施例以及实施例中的技术特征可以相互组合。In order to have a more detailed and in-depth understanding of the method, device, device and computer-readable storage medium for displaying the test results based on the traffic road network disclosed in the present invention, the specific embodiments, the solutions to be solved, and the The specific technical problems and the technical effects achieved are described in detail. In the case of no conflict, the embodiments of the present invention and the technical features in the embodiments may be combined with each other.

首先对本发明所公开的方案的原理进行说明,如附图1所示,该方法包括如下的步骤:First, the principle of the solution disclosed in the present invention will be described. As shown in Figure 1, the method includes the following steps:

S101、根据业务特征对待测试系统进行功能单元拆分;S101, splitting functional units of the system to be tested according to business characteristics;

S102、根据所述的功能单元拆分结果构建待测试系统之间的关联关系图;S102, building an association relationship diagram between the systems to be tested according to the functional unit splitting result;

S103、根据对所述待测系统的功能单元以及功能单元之间调用关系的测试结果对关联关系图进行着色。S103 , coloring the association relationship graph according to the test results of the functional units of the system to be tested and the calling relationship between the functional units.

所述的根据业务特征对待测试系统进行功能单元拆分是指将能独立运行的一个部分确定为一个功能单元。The division of functional units of the system to be tested according to business characteristics refers to determining a part that can run independently as a functional unit.

所述的根据所述的功能单元拆分结果构建待测试系统之间的关联关系图是指将所述的一个功能单元确定为一个结点,将存在调用关系的两个功能单元之间确定为一条线。The construction of an association relationship diagram between the systems to be tested according to the functional unit splitting result refers to determining one functional unit as a node, and determining the relationship between two functional units with a calling relationship as a node. a line.

所述的根据对所述待测系统的功能单元以及功能单元之间调用关系的测试结果对关联关系图进行着色形成着色图是指根据对不同功能单元或功能单元之间调用关系的测试结果,对所述的结点或线进行着色形成当前着色图。The coloring of the association relationship graph to form a coloring graph according to the test results of the functional units of the system to be tested and the calling relationship between the functional units refers to the test results of different functional units or the calling relationship between the functional units, Coloring the nodes or lines forms the current coloring graph.

所述的根据对所述待测系统的功能单元以及功能单元之间调用关系的测试结果对关联关系图进行着色形成着色图是根据对不同功能单元以及功能单元之间调用关系的历史测试结果对关联关系图进行着色形成历史着色图。The coloring of the association relationship graph to form the coloring graph according to the test results of the functional units of the system to be tested and the calling relationship between the functional units is based on the historical test results of different functional units and the calling relationship between the functional units. The association relationship graph is colored to form a history colored graph.

下面通过具体的实施例对本发明所公开的技术方案进行说明。The technical solutions disclosed in the present invention will be described below through specific embodiments.

实施例一,一种基于交通路网的测试结果展示方法。Embodiment 1, a method for displaying test results based on a traffic road network.

软件开发中心的工程师开发完成了一个线上理财产品销售系统,该系统包括了客户个人信息管理单元、客户抗风险能力测评单元、客户信用信息确认单元,该系统需要上线,在上线前需要对该系统内各个功能单元以及系统内外各功能单元之间的调用情况进行测试,并根据测试结果决定该系统能否允许上线。The engineers of the software development center have developed an online financial product sales system, which includes a customer personal information management unit, a customer anti-risk ability evaluation unit, and a customer credit information confirmation unit. Each functional unit in the system and the calling situation between each functional unit inside and outside the system are tested, and whether the system can be allowed to go online is determined according to the test results.

该基于交通路网的测试结果展示系统收到工程师所提交的理财产品销售系统后,根据该销售系统的业务特征对该销售系统进行功能单元拆分,可以将其拆分为客户个人信息管理单元、客户抗风险能力测评单元、客户信用信息确认单元。After the test result display system based on the traffic road network receives the financial product sales system submitted by the engineer, it divides the sales system into functional units according to the business characteristics of the sales system, and can be divided into customer personal information management units , Customer anti-risk ability evaluation unit, customer credit information confirmation unit.

进一步的,对于不存在系统内或系统间调用关系的功能单元确定为一个结点,对于存在系统内或系统间调用关系的功能单元间确定为一条连线。因为客户抗风险能力测评单元不需要调用任何其他单元,所以该基于交通路网的测试结果展示系统确认客户抗风险能力测评单元为一个结点。客户个人信用信息确认单元因为需要从系统内的客户个人信息管理单元调用客户个人信息,所以在系统内客户个人信用信息确认单元与客户个人信息管理单元站之间为一条连线。同时因为客户个人信用信息还需要利用客户个人信用信息确认单元还需要跨系统去核心网中的征信查询系统查询客户个人信用信息,故,该理财产品销售系统中的客户个人信用信息确认单元跟系统外的征信查询系统之间也存在一条连线。通过上述的结点和连线构成了关联关系图。Further, a function unit with no intra-system or inter-system call relationship is determined as a node, and a connection between functional units with intra-system or inter-system call relationship is determined. Because the customer anti-risk ability evaluation unit does not need to call any other units, the traffic road network-based test result display system confirms that the customer anti-risk ability evaluation unit is a node. Since the customer personal credit information confirmation unit needs to call the customer personal information from the customer personal information management unit in the system, there is a connection between the customer personal credit information confirmation unit and the customer personal information management unit in the system. At the same time, because the customer's personal credit information also needs to use the customer's personal credit information confirmation unit to cross the system to the credit inquiry system in the core network to query the customer's personal credit information, therefore, the customer's personal credit information confirmation unit in the wealth management product sales system follows the There is also a connection between the credit inquiry systems outside the system. An association graph is formed through the above-mentioned nodes and connections.

测试人员通过提取结点和连线下所有的的案例集实施测试工作,并在测试过程中实时勾选测试案例提交测试缺陷,这里的测试缺陷包括测试案例数量,测试案例执行率,测试案例执行通过率,测试案例缺陷率。根据测试缺陷情况进行加权运算获取测试综合通过率,从而得出该结点或者连线当前的测试情况。The tester implements the test work by extracting all the case sets under the node and connection, and selects the test cases in real time during the testing process to submit the test defects. The test defects here include the number of test cases, the test case execution rate, and the test case execution rate. Pass rate, test case defect rate. The weighted operation is performed according to the test defect situation to obtain the comprehensive test pass rate, so as to obtain the current test situation of the node or connection.

对于测试综合通过率高的结点以及连线着色为绿色,对于测试综合通过率低的结点以及连线着色为红色,对于测试综合通过率处于中间的结点以及连线着色为黄色。The nodes and lines with a high comprehensive test pass rate are colored green, the nodes and lines with a low test comprehensive pass rate are colored red, and the nodes and lines with an intermediate test comprehensive pass rate are colored yellow.

通过对所有待测试系统进行完上述的拆分、关联关系图构建以及着色后,形成了表征多个待测系统间测试结果的当前质量及测试风险情况的当前着色图。After all the systems to be tested are split, the relationship graph is constructed and colored, a current coloring graph is formed that represents the current quality of the test results and the test risk situation among the multiple systems to be tested.

实施例二,一种基于交通路网的测试结果展示方法。Embodiment 2, a method for displaying test results based on a traffic road network.

随着上线的业务系统逐步增多,需要对各个业务系统历史上存在的缺陷情况进行回顾,避免历史上出现的问题和故障再次出现,所以通过直观的方式对历史故障信息进行展示同等重要。With the gradual increase of online business systems, it is necessary to review the defects in the history of each business system to avoid the recurrence of problems and failures in the history. Therefore, it is equally important to display historical failure information in an intuitive way.

该基于交通路网的测试结果展示系统根据已上线的该业务系统的业务特征对所有的业务系统进行功能单元拆分,确定出多个功能单元。The test result display system based on the traffic road network divides all the business systems into functional units according to the business characteristics of the business system that has been launched, and determines a plurality of functional units.

对于不存在系统内或系统间调用关系的功能单元确定为一个结点,对于存在系统内或系统间调用关系的功能单元间确定为一条连线。通过上述的结点和连线构成了关联关系图。A function unit that does not have a calling relationship within the system or between systems is determined as a node, and a functional unit with a calling relationship within the system or between systems is determined as a connection. An association graph is formed through the above-mentioned nodes and lines.

基于交通路网的测试结果展示系统从其他测试系统中将所需的历史测试结果调取到本地,从而得出该结点或者连线历史的测试情况。The test result display system based on the traffic road network retrieves the required historical test results from other test systems to the local, so as to obtain the test situation of the node or connection history.

对于测试综合通过率高的结点以及连线着色为绿色,对于对于测试综合通过率低的结点以及连线着色为红色,对于测试综合通过率处于中间的结点以及连线着色为黄色。The nodes and lines with a high comprehensive test pass rate are colored green, the nodes and lines with a low test comprehensive pass rate are colored red, and the nodes and lines with an intermediate test comprehensive pass rate are colored yellow.

通过对所有待测试系统进行完上述的拆分、关联关系图构建以及着色后,形成了表征多个待测系统间测试结果的历史的质量及测试风险情况的历史着色图。After the above-mentioned splitting, relationship graph construction and coloring are performed on all the systems to be tested, a historical coloring graph representing the historical quality of the test results among the multiple systems to be tested and the test risk situation is formed.

实施例一中形成的当前着色图和实施例二种形成的历史着色图可以根据需要进行切换,方便用户进行查看。The current coloring map formed in the first embodiment and the historical coloring map formed in the second embodiment can be switched as required, which is convenient for the user to view.

实施例三,如附图2所示,一种基于交通路网的测试结果展示装置,所述的装置包括:Embodiment 3, as shown in FIG. 2, a test result display device based on a traffic road network, the device includes:

功能单元拆分模块,用于根据业务特征对待测试系统进行功能单元拆分;The functional unit splitting module is used to split the functional unit of the system to be tested according to the business characteristics;

关联关系图构建模块,用于根据所述的功能单元拆分结果构建待测试系统之间的关联关系图;an association relationship diagram building module, used for constructing an association relationship diagram between the systems to be tested according to the functional unit splitting result;

着色模块,用于根据对所述待测系统的功能单元以及功能单元之间调用关系的测试结果对关联关系图进行着色。The coloring module is used for coloring the association relationship graph according to the test results of the function units of the system to be tested and the calling relationship between the function units.

进一步的,所述的功能单元拆分模块根据业务特征对待测试系统进行功能单元划分,能独立运行的一个部分确定为一个功能单元。Further, the functional unit splitting module divides the system to be tested into functional units according to business characteristics, and a part that can run independently is determined as a functional unit.

再进一步的所述的关联关系图构建模块根据所述的功能单元拆分结果构建待测试系统之间的关联关系图是指将所述的一个功能单元确定为一个结点,将存在调用关系的两个功能单元之间确定为一条线。Still further, the association relationship diagram building module constructs an association relationship diagram between the systems to be tested according to the functional unit splitting results, refers to determining a functional unit as a node, and assigning a calling relationship to a node. A line is defined between the two functional units.

实施例四,本发明所公开的基于交通路网的测试结果展示设备包括存储器、处理器及存储在存储器上并可在处理器上运行的计算机程序,所述的处理器执行上述任一项方法的步骤。Embodiment 4. The device for displaying test results based on the traffic road network disclosed in the present invention includes a memory, a processor, and a computer program stored in the memory and running on the processor, and the processor executes any of the above methods. A step of.

实施例五,本发明所公开的计算机存储介质,其上存储有计算机程序,所述的计算机程序被处理器执行时实现上述任一项方法的步骤。Embodiment 5: The computer storage medium disclosed by the present invention stores a computer program thereon, and when the computer program is executed by a processor, the steps of any one of the above methods are implemented.

通过具体实施方式的说明,应当可对本发明为达成预定目的所采用的技术方案及功效得以更加深入且具体的了解,然而所附图示仅提供参考与说明之用,并非用来对本发明加以限制。同时在不冲突的情况下,实施例和实施例中的特征可以相互组合。Through the description of the specific embodiments, it should be possible to have a more in-depth and specific understanding of the technical solutions and effects adopted by the present invention to achieve the predetermined purpose. However, the accompanying drawings are only for reference and description, and are not used to limit the present invention. . At the same time, the embodiments and features of the embodiments may be combined with each other without conflict.

本领域内的技术人员应明白,本发明实施例可提供为方法或计算机程序等产品,因此,本发明可采用硬件实施例、软件实施例、或结合软件和硬件方面的实施例的形式。而且,本发明可采用在一个或多个其中包含有计算机可用程序代码的存储介质(包括但不限于磁盘存储器和光学存储器等)上实施的计算机程序产品的形式。Those skilled in the art should understand that the embodiments of the present invention can be provided as products such as methods or computer programs. Therefore, the present invention can take the form of hardware embodiments, software embodiments, or embodiments combining software and hardware aspects. Furthermore, the present invention may take the form of a computer program product embodied on one or more storage media having computer usable program code embodied therein, including but not limited to disk storage, optical storage, and the like.

本发明是参照本发明实施例的方法和计算机程序产品的流程图和/或方框图来描述的。应理解为可由计算机程序指令实现流程图和/或方框图中的每一流程和/或方框、以及流程图和/或方框图中的流程和/或方框的组合。可提供这些计算机程序指令到通用计算机、专用计算机、嵌入式处理机或其他可编程数据处理设备的处理器以产生一个机器,使得通过计算机或者其他可编程数据处理设备的处理器执行的指令产生用于实现在流程图一个流程或多个流程和/或方框图一个方框和/或多个方框中制定的功能的装置。The present invention is described with reference to flowchart illustrations and/or block diagrams of methods and computer program products of embodiments of the invention. It will be understood that each process and/or block in the flowchart illustrations and/or block diagrams, and combinations of processes and/or blocks in the flowchart illustrations and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to the processor of a general purpose computer, special purpose computer, embedded processor or other programmable data processing device to produce a machine such that the instructions executed by the processor of the computer or other programmable data processing device produce Means for implementing the functions specified in a flow or flow and/or a block and/or blocks of a block diagram.

这些计算机程序指令也可存储在能引导计算机或其他可编程数据处理设备以特定方式工作的计算机可读存储器中,使得存储在该计算机可读存储器中的指令产生包括指令装置的制造品,该指令装置实现在流程图一个流程或多个流程和/或方框图一个方框或多个方框中指定的功能。These computer program instructions may also be stored in a computer-readable memory capable of directing a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory result in an article of manufacture comprising instruction means, the instructions The apparatus implements the functions specified in the flow or flow of the flowcharts and/or the block or blocks of the block diagrams.

这些计算机程序指令也可装载到计算机或其他可编程数据处理设备上,使得在计算机或其他可编程设别上执行一系列操作步骤以产生计算机实现的处理,从而在计算机或其他可编程设备上执行的指令提供货用于实现在流程图一个流程或多个流程和/或方框图一个方框或多个方框中指定的功能的步骤。These computer program instructions can also be loaded on a computer or other programmable data processing device to cause a series of operational steps to be performed on the computer or other programmable device to produce a computer-implemented process for execution on the computer or other programmable device The instructions provide steps for implementing the functions specified in a flow or flow of the flowchart and/or a block or blocks of the block diagram.

以上所述,仅为本发明的较佳实施例而已,并非用于限定本发明的保护范围。The above descriptions are only preferred embodiments of the present invention, and are not intended to limit the protection scope of the present invention.

Claims (10)

1. A test result display method based on a traffic network is characterized by comprising the following steps:
splitting a functional unit of the system to be tested according to the service characteristics;
constructing an association relation graph between the systems to be tested according to the functional unit splitting result;
and coloring the incidence relation graph according to the test result of the calling relation between the functional units of the system to be tested and the functional units to form a colored graph.
2. The method of claim 1, wherein the splitting of the functional unit of the system under test according to the service characteristics means that a part capable of operating independently is determined as a functional unit.
3. The method of claim 2, wherein said constructing the association graph between the systems to be tested according to the result of splitting the functional units is determining one functional unit as a node and determining two functional units having a call relationship as a line.
4. The method according to claim 3, wherein the coloring of the association graph according to the test results of the call relations between the functional units and the functional units of the system under test to form the colored graph means that the coloring of the nodes or lines according to the current test results of the call relations between different functional units or functional units to form the current colored graph.
5. The method of claim 3, wherein the coloring of the association graph according to the test results of the call relations between the functional units and the functional units of the system under test to form the colored graph is a historical coloring of the association graph according to historical test results of the call relations between different functional units and the functional units.
6. A test result display device based on a traffic network is characterized by comprising:
the functional unit splitting module is used for splitting the functional units of the system to be tested according to the service characteristics;
the incidence relation graph building module is used for building an incidence relation graph among the systems to be tested according to the functional unit splitting result;
and the coloring module is used for coloring the association relation graph according to the test result of the calling relation between the functional units of the system to be tested and the functional units to form a colored graph.
7. The apparatus of claim 6, wherein the functional unit splitting module is configured to determine a portion capable of operating independently as a functional unit.
8. The apparatus of claim 6, wherein the associative relationship graph building module is configured to determine the one functional unit as a node and determine two functional units having a call relationship as a line.
9. A traffic network based test result presentation apparatus comprising a memory, a processor and a computer program stored on the memory and executable on the processor, wherein the processor performs the steps of the method according to any one of claims 1 to 5.
10. A computer-readable storage medium, on which a computer program is stored which, when being executed by a processor, carries out the steps of the method according to any one of claims 1 to 5.
CN202010445537.4A 2020-05-24 2020-05-24 A method, device, equipment and computer-readable storage medium for displaying test results based on traffic network Active CN111640162B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010445537.4A CN111640162B (en) 2020-05-24 2020-05-24 A method, device, equipment and computer-readable storage medium for displaying test results based on traffic network

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010445537.4A CN111640162B (en) 2020-05-24 2020-05-24 A method, device, equipment and computer-readable storage medium for displaying test results based on traffic network

Publications (2)

Publication Number Publication Date
CN111640162A true CN111640162A (en) 2020-09-08
CN111640162B CN111640162B (en) 2024-01-23

Family

ID=72329107

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010445537.4A Active CN111640162B (en) 2020-05-24 2020-05-24 A method, device, equipment and computer-readable storage medium for displaying test results based on traffic network

Country Status (1)

Country Link
CN (1) CN111640162B (en)

Citations (20)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH1173343A (en) * 1997-08-29 1999-03-16 Casio Comput Co Ltd Program test device and storage medium
JP2000304527A (en) * 1999-04-19 2000-11-02 Honda Motor Co Ltd Shape verification system and shape verification method
US6959431B1 (en) * 1999-05-13 2005-10-25 Compuware Corporation System and method to measure and report on effectiveness of software program testing
US20100100871A1 (en) * 2008-10-22 2010-04-22 International Business Machines Corporation Method and system for evaluating software quality
US20120272206A1 (en) * 2011-04-21 2012-10-25 Accenture Global Services Limited Analysis system for test artifact generation
CN103376380A (en) * 2013-07-04 2013-10-30 曙光信息产业(北京)有限公司 Test system and method thereof
CN104115207A (en) * 2012-02-08 2014-10-22 株式会社堀场制作所 Measurement data display device
CN106845781A (en) * 2016-12-22 2017-06-13 中信银行股份有限公司 The generation system and method for scene and flow for operational trials
CN106991048A (en) * 2017-03-31 2017-07-28 杭州迪普科技股份有限公司 Webpage method of testing and device
US20180004648A1 (en) * 2015-01-29 2018-01-04 Hewlett Packard Enterprise Development Lp Defect reporting in application testing
CN107729424A (en) * 2017-09-28 2018-02-23 华为技术有限公司 A kind of data visualization method and equipment
CN107909466A (en) * 2017-11-10 2018-04-13 平安普惠企业管理有限公司 Customer relationship network display method, apparatus, equipment and readable storage medium storing program for executing
CN108027956A (en) * 2015-09-23 2018-05-11 高通股份有限公司 The switching at runtime between depth test is tested and guarded to post depth
CN108805772A (en) * 2018-06-25 2018-11-13 合肥利元杰信息科技有限公司 A kind of computer Online Judge system
CN109165251A (en) * 2018-06-11 2019-01-08 玖富金科控股集团有限责任公司 A kind of data information dynamic display method, electronic equipment and readable storage medium storing program for executing
CN109636566A (en) * 2018-10-16 2019-04-16 深圳壹账通智能科技有限公司 Method for exhibiting data, device, equipment and computer readable storage medium
CN110059131A (en) * 2018-11-30 2019-07-26 阿里巴巴集团控股有限公司 A kind of method for visualizing and device that time series data relationship develops
CN110232104A (en) * 2019-06-13 2019-09-13 腾讯科技(深圳)有限公司 A kind of data display method, device, storage medium and computer equipment
CN110737713A (en) * 2019-08-27 2020-01-31 广东一码通信科技有限公司 Data platform-based visual project progress display method, equipment and medium
CN111143402A (en) * 2019-12-27 2020-05-12 浪潮通用软件有限公司 Extended model generation method, device and medium

Patent Citations (20)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH1173343A (en) * 1997-08-29 1999-03-16 Casio Comput Co Ltd Program test device and storage medium
JP2000304527A (en) * 1999-04-19 2000-11-02 Honda Motor Co Ltd Shape verification system and shape verification method
US6959431B1 (en) * 1999-05-13 2005-10-25 Compuware Corporation System and method to measure and report on effectiveness of software program testing
US20100100871A1 (en) * 2008-10-22 2010-04-22 International Business Machines Corporation Method and system for evaluating software quality
US20120272206A1 (en) * 2011-04-21 2012-10-25 Accenture Global Services Limited Analysis system for test artifact generation
CN104115207A (en) * 2012-02-08 2014-10-22 株式会社堀场制作所 Measurement data display device
CN103376380A (en) * 2013-07-04 2013-10-30 曙光信息产业(北京)有限公司 Test system and method thereof
US20180004648A1 (en) * 2015-01-29 2018-01-04 Hewlett Packard Enterprise Development Lp Defect reporting in application testing
CN108027956A (en) * 2015-09-23 2018-05-11 高通股份有限公司 The switching at runtime between depth test is tested and guarded to post depth
CN106845781A (en) * 2016-12-22 2017-06-13 中信银行股份有限公司 The generation system and method for scene and flow for operational trials
CN106991048A (en) * 2017-03-31 2017-07-28 杭州迪普科技股份有限公司 Webpage method of testing and device
CN107729424A (en) * 2017-09-28 2018-02-23 华为技术有限公司 A kind of data visualization method and equipment
CN107909466A (en) * 2017-11-10 2018-04-13 平安普惠企业管理有限公司 Customer relationship network display method, apparatus, equipment and readable storage medium storing program for executing
CN109165251A (en) * 2018-06-11 2019-01-08 玖富金科控股集团有限责任公司 A kind of data information dynamic display method, electronic equipment and readable storage medium storing program for executing
CN108805772A (en) * 2018-06-25 2018-11-13 合肥利元杰信息科技有限公司 A kind of computer Online Judge system
CN109636566A (en) * 2018-10-16 2019-04-16 深圳壹账通智能科技有限公司 Method for exhibiting data, device, equipment and computer readable storage medium
CN110059131A (en) * 2018-11-30 2019-07-26 阿里巴巴集团控股有限公司 A kind of method for visualizing and device that time series data relationship develops
CN110232104A (en) * 2019-06-13 2019-09-13 腾讯科技(深圳)有限公司 A kind of data display method, device, storage medium and computer equipment
CN110737713A (en) * 2019-08-27 2020-01-31 广东一码通信科技有限公司 Data platform-based visual project progress display method, equipment and medium
CN111143402A (en) * 2019-12-27 2020-05-12 浪潮通用软件有限公司 Extended model generation method, device and medium

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
李宁;刘超;原子;: "基于拉力算法的面向对象程序结构可视化研究", no. 06 *
林远芳;李明宇;阎春生;时尧成;王晓萍;刘旭;: "自构建光纤链路的OTDR测试实验及教学实践", no. 08 *
王磊;宋杰;陈林锋;: "车载导航影音系统蓝牙软件测试技术方法研究", no. 09 *

Also Published As

Publication number Publication date
CN111640162B (en) 2024-01-23

Similar Documents

Publication Publication Date Title
CN108920135B (en) User-defined service generation method and device, computer equipment and storage medium
CN108664650A (en) A kind of transaction methods, device, equipment and the storage medium of block chain network
CN106487603A (en) A kind of response test method and device
CN108665272A (en) Block chain data processing method, device, equipment and storage medium
CN110083533A (en) Data processing method and device based on Mock service
US11663113B2 (en) Real time fault localization using combinatorial test design techniques and test case priority selection
CN106651422A (en) Data processing method and data processing device
CN108428175A (en) A kind of big data analysis method and system based on consumer record
CN116048589A (en) Configuration change verification method, device, computer equipment and storage medium
CN105741042A (en) Automatic learning method for open approving workflow
CN112306529B (en) System upgrade method, device, equipment and storage medium
US11176026B2 (en) Assignment of test case priorities based on combinatorial test design model analysis
CN113297079A (en) Service test method, device, service test equipment and storage medium
CN113392002A (en) Test system construction method, device, equipment and storage medium
CN117573452A (en) Performance test method, apparatus, computer device, storage medium, and program product
CN114461465B (en) Microservice testing method, system and related device for hybrid CPU architecture device
CN111640162A (en) A method, device, device and computer-readable storage medium for displaying test results based on traffic road network
CN113986334A (en) Blue-green automatic publishing method based on automatic publishing platform
CN109831526A (en) Cloud service and network service collaboration processing method, system and storage medium
CN113934444A (en) Gray scale distribution method and device, computer storage medium and electronic equipment
CN112380118A (en) Unit testing method, unit testing device, medium and electronic equipment
CN113778399B (en) Configuration method and device of bottom layer channel
CN111352845B (en) A test sequence scene generation method and device
CN113919313A (en) Litigation case information processing method, litigation case information processing device, and storage medium
CN117707936B (en) Multi-system multi-version full-link testing method, device, equipment and storage medium

Legal Events

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