CN112579530A - Data resource organization method and device of automatic test system - Google Patents

Data resource organization method and device of automatic test system Download PDF

Info

Publication number
CN112579530A
CN112579530A CN202011474955.2A CN202011474955A CN112579530A CN 112579530 A CN112579530 A CN 112579530A CN 202011474955 A CN202011474955 A CN 202011474955A CN 112579530 A CN112579530 A CN 112579530A
Authority
CN
China
Prior art keywords
file
data
data resource
directories
resources
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
CN202011474955.2A
Other languages
Chinese (zh)
Other versions
CN112579530B (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.)
Linose Technology Beijing Co ltd
Original Assignee
Linose Technology Beijing 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 Linose Technology Beijing Co ltd filed Critical Linose Technology Beijing Co ltd
Priority to CN202011474955.2A priority Critical patent/CN112579530B/en
Priority claimed from CN202011474955.2A external-priority patent/CN112579530B/en
Publication of CN112579530A publication Critical patent/CN112579530A/en
Application granted granted Critical
Publication of CN112579530B publication Critical patent/CN112579530B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/13File access structures, e.g. distributed indices
    • G06F16/134Distributed indices
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/35Creation or generation of source code model driven

Abstract

The application discloses a data resource organization method and a device of an automatic test system, wherein the method comprises the following steps: determining all data resources and data resource types in the development process of an automatic test system, creating a plurality of file directories, and storing the data resources under the file directories and a preset database according to the data resource types; determining the storage address of each type of data resource, generating an index file according to the storage address, and generating a data resource organization file according to the index file and the file directories. The method and the device solve the technical problems that in the prior art, the reuse rate of developed data resources of an automatic test system is low, and data analysis is difficult.

Description

