CN112579530B - 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
CN112579530B
CN112579530B CN202011474955.2A CN202011474955A CN112579530B CN 112579530 B CN112579530 B CN 112579530B CN 202011474955 A CN202011474955 A CN 202011474955A CN 112579530 B CN112579530 B CN 112579530B
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.)
Active
Application number
CN202011474955.2A
Other languages
Chinese (zh)
Other versions
CN112579530A (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
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

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

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Debugging And Monitoring (AREA)

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 in 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 catalogues. The application solves the technical problems of low reuse rate of data resources developed by an automatic test system and difficult data analysis in the prior art.

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 automatic test system.
Background
With the rapid development of the automated test technology, the automated test technology is widely applied to various fields, such as aerospace, communication, medical fields, and the like, the automated test systems (Automatic TEST SYSTEM, ATS) in different fields are different, the used automated test software is different, any automated test system may include multiple types of automated test software, and each automated test software design includes project stand, design development, verification and debugging stages, 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 construction' are landed and implemented. The automatic test increment requirement and the efficiency requirement of the product research and development and production links are continuously increased, a large amount of data is required to be continuously collected in a plurality of complicated automatic test systems, and the development efficiency and the data processing capacity of the automatic test software are required to be improved in the corresponding automatic test field. The existing data resource organization mode of the automatic test system can not form an effective resource closed loop and a data closed loop before, during and after testing, so that the problems of low reuse rate of data resource developed by the automatic test system, difficult data analysis and the like are caused.
Disclosure of Invention
The application solves the technical problems that: 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 the automatic test system, the data resources are stored under a plurality of file directories and a preset database according to the data resource types, then the storage address of each type of data resources 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 plurality of file directories. Therefore, by carrying out standardization and modularization management on all data resources in the development process of the automatic test system, an effective resource closed loop and a data closed loop are formed before, during and after the test, the reuse rate of the development data resources of the automatic test system is improved, and the difficulty of data analysis is reduced.
In a first aspect, an embodiment of the present application provides a method for organizing data resources of 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 in 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 catalogues.
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 resources 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, by carrying out standardization and modularization management on all data resources in the development process of the automatic test system, an effective resource closed loop and a data closed loop are formed before, during and after the test, the reuse rate of the development data resources of the automatic test system is improved, and the difficulty of data analysis is reduced.
Optionally, the plurality of file directories includes DOC file directories, resources file directories, module file directories, and a plurality of engineering file directories; the DOC file catalogue is used for storing requirements and planning documents, the Resources file catalogue is used for storing test resource configuration information, the Module file catalogue is used for storing information of a plurality of reusable modules, and each engineering file catalogue is used for storing engineering data Resources in any design stage.
Optionally, the plurality of reusable modules includes: the system comprises a third party online service plug-in, a test item configuration plug-in, a general flow plug-in and a general template, wherein the general template comprises a combination of a plurality of open plug-ins.
Optionally, the information of the multiple reusable modules is stored under the Module file directory in the form of an xml file, json file or document file.
Optionally, the index file is a tsp file, where the tsp file includes data resource storage addresses stored under 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, the apparatus including:
the system comprises a determining unit, a storage unit and a storage 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 under the file directories and in 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 catalogues.
Optionally, the plurality of file directories includes DOC file directories, resources file directories, module file directories, and a plurality of engineering file directories; the DOC file catalogue is used for storing requirements and planning documents, the Resources file catalogue is used for storing test resource configuration information, the Module file catalogue is used for storing information of a plurality of reusable modules, and each engineering file catalogue is used for storing engineering data Resources in any design stage.
Optionally, the plurality of reusable modules includes: the system comprises a third party online service plug-in, a test item configuration plug-in, a general flow plug-in and a general template, wherein the general template comprises a combination of a plurality of open plug-ins.
Optionally, the information of the multiple reusable modules is stored under the Module file directory in the form of an xml file, json file or document file.
Optionally, the index file is a tsp file, where the tsp file includes data resource storage addresses stored under the multiple file directories and data resource storage addresses stored in the preset database.
Drawings
FIG. 1 is a flow chart of a method for organizing data resources of an automated test system according to an embodiment of the present application;
FIG. 2 is a schematic diagram of a resource file directory according to an embodiment of the present application;
FIG. 3 is a schematic diagram of an engineering file directory according to an embodiment of the present application;
Fig. 4 is a schematic structural diagram of an insert according to an embodiment of the present application;
FIG. 5 is a schematic diagram of a Module file directory according to an embodiment of the present application;
FIG. 6 is a schematic diagram of a structure 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 device of an automatic test system according to an embodiment of the present application.
Detailed Description
In the solutions provided by the embodiments of the present application, the described embodiments are only some embodiments of the present application, but not all embodiments. All other embodiments, which can be made by those skilled in the art based on the embodiments of the application without making any inventive effort, are intended to be within the scope of the application.
The following describes in further detail the data resource organization method of an automated test system according to the embodiment of the present application with reference to the accompanying drawings, and 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 the embodiment of the present application, the development process of the automated test system includes a requirement analysis stage, a design stage and a test stage, and the different development stages all involve a large amount of data resources, for example, the data resources include equipment 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 early warning event configuration information, test report template configuration information, debug log information, and the like.
Further, in one possible implementation, the plurality of file directories includes a DOC file directory, a Resources file directory, a Module file directory, and a plurality of engineering file directories; the DOC file catalogue is used for storing requirements and planning documents, the Resources file catalogue is used for storing test resource configuration information, the Module file catalogue is used for storing information of a plurality of reusable modules, and each engineering file catalogue is used for storing engineering data Resources in any design stage.
Referring to fig. 2, a schematic structure diagram of a resource file directory is provided in an embodiment of the present application. In fig. 2, the test resource configuration information stored under 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 all stored in the form of json files.
Referring to fig. 3, a schematic structure diagram of an engineering file directory according to an embodiment of the present application is provided. In fig. 3, the project file directory includes app.json file, app.js file, app.css file, configuration subdirectory, flow subdirectory, fault tree subdirectory, test report subdirectory, debug log subdirectory, data storage model subdirectory, and the like. Specifically, descriptions of the files or subdirectories under the file directory are shown in table 1.
TABLE 1
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 general flow plug-in and a general template, wherein the general template comprises a combination of a plurality of open plug-ins.
Further, in one possible implementation, the information of the plurality of reusable modules is stored under the Module file directory in the form of an xml file, json file, or document file.
Specifically, in the solution provided in the embodiment of the present application, some general data packages in the automated test system are stored in a Module file directory in the form of a plug-in or plug-in set Module, so that the concepts of the plug-in and plug-in set templates are described briefly below for convenience of understanding.
1. Plug-in unit
The plug-in refers to the package of a set of js interfaces, custom components or pages for embedding into engineering development. The plug-in cannot run independently, and must be embedded in other projects to be used by users; and the third party test APP can not see the code of the plug-in when using the plug-in. Thus, the plug-in is suitable for encapsulating a function or service, and is provided to a third party APP for display and use. Plug-in developers can write a plug-in and upload codes like developing an APP, and after the plug-in is released, other APPs can call. The developer center can host plug-in codes, and when other APP calls, the uploaded plug-in codes can be downloaded and run along with the APP. Compared with a common js file or a custom component, the plug-in has stronger independence, can have independent API interfaces, domain name lists and the like, but is also limited by some limitations, such as that some APIs cannot be called or the functions are limited. There are also individual special interfaces, which, although the plug-in cannot be invoked directly, can be implemented indirectly using a "generic template". Meanwhile, the framework can carry out data security protection on the APP and each plug-in used by the APP, and ensures that data of any other party cannot be stolen between the APP and each plug-in, unless the data is actively transferred to the other party.
Referring to fig. 4, a schematic structural diagram of an insert according to an embodiment of the present application is provided. In fig. 4, the plug-in includes custom components, pages, JS interfaces, configuration files, etc. provided by the plug-in.
2. Plug-in assembly template
A plug-in set template refers to a template that contains a combination of multiple open plug-ins. The developer can select a universal plug-in set template in the field according to the actual requirement of the developer, and then the development of the test APP can be completed by slightly configuring or changing the template.
Referring to fig. 5, a schematic structure diagram of a Module file directory is provided in an embodiment of the present application. In fig. 5, the Module file directory includes a third party online service sub-directory, a test item configuration sub-directory, a general configuration sub-directory, and a general flow sub-directory, where the third party online service sub-directory stores a third party online service plug-in, the test item configuration sub-directory stores a test item configuration plug-in, the general configuration sub-directory stores a general configuration plug-in, and the general flow sub-directory stores a general flow plug-in and a general template. The universal template comprises a java development tool JDK and also comprises a plug-in development environment PDE, wherein the PDE component is mainly used for expanding plug-in development for a developer.
In particular, organization and description of information of the reusable modules: the files are stored under the name of the module in the form of an xml file, json file or document file, wherein the files comprise the following components:
1) Device driver information is recorded in an xml file or json file
2) Configuration information of database connection is in an 'xml' file or an 'json' file
3) Description information of configuration monitoring page is in a 'json' file
4) Description of test procedure with an "xml" file or an "json" file
5) The description of the test report template mainly uses document files, such as 'xlsx' files, 'doc' files and the like, according to actual requirements
6) Web Service and Web API Service request descriptions provided by other third parties are 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 catalogues.
In the scheme provided by the embodiment of the application, all data resources in the development process of the automatic test system are stored under a plurality of set file directories and a preset database according to the data resource types, the storage address of each type of data resource is determined, and then an index file is generated according to the storage address of each type of data resource. In particular, there are various forms of index file, and a preferred form is described below.
In one possible implementation manner, the index file is a tsp file, where the tsp file includes data resource storage addresses stored under the multiple file directories and data resource storage addresses stored in the preset database.
Specifically, referring to fig. 6, a schematic structural diagram of a data resource organization file according to an embodiment of the present application is provided.
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 resources 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, by carrying out standardization and modularization management on all data resources in the development process of the automatic test system, an effective resource closed loop and a data closed loop are formed before, during and after the test, the reuse rate of the development data resources of the automatic test system is improved, and the difficulty of data analysis 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 a development process of an automatic test system, 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;
The generating unit 702 is configured to determine a save address of each type of data resource, generate an index file according to the save address, and generate a data resource organization file according to the index file and the file directories.
Optionally, the plurality of file directories includes DOC file directories, resources file directories, module file directories, and a plurality of engineering file directories; the DOC file catalogue is used for storing requirements and planning documents, the Resources file catalogue is used for storing test resource configuration information, the Module file catalogue is used for storing information of a plurality of reusable modules, and each engineering file catalogue is used for storing engineering data Resources in any design stage.
Optionally, the plurality of reusable modules includes: the system comprises a third party online service plug-in, a test item configuration plug-in, a general flow plug-in and a general template, wherein the general template comprises a combination of a plurality of open plug-ins.
Optionally, the information of the multiple reusable modules is stored under the Module file directory in the form of an xml file, json file or document file.
Optionally, the index file is a tsp file, where the tsp file includes data resource storage addresses stored under the multiple file directories and data resource storage addresses stored in the preset database
It will be appreciated by those skilled in the art that 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, magnetic 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 flowchart illustrations and/or block diagrams, and combinations of flows and/or blocks in the flowchart illustrations and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to 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 modifications and variations can be made to the present application without departing from the spirit or scope of the application. Thus, it is intended that the present application also include such modifications and alterations insofar as they come within the scope of the appended claims or the equivalents thereof.

