Movatterモバイル変換


[0]ホーム

URL:


CN106951369A - The management method and device of a kind of joint debugging test - Google Patents

The management method and device of a kind of joint debugging test
Download PDF

Info

Publication number
CN106951369A
CN106951369ACN201710153272.9ACN201710153272ACN106951369ACN 106951369 ACN106951369 ACN 106951369ACN 201710153272 ACN201710153272 ACN 201710153272ACN 106951369 ACN106951369 ACN 106951369A
Authority
CN
China
Prior art keywords
joint debugging
defect
debugging test
project
environment
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
CN201710153272.9A
Other languages
Chinese (zh)
Other versions
CN106951369B (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.)
Weibo Internet Technology China Co Ltd
Original Assignee
Weibo Internet Technology China Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Weibo Internet Technology China Co LtdfiledCriticalWeibo Internet Technology China Co Ltd
Priority to CN201710153272.9ApriorityCriticalpatent/CN106951369B/en
Publication of CN106951369ApublicationCriticalpatent/CN106951369A/en
Application grantedgrantedCritical
Publication of CN106951369BpublicationCriticalpatent/CN106951369B/en
Activelegal-statusCriticalCurrent
Anticipated expirationlegal-statusCritical

Links

Classifications

Landscapes

Abstract

Translated fromChinese

本申请涉及计算机技术领域,尤其涉及一种联调测试的管理方法及装置,用以解决现有技术中联调测试的管理效率低的问题。本申请方案利用确定的项目标识从追踪装置中获取联调测试项目并保存,然后,根据获取的联调测试项目中包含的模块标识从预置模块配置文件集合中选择相匹配的模块配置文件,以生成用于指示部署方进行环境部署操作的环境部署通知信息,不需要工作人员根据主观识别并手工添加环境部署内容,而是根据预置的模块配置文件自动选择匹配生成相应的环境部署内容,从而,减少了人工参与可能会造成的错误,同时,由于自动生成环境部署内容,环境部署耗时相对减少,提升了联调测试的环境部署效率,进而,提升了联调测试项目的管理效率。

The present application relates to the field of computer technology, and in particular to a method and device for managing joint debugging tests, which are used to solve the problem of low management efficiency of joint debugging tests in the prior art. This application scheme uses the determined project identification to obtain and save the joint debugging test project from the tracking device, and then selects the matching module configuration file from the preset module configuration file set according to the module identification contained in the obtained joint debugging test project, In order to generate the environment deployment notification information used to instruct the deployer to perform the environment deployment operation, the staff does not need to subjectively identify and manually add the environment deployment content, but automatically selects and matches the corresponding environment deployment content according to the preset module configuration file. As a result, errors that may be caused by manual participation are reduced. At the same time, due to the automatic generation of environment deployment content, the time-consuming environment deployment is relatively reduced, which improves the efficiency of environment deployment for joint debugging and testing, and in turn improves the management efficiency of joint debugging and testing projects.

Description

Translated fromChinese
一种联调测试的管理方法及装置Management method and device for joint debugging test

技术领域technical field

本申请涉及计算机技术领域,尤其涉及一种联调测试的管理方法及装置。The present application relates to the field of computer technology, and in particular to a method and device for managing joint debugging tests.

背景技术Background technique

联调测试又称组装测试或联合测试,是对模块间接口的正确性、各模块间的数据流和控制流是否按照设计实现其功能、以及集成后整体功能的正确性进行的验证。其实,联调测试通俗理解为:应用系统通过接口平台,实现与其他系统的业务交互,而需要在上线前进行的各系统间的协同测试。Joint debugging test, also known as assembly test or joint test, is to verify the correctness of the interface between modules, whether the data flow and control flow between modules realize their functions according to the design, and the correctness of the overall function after integration. In fact, the joint debugging test is generally understood as: the application system realizes the business interaction with other systems through the interface platform, and the collaborative test between the various systems needs to be carried out before going online.

目前,主要采用项目与事物跟踪工具对联调测试进行追踪管理,以实现对联调测试过程的实时监控,便于工作人员获悉测试结果。其中,JIRA是Atlassian公司出品的项目与事务跟踪工具,被广泛应用于缺陷跟踪、客户服务、需求收集、流程审批、任务跟踪、项目跟踪和敏捷管理等工作领域。以JIRA为例对联调测试管理进行介绍,首先,在JIRA中添加所要进行联调测试的联调测试项目,具体可以添加项目标题、项目分配方、项目创建时间等,JIRA会根据添加的这些信息为生成唯一表示该联调测试项目的项目标识;之后,由项目负责方通过手动添加环境部署内容以及部署方邮件地址的方式生成一邮件,并通过用户触发的方式发送给部署方,以使部署方根据邮件内容为该联调测试项目部署环境;最后,在部署完成后由部署方发送邮件通知给组内工作方,开始进行联调测试。At present, project and event tracking tools are mainly used to track and manage the joint debugging test, so as to realize the real-time monitoring of the joint debugging test process and facilitate the staff to know the test results. Among them, JIRA is a project and transaction tracking tool produced by Atlassian, which is widely used in defect tracking, customer service, requirements collection, process approval, task tracking, project tracking and agile management. Take JIRA as an example to introduce the joint debugging test management. First, add the joint debugging test project to be carried out in JIRA. Specifically, you can add the project title, project assignee, project creation time, etc., and JIRA will base on the added information In order to generate a project ID that uniquely represents the joint debugging test project; after that, the project responsible party generates an email by manually adding the environment deployment content and the email address of the deployer, and sends it to the deployer in a user-triggered way, so that the deployment According to the content of the email, the deploying party deploys the environment for the joint debugging test project; finally, after the deployment is completed, the deploying party sends an email notification to the working parties in the group to start the joint debugging test.

然而,该联调测试之前的JIRA管理过程中,并未涉及对联调测试环境的部署的管理,这一部分是由工作人员完成的,而且在联调测试环境的部署过程中,需要工作人员手动添加邮件内容以及部署方邮件地址,并点击相应控件发送给部署方;一方面,该联调测试环境的部署方案比较耗时,另一方面,由于人工参与而导致添加完成的邮件容易出错,因此,降低了联调测试环境的部署效率,进一步降低联调测试的管理效率。However, the JIRA management process before the joint debugging test did not involve the management of the deployment of the joint debugging test environment. The content of the email and the email address of the deployer, and click the corresponding control to send it to the deployer; on the one hand, the deployment plan of the joint debugging test environment is time-consuming, and on the other hand, due to manual participation, the added email is prone to errors. Therefore, The deployment efficiency of the joint debugging test environment is reduced, and the management efficiency of the joint debugging test is further reduced.

发明内容Contents of the invention

本申请实施例提供一种联调测试的管理方法,用以解决现有技术中联调测试的管理效率低的问题。An embodiment of the present application provides a method for managing a joint debugging test, which is used to solve the problem of low management efficiency of the joint debugging test in the prior art.

本申请实施例还提供一种联调测试的管理装置,用以解决现有技术中联调测试的管理效率低的问题。The embodiment of the present application also provides a management device for the joint debugging test, which is used to solve the problem of low management efficiency of the joint debugging test in the prior art.

本申请实施例采用下述技术方案:The embodiment of the application adopts the following technical solutions:

一种联调测试的管理方法,包括:A method for managing joint testing, comprising:

根据确定的唯一表示联调测试项目的项目标识,从追踪装置中获取所述项目标识对应的联调测试项目,其中,所述联调测试项目中至少包含:项目标识和模块系统中的模块标识;According to the determined project identification that uniquely represents the joint debugging test item, the joint debugging test item corresponding to the project identification is obtained from the tracking device, wherein the joint debugging test item includes at least: the project identification and the module identification in the module system ;

从预置的模块配置文件集合中选择携带有所述模块标识的模块配置文件,根据所述模块配置文件自动生成环境部署通知信息并发送给用于对所述模块系统进行部署的环境部署方,所述环境部署通知信息用于指示所述环境部署方执行环境部署操作。Select the module configuration file carrying the module identifier from the preset module configuration file set, automatically generate environment deployment notification information according to the module configuration file and send it to the environment deployer for deploying the module system, The environment deployment notification information is used to instruct the environment deployment party to perform an environment deployment operation.

一种联调测试的管理装置,包括:A management device for joint debugging test, comprising:

第一获取单元,用于根据确定的唯一表示联调测试项目的项目标识,从追踪装置中获取所述项目标识对应的联调测试项目,其中,所述联调测试项目中至少包含:项目标识和模块系统中的模块标识;The first acquisition unit is configured to acquire the joint debugging test item corresponding to the project identification from the tracking device according to the determined item identification uniquely representing the joint debugging test item, wherein the joint debugging test item at least includes: the item identification and module identification in the module system;

生成单元,用于从预置的模块配置文件集合中选择携带有所述模块标识的模块配置文件,根据所述模块配置文件自动生成环境部署通知信息并发送给用于对所述模块系统进行部署的环境部署方,所述环境部署通知信息用于指示所述环境部署方执行环境部署操作。A generating unit, configured to select a module configuration file carrying the module identifier from a preset module configuration file set, automatically generate environment deployment notification information according to the module configuration file and send it to the module system for deploying the module system The environment deployment party, the environment deployment notification information is used to instruct the environment deployment party to perform an environment deployment operation.

本申请实施例采用的上述至少一个技术方案能够达到以下有益效果:The above at least one technical solution adopted in the embodiment of the present application can achieve the following beneficial effects:

