[go: up one dir, main page]

CN109032944A - A kind of system and method reducing the software development testing time - Google Patents

A kind of system and method reducing the software development testing time Download PDF

Info

Publication number
CN109032944A
CN109032944A CN201810836170.1A CN201810836170A CN109032944A CN 109032944 A CN109032944 A CN 109032944A CN 201810836170 A CN201810836170 A CN 201810836170A CN 109032944 A CN109032944 A CN 109032944A
Authority
CN
China
Prior art keywords
image file
module
software development
testing time
reducing
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.)
Pending
Application number
CN201810836170.1A
Other languages
Chinese (zh)
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.)
Zhengzhou Yunhai Information Technology Co Ltd
Original Assignee
Zhengzhou Yunhai Information Technology 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 Zhengzhou Yunhai Information Technology Co Ltd filed Critical Zhengzhou Yunhai Information Technology Co Ltd
Priority to CN201810836170.1A priority Critical patent/CN109032944A/en
Publication of CN109032944A publication Critical patent/CN109032944A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Prevention of errors by analysis, debugging or testing of software
    • G06F11/3668Testing of software
    • G06F11/3672Test management

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)

Abstract

本发明公开一种缩减软件开发测试时间的系统及方法,该系统包括开发端,开发端包括:镜像文件制作模块:用于将整个开发环境制作成镜像文件;视频录制模块:用于开发人员录制视频。还包括测试端,测试端包括镜像文件获取安装模块:用于获取并安装镜像文件;视频播放模块:用于播放视频。本发明通过制作镜像实现对开发环境的有效复制,及测试环境的自动部署,降低测试人员环境部署的时间,通过开发人员录制讲解视频,及测试人员学习讲解视频,降低测试人员了解模块功能的时间。从而降低软件开发及测试的衔接时间,降低项目的时间成本及人力成本。

The invention discloses a system and method for reducing software development and testing time. The system includes a development end, and the development end includes: a mirror file production module: used to make the entire development environment into a mirror file; a video recording module: used for developers to record video. It also includes a test terminal, which includes an image file acquisition and installation module: used to obtain and install the image file; a video playback module: used to play videos. The present invention realizes the effective duplication of the development environment and the automatic deployment of the test environment by making a mirror image, reducing the time for the testers to deploy the environment, recording and explaining videos by the developers, and learning and explaining the videos by the testers, reducing the time for the testers to understand the module functions . Thereby reducing the connection time of software development and testing, reducing the time cost and labor cost of the project.

Description

一种缩减软件开发测试时间的系统及方法A system and method for reducing software development and testing time

技术领域technical field

本发明涉及软件测试领域,具体涉及一种缩减软件开发测试时间的系统及方法。The invention relates to the field of software testing, in particular to a system and method for reducing software development and testing time.

背景技术Background technique

软件产品首次由开发移交测试时,测试人员在软件部署、模块功能了解、软件使用时总会遇到这样或那样的问题,而占用开发人员的时间,一定程度上影响测试进度。在流程、文档比较规范的公司,中等规模软件,软件测试人员成功部署并初步了解软件功能(称之为“衔接阶段”)的时间大概为1-1.5天,而没有流程文档的公司,由于缺乏文档及流程意识,这个阶段的时间更长,达到3天之久,甚至更长。其对软件开发、软件测试、软件项目进度的影响可想而知。因此,本发明提供一种可缩减该衔接阶段时间的系统及方法,从而整体缩减软件开发测试时间。When a software product is handed over from development to testing for the first time, testers will always encounter problems of one kind or another when deploying software, understanding module functions, and using software, which takes up the time of developers and affects the progress of testing to a certain extent. In companies with relatively standardized processes and documents, medium-scale software, the time for software testers to successfully deploy and initially understand software functions (called the "connection stage") is about 1-1.5 days, while companies without process documents, due to lack of Documentation and process awareness, this stage takes longer, up to 3 days, or even longer. Its impact on software development, software testing, and software project progress can be imagined. Therefore, the present invention provides a system and method that can reduce the time of the linking stage, thereby reducing the overall software development and testing time.

发明内容Contents of the invention