Data resource organization method and device of automatic test system
Technical Field
The present application relates to the field of data resource organization technologies, and in particular, to a data resource organization method and apparatus for an automated test system.
Background
With the rapid development of the automated testing technology, the automated testing technology is widely applied to a plurality of fields, for example, the fields of aerospace, communication, medical treatment and the like, different fields of Automated Testing Systems (ATS) are different, the used automated testing software is also different, any automated testing System may include a plurality of types of automated testing software, each automated testing software design includes stages of project establishment, design development, verification and debugging and the like, and a large amount of data can be generated in different design stages.
With the application and development of new technologies such as social big data, 5G, industrial Internet and the like, a series of policies such as 'new capital construction' and the like fall on the ground and are implemented. The demand for incremental automation test and efficiency in product research and production links is continuously increasing, a large amount of data needs to be continuously acquired in a large number of complicated automation test systems, and the development efficiency and data processing capacity of automation test software need to be improved in the corresponding automation test field. The data resource organization mode of the existing automatic test system can not form effective resource closed loop and data closed loop before, during and after test, which causes the problems of low reuse rate of developed data resources of the automatic test system, difficult data analysis and the like.
Disclosure of Invention
The technical problem that this application was solved is: according to the scheme provided by the embodiment of the application, a plurality of file directories are created by determining all data resources and data resource types in the development process of the automatic test system, the data resources are stored under the file directories and in a preset database according to the data resource types, then the storage address of each type of data resource is determined, an index file is generated according to the storage address, and a data resource organization file is generated according to the index file and the file directories. Therefore, all data resources in the development process of the automatic test system are subjected to standardized and modular management, so that an effective resource closed loop and a data closed loop are formed before, during and after testing, the reuse rate of the development data resources of the automatic test system is improved, and the data analysis difficulty is reduced.
In a first aspect, an embodiment of the present application provides a data resource organization method for an automated test system, where the method includes:
determining all data resources and data resource types in the development process of an automatic test system, creating a plurality of file directories, and storing the data resources under the file directories and a preset database according to the data resource types;
determining the storage address of each type of data resource, generating an index file according to the storage address, and generating a data resource organization file according to the index file and the file directories.
In the scheme provided by the embodiment of the application, a plurality of file directories are created by determining all data resources and data resource types in the development process of an automatic test system, the data resources are stored under the file directories and in a preset database according to the data resource types, then the storage address of each type of data resource is determined, an index file is generated according to the storage address, and a data resource organization file is generated according to the index file and the file directories. Therefore, all data resources in the development process of the automatic test system are subjected to standardized and modular management, so that an effective resource closed loop and a data closed loop are formed before, during and after testing, the reuse rate of the development data resources of the automatic test system is improved, and the data analysis difficulty is reduced.
Optionally, the plurality of file directories include a DOC file directory, a Resources file directory, a Module file directory, and a plurality of project file directories; the DOC file directory is used for storing requirements and plan documents, the Resources file directory is used for storing test resource configuration information, the Module file directory is used for storing information of a plurality of reusable modules, and each engineering file directory is used for storing engineering data Resources at any design stage.
Optionally, the plurality of reusable modules comprises: the system comprises a third-party online service plug-in, a test item configuration plug-in, a universal flow plug-in and a universal template, wherein the universal template is a combination comprising a plurality of open plug-ins.
Optionally, the information of the multiple reusable modules is saved in the Module file directory in the form of an xml file, a json file or a document file.
Optionally, the index file is a tsp file, and the tsp file includes data resource storage addresses stored in the multiple file directories and data resource storage addresses stored in the preset database.
In a second aspect, an embodiment of the present application provides a data resource organization apparatus of an automated test system, where the apparatus includes:
the system comprises a determining unit, a data processing unit and a data processing unit, wherein the determining unit is used for determining all data resources and data resource types in the development process of an automatic test system, creating a plurality of file directories, and storing the data resources into the file directories and a preset database according to the data resource types;
and the generating unit is used for determining the storage address of each type of data resource, generating an index file according to the storage address, and generating a data resource organization file according to the index file and the file directories.
Optionally, the plurality of file directories include a DOC file directory, a Resources file directory, a Module file directory, and a plurality of project file directories; the DOC file directory is used for storing requirements and plan documents, the Resources file directory is used for storing test resource configuration information, the Module file directory is used for storing information of a plurality of reusable modules, and each engineering file directory is used for storing engineering data Resources at any design stage.
Optionally, the plurality of reusable modules comprises: the system comprises a third-party online service plug-in, a test item configuration plug-in, a universal flow plug-in and a universal template, wherein the universal template is a combination comprising a plurality of open plug-ins.
Optionally, the information of the multiple reusable modules is saved in the Module file directory in the form of an xml file, a json file or a document file.
Optionally, the index file is a tsp file, and the tsp file includes data resource storage addresses stored in the multiple file directories and data resource storage addresses stored in the preset database.
Drawings
Fig. 1 is a schematic flowchart illustrating a data resource organization method of an automated test system according to an embodiment of the present disclosure;
fig. 2 is a schematic structural diagram of a Resources file directory provided in an embodiment of the present application;
fig. 3 is a schematic structural diagram of an engineering file directory according to an embodiment of the present disclosure;
FIG. 4 is a schematic structural diagram of an interposer provided in an embodiment of the present application;
FIG. 5 is a schematic structural diagram of a Module file directory according to an embodiment of the present disclosure;
fig. 6 is a schematic structural diagram of a data resource organization file according to an embodiment of the present application;
fig. 7 is a schematic structural diagram of a data resource organization apparatus of an automated test system according to an embodiment of the present disclosure.
Detailed Description
In the solutions provided in the embodiments of the present application, the described embodiments are only a part of the embodiments of the present application, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
The following describes in further detail a data resource organization method of an automated testing system provided in an embodiment of the present application with reference to the drawings of the specification, where a specific implementation manner of the method may include the following steps (a method flow is shown in fig. 1):
step 101, determining all data resources and data resource types in the development process of an automatic test system, creating a plurality of file directories, and storing the data resources under the file directories and in a preset database according to the data resource types.
Specifically, in the solution provided in this embodiment of the present application, a development process of an automated testing system includes a requirement analysis stage, a design stage, and a testing stage, and different development stages all relate to a large amount of data resources, for example, the data resources include device configuration information, data source configuration information, configuration monitoring page configuration information, test flow tree configuration information, script resource configuration information, function resource configuration information, global variable configuration information, alarm and early warning event configuration information, test report template configuration information, and debug log information.
Further, in one possible implementation, the plurality of file directories include a DOC file directory, a Resources file directory, a Module file directory, and a plurality of project file directories; the DOC file directory is used for storing requirements and plan documents, the Resources file directory is used for storing test resource configuration information, the Module file directory is used for storing information of a plurality of reusable modules, and each engineering file directory is used for storing engineering data Resources at any design stage.
Referring to fig. 2, a schematic structural diagram of a Resources file directory provided in the embodiment of the present application is shown. In fig. 2, the test resource configuration information stored in the Resources file directory includes data acquisition resource configuration information, data storage configuration information, and device configuration information, where the data acquisition resource configuration information, the data storage configuration information, and the device configuration information are stored in the form of json files.
Referring to fig. 3, a schematic structural diagram of an engineering file directory provided in an embodiment of the present application is shown. In fig. 3, the project file directory includes an app.json file, an app.js file, an app.css file, a configuration subdirectory, a flow subdirectory, a fault tree subdirectory, a test report subdirectory, a debugging log subdirectory, a data storage model subdirectory, and the like. Specifically, the description of each file or sub-directory under the file directory is shown in table 1.
TABLE 1
Figure BDA0002834978120000051
Figure BDA0002834978120000061
Further, in one possible implementation, the plurality of reusable modules includes: the system comprises a third-party online service plug-in, a test item configuration plug-in, a universal flow plug-in and a universal template, wherein the universal template is a combination comprising a plurality of open plug-ins.
Further, in a possible implementation manner, the information of the multiple reusable modules is saved in the Module file directory in the form of an xml file, a json file or a document file.
Specifically, in the solution provided in the embodiment of the present application, some common data in the automated testing system are packaged into a form of plug-in or plug-in set Module and stored in the Module file directory, and for facilitating understanding of the concept of the plug-in and plug-in set Module, the following briefly introduces the same.
First, plug-in
The plug-in is obtained by packaging a group of js interfaces, custom components or pages and is used for embedding into engineering development. The plug-in cannot run independently and must be embedded in other projects to be used by a user; and when the third-party test APP uses the plug-in, the code of the plug-in cannot be seen. Therefore, the plug-in is suitable for packaging a certain function or service and providing the function or service for the third party APP to be displayed and used. Plug-in developers can write a plug-in and upload code as development APPs, and after the plug-in is released, other APPs can call. The developer center can host the plug-in codes, and when other APPs are called, the uploaded plug-in codes can be downloaded and run together with the APPs. Compared with a common js file or a custom component, the plug-in has stronger independence, can have an independent API interface, a domain name list and the like, but is limited at the same time, for example, some APIs cannot be called or have limited functions. There are also individual special interfaces that can be indirectly implemented using "generic templates" directly, although plug-ins cannot be called directly. Meanwhile, the framework can carry out data security protection on the APP and each plug-in used by the APP, and guarantee that data of any other party cannot be stolen between the APP and each plug-in unless the data is actively transmitted to the other party.
Referring to fig. 4, a schematic structural diagram of an interposer provided in an embodiment of the present application is shown. In fig. 4, the plug-in includes custom components, pages, JS interfaces, configuration files, etc. that the plug-in provides.
Second, plug-in assembly template
A plug-in set template refers to a template that contains a combination of multiple open plugs-in. A developer can select a universal plug-in set template in the field of the field according to actual requirements of the developer, and then the development of the test APP can be completed by slightly configuring or changing the universal plug-in set template.
Fig. 5 is a schematic structural diagram of a Module file directory according to an embodiment of the present disclosure. In fig. 5, the Module file directory includes a third party online service subdirectory, a test item configuration subdirectory, a general configuration subdirectory, and a general process subdirectory, where the third party online service subdirectory stores a third party online service plug-in, the test item configuration subdirectory stores a test item configuration plug-in, the general configuration subdirectory stores a general configuration plug-in, and the general process subdirectory stores a general process plug-in and a general template. The universal template comprises a java development tool JDK and a plug-in development environment PDE, wherein the PDE component is mainly used for expanding plug-in development for developers.
Specifically, the organization and description of the information of the reusable modules: separately stored under the directory named for the module, in the form of ". xml" files, ". json" files or document files, including the following:
1) device driver information in ". xml" file or ". json" file
2) Configuration information of database connections is in the form of ". xml" files or ". json" files
3) Json file for describing information of configuration monitoring page
4) The test flow is described in the ". xml" file or ". json" file
5) Description of the test report template mainly takes document files, such as an 'xlsx' file, a 'doc' file and the like according to actual requirements
6) Other third parties provide Web Service and Web API Service request descriptions in a ". json" file
Step 102, determining a storage address of each type of data resource, generating an index file according to the storage address, and generating a data resource organization file according to the index file and the file directories.
In the scheme provided by the embodiment of the application, after all data resources are saved in a plurality of file directories and a preset database according to the types of the data resources in the development process of the automatic test system, the saving address of each type of data resource is determined, and then an index file is generated according to the saving address of each type of data resource. Specifically, there are various forms of the index file, and a preferred form will be described below.
In a possible implementation manner, the index file is a tsp file, and the tsp file includes data resource saving addresses saved under the multiple file directories and data resource saving addresses saved in the preset database.
Specifically, referring to fig. 6, a schematic structural diagram of a data resource organization file provided in the embodiment of the present application is shown.
In the scheme provided by the embodiment of the application, a plurality of file directories are created by determining all data resources and data resource types in the development process of an automatic test system, the data resources are stored under the file directories and in a preset database according to the data resource types, then the storage address of each type of data resource is determined, an index file is generated according to the storage address, and a data resource organization file is generated according to the index file and the file directories. Therefore, all data resources in the development process of the automatic test system are subjected to standardized and modular management, so that an effective resource closed loop and a data closed loop are formed before, during and after testing, the reuse rate of the development data resources of the automatic test system is improved, and the data analysis difficulty is reduced.
Based on the same inventive concept as the method shown in fig. 1, an embodiment of the present application provides a data resource organization apparatus of an automated test system, referring to fig. 7, the apparatus includes:
a determining unit 701, configured to determine all data resources and data resource types in an automated test system development process, create a plurality of file directories, and store the data resources under the plurality of file directories and in a preset database according to the data resource types;
a generating unit 702, configured to determine a saving address of each type of data resource, generate an index file according to the saving address, and generate a data resource organization file according to the index file and the file directories.
Optionally, the plurality of file directories include a DOC file directory, a Resources file directory, a Module file directory, and a plurality of project file directories; the DOC file directory is used for storing requirements and plan documents, the Resources file directory is used for storing test resource configuration information, the Module file directory is used for storing information of a plurality of reusable modules, and each engineering file directory is used for storing engineering data Resources at any design stage.
Optionally, the plurality of reusable modules comprises: the system comprises a third-party online service plug-in, a test item configuration plug-in, a universal flow plug-in and a universal template, wherein the universal template is a combination comprising a plurality of open plug-ins.
Optionally, the information of the multiple reusable modules is saved in the Module file directory in the form of an xml file, a json file or a document file.
Optionally, the index file is a tsp file, and the tsp file includes data resource storage addresses stored in the multiple file directories and data resource storage addresses stored in the preset database
As will be appreciated by one skilled in the art, embodiments of the present application may be provided as a method, system, or computer program product. Accordingly, the present application may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present application 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, optical storage, and the like) having computer-usable program code embodied therein.
The present application is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the application. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
It will be apparent to those skilled in the art that various changes and modifications may be made in the present application without departing from the spirit and scope of the application. Thus, if such modifications and variations of the present application fall within the scope of the claims of the present application and their equivalents, the present application is intended to include such modifications and variations as well.