通过以上技术方案,利用确定的项目标识从追踪装置中获取联调测试项目并保存,然后,根据获取的联调测试项目中包含的模块标识从预置模块配置文件集合中选择相匹配的模块配置文件,以生成用于指示部署方进行环境部署操作的环境部署通知信息,可见,该方案中的环境部署操作不需要工作人员根据主观识别并手工添加环境部署内容,而是根据预置的模块配置文件自动选择匹配生成相应的环境部署内容,从而,减少了人工参与可能会造成的错误,同时,由于自动生成环境部署内容,在环境部署这一环节中的耗时相对减少,由此,提升了联调测试项目的环境部署效率,进而,提升了联调测试项目的管理效率。而且,还可以自动搜索并展示联调测试项目的缺陷,并将未解决的缺陷自动发送给相关工作人员,从而,提升了周知的效率。另外,还可以基于多种维度对联调测试项目以及缺陷进行统计,便于发现联调测试项目的问题,有利于改进联调测试项目。Through the above technical solution, the joint debugging test project is obtained from the tracking device by using the determined project identification and saved, and then the matching module configuration is selected from the preset module configuration file set according to the module identification contained in the obtained joint debugging test project file to generate the environment deployment notification information used to instruct the deployer to perform the environment deployment operation. It can be seen that the environment deployment operation in this solution does not require the staff to manually add the environment deployment content based on subjective identification, but according to the preset module configuration Files are automatically selected and matched to generate the corresponding environment deployment content, thereby reducing errors that may be caused by manual participation. At the same time, due to the automatic generation of environment deployment content, the time consumption in the environment deployment process is relatively reduced. The environment deployment efficiency of the joint debugging test project, and in turn, improves the management efficiency of the joint debugging test project. Moreover, it can also automatically search and display the defects of the joint debugging test project, and automatically send the unresolved defects to the relevant staff, thereby improving the efficiency of public awareness. In addition, it is also possible to make statistics on joint debugging test items and defects based on multiple dimensions, which is convenient for finding problems in joint debugging test items and improving joint debugging test items.

附图说明Description of drawings

此处所说明的附图用来提供对本申请的进一步理解,构成本申请的一部分,本申请的示意性实施例及其说明用于解释本申请,并不构成对本申请的不当限定。在附图中:The drawings described here are used to provide a further understanding of the application and constitute a part of the application. The schematic embodiments and descriptions of the application are used to explain the application and do not constitute an improper limitation to the application. In the attached picture:

图1为本发明所涉及的联调测试的管理方案所适用的应用场景的示意图;Fig. 1 is a schematic diagram of an application scenario to which the management scheme of joint debugging test involved in the present invention is applicable;

图2为本发明实施例所涉及的联调测试的管理方法步骤示意图Fig. 2 is a schematic diagram of the steps of the management method of the joint debugging test involved in the embodiment of the present invention

图3为本发明所涉及的联调测试项目的项目表的示意图;Fig. 3 is the schematic diagram of the item list of joint debugging test item involved in the present invention;

图4为本发明所涉及的联调测试项目的缺陷的缺陷表的示意图;Fig. 4 is the schematic diagram of the defect table of the defect of joint debugging test item involved in the present invention;

图5为本发明实施例所涉及的联调测试的管理装置的结构示意图。FIG. 5 is a schematic structural diagram of a management device for a joint debugging test according to an embodiment of the present invention.

具体实施方式detailed description

为使本申请的目的、技术方案和优点更加清楚,下面将结合本申请具体实施例及相应的附图对本申请技术方案进行清楚、完整地描述。显然,所描述的实施例仅是本申请一部分实施例,而不是全部的实施例。基于本申请中的实施例,本领域普通技术人员在没有做出创造性劳动前提下所获得的所有其他实施例,都属于本申请保护的范围。In order to make the purpose, technical solution and advantages of the present application clearer, the technical solution of the present application will be clearly and completely described below in conjunction with specific embodiments of the present application and corresponding drawings. Apparently, the described embodiments are only some of the embodiments of the present application, rather than all the embodiments. Based on the embodiments in this application, all other embodiments obtained by persons of ordinary skill in the art without making creative efforts belong to the scope of protection of this application.

以下结合附图,详细说明本申请各实施例提供的技术方案。The technical solutions provided by various embodiments of the present application will be described in detail below in conjunction with the accompanying drawings.

首先,结合图1对本发明所涉及的联调测试的管理方案所适用的应用场景进行介绍,如图1所示,联调测试项目1-联调测试项目n为所要进行的各个联调测试项目,而追踪装置M为对各个联调测试项目进行追踪管理的软件系统或硬件装置,具体可以为项目与事物追踪装置;而本发明中的联调测试的管理方案的执行主体,可称为联调测试管理装置R,即为辅助该追踪装置M的软件系统或硬件装置。具体地,该联调测试管理装置R通过追踪装置M对联调测试项目进行间接管理,例如,对联调测试项目的测试环境进行自动部署,此外,还可以基于联调测试项目的维度对每个联调测试项目的测试情况进行统计,例如,统计每个联调测试项目中的缺陷等级、缺陷产生个数、缺陷产生模块等。从而,作为辅助装置实现项目与事物追踪装置M无法完成的操作。First of all, in conjunction with FIG. 1, the application scenarios applicable to the management scheme of the joint debugging test involved in the present invention are introduced. As shown in FIG. , and the tracking device M is a software system or hardware device that tracks and manages each joint debugging test item, specifically, it can be a project and object tracking device; and the executive body of the joint debugging test management plan in the present invention can be called a joint debugging test project. The debugging test management device R is a software system or a hardware device that assists the tracking device M. Specifically, the joint debugging test management device R indirectly manages the joint debugging test items through the tracking device M, for example, automatically deploys the test environment of the joint debugging test items. Make statistics on the test status of the debugging test project, for example, count the defect level, the number of defects generated, and the defect generating module in each joint debugging test project. Thus, as an auxiliary device, operations that cannot be accomplished by the item and thing tracking device M are realized.

下面通过具体的实施例对本发明所涉及的技术方案进行详细介绍,本发明包括但并不限于以下实施例。The technical solutions involved in the present invention will be described in detail below through specific examples, and the present invention includes but is not limited to the following examples.

实施例一Embodiment one

如图2所示,为本发明实施例所涉及的联调测试的管理方法步骤示意图,其中,该方法主要应用于上述图1的应用场景中,本发明方案中所涉及的追踪装置主要以JIRA为例进行说明,其实还可以为RT系统;该方法主要包括以下操作:As shown in Figure 2, it is a schematic diagram of the steps of the management method of the joint debugging test involved in the embodiment of the present invention, wherein the method is mainly applied in the application scenario of the above-mentioned Figure 1, and the tracking device involved in the solution of the present invention is mainly based on JIRA As an example, it can also be an RT system; this method mainly includes the following operations:

步骤21:根据确定的唯一表示联调测试项目的项目标识,从追踪装置中获取所述项目标识对应的联调测试项目,其中,所述联调测试项目中至少包含:项目标识和模块系统中的模块标识,所述模块标识能够反映模块所需环境。Step 21: Obtain the joint debugging test item corresponding to the project identification from the tracking device according to the determined project identification that uniquely represents the joint debugging test item, wherein the joint debugging test item at least includes: the project identification and the module system The module identification of the module can reflect the required environment of the module.

其实,针对JIRA所能追踪处理的任一项目而言,需要在JIRA中添加需要监控追踪的项目,这些项目可以是联调测试项目,也可以是日常所需要管理监控的其他项目;具体地,添加项目的标题、分配人、项目状态、创建时间等,之后,JIRA根据添加的这些内容自动为该项目生成一项目标识,该项目标识唯一表示该项目;而该项目标识可以具体为字符串序列、二维码或条形码等。In fact, for any project that can be tracked and processed by JIRA, it is necessary to add projects that need to be monitored and tracked in JIRA. These projects can be joint debugging test projects or other projects that need to be managed and monitored on a daily basis; specifically, Add the title, assignee, project status, creation time, etc. of the project, and then JIRA will automatically generate a project identifier for the project based on the added content, which uniquely represents the project; and the project identifier can be specifically a sequence of strings , QR code or barcode, etc.

由于JIRA不仅是对联调测试项目进行追踪管理,还可以对其他类型的项目进行追踪管理,因此,在生成项目标识之后,工作人员根据需求决定是否对该项目进行联调测试管理;例如,若当前添加的项目为联调测试项目,且为当前紧急处理的,则在JIRA生成项目标识后,就可以将该联调测试项目进行联调测试管理。若是其他的非联调测试项目,则可以不对该项目进行处理。Because JIRA not only tracks and manages the joint debugging test project, but also can track and manage other types of projects. Therefore, after the project identification is generated, the staff decides whether to carry out joint debugging test management on the project; for example, if the current The added project is a joint debugging test project and is currently urgently processed. After the project identification is generated by JIRA, the joint debugging test project can be managed by the joint debugging test. For other non-joint debugging test items, this item may not be processed.