为解决上述问题,本发明提供一种缩减衔接时间,进而缩减整个软件开发测试时间的系统及方法。In order to solve the above problems, the present invention provides a system and method for reducing the connection time, and further reducing the entire software development and testing time.

本发明的技术方案是:一种缩减软件开发测试时间的系统,包括开发端,所述开发端包括:The technical solution of the present invention is: a system for reducing software development and testing time, including a development end, and the development end includes:

镜像文件制作模块:用于将整个开发环境制作成镜像文件;Mirror file production module: used to make the entire development environment into a mirror file;

视频录制模块:用于开发人员录制视频。Video recording module: for developers to record video.

进一步地,所述开发端还包括:Further, the development terminal also includes:

数据清理模块:用于清理无关数据。Data cleaning module: used to clean up irrelevant data.

进一步地,所述数据清理模块包括:Further, the data cleaning module includes:

数据库表遍历单元:用于检测数据库,自动遍历并过滤数据库表;Database table traversal unit: used to detect databases, automatically traverse and filter database tables;

数据库表显示单元:用于显示过滤后的数据库表;Database table display unit: used to display the filtered database table;

数据清理单元:用于对过滤后的数据库表进行无关数据清理。Data cleaning unit: used for cleaning irrelevant data of the filtered database tables.

进一步地,所述开发端还包括:Further, the development terminal also includes:

镜像文件导出模块:用于导出制作好的镜像文件;Image file export module: used to export the prepared image file;

镜像文件保存模块:用于保存制作好的镜像文件;Image file saving module: used to save the prepared image file;

镜像文件移交模块:用于移交导出的镜像文件。Image file handover module: used to hand over exported image files.

进一步地,所述开发端还包括:Further, the development terminal also includes:

开发端注册登录模块1:用于开发人员注册并登录系统。Developer registration login module 1: used for developers to register and log in to the system.

进一步地,还包括测试端;所述测试端包括:Further, a test terminal is also included; the test terminal includes:

镜像文件获取安装模块:用于获取并安装镜像文件;Image file acquisition and installation module: used to obtain and install image files;

视频播放模块:用于播放视频。Video playback module: used to play videos.

进一步地,所述测试端还包括:Further, the test terminal also includes:

测试端注册登录模块:用于测试人员注册并登录系统。Test terminal registration and login module: used for testers to register and log in to the system.

本发明还提供一种缩减软件开发测试时间的方法,包括以下步骤:The present invention also provides a method for reducing software development and testing time, comprising the following steps:

获取开发人员登录信息;Obtain developer login information;

清理无法数据;Unable to clean up data;

制作整个开发环境的镜像文件;Make a mirror file of the entire development environment;

将镜像文件导出、保存并移交至测试端;Export, save and hand over the image file to the testing side;

录制视频;record video;

获取测试人员登录信息;Obtain tester login information;

获取并安装镜像文件;Obtain and install the image file;

播放视频。Play video.

进一步地,所述清理无关数据具体包括:Further, the clearing of irrelevant data specifically includes:

检测数据库,自动遍历并过滤数据库表;Detect database, automatically traverse and filter database tables;

显示过滤后的数据库表;Display the filtered database tables;

对过滤后的数据库表进行无关数据清理。Perform irrelevant data cleaning on the filtered database tables.

本发明提供的缩减软件开发测试时间的系统及方法,通过制作镜像实现对开发环境的有效复制,及测试环境的自动部署,降低测试人员环境部署的时间,通过开发人员录制讲解视频,及测试人员学习讲解视频,降低测试人员了解模块功能的时间。从而降低软件开发及测试的衔接时间,降低项目的时间成本及人力成本。The system and method for reducing software development and testing time provided by the present invention realizes effective duplication of the development environment and automatic deployment of the test environment by making mirror images, reducing the time for testers to deploy the environment, recording explanation videos by developers, and testers Learn to explain the video to reduce the time for testers to understand the function of the module. Thereby reducing the connection time of software development and testing, reducing the time cost and labor cost of the project.

附图说明Description of drawings

图1是本发明具体实施例结构原理示意图。Fig. 1 is a schematic diagram of the structural principle of a specific embodiment of the present invention.