Claims (10)

1. A data resource organization method of an automatic test system is characterized by comprising the following steps:
determining all data resources and data resource types in the development process of an automatic test system, creating a plurality of file directories, and storing the data resources under the file directories and a preset database according to the data resource types;
determining the storage address of each type of data resource, generating an index file according to the storage address, and generating a data resource organization file according to the index file and the file directories.
2. The method of claim 1, wherein the plurality of file directories comprises a DOC file directory, a Resources file directory, a Module file directory, and a plurality of project file directories; the DOC file directory is used for storing requirements and plan documents, the Resources file directory is used for storing test resource configuration information, the Module file directory is used for storing information of a plurality of reusable modules, and each engineering file directory is used for storing engineering data Resources at any design stage.
3. The method of claim 2, wherein the plurality of reusable modules comprises: the system comprises a third-party online service plug-in, a test item configuration plug-in, a universal flow plug-in and a universal template, wherein the universal template is a combination comprising a plurality of open plug-ins.
4. The method of claim 3, wherein the information for the plurality of reusable modules is maintained under the Module File directory in the form of an xml file, a json file, or a document file.
5. The method according to any one of claims 1 to 4, wherein the index file is a.tsp file, and the tsp file comprises data resource storage addresses stored in the plurality of file directories and data resource storage addresses stored in the preset database.
6. A data resource organization apparatus for an automated test system, comprising:
the system comprises a determining unit, a data processing unit and a data processing unit, wherein the determining unit is used for determining all data resources and data resource types in the development process of an automatic test system, creating a plurality of file directories, and storing the data resources into the file directories and a preset database according to the data resource types;
and the generating unit is used for determining the storage address of each type of data resource, generating an index file according to the storage address, and generating a data resource organization file according to the index file and the file directories.
7. The apparatus of claim 6, wherein the plurality of file directories comprises a DOC file directory, a Resources file directory, a Module file directory, and a plurality of project file directories; the DOC file directory is used for storing requirements and plan documents, the Resources file directory is used for storing test resource configuration information, the Module file directory is used for storing information of a plurality of reusable modules, and each engineering file directory is used for storing engineering data Resources at any design stage.
8. The apparatus of claim 7, wherein the plurality of reusable modules comprises: the system comprises a third-party online service plug-in, a test item configuration plug-in, a universal flow plug-in and a universal template, wherein the universal template is a combination comprising a plurality of open plug-ins.
9. The apparatus of claim 8, wherein the information of the plurality of reusable modules is saved under the Module file directory in the form of an xml file, a json file, or a document file.
10. The apparatus according to any one of claims 6 to 9, wherein the index file is a.tsp file, and the tsp file comprises data resource storage addresses stored in the plurality of file directories and data resource storage addresses stored in the preset database.
CN202011474955.2A 2020-12-14 Data resource organization method and device of automatic test system Active CN112579530B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011474955.2A CN112579530B (en) 2020-12-14 Data resource organization method and device of automatic test system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011474955.2A CN112579530B (en) 2020-12-14 Data resource organization method and device of automatic test system