具体地,根据确定的唯一表示联调测试项目的项目标识,请求JIRA对外接口获取Http响应,一般情况下,获取到的为脚本信息,因此,联调测试管理装置需要对脚本内容进行分析,从中提取出项目的标题、分配人、项目状态、创建时间等,并保存,其中,该项目标识可通过工作人员在联调测试管理装置的界面进行文字输入,或是通过工作人员的语音输入;由于JIRA中已经添加有联调测试项目且生成一个项目标识,因此,可以通过该项目标识从JIRA中获取相应的联调测试项目,即在JIRA与本发明的联调测试管理装置之间通过项目标识建立关联。Specifically, according to the determined item identifier that uniquely represents the joint debugging test item, request the JIRA external interface to obtain the Http response. Generally, what is obtained is script information. Therefore, the joint debugging test management device needs to analyze the script content, from which Extract the title, assignee, project status, creation time, etc. of the project, and save them, wherein, the project identification can be entered by the staff on the interface of the joint debugging test management device, or through the voice input of the staff; JIRA has added joint debugging test project and generated a project identification, therefore, can obtain corresponding joint debugging test item from JIRA by this project identification, promptly pass project identification between JIRA and the joint debugging test management device of the present invention Make an association.

虽然从JIRA中获取的同样为联调测试项目,但是,由于保存位置以及作用不同,因此,存储的形式也可能有所差异。在本发明的联调测试管理装置中,在通过分析脚本内容提取出该联调测试项目的标题、分配人、项目状态、创建时间等信息之后,可以保存到预设的数据库中,例如:Mysql或者Ms sqlserver或者Oracle等,具体地,可以在该数据库中建立一张仅保存联调测试项目的项目testissue表,参照图3所示,该项目表中有三个联调测试项目,且该项目表中分别存储有每个联调测试项目的项目标识、标题、分配人、项目状态、创建时间、模块标识等信息,其中,以上项目表可以通过以下脚本语句建立:Although the items obtained from JIRA are also joint debugging test projects, due to the different storage locations and functions, the storage forms may also be different. In the joint debugging test management device of the present invention, after extracting the title, assignee, project status, creation time and other information of the joint debugging test project by analyzing the script content, it can be saved in a preset database, for example: Mysql Or Ms sqlserver or Oracle, etc. Specifically, a project testissue table that only saves joint debugging test items can be established in the database. Referring to Figure 3, there are three joint debugging test items in the project table, and the project table The project identification, title, assignee, project status, creation time, module identification and other information of each joint debugging test project are stored in , among which, the above project table can be established through the following script statement:

其实,上述脚本语句仅是作为示例说明项目表的建立方式,本发明并不限于采用其他形式或类型的脚本语句来建立项目表。In fact, the above script statement is only used as an example to illustrate the method of establishing the item list, and the present invention is not limited to using other forms or types of script statements to establish the item list.

由此,通过这种脚本语句的方式将所需要进行联调测试管理的联调测试项目保存到Mysql中,以便于后续使用。Therefore, the joint debugging test items that need to be managed by the joint debugging test are saved in Mysql through this script statement, so as to facilitate subsequent use.

所述联调测试项目中至少包含:项目标识和模块系统中的模块标识。The joint debugging test project at least includes: project identification and module identification in the module system.

步骤22:从预置的模块配置文件集合中选择携带有所述模块标识的模块配置文件,根据所述模块配置文件自动生成环境部署通知信息并发送给用于对所述模块系统进行部署的环境部署方,所述环境部署通知信息用于指示所述环境部署方执行环境部署操作。Step 22: Select the module configuration file carrying the module identifier from the preset module configuration file set, automatically generate environment deployment notification information according to the module configuration file and send it to the environment for deploying the module system The deployment party, the environment deployment notification information is used to instruct the environment deployment party to perform an environment deployment operation.

在本发明中,为了保证所涉及的联调测试项目的管理方案的执行主体能够适用多种类型的模块系统,可以预先在该执行主体中存储可能会涉及到的多个模块的模块配置文件,得到预置的模块配置文件集合。其中,该配置文件能够反映模块所需环境。In the present invention, in order to ensure that the execution subject of the management scheme of the joint debugging test project involved can apply to various types of module systems, module configuration files of multiple modules that may be involved may be stored in the execution subject in advance, Get a collection of preset module configuration files. Among them, the configuration file can reflect the environment required by the module.

具体地,在本步骤22中,从预置的模块配置文件集合中选择携带有步骤21中的模块标识的模块配置文件,根据模块配置文件自动生成环境部署通知信息。由于这些配置文件能够反映模块所需环境,因此,在选择模块配置文件后,即可根据模块配置文件确定出该联调测试项目所需环境信息。接着,可以通过工作人员手动点击发送控件的方式将该环境信息发送出去,以便于环境部署方能够基于接收到的所述环境部署通知信息执行环境部署操作,其中,发送方可以通过手动方式添加。Specifically, in this step 22, the module configuration file carrying the module identifier in step 21 is selected from the preset module configuration file set, and the environment deployment notification information is automatically generated according to the module configuration file. Because these configuration files can reflect the environment required by the module, after the module configuration file is selected, the environment information required for the joint debugging test project can be determined according to the module configuration file. Then, the environment information can be sent out by the staff manually clicking the sending control, so that the environment deployment party can execute the environment deployment operation based on the received environment deployment notification information, wherein the sender can manually add.

通过上述技术方案,利用确定的项目标识从项目与事物追踪装置中获取联调测试项目并保存,然后,根据获取的联调测试项目中包含的模块标识从预置模块配置文件集合中选择相匹配的模块配置文件,以生成用于指示部署方进行环境部署操作的环境部署通知信息,可见,该方案中的环境部署操作不需要工作人员根据主观识别并手工添加环境部署内容,而是根据预置的模块配置文件自动选择匹配生成相应的环境部署内容,从而,减少了人工参与可能会造成的错误,同时,由于自动生成环境部署内容,在环境部署这一环节中的耗时相对减少,由此,提升了联调测试项目的环境部署效率,进而,提升了联调测试项目的管理效率。Through the above technical solution, the joint debugging test project is obtained from the project and thing tracking device by using the determined project identification and saved, and then, according to the module identification contained in the obtained joint debugging test item, the matching is selected from the preset module configuration file set module configuration file to generate environment deployment notification information used to instruct the deployer to perform environment deployment operations. It can be seen that the environment deployment operation in this solution does not require staff to manually add environment deployment content based on subjective identification, but according to the preset The module configuration file automatically selects and matches to generate the corresponding environment deployment content, thus reducing the errors that may be caused by manual participation. At the same time, due to the automatic generation of environment deployment content, the time consumption in the environment deployment is relatively reduced, thus , which improves the environment deployment efficiency of the joint debugging test project, and further improves the management efficiency of the joint debugging test project.

其实,在实施例一中,主要是介绍本发明对联调测试项目的环境部署的管理方案,待部署方根据环境部署通知信息完成对该联调测试项目的环境部署之后,会向连接模块系统的测试方发送环境部署完成的通知,以便于测试人员开始对该联调测试项目中的系统模块进行联调测试。In fact, in the first embodiment, it mainly introduces the management scheme of the present invention for the environment deployment of the joint debugging test project. The tester sends a notification of the completion of the environment deployment, so that the tester can start the joint debugging test of the system modules in the joint debugging test project.

然而,考虑到现有的联调测试项目的进度周知方式是:通过工作人员手动输入项目标识查询得到联调测试情况,例如,查询缺陷;并手动将联调测试情况编写到邮件中通知给相关工作人员。However, considering that the progress of the existing joint debugging test project is known in the following way: the staff manually enters the project identification query to obtain the joint debugging test situation, for example, querying defects; and manually writes the joint debugging test situation into an email to notify the relevant staff member.

可选地,为了能够更为便捷的实现联调测试情况的周知,在联调测试开始后,所述方法还包括:Optionally, in order to more conveniently realize the knowledge of the joint debugging test situation, after the joint debugging test starts, the method further includes:

从追踪装置中获取所述项目标识对应的联调测试项目在当前被测试出的缺陷,其中,缺陷中包含项目标识和缺陷状态,且项目标识是在测试方提取缺陷时添加到缺陷中的;展示缺陷,并将缺陷状态为未解决的缺陷通知给相关工作方。其实,在该申请方案中,可具体从追踪装置的搜索接口中获取当前被测试出的缺陷,或者,通过共享的方式获取当前被测试出的缺陷。Acquiring from the tracking device the currently tested defect of the joint debugging test item corresponding to the item identification, wherein the defect includes the item identification and the defect state, and the item identification is added to the defect when the tester extracts the defect; Show bugs and notify relevant working parties of bugs whose bug status is unresolved. In fact, in this application solution, the currently tested defects can be obtained specifically from the search interface of the tracking device, or the currently tested defects can be obtained through sharing.

需要说明的是,在联调测试开始之后,测试人员会从测试过程中提取出缺陷bug,其中,每个缺陷中包含缺陷标题、分配人、缺陷级别、缺陷状态、创建时间、解决结果等信息;区别于现有技术的是,测试人员在提取缺陷后,发送至JIRA之前,还会在该缺陷中添加项目标识,以便于能够基于联调测试项目的维度对联调测试中出现的bug等进行展示、统计。同时,测试人员在提取缺陷之后,还可以分析该缺陷所产生的模块位置,并将确定出的模块标识添加到缺陷中,以便于后续统计缺陷,并定位缺陷产生的模块。It should be noted that after the joint debugging test starts, the tester will extract the defect bug from the test process, where each defect contains information such as the defect title, assignee, defect level, defect status, creation time, and resolution results ; Different from the prior art, after the tester extracts the defect, before sending it to JIRA, he will also add a project identifier to the defect, so that the bugs that appear in the joint debugging test can be analyzed based on the dimensions of the joint debugging test project. display, statistics. At the same time, after extracting the defect, the tester can also analyze the position of the module generated by the defect, and add the determined module identifier to the defect, so as to facilitate subsequent statistics of defects and locate the module where the defect occurred.