具体实施方式Detailed ways

下面结合附图并通过具体实施例对本发明进行详细阐述,以下实施例是对本发明的解释,而本发明并不局限于以下实施方式。The present invention will be described in detail below with reference to the accompanying drawings and specific embodiments. The following embodiments are explanations of the present invention, but the present invention is not limited to the following embodiments.

本实施例提供的缩减软件开发测试时间的系统及方法,定位解决目前软件初次由软件开发移交软件测试,测试环境部署、软件功能了解等占用时间过长的问题。本系统通过自动清除开发环境中无关数据、自动制作环境镜像降低测试环境部署的时间,且本系统提供开发录制基本操作及讲解的视频的功能,降低测试人员了解模块操作的时间,从而降低项目成本。The system and method for reducing software development and testing time provided by this embodiment are positioned to solve the problems that the current software is handed over from software development to software testing for the first time, and it takes too long to deploy the test environment and understand software functions. The system reduces the deployment time of the test environment by automatically clearing irrelevant data in the development environment and automatically creating environment mirrors, and the system provides the function of developing and recording basic operations and explaining videos, reducing the time for testers to understand module operations, thereby reducing project costs .

如图1所示,该系统包括开发端和测试端,开发端用于开发人员登录并操作,测试端用于测试人员登录并操作。As shown in Figure 1, the system includes a development end and a test end, the development end is used for developers to log in and operate, and the test end is used for testers to log in and operate.

本实施例的开发端包括:The development end of this embodiment includes:

(1)开发端注册登录模块1:用于开发人员注册并登录系统。(1) Developer registration and login module 1: used for developers to register and log in to the system.

开发人员通过该模块注册并登录该系统,进行后续操作。Developers register and log in to the system through this module for subsequent operations.

(2)数据清理模块3:用于清理无关数据。(2) Data cleaning module 3: used to clean up irrelevant data.

其核心是数据库检测,即系统自动过滤数据库中存在数据的表,开发人员依据过滤结果,确定是否全部清理或部分保留。Its core is database detection, that is, the system automatically filters the tables with data in the database, and the developers determine whether to clean up all or keep some of them based on the filtering results.

该模块具体包括以下单元:Specifically, the module includes the following units:

数据库表遍历单元:用于检测数据库,自动遍历并过滤数据库表;Database table traversal unit: used to detect databases, automatically traverse and filter database tables;

数据库表显示单元:用于显示过滤后的数据库表;Database table display unit: used to display the filtered database table;

数据清理单元:用于对过滤后的数据库表进行无关数据清理。Data cleaning unit: used for cleaning irrelevant data of the filtered database tables.

(3)镜像文件制作模块4:用于将整个开发环境制作成镜像文件。(3) Mirror file production module 4: used to make the entire development environment into a mirror file.

(4)镜像文件导出模块:用于导出制作好的镜像文件。(4) Image file export module: used to export the prepared image file.

(5)镜像文件保存模块:用于保存制作好的镜像文件。(5) Image file saving module: used to save the created image file.

(6)镜像文件移交模块:用于移交导出的镜像文件。(6) Image file handover module: used to hand over exported image files.

将整个开发环境制作成镜像文件,导出,移交给测试改变传统的“打包”方式。Make the entire development environment into a mirror file, export it, and hand it over to the test to change the traditional "packaging" method.

(7)视频录制模块5:用于开发人员录制视频。(7) Video recording module 5: for developers to record video.

在软件开发人员确定开发环境完好,可以移交测试时,本系统供开发人员录制软件的场景实操视频,即开发人员在开发环境上,浏览讲解功能模块。通过该系统进行录制、保存。When the software developer confirms that the development environment is intact and can be handed over for testing, this system allows the developer to record the actual operation video of the software scene, that is, the developer browses and explains the functional modules in the development environment. Record and save through the system.

开发人员通过该系统录制软件的场景实操视频,供测试人员观看,替代传统的文档、培训方式。Developers use the system to record software scene practice videos for testers to watch, replacing traditional documentation and training methods.

本实施例的测试端包括:The test terminal of this embodiment includes:

(1)测试端注册登录模块2:用于测试人员注册并登录系统。(1) Test terminal registration and login module 2: used for testers to register and log in to the system.

测试人员通过该模块注册登录该系统,进行环境镜像安装、录制视频播放的操作。Testers register and log in to the system through this module to perform operations such as environment image installation, recording and video playback.

(2)镜像文件获取安装模块6:用于获取并安装镜像文件。(2) Image file acquisition and installation module 6: used to acquire and install image files.

测试端获取镜像文件后,在测试环境上进行安装,从而降低了环境部署时间,改变传统的运行脚本的环境部署方式。After the test terminal obtains the image file, it installs it on the test environment, thereby reducing the environment deployment time and changing the traditional environment deployment method of running scripts.

(3)视频播放模块7:用于播放视频。(3) Video playback module 7: used to play videos.

测试人员通过观看讲解视频,了解核心功能的基本操作 ,降低了解软件功能的时间。Testers can understand the basic operation of core functions by watching the explanation video, and reduce the time for understanding software functions.

测试端降低了环境部署时间和了解软件功能的时间,从而缩减衔接时间,降低软件成本。The test side reduces the time for environment deployment and understanding of software functions, thereby reducing connection time and reducing software costs.

本实施例还提供通过上述系统实现缩减软件开发测试时间的方法,该包括具体包括以下步骤:This embodiment also provides a method for reducing software development and testing time through the above system, which specifically includes the following steps:

S1:获取开发人员登录信息。S1: Obtain developer login information.

开发人员登录,进行后续操作。The developer logs in to perform follow-up operations.

S2:清理无法数据。S2: Unable to clean up data.

其核心是数据库检测,即系统自动过滤数据库中存在数据的表,开发人员依据过滤结果,确定是否全部清理或部分保留。Its core is database detection, that is, the system automatically filters the tables with data in the database, and the developers determine whether to clean up all or keep some of them based on the filtering results.

具体包括:Specifically include:

S2-1:检测数据库,自动遍历并过滤数据库表;S2-1: Detect the database, automatically traverse and filter the database tables;

S2-2:显示过滤后的数据库表;S2-2: Display the filtered database tables;

S2-3:对过滤后的数据库表进行无关数据清理。S2-3: Perform irrelevant data cleaning on the filtered database tables.

S3:制作整个开发环境的镜像文件。S3: Create an image file of the entire development environment.

S4:将镜像文件导出、保存并移交至测试端。S4: Export, save and hand over the image file to the testing side.

将整个开发环境制作成镜像文件,导出,移交给测试改变传统的“打包”方式。Make the entire development environment into a mirror file, export it, and hand it over to the test to change the traditional "packaging" method.

S5:录制视频。S5: Record video.

在软件开发人员确定开发环境完好,可以移交测试时,本系统供开发人员录制软件的场景实操视频,即开发人员在开发环境上,浏览讲解功能模块。通过该系统进行录制、保存。When the software developer confirms that the development environment is intact and can be handed over for testing, this system allows the developer to record the actual operation video of the software scene, that is, the developer browses and explains the functional modules in the development environment. Record and save through the system.

S6:获取测试人员登录信息。S6: Obtain the login information of the tester.

测试人员登录系统,进行后续操作。Testers log in to the system for follow-up operations.

S7:获取并安装镜像文件。S7: Obtain and install the image file.

测试端获取镜像文件后,在测试环境上进行安装,从而降低了环境部署时间,改变传统的运行脚本的环境部署方式。After the test terminal obtains the image file, it installs it on the test environment, thereby reducing the environment deployment time and changing the traditional environment deployment method of running scripts.

S8:播放视频。S8: Play video.

测试人员通过观看讲解视频,了解核心功能的基本操作 ,降低了解软件功能的时间。Testers can understand the basic operation of core functions by watching the explanation video, and reduce the time for understanding software functions.