Publications (2)

Publication Number Publication Date
CN112579530A true CN112579530A (en) 2021-03-30
CN112579530B CN112579530B (en) 2024-05-14

Family

ID=

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113626409A (en) * 2021-08-06 2021-11-09 百度在线网络技术(北京)有限公司 Test data processing method, device, equipment and storage medium

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080320441A1 (en) * 2007-06-23 2008-12-25 Azadeh Ahadian Extensible rapid application development for disparate data sources
CN102073633A (en) * 2009-11-23 2011-05-25 腾讯科技(深圳)有限公司 Method and device for storing and accessing resource file
CN102164186A (en) * 2011-05-31 2011-08-24 互动在线(北京)科技有限公司 Method and system for realizing cloud search service
CN102542045A (en) * 2010-12-28 2012-07-04 微软公司 Unified access to resources
US20150234734A1 (en) * 2014-02-18 2015-08-20 Hariprakash Agrawal System and method to implement an electronic document based automated testing of a software application
CN107239399A (en) * 2017-05-27 2017-10-10 北京京东尚科信息技术有限公司 For the index generation method of test, device, system and readable storage medium storing program for executing
CN107491334A (en) * 2017-08-29 2017-12-19 四川长虹电器股份有限公司 A kind of tissue and loading method for preloading file
CN108647010A (en) * 2018-04-27 2018-10-12 武汉斗鱼网络科技有限公司 A kind of method, terminal device and the storage medium of projects initialization
CN111026455A (en) * 2019-11-27 2020-04-17 掌阅科技股份有限公司 Plug-in generation method, electronic device and storage medium

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080320441A1 (en) * 2007-06-23 2008-12-25 Azadeh Ahadian Extensible rapid application development for disparate data sources
CN102073633A (en) * 2009-11-23 2011-05-25 腾讯科技(深圳)有限公司 Method and device for storing and accessing resource file
CN102542045A (en) * 2010-12-28 2012-07-04 微软公司 Unified access to resources
CN102164186A (en) * 2011-05-31 2011-08-24 互动在线(北京)科技有限公司 Method and system for realizing cloud search service
US20150234734A1 (en) * 2014-02-18 2015-08-20 Hariprakash Agrawal System and method to implement an electronic document based automated testing of a software application
CN107239399A (en) * 2017-05-27 2017-10-10 北京京东尚科信息技术有限公司 For the index generation method of test, device, system and readable storage medium storing program for executing
CN107491334A (en) * 2017-08-29 2017-12-19 四川长虹电器股份有限公司 A kind of tissue and loading method for preloading file
CN108647010A (en) * 2018-04-27 2018-10-12 武汉斗鱼网络科技有限公司 A kind of method, terminal device and the storage medium of projects initialization
CN111026455A (en) * 2019-11-27 2020-04-17 掌阅科技股份有限公司 Plug-in generation method, electronic device and storage medium

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
姜忠龙;: "嵌入式系统可信软件栈自动化测试研究", 计算机与数字工程, no. 02 *
赵国钰;葛岩;: "轻量级自定义研发测试云技术研究与应用", 通讯世界, no. 09 *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113626409A (en) * 2021-08-06 2021-11-09 百度在线网络技术(北京)有限公司 Test data processing method, device, equipment and storage medium
CN113626409B (en) * 2021-08-06 2023-08-15 百度在线网络技术(北京)有限公司 Test data processing method, device, equipment and storage medium