具体地,调用JIRA的搜索接口,获取到包含有上述确定的项目标识的所有缺陷,该并分析html等脚本内容,从中获取每个缺陷的标题、分配人、缺陷级别、缺陷状态、创建时间、解决结果等信息,参照图4可知,该窗口显示的为项目标识为“WEIBOCURLE”的所有缺陷。与图3中的项目表类似,该缺陷bug表也可以存储在Mysql一类的数据库中,其中,缺陷表可以通过以下脚本语句建立:Specifically, call the search interface of JIRA to obtain all defects containing the above-identified project identifiers, and analyze the script content such as html to obtain the title, assignee, defect level, defect status, creation time, As for information such as resolution results, referring to Figure 4, we can see that this window displays all defects whose project identifier is "WEIBOCURLE". Similar to the project table in Figure 3, the defect bug table can also be stored in a database such as Mysql, wherein the defect table can be established by the following script statement:

其实,上述脚本语句仅是作为示例说明缺陷表的建立方式,本发明并不限于采用其他形式或类型的脚本语句来建立缺陷表。In fact, the above script statement is only used as an example to illustrate the way of establishing the defect list, and the present invention is not limited to using other forms or types of script statements to establish the defect list.

在将获取到的所有缺陷保存之后,为了便于工作人员观察缺陷,可以将所有缺陷以图4所示的缺陷表的形式进行展示;而且,由于缺陷中包含有缺陷状态,因此,在展示缺陷的同时,还可以从Mysql数据库中识别缺陷状态为未解决的所有缺陷,并组织成消息发送给相关工作方,例如,可以组织成邮件内容为缺陷状态为未解决的所有缺陷的邮件,并发送给组内工作人员或者管理人员,从而,实现联调测试情况的自动周知,避免工作人员手动搜索缺陷以及手动编写邮件进行周知,提高联调测试管理效率。After saving all the obtained defects, in order to make it easier for the staff to observe the defects, all the defects can be displayed in the form of the defect table shown in Figure 4; At the same time, it can also identify all defects whose defect status is unresolved from the Mysql database, and organize them into messages and send them to relevant working parties. The staff or management personnel in the group can realize the automatic notification of the joint debugging test situation, avoid the staff to manually search for defects and manually write emails for notification, and improve the joint debugging test management efficiency.

可选地,在本发明实施例中,模块配置文件中关联有环境部署方标识;那么,步骤22中根据所述模块配置文件自动生成环境部署通知信息,具体可执行为:分析模块配置文件,自动生成环境部署邮件的邮件内容,该邮件内容中携带有模块所需环境;根据环境部署方标识,自动生成与环境部署方标识对应的收件地址。其中邮件内容以及收件地址都是自动生成的,避免了人工手动生成邮件的操作,提升了联调测试的管理效率。Optionally, in the embodiment of the present invention, the module configuration file is associated with an environment deployment party identifier; then, in step 22, the environment deployment notification information is automatically generated according to the module configuration file, which can be specifically executed as: analyzing the module configuration file, Automatically generate the email content of the environment deployment email, which contains the environment required by the module; according to the environment deployment party ID, automatically generate the receiving address corresponding to the environment deployment party ID. The email content and recipient address are automatically generated, which avoids the manual operation of generating emails and improves the management efficiency of joint debugging tests.

可选地,在本发明实施例中,为了能够对联调测试的环境部署耗时进行统计,还可以接收环境部署方在完成环境部署后返回的完成时间,并添加到联调测试项目中。具体地,在联调测试的环境部署完成之后,会将完成时间添加到该联调测试项目的项目表的`preenvend`中,以表示该联调测试项目的环境部署完毕,可以开始进行联调测试。Optionally, in the embodiment of the present invention, in order to be able to make statistics on the time-consuming environment deployment of the joint debugging test, the completion time returned by the environment deployer after completing the environment deployment may also be received and added to the joint debugging test project. Specifically, after the environment deployment of the joint debugging test is completed, the completion time will be added to `preenvend` in the item table of the joint debugging test project to indicate that the environment deployment of the joint debugging test project is completed and the joint debugging can start test.

可选地,在联调测试过程中,还可以周期性监听JIRA中的至少一个缺陷的缺陷状态,若至少一个缺陷的缺陷状态与当前存储的第一缺陷的缺陷状态不一致,则将当前存储的第一缺陷的缺陷状态更新为监听到的第一缺陷的缺陷状态,并维护第一缺陷的更新完成时间,需要说明的是,所述更新完成时间是指第一缺陷的缺陷状态更新完成的时刻。具体地,可将更新完成时间添加到缺陷表的`updated`中,以表示该缺陷的最后一次更新时间。Optionally, during the joint debugging test, the defect status of at least one defect in JIRA can also be periodically monitored. If the defect status of at least one defect is inconsistent with the currently stored defect status of the first defect, the currently stored The defect state of the first defect is updated to the detected defect state of the first defect, and the update completion time of the first defect is maintained. It should be noted that the update completion time refers to the moment when the update of the defect state of the first defect is completed . Specifically, the update completion time can be added to `updated` in the defect table to indicate the last update time of the defect.

可选地,在本发明实施例中,针对保存的至少一个未关闭的缺陷,若至少一个未关闭的缺陷中的第一缺陷保持当前缺陷状态超过预定时长,则将第一缺陷的缺陷状态更新为关闭,并维护第一缺陷的关闭时间;举例说明,当其中一缺陷保持开放状态open已经持续3天,那么,就可以关闭该缺陷,即将该缺陷的状态修改为非开放状态中的closed;并将关闭时间t1添加到缺陷中,即将t1添加到`closetime`中。其中,所述关闭时间是指关闭缺陷的时刻。Optionally, in this embodiment of the present invention, for at least one unclosed defect saved, if the first defect in the at least one unclosed defect maintains the current defect state for more than a predetermined period of time, update the defect state of the first defect To close and maintain the closing time of the first defect; for example, when one of the defects remains open for 3 days, then the defect can be closed, that is, the state of the defect can be changed to closed in the non-open state; And add the close time t1 to the defect, that is, add t1 to `closetime`. Wherein, the closing time refers to the moment when the defect is closed.

针对保存的至少一个联调测试项目,若至少一个联调测试项目中的第一联调测试项目的所有缺陷的缺陷状态均为关闭,且持续时间超过预定时长,则将第一联调测试项目中的项目状态更新为关闭,并维护联调测试项目的关闭时间。举例说明,当其中一联调测试项目的所有缺陷均为关闭,且保持开放状态open已经持续3天,那么,就可以关闭该联调测试项目,即将该联调测试项目的状态修改为非开放状态中的closed;并将关闭时间t2添加到联调测试项目中,即将t2添加到`endissuetime`中。For at least one joint debugging test item saved, if the defect status of all defects of the first joint debugging test item in at least one joint debugging test item is closed, and the duration exceeds the predetermined duration, the first joint debugging test item will be The status of the project in is updated to closed, and the closing time of the joint debugging test project is maintained. For example, when all defects of one of the joint debugging test items are closed, and the open state has been open for 3 days, then the joint debugging test item can be closed, that is, the status of the joint debugging test item is changed to non-open Closed in the status; and add the closing time t2 to the joint debugging test project, that is, add t2 to `endissuetime`.

可选地,在至少一个联调测试项目的联调测试结束后,还可以基于联调测试项目的维度进行统计,具体地:分析所述联调测试项目在联调测试结束后保存的所有缺陷;统计所述联调测试项目的联调测试情况;其中,所述联调测试情况至少包含以下一种或多种:缺陷级别、缺陷的产生模块、缺陷的产生时间、缺陷的解决时间以及缺陷的解决结果。或者是Mysql数据库中的其他关于联调测试项目的信息,例如该联调测试项目的环境部署耗时;总之,通过这些统计结果能够便于统计本次项目的开发质量,以及缺陷修复效率,和主要产生缺陷的模块。Optionally, after the joint debugging test of at least one joint debugging test item is finished, statistics can also be performed based on the dimensions of the joint debugging test item, specifically: analyze all the defects saved by the joint debugging test item after the joint debugging test ends ;Statistics of the joint debugging test situation of the joint debugging test project; wherein, the joint debugging test situation includes at least one or more of the following: defect level, defect generation module, defect generation time, defect resolution time and defect solution results. Or other information about the joint debugging test project in the Mysql database, such as the time-consuming environment deployment of the joint debugging test project; in short, through these statistical results, it is convenient to count the development quality of this project, the efficiency of defect repair, and the main The defective module.

可选地,在至少两个联调测试项目的联调测试结束后,还可以基于统计出的多个联调测试项目对一段时期内的整体联调测试情况进行统计,具体地:分析所述至少两个联调测试项目以及所述至少两个联调测试项目在联调测试结束后保存的所有缺陷;统计所述至少两个联调测试项目的整体联调测试情况;其中,所述整体联调测试情况至少包含以下一种或多种:环境部署总时长、联调测试总时长、缺陷总数量、缺陷的产生模块。进而,通过统计这些内容,以获知该时期内联调测试项目的整体情况和总耗时。Optionally, after the joint debugging test of at least two joint debugging test items is completed, statistics can also be made on the overall joint debugging test situation in a period of time based on the statistically calculated multiple joint debugging test items, specifically: analyze the At least two joint debugging test items and all defects of the at least two joint debugging test items saved after the joint debugging test; statistics of the overall joint debugging test situation of the at least two joint debugging test items; wherein, the overall The joint debugging test situation includes at least one or more of the following: the total time of environment deployment, the total time of joint debugging test, the total number of defects, and the defect generation module. Furthermore, by counting these contents, the overall situation and total time-consuming of the joint debugging test project in this period can be known.