本实施例通过制作镜像实现对开发环境的有效复制,及测试环境的自动部署,降低测试人员环境部署的时间,通过开发人员录制讲解视频,及测试人员学习讲解视频,降低测试人员了解模块功能的时间。从而降低软件开发及测试的衔接时间,降低项目的时间成本及人力成本。In this embodiment, the effective duplication of the development environment and the automatic deployment of the test environment are realized by making a mirror image, which reduces the time for testers to deploy the environment, and reduces the time for testers to understand the module functions by recording explanation videos by developers and learning and explaining videos by testers. time. Thereby reducing the connection time of software development and testing, reducing the time cost and labor cost of the project.

以上公开的仅为本发明的优选实施方式,但本发明并非局限于此,任何本领域的技术人员能思之的没有创造性的变化,以及在不脱离本发明原理前提下所作的若干改进和润饰,都应落在本发明的保护范围内。The above disclosure is only the preferred embodiment of the present invention, but the present invention is not limited thereto, any non-creative changes that those skilled in the art can think of, and some improvements and modifications made without departing from the principle of the present invention , should fall within the protection scope of the present invention.

Claims (9)

1. a kind of system for reducing the software development testing time, which is characterized in that including developing end, the exploitation end includes:
Image file makes module: for entire exploitation environment to be fabricated to image file;
Video record module: it is used for developer's recorded video.
2. the system of reduction software development testing time according to claim 1, which is characterized in that also wrap at the exploitation end It includes:
Data scrubbing module: for clearing up extraneous data.
3. the system of reduction software development testing time according to claim 2, which is characterized in that the data scrubbing mould Block includes:
Database table Traversal Unit: Test database, automatic traversal and filtered data base table are used for;
Database table display unit: for showing filtered database table;
Data scrubbing unit: for carrying out extraneous data cleaning to filtered database table.
4. the system of reduction software development testing time according to claim 1, which is characterized in that also wrap at the exploitation end It includes:
Image file export module: for exporting the image file made;
Image file preserving module: for saving the image file made;
Image file rendering module: for transferring derived image file.
5. the system of reduction software development testing time according to claim 1, which is characterized in that also wrap at the exploitation end It includes:
It develops end and registers login module 1: for developer's registration and login system.
6. the system of reduction software development testing time according to claim 1-5, which is characterized in that further include Test lead;The test lead includes:
Image file obtains installation module: for obtaining and installing image file;
Video playback module: for playing video.
7. the system of reduction software development testing time according to claim 6, which is characterized in that the test lead also wraps It includes:
Test lead registers login module: for tester's registration and login system.
8. a kind of method for reducing the software development testing time, which comprises the following steps:
Obtain developer's log-on message;
Cleaning can not data;
The image file of the entire exploitation environment of production;
By image file export, saves and be handed over to test lead;
Recorded video;
Obtain tester's log-on message;
It obtains and image file is installed;
Play video.
9. the method for reduction software development testing time according to claim 8, which is characterized in that described to clear up unrelated number According to specifically including:
Test database, automatic traversal and filtered data base table;
Show filtered database table;
Extraneous data cleaning is carried out to filtered database table.
CN201810836170.1A 2018-07-26 2018-07-26 A kind of system and method reducing the software development testing time Pending CN109032944A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810836170.1A CN109032944A (en) 2018-07-26 2018-07-26 A kind of system and method reducing the software development testing time

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810836170.1A CN109032944A (en) 2018-07-26 2018-07-26 A kind of system and method reducing the software development testing time

Publications (1)

Publication Number Publication Date
CN109032944A true CN109032944A (en) 2018-12-18

Family

ID=64646710

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810836170.1A Pending CN109032944A (en) 2018-07-26 2018-07-26 A kind of system and method reducing the software development testing time

Country Status (1)

