CN111459829A - A configuration method to solve the tools used in the work of testers - Google Patents
A configuration method to solve the tools used in the work of testers Download PDFInfo
- Publication number
- CN111459829A CN111459829A CN202010265044.2A CN202010265044A CN111459829A CN 111459829 A CN111459829 A CN 111459829A CN 202010265044 A CN202010265044 A CN 202010265044A CN 111459829 A CN111459829 A CN 111459829A
- Authority
- CN
- China
- Prior art keywords
- ini
- tool
- client
- toolslist
- localtools
- 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
Links
- 238000000034 method Methods 0.000 title claims abstract description 29
- 238000012360 testing method Methods 0.000 claims abstract description 8
- 238000012545 processing Methods 0.000 claims description 4
- 238000001514 detection method Methods 0.000 claims description 2
- 238000009434 installation Methods 0.000 claims description 2
- 230000001360 synchronised effect Effects 0.000 abstract 1
- 238000013522 software testing Methods 0.000 description 3
- 238000013461 design Methods 0.000 description 2
- 230000001960 triggered effect Effects 0.000 description 2
- 230000009286 beneficial effect Effects 0.000 description 1
- 238000010586 diagram Methods 0.000 description 1
- 238000011900 installation process Methods 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
- 238000012552 review Methods 0.000 description 1
- 230000001755 vocal effect Effects 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/36—Prevention of errors by analysis, debugging or testing of software
- G06F11/3668—Testing of software
- G06F11/3672—Test management
- G06F11/368—Test management for test version control, e.g. updating test cases to a new software version
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/60—Software deployment
- G06F8/65—Updates
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/01—Protocols
- H04L67/06—Protocols specially adapted for file transfer, e.g. file transfer protocol [FTP]
-
- Y—GENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
- Y02—TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
- Y02D—CLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
- Y02D30/00—Reducing energy consumption in communication networks
- Y02D30/50—Reducing energy consumption in communication networks in wire-line communication networks, e.g. low power modes or reduced link rate
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- General Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Software Systems (AREA)
- Quality & Reliability (AREA)
- Computer Hardware Design (AREA)
- Computer Security & Cryptography (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
- Stored Programmes (AREA)
Abstract
本发明涉及测试工具配置方法技术领域,具体涉及一种解决测试人员工作中使用工具的配置方法,包括以下步骤:首先客户端需要编写代码,通过客户端启动并请求内部FTP的toolslist.ini文件,然后客户端触发升级工具,如果是客户端的第一次请求,升级工具检测到本地未安装localtools.ini,则直接下载toolslist.ini文件并安装,如果本地的localtools.ini版本过低则对本地的工具进行升级;整个过程无需人工干预,自动检测最新版本,并实现第一时间的更新,而且自动同步到组内所有人,保证测试人员在使用工具时都是最新版本,更加的及时且高效,没有繁琐的操作。
The invention relates to the technical field of test tool configuration methods, in particular to a configuration method for solving tools used by testers in work, comprising the following steps: first, a client needs to write codes, start and request an internal FTP toolslist.ini file through the client, Then the client triggers the upgrade tool. If it is the first request from the client, the upgrade tool detects that localtools.ini is not installed locally, and directly downloads the toolslist.ini file and installs it. If the local localtools.ini version is too low, the local The tool is upgraded; the whole process does not require manual intervention, the latest version is automatically detected, and the update is realized at the first time, and it is automatically synchronized to everyone in the group to ensure that testers use the latest version of the tool, which is more timely and efficient. No cumbersome operations.
Description
技术领域technical field
本发明涉及测试工具配置方法技术领域,具体涉及一种解决测试人员工作中使用工具的配置方法。The invention relates to the technical field of test tool configuration methods, in particular to a configuration method for solving tools used in the work of testers.
背景技术Background technique
软件测试,描述一种用来促进鉴定软件的正确性、完整性、安全性和质量的过程。换句话说,软件测试是一种实际输出与预期输出之间的审核或者比较过程。软件测试的经典定义是:在规定的条件下对程序进行操作,以发现程序错误,衡量软件质量,并对其是否能满足设计要求进行评估的过程。Software testing, describing a process used to facilitate the identification of software for correctness, integrity, security, and quality. In other words, software testing is a review or comparison process between actual and expected outputs. The classic definition of software testing is the process of operating a program under specified conditions to find program errors, measure software quality, and evaluate whether it meets design requirements.
测试人员工作中常常会使用各种不同的工具,在使用工具时会遇到几个问题:Testers often use a variety of different tools in their work, and they encounter several problems when using tools:
(1)怎么把工具list及时同步到组内所有人;(1) How to synchronize the tool list to everyone in the group in time;
(2)怎么保证所有人手中的版本都是新的,做到第一时间更新;(2) How to ensure that the version in everyone's hands is new, so that it can be updated as soon as possible;
(3)新人进来后,怎么能及时将项目使用工具信息传达并理解。(3) After the newcomer comes in, how can the project use tool information be communicated and understood in a timely manner.
传统的做法是组内把工具放到共享的FTP服务器,有更新时就口头通知下大家更新或同步,其他人则需要登录FTP服务器进行拷贝;这种口头通知的方式不够及时,且容易忘记,且登录FTP服务器进行拷贝的方式过于繁琐,不够方便。The traditional method is to put the tools on the shared FTP server in the group, and verbally notify everyone to update or synchronize when there is an update. In addition, the method of logging in to the FTP server for copying is too cumbersome and inconvenient.
基于此,本发明设计了一种解决测试人员工作中使用工具的配置方法,以解决上述问题。Based on this, the present invention designs a configuration method for tools used by testers in their work, so as to solve the above problems.
发明内容SUMMARY OF THE INVENTION
本发明的目的在于提供一种解决测试人员工作中使用工具的配置方法,以解决上述背景技术中提出的问题。The purpose of the present invention is to provide a configuration method for tools used by testers in work, so as to solve the problems raised in the above background art.
为实现上述目的,本发明提供如下技术方案:一种解决测试人员工作中使用工具的配置方法,包括以下步骤:In order to achieve the above object, the present invention provides the following technical solutions: a configuration method for solving the use of tools in the work of testers, comprising the following steps:
S1:首先客户端需要编写代码;S1: First, the client needs to write code;
S2:客户端启动并请求获得内部FTP或SFTP上特定目录下的toolslist.ini文件,内部FTP或SFTP会反馈目录下的toolslist.ini文件的具体版本信息;S2: The client starts and requests to obtain the toolslist.ini file in a specific directory on the internal FTP or SFTP, and the internal FTP or SFTP will feedback the specific version information of the toolslist.ini file in the directory;
S3:客户端触发升级工具,如果是客户端的第一次请求,升级工具检测到本地未安装localtools.ini,则直接下载内部FTP或SFTP上特定目录下的toolslist.ini文件并安装,生成本地配置的localtools.ini;S3: The client triggers the upgrade tool. If it is the first request from the client and the upgrade tool detects that localtools.ini is not installed locally, it directly downloads the toolslist.ini file in a specific directory on the internal FTP or SFTP and installs it to generate a local configuration localtools.ini;
S4:升级工具将请求反馈的toolslist.ini信息与本地工具实际配置的localtools.ini版本信息进行逐个比对,如果本地的localtools.ini版本过低则对本地的工具进行升级;S4: The upgrade tool compares the toolslist.ini information requested for feedback with the localtools.ini version information actually configured by the local tool one by one. If the local localtools.ini version is too low, the local tool will be upgraded;
S5:处理完成后,提示下载完毕或升级完毕,之后用户可进入正常使用环节。S5: After the processing is completed, a message is displayed indicating that the download is completed or the upgrade is completed, and then the user can enter the normal use link.
进一步的,步骤S2中所述FTP或SFTP需要支持支持http协议,这样就可以通过http下载方式直接获取toolslist.ini文件。Further, the FTP or SFTP described in step S2 needs to support the http protocol, so that the toolslist.ini file can be directly obtained through the http download method.
进一步的,所述在客户端每次启动时,都会触发升级工具。Further, the upgrade tool will be triggered every time the client starts up.
进一步的,步骤S4中所述本地配置的localtools.ini可以用来记录本地工具版本及启动位置等信息,便于在客户端一键启动。Further, the locally configured localtools.ini in step S4 may be used to record information such as the version of the local tool and the startup location, so as to facilitate one-click startup on the client.
进一步的,所述升级工具检测和下载安装的过程由升级工具自动完成,无需人工干预。Further, the process of detecting, downloading and installing the upgrade tool is automatically completed by the upgrade tool without manual intervention.
进一步的,步骤S2中所述内部FTP或SFTP上的特定目录下的toolslist.ini文件需要保持实时更新。Further, the toolslist.ini file in the specific directory on the internal FTP or SFTP described in step S2 needs to be kept updated in real time.
进一步的,内部FTP或SFTP上的特定目录下还包括有工具包,用于安装toolslist.ini文件。Further, a specific directory on the internal FTP or SFTP also includes a toolkit for installing the toolslist.ini file.
与现有技术相比,本发明的有益效果是:本发明通过编写代码,访问内部FTP或SFTP上特定目录下的toolslist.ini文件,并反馈toolslist.ini文件的具体信息,升级工具将请求反馈的toolslist.ini信息与本地工具实际配置的localtools.ini版本信息进行逐个比对,如果本地的localtools.ini版本过低则对本地的工具进行升级,如果检测到本地未安装localtools.ini,则直接下载内部FTP或SFTP上特定目录下的toolslist.ini文件并安装,生成本地配置的localtools.ini,整个过程无需人工干预,自动检测最新版本,并实现第一时间的更新,而且自动同步到组内所有人,保证测试人员在使用工具时都是最新版本,跟传统的口头通知工作人员更新或同步和登录FTP服务器进行拷贝相比,更加的及时且高效,没有繁琐的操作。Compared with the prior art, the beneficial effects of the present invention are: the present invention accesses the toolslist.ini file in a specific directory on the internal FTP or SFTP by writing codes, and feeds back the specific information of the toolslist.ini file, and the upgrade tool will request feedback The toolslist.ini information of the local tool is compared with the localtools.ini version information actually configured by the local tool one by one. If the local localtools.ini version is too low, upgrade the local tool. If it is detected that the localtools.ini is not installed locally, directly Download the toolslist.ini file in a specific directory on the internal FTP or SFTP and install it to generate a locally configured localtools.ini. The whole process does not require manual intervention, automatically detects the latest version, and realizes the first update, and automatically synchronizes to the group Everyone, ensure that testers use the latest version of the tool. Compared with the traditional verbal notification to staff to update or synchronize and log in to the FTP server for copying, it is more timely and efficient, and there is no tedious operation.
附图说明Description of drawings
为了更清楚地说明本发明实施例的技术方案,下面将对实施例描述所需要使用的附图作简单地介绍,显而易见地,下面描述中的附图仅仅是本发明的一些实施例,对于本领域普通技术人员来讲,在不付出创造性劳动的前提下,还可以根据这些附图获得其他的附图。In order to illustrate the technical solutions of the embodiments of the present invention more clearly, the following briefly introduces the accompanying drawings used in the description of the embodiments. Obviously, the drawings in the following description are only some embodiments of the present invention. For those of ordinary skill in the art, other drawings can also be obtained from these drawings without any creative effort.
图1为本发明流程图;Fig. 1 is the flow chart of the present invention;
图2为本发明步骤示意图。Figure 2 is a schematic diagram of the steps of the present invention.
具体实施方式Detailed ways
下面将结合本发明实施例中的附图,对本发明实施例中的技术方案进行清楚、完整地描述,显然,所描述的实施例仅仅是本发明一部分实施例,而不是全部的实施例。基于本发明中的实施例,本领域普通技术人员在没有作出创造性劳动前提下所获得的所有其它实施例,都属于本发明保护的范围。The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the accompanying drawings in the embodiments of the present invention. Obviously, the described embodiments are only a part of the embodiments of the present invention, but not all of the embodiments. Based on the embodiments of the present invention, all other embodiments obtained by those of ordinary skill in the art without creative efforts shall fall within the protection scope of the present invention.
请参阅图1-2,本发明提供一种技术方案:一种解决测试人员工作中使用工具的配置方法,包括以下步骤:Referring to Figures 1-2, the present invention provides a technical solution: a method for configuring tools used by testers in their work, comprising the following steps:
S1:首先客户端需要编写代码,通过代码能够访问内部FTP或SFTP;S1: First, the client needs to write code, through which the internal FTP or SFTP can be accessed;
S2:客户端启动并请求获得内部FTP或SFTP上特定目录下的toolslist.ini文件,内部FTP或SFTP会反馈目录下的toolslist.ini文件的具体信息,包括版本号和更新内容等信息;S2: The client starts and requests to obtain the toolslist.ini file in a specific directory on the internal FTP or SFTP, and the internal FTP or SFTP will feedback the specific information of the toolslist.ini file in the directory, including the version number and update content and other information;
S3:客户端触发升级工具,如果是客户端的第一次请求,升级工具检测到本地未安装localtools.ini,则直接下载内部FTP或SFTP上特定目录下的toolslist.ini文件并安装,生成本地配置的localtools.ini;S3: The client triggers the upgrade tool. If it is the first request from the client and the upgrade tool detects that localtools.ini is not installed locally, it directly downloads the toolslist.ini file in a specific directory on the internal FTP or SFTP and installs it to generate a local configuration localtools.ini;
S4:升级工具将请求反馈的toolslist.ini信息与本地工具实际配置的localtools.ini版本信息进行逐个比对,如果本地的localtools.ini版本过低则对本地的工具进行升级;S4: The upgrade tool compares the toolslist.ini information requested for feedback with the localtools.ini version information actually configured by the local tool one by one. If the local localtools.ini version is too low, the local tool will be upgraded;
S5:处理完成后,提示下载完毕或升级完毕,之后用户可进入正常使用环节。S5: After the processing is completed, a message is displayed indicating that the download is completed or the upgrade is completed, and then the user can enter the normal use link.
步骤S2中所述FTP或SFTP需要支持支持http协议,这样就可以通过http下载方式直接获取toolslist.ini文件。The FTP or SFTP described in step S2 needs to support the http protocol, so that the toolslist.ini file can be directly obtained through the http download method.
在客户端每次启动时,都会触发升级工具,这样就可以实现每次自动检测本地localtools.ini,实现及时的更新和安装。Every time the client starts, the upgrade tool will be triggered, so that the local localtools.ini can be automatically detected every time, and timely update and installation can be realized.
步骤S3中所述本地配置的localtools.ini可以用来记录本地工具版本及启动位置等信息,便于在客户端一键启动。The locally configured localtools.ini described in step S3 can be used to record information such as the version of the local tool and the startup location, so as to facilitate one-click startup on the client.
升级工具检测和下载安装的过程由升级工具自动完成,无需人工干预,与口头通知工作人员更新或同步和登录FTP服务器进行拷贝相比,更加的及时且高效,没有繁琐的操作。The upgrade tool detection, download and installation process is automatically completed by the upgrade tool without manual intervention. Compared with verbally informing the staff to update or synchronize and log in to the FTP server for copying, it is more timely and efficient, and there is no tedious operation.
步骤S2中所述内部FTP或SFTP上的特定目录下的toolslist.ini文件需要保持实时更新,这样能够及时的反馈给升级工具toolslist.ini的最新具体版本信息,方便与本地的toolslist.ini进行比对。The toolslist.ini file in the specific directory on the internal FTP or SFTP described in step S2 needs to be updated in real time, so that the latest specific version information of the upgrade tool toolslist.ini can be fed back in time, and it is convenient to compare with the local toolslist.ini right.
所述内部FTP或SFTP上的特定目录下还包括有工具包,用于安装toolslist.ini文件。The specific directory on the internal FTP or SFTP also includes a toolkit for installing the toolslist.ini file.
本实施例的一个具体应用为:客户端在启动时请求toolslist.ini文件,toolslist.ini文件的伪代码格式大致如下:A specific application of this embodiment is: the client requests the toolslist.ini file when it starts up, and the pseudocode format of the toolslist.ini file is roughly as follows:
[tools][tools]
totalnum=30;totalnum = 30;
[1][1]
toolsname=XXXX;toolsname=xxxx;
toolsdownloadftpaddress=http://XXXX/XXX;toolsdownloadftpaddress=http://XXXX/XXX;
currentVersion=2.0.1;currentVersion=2.0.1;
CompatibilityRequirements=WIN7;CompatibilityRequirements=WIN7;
ishighpower=0;ishighpower = 0;
[2][2]
toolsname=XXXX;toolsname=xxxx;
toolsdownloadftpaddress=http://XXXX/XXX;toolsdownloadftpaddress=http://XXXX/XXX;
currentVersion=3.5;currentVersion = 3.5;
CompatibilityRequirements=WIN7;CompatibilityRequirements=WIN7;
ishighpower=1;ishighpower = 1;
客户端如果是第一次请求,则直接下载工具,并生成本地配置localtools.ini用来记录本地工具版本信息及启动位置等,便于客户端一键启动,当出现ishighpower时就表示是否需要提权启动,也需要同步到本地配置。If the client requests for the first time, it directly downloads the tool, and generates a local configuration localtools.ini to record the local tool version information and startup location, etc., so that the client can start with one click. When ishighpower appears, it indicates whether it needs to be elevated. Start, also need to synchronize to the local configuration.
如果不是首次请求,则升级工具将请求反馈的toolslist.ini信息与本地工具实际配置的localtools.ini版本信息进行逐个比对,如果本地的localtools.ini版本过低则对本地的工具进行升级If it is not the first request, the upgrade tool will compare the requested toolslist.ini information with the localtools.ini version information actually configured by the local tool one by one. If the local localtools.ini version is too low, the local tool will be upgraded.
处理完成后,提示下载完毕或升级完毕,之后用户可进入正常使用环节。After the processing is completed, a message is displayed indicating that the download is completed or the upgrade is completed, and then the user can enter the normal use link.
在本说明书的描述中,参考术语“一个实施例”、“示例”、“具体示例”等的描述意指结合该实施例或示例描述的具体特征、结构、材料或者特点包含于本发明的至少一个实施例或示例中。在本说明书中,对上述术语的示意性表述不一定指的是相同的实施例或示例。而且,描述的具体特征、结构、材料或者特点可以在任何的一个或多个实施例或示例中以合适的方式结合。In the description of this specification, description with reference to the terms "one embodiment," "example," "specific example," etc. means that a particular feature, structure, material, or characteristic described in connection with the embodiment or example is included in at least one aspect of the present invention. in one embodiment or example. In this specification, schematic representations of the above terms do not necessarily refer to the same embodiment or example. Furthermore, the particular features, structures, materials or characteristics described may be combined in any suitable manner in any one or more embodiments or examples.
以上公开的本发明优选实施例只是用于帮助阐述本发明。优选实施例并没有详尽叙述所有的细节,也不限制该发明仅为的具体实施方式。显然,根据本说明书的内容,可作很多的修改和变化。本说明书选取并具体描述这些实施例,是为了更好地解释本发明的原理和实际应用,从而使所属技术领域技术人员能很好地理解和利用本发明。本发明仅受权利要求书及其全部范围和等效物的限制。The above-disclosed preferred embodiments of the present invention are provided only to help illustrate the present invention. The preferred embodiments do not describe all the details and do not limit the invention to specific embodiments only. Obviously, many modifications and variations are possible in light of the content of this specification. The present specification selects and specifically describes these embodiments in order to better explain the principles and practical applications of the present invention, so that those skilled in the art can well understand and utilize the present invention. The present invention is to be limited only by the claims and their full scope and equivalents.
Claims (7)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202010265044.2A CN111459829B (en) | 2020-04-03 | 2020-04-03 | Configuration method for solving problem of using tools in work of testers |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202010265044.2A CN111459829B (en) | 2020-04-03 | 2020-04-03 | Configuration method for solving problem of using tools in work of testers |
Publications (2)
Publication Number | Publication Date |
---|---|
CN111459829A true CN111459829A (en) | 2020-07-28 |
CN111459829B CN111459829B (en) | 2023-05-09 |
Family
ID=71683563
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202010265044.2A Expired - Fee Related CN111459829B (en) | 2020-04-03 | 2020-04-03 | Configuration method for solving problem of using tools in work of testers |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN111459829B (en) |
Citations (10)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN1369787A (en) * | 2001-02-14 | 2002-09-18 | 英业达股份有限公司 | Test tool loading and management method for test system |
JP2007265231A (en) * | 2006-03-29 | 2007-10-11 | Hitachi Ltd | Implementation decision support system such as version upgrade, implementation decision support method such as version upgrade, implementation decision support program such as version upgrade |
CN101593118A (en) * | 2009-02-24 | 2009-12-02 | 浪潮集团山东通用软件有限公司 | A kind of software upgrade method flexibly |
CN101674590A (en) * | 2009-09-29 | 2010-03-17 | 中兴通讯股份有限公司 | Client device and remote updating method and remote updating service system thereof |
CN102546246A (en) * | 2011-12-28 | 2012-07-04 | 创新科存储技术(深圳)有限公司 | Method and system for automatic upgrade of software |
CN103647816A (en) * | 2013-12-03 | 2014-03-19 | 北京奇虎科技有限公司 | Method and device for upgrading application software |
CN104793970A (en) * | 2015-04-02 | 2015-07-22 | 安徽四创电子股份有限公司 | Online upgrade method based on FTP |
CN105095074A (en) * | 2015-07-10 | 2015-11-25 | 北京金山安全软件有限公司 | Upgrade test method and device for configuration file |
CN105893070A (en) * | 2015-11-25 | 2016-08-24 | 乐视云计算有限公司 | Application SDK upgrading method and system |
US20190179731A1 (en) * | 2017-12-12 | 2019-06-13 | Sap Se | Custom upgrade testing system |
-
2020
- 2020-04-03 CN CN202010265044.2A patent/CN111459829B/en not_active Expired - Fee Related
Patent Citations (10)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN1369787A (en) * | 2001-02-14 | 2002-09-18 | 英业达股份有限公司 | Test tool loading and management method for test system |
JP2007265231A (en) * | 2006-03-29 | 2007-10-11 | Hitachi Ltd | Implementation decision support system such as version upgrade, implementation decision support method such as version upgrade, implementation decision support program such as version upgrade |
CN101593118A (en) * | 2009-02-24 | 2009-12-02 | 浪潮集团山东通用软件有限公司 | A kind of software upgrade method flexibly |
CN101674590A (en) * | 2009-09-29 | 2010-03-17 | 中兴通讯股份有限公司 | Client device and remote updating method and remote updating service system thereof |
CN102546246A (en) * | 2011-12-28 | 2012-07-04 | 创新科存储技术(深圳)有限公司 | Method and system for automatic upgrade of software |
CN103647816A (en) * | 2013-12-03 | 2014-03-19 | 北京奇虎科技有限公司 | Method and device for upgrading application software |
CN104793970A (en) * | 2015-04-02 | 2015-07-22 | 安徽四创电子股份有限公司 | Online upgrade method based on FTP |
CN105095074A (en) * | 2015-07-10 | 2015-11-25 | 北京金山安全软件有限公司 | Upgrade test method and device for configuration file |
CN105893070A (en) * | 2015-11-25 | 2016-08-24 | 乐视云计算有限公司 | Application SDK upgrading method and system |
US20190179731A1 (en) * | 2017-12-12 | 2019-06-13 | Sap Se | Custom upgrade testing system |
Non-Patent Citations (2)
Title |
---|
LIJUN SHAN 等: "Generating Structurally Complex Test Cases By Data Mutation: A Case Study Of Testing An Automated Modelling Tool", 《THE COMPUTER JOURNAL 》 * |
卢慧卿 等: "自动测试系统中测试通道配置工具的开发", 《计算机测量与控制》 * |
Also Published As
Publication number | Publication date |
---|---|
CN111459829B (en) | 2023-05-09 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US9417865B2 (en) | Determining when to update a package manager software | |
CN110221860B (en) | Configuration file processing method, device, terminal and medium | |
US9213534B2 (en) | Method for restoring software applications on desktop computers | |
US7080356B2 (en) | Certification test suite | |
CN100395707C (en) | Method of upgrading sequence | |
US20090259993A1 (en) | Sandbox Support for Metadata in Running Applications | |
CN102855160B (en) | Method, device and system for software repair | |
CN109002307A (en) | A kind of upgrading and automated testing method automatically | |
US7752005B2 (en) | Integrated instrument driver network | |
CN105955740B (en) | software management method and device | |
CN108196878A (en) | Method and device for generating application program installation package, electronic equipment and storage medium | |
CN115567392B (en) | Automatic deployment upgrading method for customer internal service system | |
CN112069073A (en) | Test case management method, terminal and storage medium | |
JP2001356912A (en) | Software install / update / uninstall system | |
TW201303615A (en) | System and method for configuring a client device | |
CN111506339A (en) | Method and device for processing change information of Software Development Kit (SDK) | |
CN104699554B (en) | Software repair, apparatus and system | |
CN111459829B (en) | Configuration method for solving problem of using tools in work of testers | |
CN106648797A (en) | Method and system for installing test software, test server and shared server | |
JP2011258078A (en) | Resource management system, resource management method, and resource management program | |
CN114490346A (en) | Multi-bin patch verification method and device, code server and readable storage medium | |
WO2023123901A1 (en) | Communication adaptation repair method, apparatus and system, and storage medium | |
JP2019133509A (en) | Container accommodation apparatus, system, container accommodation method and program | |
CN115185907A (en) | Front-end resource management method, device, equipment and storage medium | |
CN103064699A (en) | Method for quickly updating files in software upgrading process |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PB01 | Publication | ||
PB01 | Publication | ||
SE01 | Entry into force of request for substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
GR01 | Patent grant | ||
GR01 | Patent grant | ||
CF01 | Termination of patent right due to non-payment of annual fee | ||
CF01 | Termination of patent right due to non-payment of annual fee |
Granted publication date: 20230509 |