实施例二Embodiment two

与上述联调测试的管理方法属于同一发明构思,本发明实施例还提供了一种联调测试的管理装置。It belongs to the same inventive concept as the management method of the joint debugging test described above, and an embodiment of the present invention also provides a management device for the joint debugging test.

参照图5所示,为本发明实施例提供的一种联调测试管理装置的结构示意图,该装置主要包括以下功能单元:Referring to Figure 5, it is a schematic structural diagram of a joint debugging test management device provided by an embodiment of the present invention. The device mainly includes the following functional units:

第一获取单元51,用于根据确定的唯一表示联调测试项目的项目标识,从追踪装置中获取所述项目标识对应的联调测试项目,其中,所述联调测试项目中至少包含:项目标识和模块系统中的模块标识;The first obtaining unit 51 is configured to acquire the joint debugging test item corresponding to the project identification from the tracking device according to the determined project identification uniquely representing the joint debugging test item, wherein the joint debugging test item includes at least: item Identification and module identification in the module system;

生成单元52,用于从预置的模块配置文件集合中选择携带有所述模块标识的模块配置文件,根据所述模块配置文件自动生成环境部署通知信息并发送给用于对所述模块系统进行部署的环境部署方,所述环境部署通知信息用于指示所述环境部署方执行环境部署操作。The generating unit 52 is configured to select the module configuration file carrying the module identifier from the preset module configuration file set, automatically generate environment deployment notification information according to the module configuration file and send it to the module system for The deployed environment deployer, the environment deployment notification information is used to instruct the environment deployer to perform an environment deployment operation.

可选地,所述装置还包括:Optionally, the device also includes:

通知单元,用于在环境部署操作完成之后,通知连接所述模块系统的测试方进行联调测试操作;以及,a notification unit, configured to notify the tester connected to the module system to perform a joint debugging test operation after the environment deployment operation is completed; and,

第二获取单元,用于在联调测试开始后,从所述追踪装置中获取所述项目标识对应的联调测试项目在当前被测试出的缺陷,其中,所述缺陷中包含项目标识和缺陷状态,且所述项目标识是在所述测试方提取缺陷时添加到所述缺陷中的;The second acquisition unit is configured to obtain from the tracking device the currently tested defects of the joint debugging test project corresponding to the project identification after the joint debugging test starts, wherein the defects include the project identification and the defect status, and the project identifier is added to the defect when the tester extracts the defect;

处理单元,用于展示缺陷,并将缺陷状态为未解决的缺陷通知给所述模块系统连接的工作方。The processing unit is used for displaying the defect, and notifying the working party connected to the module system that the defect status is unresolved.

可选地,所述模块配置文件中关联有环境部署方标识;Optionally, the module configuration file is associated with an environment deployer identifier;

所述生成单元,具体用于:The generating unit is specifically used for:

分析所述模块配置文件,自动生成环境部署邮件的邮件内容,所述邮件内容中携带有模块所需环境;Analyze the module configuration file, automatically generate the email content of the environment deployment email, and the email content carries the environment required by the module;

根据所述环境部署方标识,自动生成与所述环境部署方标识对应的收件地址。According to the environment deployer identifier, automatically generate a recipient address corresponding to the environment deployer identifier.

可选地,所述装置还包括:Optionally, the device also includes:

接收单元,用于接收环境部署方在完成环境部署之后返回的完成时间,并添加到所述联调测试项目中。The receiving unit is configured to receive the completion time returned by the environment deployment party after completing the environment deployment, and add it to the joint debugging test item.

可选地,所述装置还包括:Optionally, the device also includes:

监听单元,用于在联调测试过程中,周期性监听所述追踪装置中的至少一个缺陷的缺陷状态;A monitoring unit, configured to periodically monitor the defect state of at least one defect in the tracking device during the joint debugging test;

更新单元,用于在所述至少一个缺陷中第一缺陷的缺陷状态与当前存储的第一缺陷的缺陷状态不一致时,将当前存储的第一缺陷的缺陷状态更新为监听到的第一缺陷的缺陷状态,并维护第一缺陷的更新完成时间。An update unit, configured to update the currently stored defect state of the first defect to the detected first defect state when the defect state of the first defect in the at least one defect is inconsistent with the currently stored defect state of the first defect defect status, and maintains an updated completion time for the first defect.

可选地,所述更新单元,还用于针对保存的至少一个未关闭的缺陷,当所述至少一个未关闭的缺陷中第一缺陷保持当前缺陷状态超过预定时长时,将所述第一缺陷的缺陷状态更新为关闭,并维护所述第一缺陷的关闭时间;Optionally, the update unit is further configured to, for the stored at least one unclosed defect, when the first defect in the at least one unclosed defect maintains the current defect state for more than a predetermined period of time, update the first defect update the bug status to closed, and maintain the closing time of the first bug;

所述更新单元,还用于针对保存的至少一个联调测试项目,当所述至少一个联调测试项目中第一联调测试项目的所有缺陷的缺陷状态均为关闭,且持续时间超过预定时长时,将所述第一联调测试项目中的项目状态更新为关闭,并维护所述联调测试项目的关闭时间。The update unit is also used for at least one joint debugging test item saved, when the defect status of all defects of the first joint debugging test item in the at least one joint debugging test item is closed, and the duration exceeds a predetermined duration , update the item status in the first joint debugging test item to closed, and maintain the closing time of the joint debugging test item.

可选地,所述装置还包括:Optionally, the device also includes:

统计单元,用于在至少一个联调测试项目的联调测试结束后,分析所述联调测试项目在联调测试结束后保存的缺陷;以及,用于统计所述联调测试项目的联调测试情况;The statistics unit is used to analyze the defects saved by the joint debugging test item after the joint debugging test of the joint debugging test item after the joint debugging test of at least one joint debugging test item; test situation;

其中,所述联调测试情况至少包含以下一种或多种:缺陷级别、缺陷的产生模块、缺陷的产生时间、缺陷的解决时间以及缺陷的解决结果。Wherein, the joint debugging test situation includes at least one or more of the following: defect level, defect generation module, defect generation time, defect resolution time, and defect resolution result.

可选地,所述装置还包括:Optionally, the device also includes:

统计单元,用于在至少两个联调测试项目的联调测试结束后,分析所述至少两个联调测试项目以及所述至少两个联调测试项目在联调测试结束后保存的缺陷;以及,用于统计所述至少两个联调测试项目的整体联调测试情况;A statistical unit, configured to analyze the at least two joint debugging test items and the defects saved by the at least two joint debugging test items after the joint debugging test ends after the joint debugging test of the at least two joint debugging test items ends; And, it is used to count the overall joint debugging test situation of the at least two joint debugging test items;

其中,所述整体联调测试情况至少包含以下一种或多种:环境部署总时长、联调测试总时长、缺陷总数量、缺陷的产生模块。Wherein, the overall joint debugging test situation includes at least one or more of the following: total duration of environment deployment, total duration of joint debugging test, total number of defects, and defect generation modules.

通过以上技术方案,利用确定的项目标识从项目与事物追踪装置中获取联调测试项目并保存,然后,根据获取的联调测试项目中包含的模块标识从预置模块配置文件集合中选择相匹配的模块配置文件,以生成用于指示部署方进行环境部署操作的环境部署通知信息,可见,该方案中的环境部署操作不需要工作人员根据主观识别并手工添加环境部署内容,而是根据预置的模块配置文件自动选择匹配生成相应的环境部署内容,从而,减少了人工参与可能会造成的错误,同时,由于自动生成环境部署内容,在环境部署这一环节中的耗时相对减少,由此,提升了联调测试项目的环境部署效率,进而,提升了联调测试项目的管理效率。而且,还可以自动搜索并展示联调测试项目的缺陷,并将未解决的缺陷自动发送给相关工作人员,从而,提升了周知的效率。另外,还可以基于多种维度对联调测试项目以及缺陷进行统计,便于发现联调测试项目的问题,有利于改进联调测试项目。Through the above technical solution, use the determined project identifier to obtain and save the joint debugging test project from the project and thing tracking device, and then select the matching module from the preset module configuration file set according to the module identifier contained in the obtained joint debugging test project module configuration file to generate environment deployment notification information used to instruct the deployer to perform environment deployment operations. It can be seen that the environment deployment operation in this solution does not require staff to manually add environment deployment content based on subjective identification, but according to the preset The module configuration file automatically selects and matches to generate the corresponding environment deployment content, thus reducing the errors that may be caused by manual participation. At the same time, due to the automatic generation of environment deployment content, the time consumption in the environment deployment is relatively reduced, thus , which improves the environment deployment efficiency of the joint debugging test project, and further improves the management efficiency of the joint debugging test project. Moreover, it can also automatically search and display the defects of the joint debugging test project, and automatically send the unresolved defects to the relevant staff, thereby improving the efficiency of public awareness. In addition, it is also possible to make statistics on joint debugging test items and defects based on multiple dimensions, which is convenient for finding problems in joint debugging test items and improving joint debugging test items.

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