Country Link
CN (1) CN109032944A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109800132A (en) * 2019-01-02 2019-05-24 郑州云海信息技术有限公司 A kind of software development monitoring device and method

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102915353A (en) * 2012-09-28 2013-02-06 浙江图讯科技有限公司 Method for cleaning junk data
CN105607944A (en) * 2015-12-18 2016-05-25 北京奇虎科技有限公司 Method and device for sharing application environment
CN106101767A (en) * 2016-07-28 2016-11-09 维沃移动通信有限公司 A kind of screen recording method and mobile terminal
CN106293820A (en) * 2016-08-02 2017-01-04 山东大学 Exploitation test O&M integral system, deployment, full dose and increment updating method
US20170270037A1 (en) * 2016-03-18 2017-09-21 Salesforce.Com, Inc. Making production data available for testing in a non-production environment
CN107193540A (en) * 2016-03-14 2017-09-22 高德信息技术有限公司 A kind of application software demenstration method, device
CN107220100A (en) * 2016-03-22 2017-09-29 中国移动(深圳)有限公司 One kind exploitation O&M method, device and cloud computing PaaS platform
CN107463432A (en) * 2017-08-17 2017-12-12 福建中金在线信息科技有限公司 Server production environment dispositions method, device, electronic equipment and storage medium
CN107832215A (en) * 2017-11-06 2018-03-23 郑州云海信息技术有限公司 A kind of test environment echo cloning method and system

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102915353A (en) * 2012-09-28 2013-02-06 浙江图讯科技有限公司 Method for cleaning junk data
CN105607944A (en) * 2015-12-18 2016-05-25 北京奇虎科技有限公司 Method and device for sharing application environment
CN107193540A (en) * 2016-03-14 2017-09-22 高德信息技术有限公司 A kind of application software demenstration method, device
US20170270037A1 (en) * 2016-03-18 2017-09-21 Salesforce.Com, Inc. Making production data available for testing in a non-production environment
CN107220100A (en) * 2016-03-22 2017-09-29 中国移动(深圳)有限公司 One kind exploitation O&M method, device and cloud computing PaaS platform
CN106101767A (en) * 2016-07-28 2016-11-09 维沃移动通信有限公司 A kind of screen recording method and mobile terminal
CN106293820A (en) * 2016-08-02 2017-01-04 山东大学 Exploitation test O&M integral system, deployment, full dose and increment updating method
CN107463432A (en) * 2017-08-17 2017-12-12 福建中金在线信息科技有限公司 Server production environment dispositions method, device, electronic equipment and storage medium
CN107832215A (en) * 2017-11-06 2018-03-23 郑州云海信息技术有限公司 A kind of test environment echo cloning method and system

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109800132A (en) * 2019-01-02 2019-05-24 郑州云海信息技术有限公司 A kind of software development monitoring device and method

Similar Documents

Publication Publication Date Title
CN105227939B (en) Inter-vehicle information system testboard bay and test method
CN103678124B (en) Video surveillance platform auto-test method and device based on continuous integrated environment
CN109508276B (en) Method for improving equipment factory detection efficiency on Android platform
CN104317709A (en) Method and system for testing performance of software
CN106357670A (en) Simulator-based android application server side Web vulnerability detection method
CN103970649B (en) The test method and device of Android terminal application program
CN102799522A (en) Managing method and system for software version tracing test
CN102789405A (en) Automated testing method and system for mainboard
CN104899132A (en) Application software test method, apparatus and system
CN105354122A (en) Function test optimization method for dual-purpose hard disk backboard of server
CN103473148A (en) Method and device for restoring testing environment
CN110113598A (en) A kind of Network Personal Video Recorder test method and system
KR101976629B1 (en) Commit sensitive tests
WO2009035032A1 (en) Moving image data checking system, moving image database creating method, and registering system and program for registering moving image data in moving image database
CN109032944A (en) A kind of system and method reducing the software development testing time
CN105630661A (en) Automatic cross-system program debugging method and device
CN109542759A (en) A kind of method of Linux platform stability test
CN101303383A (en) A system and method for locating machine faults
CN109582519A (en) A kind of server GPU equipment powercycle stability test method
CN104239201A (en) A method for monitoring memory reading and writing in a soft single-step system
CN115827451A (en) Method and device for detecting test defects, storage medium and electronic device
CN107704379A (en) A kind of video recording system and application method suitable for automatic test course
CN111324496B (en) Method and device for detecting bare metal
CN103064771A (en) Method for synchronously detecting computer and downloading image and computer system thereof
CN107729187A (en) A kind of test case management disaster recovery method and system based on virtual platform

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
RJ01 Rejection of invention patent application after publication

Application publication date: 20181218

RJ01 Rejection of invention patent application after publication