Similar Documents

Publication Publication Date Title
CN108415832B (en) Interface automation test method, device, equipment and storage medium
CN108614770B (en) Automatic test assertion method, device, storage medium and equipment
CN108829593A (en) Code coverage calculation and analysis methods, device, equipment and storage medium
CN111813661B (en) Global service data drive automatic test method, device, equipment and medium
JP6045134B2 (en) Parallel workload simulation for application performance testing
WO2019078954A1 (en) Human-readable, language-independent stack trace summary generation
US11586433B2 (en) Pipeline release validation
CN113448862B (en) Software version testing method and device and computer equipment
US10657028B2 (en) Method for replicating production behaviours in a development environment
CN109144511B (en) Method and system for automatically generating numerical simulation graphical user interface
CN114237754A (en) Data loading method and device, electronic equipment and storage medium
CN102023919B (en) Integrated test method and system
CN112579530B (en) Data resource organization method and device of automatic test system
US9396239B2 (en) Compiling method, storage medium and compiling apparatus
CN112579530A (en) Data resource organization method and device of automatic test system
CN110688823A (en) XML file verification method and device
CN112819621B (en) Intelligent contract resource loss testing method and system
CN115185825A (en) Interface test scheduling method and device
CN111400245B (en) Art resource migration method and device
CN111680023A (en) Migration data checking method and device
CN112667491A (en) Function test method and device of virtual machine
CN112948480B (en) Data extraction method, device, electronic equipment and storage medium
CN111221551B (en) Database upgrading method and device
CN112948244B (en) Method, device and equipment for industrial internet information model test
CN114637670A (en) Automatic testing method, device, equipment and computer readable storage medium

Legal Events

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