本发明是参照根据本发明实施例的方法、设备(系统)、和计算机程序产品的流程图和/或方框图来描述的。应理解可由计算机程序指令实现流程图和/或方框图中的每一流程和/或方框、以及流程图和/或方框图中的流程和/或方框的结合。可提供这些计算机程序指令到通用计算机、专用计算机、嵌入式处理机或其他可编程数据处理设备的处理器以产生一个机器,使得通过计算机或其他可编程数据处理设备的处理器执行的指令产生用于实现在流程图一个流程或多个流程和/或方框图一个方框或多个方框中指定的功能的装置。The present invention is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the invention. It should be understood that each procedure and/or block in the flowchart and/or block diagram, and a combination of procedures and/or blocks in the flowchart and/or block diagram can be realized by computer program instructions. These computer program instructions may be provided to a general purpose computer, special purpose computer, embedded processor, or processor of other programmable data processing equipment to produce a machine such that the instructions executed by the processor of the computer or other programmable data processing equipment produce a An apparatus for realizing the functions specified in one or more procedures of the flowchart and/or one or more blocks of the 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 operate in a specific manner, such that the instructions stored in the computer-readable memory produce an article of manufacture comprising instruction means, the instructions The device realizes the function specified in one or more procedures of the flowchart and/or one or more blocks of the block diagram.

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

在一个典型的配置中,计算设备包括一个或多个处理器(CPU)、输入/输出接口、网络接口和内存。In a typical configuration, a computing device includes one or more processors (CPUs), input/output interfaces, network interfaces, and memory.

内存可能包括计算机可读介质中的非永久性存储器,随机存取存储器(RAM)和/或非易失性内存等形式,如只读存储器(ROM)或闪存(flash RAM)。内存是计算机可读介质的示例。Memory may include non-permanent storage in computer readable media, in the form of random access memory (RAM) and/or nonvolatile memory such as read only memory (ROM) or flash RAM. Memory is an example of computer readable media.

计算机可读介质包括永久性和非永久性、可移动和非可移动媒体可以由任何方法或技术来实现信息存储。信息可以是计算机可读指令、数据结构、程序的模块或其他数据。计算机的存储介质的例子包括,但不限于相变内存(PRAM)、静态随机存取存储器(SRAM)、动态随机存取存储器(DRAM)、其他类型的随机存取存储器(RAM)、只读存储器(ROM)、电可擦除可编程只读存储器(EEPROM)、快闪记忆体或其他内存技术、只读光盘只读存储器(CD-ROM)、数字多功能光盘(DVD)或其他光学存储、磁盒式磁带,磁带磁磁盘存储或其他磁性存储设备或任何其他非传输介质,可用于存储可以被计算设备访问的信息。按照本文中的界定,计算机可读介质不包括暂存电脑可读媒体(transitory media),如调制的数据信号和载波。Computer-readable media, including both permanent and non-permanent, removable and non-removable media, can be implemented by any method or technology for storage of information. Information may be computer readable instructions, data structures, modules of a program, or other data. Examples of computer storage media include, but are not limited to, phase change memory (PRAM), static random access memory (SRAM), dynamic random access memory (DRAM), other types of random access memory (RAM), read only memory (ROM), Electrically Erasable Programmable Read-Only Memory (EEPROM), Flash memory or other memory technology, Compact Disc Read-Only Memory (CD-ROM), Digital Versatile Disc (DVD) or other optical storage, Magnetic tape cartridge, tape magnetic disk storage or other magnetic storage device or any other non-transmission medium that can be used to store information that can be accessed by a computing device. As defined herein, computer-readable media excludes transitory computer-readable media, such as modulated data signals and carrier waves.

还需要说明的是,术语“包括”、“包含”或者其任何其他变体意在涵盖非排他性的包含,从而使得包括一系列要素的过程、方法、商品或者设备不仅包括那些要素,而且还包括没有明确列出的其他要素,或者是还包括为这种过程、方法、商品或者设备所固有的要素。在没有更多限制的情况下,由语句“包括一个……”限定的要素,并不排除在包括所述要素的过程、方法、商品或者设备中还存在另外的相同要素。It should also be noted that the term "comprises", "comprises" or any other variation thereof is intended to cover a non-exclusive inclusion such that a process, method, article, or apparatus comprising a set of elements includes not only those elements, but also includes Other elements not expressly listed, or elements inherent in the process, method, commodity, or apparatus are also included. Without further limitations, an element defined by the phrase "comprising a ..." does not exclude the presence of additional identical elements in the process, method, article or apparatus comprising said element.

以上所述仅为本申请的实施例而已,并不用于限制本申请。对于本领域技术人员来说,本申请可以有各种更改和变化。凡在本申请的精神和原理之内所作的任何修改、等同替换、改进等,均应包含在本申请的权利要求范围之内。The above descriptions are only examples of the present application, and are not intended to limit the present application. For those skilled in the art, various modifications and changes may occur in this application. Any modification, equivalent replacement, improvement, etc. made within the spirit and principle of the present application shall be included within the scope of the claims of the present application.

Claims (16)