Claims (2)

1. A method for organizing data resources of an automated test system, comprising:
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;
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 catalogues;
The plurality of file directories comprise DOC file directories, resources file directories, module file directories and a plurality of engineering file directories; the DOC file catalogue is used for storing requirements and planning documents, the Resources file catalogue is used for storing test resource configuration information, the Module file catalogue is used for storing information of a plurality of reusable modules, and each engineering file catalogue is used for storing engineering data Resources in any design stage;
the plurality of reusable modules, comprising: the system comprises a third party online service plug-in, a test item configuration plug-in, a general flow plug-in and a general template, wherein the general template comprises a combination of a plurality of open plug-ins;
The information of the multiple reusable modules is stored under the Module file directory in the form of xml files, json files or document files;
the index file is a tsp file, and the tsp file comprises data resource storage addresses stored under the multiple file directories and the data resource storage addresses stored in the preset database.
2. A data resource organization apparatus for an automated test system, comprising:
the system comprises a determining unit, a storage unit and a storage 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 under the file directories and in a preset database according to the data resource types;
the generation 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 catalogues;
The plurality of file directories comprise DOC file directories, resources file directories, module file directories and a plurality of engineering file directories; the DOC file catalogue is used for storing requirements and planning documents, the Resources file catalogue is used for storing test resource configuration information, the Module file catalogue is used for storing information of a plurality of reusable modules, and each engineering file catalogue is used for storing engineering data Resources in any design stage;
the plurality of reusable modules, comprising: the system comprises a third party online service plug-in, a test item configuration plug-in, a general flow plug-in and a general template, wherein the general template comprises a combination of a plurality of open plug-ins;
The information of the multiple reusable modules is stored under the Module file directory in the form of xml files, json files or document files;
the index file is a tsp file, and the tsp file comprises data resource storage addresses stored under the multiple file directories and the data resource storage addresses stored in the preset database.
CN202011474955.2A 2020-12-14 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 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 2020-12-14 Data resource organization method and device of automatic test system

Publications (2)

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

Family

ID=75135414

Family Applications (1)

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

Country Status (1)

Country Link
CN (1) CN112579530B (en)

Families Citing this family (1)

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

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
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
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

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8375351B2 (en) * 2007-06-23 2013-02-12 International Business Machines Corporation Extensible rapid application development for disparate data sources
US9842043B2 (en) * 2014-02-18 2017-12-12 Hariprakash Agrawal System and method to implement an electronic document based automated testing of a software application

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
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
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
嵌入式系统可信软件栈自动化测试研究;姜忠龙;;计算机与数字工程(02);全文 *
轻量级自定义研发测试云技术研究与应用;赵国钰;葛岩;;通讯世界(09);全文 *

Also Published As

Publication number Publication date
CN112579530A (en) 2021-03-30

Similar Documents

Publication Publication Date Title
CN108614770B (en) Automatic test assertion method, device, storage medium and equipment
CN108415832B (en) Interface automation test method, device, equipment and storage medium
CN107644286B (en) Workflow processing method and device
CN108829593A (en) Code coverage calculation and analysis methods, device, equipment and storage medium
US20130117232A1 (en) Snapshots of database models
Dit et al. A tracelab-based solution for creating, conducting, and sharing feature location experiments
CN111813661B (en) Global service data drive automatic test method, device, equipment and medium
CN103942099B (en) Executing tasks parallelly method and device based on Hive
US20150106663A1 (en) Hash labeling of logging messages
CN106990960A (en) Code dispositions method and device
CN105184152A (en) Mobile terminal data processing method
CN112579530B (en) Data resource organization method and device of automatic test system
CN111813377A (en) Method and device for automatically generating application program
US20150121334A1 (en) Regression alerts
Yu Design and application on agile software exploratory testing model
US20210342471A1 (en) System and method of block chain based protection for customized data integration processes
US20150033213A1 (en) Compiling method, storage medium and compiling apparatus
CN103186551B (en) Exception analysis method and analogue system based on web application platform
CN114330244A (en) Method, system, device and medium for arranging files
CN114115982A (en) Code issuing method, device, equipment and storage medium
CN109960497A (en) Call method and device between a kind of script file
CN114579142A (en) Dual-mode big data version deployment method, device and equipment supporting steady state and sensitive state
CN113504904A (en) User-defined function implementation method and device, computer equipment and storage medium
CN111221551B (en) Database upgrading method and device
CN112948480B (en) Data extraction method, device, electronic equipment and storage medium

Legal Events

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