Translated fromChinese
1.一种联调测试的管理方法,其特征在于,包括:1. A management method of joint debugging test, characterized in that, comprising:根据确定的唯一表示联调测试项目的项目标识,从追踪装置中获取所述项目标识对应的联调测试项目,其中,所述联调测试项目中至少包含:项目标识和模块系统中的模块标识;According to the determined project identification that uniquely represents the joint debugging test item, the joint debugging test item corresponding to the project identification is obtained from the tracking device, wherein the joint debugging test item includes at least: the project identification and the module identification in the module system ;从预置的模块配置文件集合中选择携带有所述模块标识的模块配置文件,根据所述模块配置文件自动生成环境部署通知信息并发送给用于对所述模块系统进行部署的环境部署方,所述环境部署通知信息用于指示所述环境部署方执行环境部署操作。Select the module configuration file carrying the module identifier from the preset module configuration file set, automatically generate environment deployment notification information according to the module configuration file and send it to the environment deployer for deploying the module system, The environment deployment notification information is used to instruct the environment deployment party to perform an environment deployment operation.2.如权利要求1所述的方法,其特征在于,所述方法还包括:2. The method of claim 1, further comprising:在环境部署操作完成之后,通知连接所述模块系统的测试方进行联调测试操作;After the environment deployment operation is completed, notify the tester connected to the module system to perform joint debugging test operation;以及,as well as,从所述追踪装置中获取所述项目标识对应的联调测试项目在联调测试时被测试出的缺陷,其中,所述缺陷中包含项目标识和缺陷状态,且所述项目标识是在所述测试方提取缺陷时添加到所述缺陷中的;Obtain from the tracking device the defects that are tested during the joint debugging test project corresponding to the project identifier, wherein the defect includes the project identifier and defect status, and the project identifier is in the Added to said defects when the testing party extracts them;展示所述缺陷,并将缺陷状态为未解决的缺陷通知给与所述模块系统连接的工作方。Exposing the defect and notifying the worker connected to the module system that the defect status is unresolved.3.如权利要求1所述的方法,其特征在于,所述模块配置文件中关联有环境部署方标识;3. The method according to claim 1, wherein the module configuration file is associated with an environment deployer identifier;根据所述模块配置文件自动生成环境部署通知信息,具体包括:Automatically generate environment deployment notification information according to the module configuration file, specifically including:分析所述模块配置文件,自动生成环境部署邮件的邮件内容,所述邮件内容中携带有模块所需环境;Analyze the module configuration file, automatically generate the email content of the environment deployment email, and the email content carries the environment required by the module;根据所述环境部署方标识,自动生成与所述环境部署方标识对应的收件地址。According to the environment deployer identifier, automatically generate a recipient address corresponding to the environment deployer identifier.4.如权利要求1所述的方法,其特征在于,4. The method of claim 1, wherein,所述方法还包括:接收所述环境部署方在完成环境部署后返回的完成时间,并添加到所述联调测试项目中。The method further includes: receiving the completion time returned by the environment deployment party after completing the environment deployment, and adding it to the joint debugging test item.5.如权利要求2所述的方法,其特征在于,在联调测试过程中,所述方法还包括:5. The method according to claim 2, wherein, during the joint debugging test, the method further comprises:周期性监听所述追踪装置中至少一个缺陷的缺陷状态;periodically monitoring the defect status of at least one defect in the tracking device;若所述至少一个缺陷中第一缺陷的缺陷状态与当前存储的所述第一缺陷的缺陷状态不一致,则将当前存储的所述第一缺陷的缺陷状态更新为监听到的所述第一缺陷的缺陷状态,并维护所述第一缺陷的更新完成时间。If the defect state of the first defect in the at least one defect is inconsistent with the currently stored defect state of the first defect, updating the currently stored defect state of the first defect to the detected first defect defect state, and maintains the updated completion time of the first defect.6.如权利要求5所述的方法,其特征在于,6. The method of claim 5, wherein,针对保存的至少一个未关闭的缺陷,若所述至少一个未关闭的缺陷中第一缺陷保持当前缺陷状态超过预定时长,则将所述第一缺陷的缺陷状态更新为关闭,并维护所述第一缺陷的关闭时间;For the saved at least one unclosed defect, if the first defect of the at least one unclosed defect maintains the current defect state for more than a predetermined period of time, update the defect state of the first defect to closed, and maintain the first defect state. the closing time of a defect;针对保存的至少一个联调测试项目,若所述至少一个联调测试项目中第一联调测试项目的所有缺陷的缺陷状态均为关闭,且持续时间超过预定时长,则将所述第一联调测试项目中的项目状态更新为关闭,并维护所述联调测试项目的关闭时间。For the saved at least one joint debugging test item, if the defect status of all the defects of the first joint debugging test item in the at least one joint debugging test item is closed, and the duration exceeds the predetermined duration, then the first joint debugging test item will be deleted. The project status in the debugging test project is updated to closed, and the closing time of the joint debugging test project is maintained.7.如权利要求1-6任一项所述的方法,其特征在于,7. The method according to any one of claims 1-6, characterized in that,在至少一个联调测试项目的联调测试结束后,所述方法还包括:After the joint debugging test of at least one joint debugging test item ends, the method also includes:分析所述联调测试项目在联调测试结束后保存的缺陷;Analyzing the defects saved in the joint debugging test project after the joint debugging test;统计所述联调测试项目的联调测试情况;Make statistics on the joint debugging test situation of the joint debugging test items;其中,所述联调测试情况至少包含以下一种或多种:缺陷级别、缺陷的产生模块、缺陷的产生时间、缺陷的解决时间以及缺陷的解决结果。Wherein, the joint debugging test situation includes at least one or more of the following: defect level, defect generation module, defect generation time, defect resolution time, and defect resolution result.8.如权利要求1-6任一项所述的方法,其特征在于,8. The method according to any one of claims 1-6, wherein在至少两个联调测试项目的联调测试结束后,所述方法还包括:After the joint debugging test of at least two joint debugging test items ends, the method also includes:分析所述至少两个联调测试项目以及所述至少两个联调测试项目在联调测试结束后保存的缺陷;Analyzing the at least two joint debugging test items and the defects saved after the joint debugging test ends for the at least two joint debugging test items;统计所述至少两个联调测试项目的整体联调测试情况;Statistics of the overall joint debugging test situation of the at least two joint debugging test items;其中,所述整体联调测试情况至少包含以下一种或多种:环境部署总时长、联调测试总时长、缺陷总数量、缺陷的产生模块。Wherein, the overall joint debugging test situation includes at least one or more of the following: total duration of environment deployment, total duration of joint debugging test, total number of defects, and defect generation modules.9.一种联调测试的管理装置,其特征在于,包括:9. A management device for joint debugging test, characterized in that it comprises:第一获取单元,用于根据确定的唯一表示联调测试项目的项目标识,从追踪装置中获取所述项目标识对应的联调测试项目,其中,所述联调测试项目中至少包含:项目标识和模块系统中的模块标识;The first acquisition unit is configured to acquire the joint debugging test item corresponding to the project identification from the tracking device according to the determined item identification uniquely representing the joint debugging test item, wherein the joint debugging test item at least includes: the item identification and module identification in the module system;生成单元,用于从预置的模块配置文件集合中选择携带有所述模块标识的模块配置文件,根据所述模块配置文件自动生成环境部署通知信息并发送给用于对所述模块系统进行部署的环境部署方,所述环境部署通知信息用于指示所述环境部署方执行环境部署操作。A generating unit, configured to select a module configuration file carrying the module identifier from a preset module configuration file set, automatically generate environment deployment notification information according to the module configuration file and send it to the module system for deploying the module system The environment deployment party, the environment deployment notification information is used to instruct the environment deployment party to perform an environment deployment operation.10.如权利要求9所述的装置,其特征在于,所述装置还包括:10. The device of claim 9, further comprising:通知单元,用于在环境部署操作完成之后,通知连接所述模块系统的测试方进行联调测试操作;The notification unit is used to notify the tester connected to the module system to perform the joint debugging test operation after the environment deployment operation is completed;以及,as well as,第二获取单元,用于从所述追踪装置中获取所述项目标识对应的联调测试项目在联调测试时被测试出的缺陷,其中,所述缺陷中包含项目标识和缺陷状态,且所述项目标识是在所述测试方提取缺陷时添加到所述缺陷中的;The second obtaining unit is used to obtain from the tracking device the defects that are tested during the joint debugging test project corresponding to the project identification, wherein the defects include project identification and defect status, and the The item identification is added to the defect when the tester extracts the defect;处理单元,用于展示所述缺陷,并将缺陷状态为未解决的缺陷通知给与所述模块系统连接的工作方。The processing unit is configured to display the defect, and notify a working party connected to the module system that the defect status is unresolved.11.如权利要求9所述的装置,其特征在于,所述模块配置文件中关联有环境部署方标识;11. The device according to claim 9, wherein the module configuration file is associated with an environment deployer identifier;所述生成单元,具体用于:The generating unit is specifically used for:分析所述模块配置文件,自动生成环境部署邮件的邮件内容,所述邮件内容中携带有模块所需环境;Analyze the module configuration file, automatically generate the email content of the environment deployment email, and the email content carries the environment required by the module;根据所述环境部署方标识,自动生成与所述环境部署方标识对应的收件地址。According to the environment deployer identifier, automatically generate a recipient address corresponding to the environment deployer identifier.12.如权利要求9所述的装置,其特征在于,所述装置还包括:12. The device of claim 9, further comprising:接收单元,用于接收所述环境部署方在完成环境部署后返回的完成时间,并添加到所述联调测试项目中。The receiving unit is configured to receive the completion time returned by the environment deployment party after completing the environment deployment, and add it to the joint debugging test item.13.如权利要求10所述的装置,其特征在于,所述装置还包括:13. The device of claim 10, further comprising:监听单元,用于在联调测试过程中,周期性监听所述追踪装置中的至少一个缺陷的缺陷状态;A monitoring unit, configured to periodically monitor the defect state of at least one defect in the tracking device during the joint debugging test;更新单元,用于在所述至少一个缺陷中第一缺陷的缺陷状态与当前存储的所述第一缺陷的缺陷状态不一致时,将当前存储的所述第一缺陷的缺陷状态更新为监听到的所述第一缺陷的缺陷状态,并维护所述第一缺陷的更新完成时间。An updating unit, configured to update the currently stored defect status of the first defect to the detected defect status when the defect status of the first defect in the at least one defect is inconsistent with the currently stored defect status of the first defect The defect status of the first defect is maintained, and the update completion time of the first defect is maintained.14.如权利要求13所述的装置,其特征在于,14. The apparatus of claim 13, wherein所述更新单元,还用于针对保存的至少一个未关闭的缺陷,当所述至少一个未关闭的缺陷中第一缺陷保持当前缺陷状态超过预定时长时,将所述第一缺陷的缺陷状态更新为关闭,并维护所述第一缺陷的关闭时间;The update unit is further configured to update the defect state of the first defect when the first defect in the at least one unclosed defect remains in the current defect state for more than a predetermined period of time for the stored at least one unclosed defect for closing, and maintaining the closing time of said first defect;所述更新单元,还用于针对保存的至少一个联调测试项目,当所述至少一个联调测试项目中第一联调测试项目的所有缺陷的缺陷状态均为关闭,且持续时间超过预定时长时,将所述第一联调测试项目中的项目状态更新为关闭,并维护所述联调测试项目的关闭时间。The update unit is also used for at least one joint debugging test item saved, when the defect status of all defects of the first joint debugging test item in the at least one joint debugging test item is closed, and the duration exceeds a predetermined duration , update the item status in the first joint debugging test item to closed, and maintain the closing time of the joint debugging test item.15.如权利要求9-14任一项所述的装置,其特征在于,还包括:15. The device according to any one of claims 9-14, further comprising:统计单元,用于在至少一个联调测试项目的联调测试结束后,分析所述联调测试项目在联调测试结束后保存的缺陷;以及,用于The statistics unit is used to analyze the defects saved by the joint debugging test item after the joint debugging test ends after the joint debugging test of at least one joint debugging test item; and, for统计所述联调测试项目的联调测试情况;Make statistics on the joint debugging test situation of the joint debugging test items;其中,所述联调测试情况至少包含以下一种或多种:缺陷级别、缺陷的产生模块、缺陷的产生时间、缺陷的解决时间以及缺陷的解决结果。Wherein, the joint debugging test situation includes at least one or more of the following: defect level, defect generation module, defect generation time, defect resolution time, and defect resolution result.16.如权利要求9-14任一项所述的装置,其特征在于,还包括:16. The device according to any one of claims 9-14, further comprising:统计单元,用于在至少两个联调测试项目的联调测试结束后,分析所述至少两个联调测试项目以及所述至少两个联调测试项目在联调测试结束后保存的缺陷;以及,用于A statistical unit, configured to analyze the at least two joint debugging test items and the defects saved by the at least two joint debugging test items after the joint debugging test ends after the joint debugging test of the at least two joint debugging test items ends; and, for统计所述至少两个联调测试项目的整体联调测试情况;Statistics of the overall joint debugging test situation of the at least two joint debugging test items;其中,所述整体联调测试情况至少包含以下一种或多种:环境部署总时长、联调测试总时长、缺陷总数量、缺陷的产生模块。Wherein, the overall joint debugging test situation includes at least one or more of the following: total duration of environment deployment, total duration of joint debugging test, total number of defects, and defect generation modules.
CN201710153272.9A2017-03-152017-03-15 A management method and device for joint debugging testActiveCN106951369B (en)

Priority Applications (1)

Application NumberPriority DateFiling DateTitle
CN201710153272.9ACN106951369B (en)2017-03-152017-03-15 A management method and device for joint debugging test

Applications Claiming Priority (1)

Application NumberPriority DateFiling DateTitle
CN201710153272.9ACN106951369B (en)2017-03-152017-03-15 A management method and device for joint debugging test

Publications (2)

Publication NumberPublication Date
CN106951369Atrue CN106951369A (en)2017-07-14
CN106951369B CN106951369B (en)2020-11-03

Family

ID=59471956

Family Applications (1)

Application NumberTitlePriority DateFiling Date
CN201710153272.9AActiveCN106951369B (en)2017-03-152017-03-15 A management method and device for joint debugging test

Country Status (1)

CountryLink
CN (1)CN106951369B (en)

Cited By (13)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN107807869A (en)*2017-10-162018-03-16微梦创科网络科技(中国)有限公司A kind of test system and method for testing
CN108830547A (en)*2018-05-092018-11-16深圳壹账通智能科技有限公司Item argument configuration method, device, terminal device and storage medium
CN109271309A (en)*2017-07-182019-01-25北京嘀嘀无限科技发展有限公司Method and device, server, equipment and the storage medium of automatic test software
CN109344069A (en)*2018-09-302019-02-15福建星瑞格软件有限公司A kind of the synergetic office work method and synergetic office work platform of software automated testing
CN109726116A (en)*2018-11-082019-05-07深圳壹账通智能科技有限公司Joint debugging test method, device, computer installation and storage medium
CN110597736A (en)*2019-10-312019-12-20口碑(上海)信息技术有限公司Test data generation method and device
CN111308974A (en)*2020-02-272020-06-19杭州和利时自动化有限公司Method, system and equipment for controlling DCS simulation system
CN111338959A (en)*2020-02-272020-06-26腾讯科技(深圳)有限公司Data processing method and related equipment
CN112380129A (en)*2020-11-182021-02-19平安普惠企业管理有限公司Debugging method, device, equipment and medium suitable for docking agent system
CN113780736A (en)*2021-08-102021-12-10中国电子科技集团公司第二十七研究所Active section measurement and control multi-station joint automatic joint debugging method
CN113791974A (en)*2021-08-252021-12-14微梦创科网络科技(中国)有限公司 A user interface UI element explicit waiting method and device
CN113986761A (en)*2021-11-162022-01-28唯品会(广州)软件有限公司 A management method, device, device and readable storage medium for joint debugging test
CN115840712A (en)*2023-02-152023-03-24中债金科信息技术有限公司Method and device for determining joint measurement progress, electronic equipment and storage medium

Citations (12)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US20090307763A1 (en)*2008-06-052009-12-10Fiberlink Communications CorporationAutomated Test Management System and Method
CN102222001A (en)*2011-06-282011-10-19用友软件股份有限公司Environment deployment device and method
CN103528619A (en)*2012-07-042014-01-22腾讯科技(深圳)有限公司Overseas service testing method and system, testing platform, and overseas testing machine
CN103577907A (en)*2012-07-242014-02-12阿里巴巴集团控股有限公司Continuous integration testing method and system
CN103678130A (en)*2013-12-172014-03-26中国联合网络通信集团有限公司Automated performance test method and platform
US20140164841A1 (en)*2012-12-102014-06-12International Business Machines CorporationRole-oriented testbed environments for use in test automation
US20150106791A1 (en)*2013-10-142015-04-16Cognizant Technology Solutions India Pvt. Ltd.System and method for automating build deployment and testing processes
CN104536899A (en)*2015-01-202015-04-22成都益联科创科技有限公司Software deploying and maintaining method based on intelligent cluster
US20150154097A1 (en)*2012-10-052015-06-04Compact Solutions, LlcSystem and method for automated testing
CN105446878A (en)*2015-11-092016-03-30上海爱数信息技术股份有限公司Continuous program automated testing method
US20160092208A1 (en)*2014-09-302016-03-31Linkedin CorporationManaging access to resource versions in shared computing environments
CN106294112A (en)*2015-06-032017-01-04北京矩道优达网络科技有限公司Real time multi-human computer program based on the Internet exploitation debugging System and method for

Patent Citations (12)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US20090307763A1 (en)*2008-06-052009-12-10Fiberlink Communications CorporationAutomated Test Management System and Method
CN102222001A (en)*2011-06-282011-10-19用友软件股份有限公司Environment deployment device and method
CN103528619A (en)*2012-07-042014-01-22腾讯科技(深圳)有限公司Overseas service testing method and system, testing platform, and overseas testing machine
CN103577907A (en)*2012-07-242014-02-12阿里巴巴集团控股有限公司Continuous integration testing method and system
US20150154097A1 (en)*2012-10-052015-06-04Compact Solutions, LlcSystem and method for automated testing
US20140164841A1 (en)*2012-12-102014-06-12International Business Machines CorporationRole-oriented testbed environments for use in test automation
US20150106791A1 (en)*2013-10-142015-04-16Cognizant Technology Solutions India Pvt. Ltd.System and method for automating build deployment and testing processes
CN103678130A (en)*2013-12-172014-03-26中国联合网络通信集团有限公司Automated performance test method and platform
US20160092208A1 (en)*2014-09-302016-03-31Linkedin CorporationManaging access to resource versions in shared computing environments
CN104536899A (en)*2015-01-202015-04-22成都益联科创科技有限公司Software deploying and maintaining method based on intelligent cluster
CN106294112A (en)*2015-06-032017-01-04北京矩道优达网络科技有限公司Real time multi-human computer program based on the Internet exploitation debugging System and method for
CN105446878A (en)*2015-11-092016-03-30上海爱数信息技术股份有限公司Continuous program automated testing method

Cited By (19)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN109271309B (en)*2017-07-182022-04-08北京嘀嘀无限科技发展有限公司Method and device for automatically testing software, server, equipment and storage medium
CN109271309A (en)*2017-07-182019-01-25北京嘀嘀无限科技发展有限公司Method and device, server, equipment and the storage medium of automatic test software
CN107807869A (en)*2017-10-162018-03-16微梦创科网络科技(中国)有限公司A kind of test system and method for testing
CN108830547A (en)*2018-05-092018-11-16深圳壹账通智能科技有限公司Item argument configuration method, device, terminal device and storage medium
CN109344069A (en)*2018-09-302019-02-15福建星瑞格软件有限公司A kind of the synergetic office work method and synergetic office work platform of software automated testing
CN109726116A (en)*2018-11-082019-05-07深圳壹账通智能科技有限公司Joint debugging test method, device, computer installation and storage medium
CN110597736A (en)*2019-10-312019-12-20口碑(上海)信息技术有限公司Test data generation method and device
CN110597736B (en)*2019-10-312023-01-17口碑(上海)信息技术有限公司Test data generation method and device
CN111338959A (en)*2020-02-272020-06-26腾讯科技(深圳)有限公司Data processing method and related equipment
CN111308974A (en)*2020-02-272020-06-19杭州和利时自动化有限公司Method, system and equipment for controlling DCS simulation system
CN112380129A (en)*2020-11-182021-02-19平安普惠企业管理有限公司Debugging method, device, equipment and medium suitable for docking agent system
CN112380129B (en)*2020-11-182023-10-24重庆金微科技有限公司Debugging method, device, equipment and medium suitable for butt joint proxy system
CN113780736A (en)*2021-08-102021-12-10中国电子科技集团公司第二十七研究所Active section measurement and control multi-station joint automatic joint debugging method
CN113780736B (en)*2021-08-102024-05-07中国电子科技集团公司第二十七研究所 A method for automatic joint debugging of multiple stations in active section measurement and control
CN113791974A (en)*2021-08-252021-12-14微梦创科网络科技(中国)有限公司 A user interface UI element explicit waiting method and device
CN113791974B (en)*2021-08-252024-05-17微梦创科网络科技(中国)有限公司Explicit waiting method and device for user interface UI element
CN113986761A (en)*2021-11-162022-01-28唯品会(广州)软件有限公司 A management method, device, device and readable storage medium for joint debugging test
CN115840712A (en)*2023-02-152023-03-24中债金科信息技术有限公司Method and device for determining joint measurement progress, electronic equipment and storage medium
CN115840712B (en)*2023-02-152023-04-28中债金科信息技术有限公司Method and device for determining joint measurement progress, electronic equipment and storage medium

Also Published As

Publication numberPublication date
CN106951369B (en)2020-11-03

Similar Documents

PublicationPublication DateTitle
CN106951369B (en) A management method and device for joint debugging test
US10691320B2 (en)Simulation of cloud platform integration testing in a visual interface
CN109408357A (en)A kind of automatic interface testing method and device
US20240220401A1 (en)Continuous integration automated test systems and methods, electronic devices, and storage media
CN109344056B (en)Test method and test device
CN112069073B (en) Test case management method, terminal and storage medium
CN110795332B (en) Automated testing method and device
CN103631713A (en)ERP software automated testing system and method
CN112488652A (en)Work order auditing method, system, terminal and storage medium
CN110188036A (en) A software testing method and device
CN106886493A (en)The method for building up and device of a kind of automatization test system
CN109933509A (en)A kind of method and apparatus for realizing automatic test defect management
CN112148587A (en)Software test management system and method
CN111444051A (en)Complete machine production testing method and system for product
CN110262975A (en)Test data management method, device, equipment and computer readable storage medium
CN114003451A (en)Interface test method, device, system and medium
CN110647459A (en)Application testing method and device
US20080066005A1 (en)Systems and Methods of Interfacing with Enterprise Resource Planning Systems
CN112035365B (en)Version deployment method and device supporting multiple test environments
CN110941830B (en)Vulnerability data processing method and device
CN112256594A (en)Project information processing method and device and electronic equipment
CN108804257A (en)SOT state of termination detection method, device, terminal and storage medium
CN110334011B (en)Method and device for executing test case
CN111767205A (en) An online detection method and system supporting task splitting
CN107403307A (en)A kind of networking acceptance process test and management system

Legal Events

DateCodeTitleDescription
PB01Publication
PB01Publication
SE01Entry into force of request for substantive examination
SE01Entry into force of request for substantive examination
GR01Patent grant
GR01Patent grant

[8]ページ先頭

©2009-2025 Movatter.jp