CN111881044B - Automatic test case matching system according to configuration files - Google Patents

Automatic test case matching system according to configuration files Download PDF

Info

Publication number
CN111881044B
CN111881044B CN202010737531.4A CN202010737531A CN111881044B CN 111881044 B CN111881044 B CN 111881044B CN 202010737531 A CN202010737531 A CN 202010737531A CN 111881044 B CN111881044 B CN 111881044B
Authority
CN
China
Prior art keywords
test case
module
configuration file
file
analysis
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
CN202010737531.4A
Other languages
Chinese (zh)
Other versions
CN111881044A (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.)
Xuchang Ketop Testing Research Institute Co ltd
Original Assignee
Xuchang Ketop Testing Research Institute 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 Xuchang Ketop Testing Research Institute Co ltd filed Critical Xuchang Ketop Testing Research Institute Co ltd
Publication of CN111881044A publication Critical patent/CN111881044A/en
Application granted granted Critical
Publication of CN111881044B publication Critical patent/CN111881044B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • 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
    • G06F11/3672Test management

Abstract

The system comprises a configuration file module, a man-machine interface module, a configuration file analysis module, a test case automatic loading module, a test case automatic matching module, a service test case mapping table module, a test case library module, a parameter test case mapping table module, a test case queue module and a test case library module for testing; the system for automatically matching the test cases according to the configuration files can decompose and extract key features of the configuration files, and completes the automatic completion of test case selection and communication parameter configuration by establishing the mapping relation between the service and the test cases and the corresponding relation between the communication parameters and the test cases, automatically matches test information and selected parameter information, improves configuration efficiency and configuration speed, improves configuration accuracy, and ensures the accuracy of detection results.

Description

Automatic test case matching system according to configuration files
Technical Field
The invention relates to the technical field of telecommunication testing, in particular to a system for automatically matching test cases according to configuration files.
Background
The configuration file comprises a consistency statement table (PICS table) and a protocol implementation supplement description table PIXIT (PIXIT table), is an implementation description document of the IEC61850 protocol of the device, and is also an important reference document during testing. Before the consistency test of the IEC61850 protocol of the equipment is carried out, a detector needs to complete the selection of test cases and the configuration of related communication parameters according to the configuration file, and whether the selection of the test cases and the configuration of the related communication parameters directly affect the comprehensiveness of the test content and the correctness of the test result judgment.
However, at present, the selection of the test cases and the configuration of the communication parameters are performed by manually extracting relevant information from the PICS table and the PIXIT table, and completing the selection of the test cases and the configuration of the communication parameters.
The existing selection and configuration modes have the disadvantages of high workload and low efficiency, and are easy to cause errors in selection of test cases and parameter configuration due to human factors, so that risks are brought to detection result judgment.
Therefore, in response to the deficiencies of the prior art, it is desirable to provide an automatic matching test case system based on configuration files to overcome the deficiencies of the prior art.
Disclosure of Invention
The invention aims to overcome the defects of the prior art and provide an automatic test case matching system according to a configuration file, which can decompose and extract key characteristics of the configuration file, and complete the selection of the test case and the automatic completion of the configuration of the communication parameters by establishing the mapping relation between the service and the test case and the corresponding relation between the communication parameters and the test case, and automatically match test information and selected parameter information, thereby improving the configuration efficiency, the configuration speed and the configuration accuracy and guaranteeing the accuracy of detection results.
The above object of the present invention is achieved by the following means.
The system comprises a configuration file module, a man-machine interface module, a configuration file analysis module, a test case automatic loading module, a test case automatic matching module, a service test case mapping table module, a test case library module, a parameter test case mapping table module, a test case queue module and a test case library module;
the output end of the configuration file module is connected with the input end of the human-computer interface module, the output end of the human-computer interface module is connected with the input end of the configuration file analysis module, the output end of the configuration file analysis module is respectively connected with the input end of the test case automatic matching module and the input end of the test case automatic loading module, the test case automatic matching module is respectively connected with the service test case mapping table module, the test case library module and the test case queue module, and the test case queue module is connected with the test case library module for testing;
the man-machine interface module 200 is configured to issue a test instruction, and call a required configuration file from the configuration file module according to the test instruction, and send the configuration file to the configuration file analysis module;
the configuration file analyzing module analyzes the configuration file into a first analysis file and a second analysis file correspondingly, the configuration file analyzing module sends the first analysis file to the test case automatic matching module, and the configuration file analyzing module sends the second analysis file to the test case automatic loading module;
the automatic test case matching module maps the key features of the first analysis file with the mapping files in the service test case mapping table, and calls the corresponding test cases from the test case library module according to the key features and the mapping relation of the first file and sends the corresponding test cases to the test case queue module;
the automatic test case loading module calls the corresponding parameter files in the parameter test case corresponding table according to the key features of the second analysis file, performs parameter expression according to the mapping relation between the key features of the second analysis file and the corresponding parameter files in the parameter test case corresponding table, and sends the parameter expression to the test case queue module;
and the test case queue module performs parameter assignment on the test cases according to the parameter expression, sends the assigned parameter test cases to the test case library module for testing, and stores the parameter test cases by the test case library module for testing.
The parameter expression is specifically that when a corresponding mapping relation exists in a corresponding parameter file, the test case automatic loading module sends the corresponding parameter to a test case in the test case queue module; when the corresponding mapping relation does not exist in the corresponding parameter file, the test case automatic loading module sends a command for completing editing of the parameter-free test case to the test case queue module.
The configuration file module is provided with a PICS table unit and a PIXIT table unit, and the PICS table unit and the PIXIT table unit are respectively connected with the input end of the human-computer interface module.
The PICS table unit is provided with a Basic table, a Models table, a Server publicher table, and a Client Subscriber table.
The configuration file analysis module is provided with a PICS table analysis unit and a PIXIT analysis table unit, wherein the input end of the PICS table analysis unit and the input end of the PIXIT analysis table unit are respectively connected with the output end of the human-computer interface module, the output end of the PICS table analysis unit is connected with the input end of the test case automatic matching module, and the output end of the PIXIT analysis table unit is connected with the input end of the test case automatic loading module.
The key features of the first parsing file include roles, models, services and selection states. The selection state includes Y and N, and "Y" in the selection state indicates support and "N" indicates no support.
The key features of the second parsing file include parameter types, data types and values.
The roles include a master station, a substation, a sampling value publish/subscribe and a GOOSE publish/subscribe.
The service package features include Associate, abort, release, getServerDirectory, getLogicalDeviceDirectory,
GetLogicalNodeDirectory、GetDataDirectory、
GetDataDefinition、GetDataValues、GetAllDataValues、SetDataValues、GetLogicalNodeDirectory、
GetDataSetDirectory、GetDataSetValues、
SetDataSetValues、CreateDataSet、DeleteDataSet、
SetDataValues、GetDataValues、SelectActiveSG、
GetSGCBValues、SelectEditSG、GetEditSGValues、
SetEditSGValues、ConfirmEditSGValues、Report、
GetURCBValues、SetURCBValues、GetBRCBValues、
SetBRCBValues、GetLCBValues、SetLCBValues、
GetLogicalNodeDirectory、QueryLogByTime、
QueryLogAfter、GetLogStatusValues、SendGOOSEMessage、GetGoCBValues、SetGoCBValues、GetGoReference、
GetGOOSEElementNumber、SendGSSEMessage、GetGsCBValues、SetGsCBValues、GetReference、GetGSSEElementNumber、
SendMSVMessage、SendUSVMessage、GetMSVCBValues、SetMSVCBValues、GetUSVCBValues、SetUSVCBValues、
TimeActivatedOperate、Select、Cancel、Operate、TimeActivatedOperate、CommandTermination、
SelectWithValue、TimeActivatedOperate、
TimeSynchronization、GetFileAttributeValues、GetFile、SetFile、DeleteFile。
The model comprises association, logic equipment, logic nodes, data sets, substitution, constant value groups, report, control, SV release/subscription, GOOSE release/subscription, file transmission and log.
The system for automatically matching the test cases according to the configuration files can decompose and extract key features of the configuration files, establishes the mapping relation between the service and the test cases and the corresponding relation between the communication parameters and the test cases, completes the selection of the test cases and the automatic completion of the configuration of the communication parameters, and reduces the use cost.
Drawings
The invention is further illustrated by the accompanying drawings, which are not to be construed as limiting the invention in any way.
Fig. 1 is a schematic diagram of an automatic matching test case system according to the present invention.
In fig. 1, it includes:
profile module 100, PICS table unit 101, PIXIT table unit 102;
a human-machine interface module 200,
A configuration file analysis module 300, a PICS table analysis unit 301, and a PIXIT analysis table unit 302;
a test case automatic matching module 400, a service test case mapping table module 401 and a test case library module 402;
test case automatic loading module 500, parameter test case mapping table module 501,
A test case queue module 600;
the test case library module 700 for testing.
Detailed Description
The invention will be further described with reference to the following examples.
Example 1.
As shown in fig. 1, a system for automatically matching test cases according to configuration files is provided with a configuration file module 100, a human-computer interface module 200, a configuration file analysis module 300, a test case automatic loading module 500, a test case automatic matching module 400, a service test case mapping table module 401, a test case library module 402, a parameter test case correspondence table module 501, a test case queue module 600 and a test case library module 700;
the output end of the configuration file module 100 is connected with the input end of the human-machine interface module 200, the output end of the human-machine interface module 200 is connected with the input end of the configuration file analysis module 300, the output end of the configuration file analysis module 300 is respectively connected with the input end of the test case automatic matching module 400 and the input end of the test case automatic loading module 500, the test case automatic matching module 400 is respectively connected with the service test case mapping table module 401, the test case library module 402 and the test case queue module 600, and the test case queue module 600 is connected with the test case library module 700;
the man-machine interface module 200 is configured to issue a test instruction, and call a required configuration file from the configuration file module 100 according to the test instruction, and send the configuration file to the configuration file analysis module 300;
the above-mentioned configuration file analyzing module 300 analyzes the configuration file into a first analysis file and a second analysis file, the configuration file analyzing module 300 sends the first analysis file to the automatic test case matching module 400, and the configuration file analyzing module 300 sends the second analysis file to the automatic test case loading module 500;
the automatic test case matching module 400 performs mapping according to the key features of the first analysis file and the mapping file in the service test case mapping table, and retrieves the corresponding test cases from the test case library module 402 according to the key features and the mapping relation of the first file, and sends the corresponding test cases to the test case queue module 600;
the automatic test case loading module 500 calls the corresponding parameter file in the parameter test case corresponding table according to the key feature of the second analysis file, performs parameter expression according to the mapping relationship between the key feature of the second analysis file and the corresponding parameter file in the parameter test case corresponding table, and sends the parameter expression to the test case queue module 600;
the test case queue module 600 performs parameter assignment on the test cases according to the parameter expression, and sends the assigned parameter test cases to the test case library module 402, where the test case library module 402 stores the parameter test cases.
The above-mentioned parameter expression is specifically that, when there is a corresponding mapping relationship in the corresponding parameter file, the test case automatic loading module 500 sends the corresponding parameter to the test case in the test case queue module 600; when the corresponding mapping relationship does not exist in the corresponding parameter file, the test case automatic loading module 500 sends a command for completing editing the test case without writing the parameter to the test case queue module 600.
The profile module 100 is provided with the PICS table unit 101 and the PIXIT table unit 102, and the PICS table unit 101 and the PIXIT table unit 102 are connected to the input terminal of the human-computer interface module 200. The PIXIT table in PIXIT table unit 102 is used primarily to declare parameters required in a service.
The PICS table unit 101 is provided with the Basic table, the Models table, the Server Publisher table, and the Client Subscriber table, as described above.
The configuration file analysis module 300 is provided with a PICS table analysis unit 301 and a PIXIT analysis table unit 302, where an input end of the PICS table analysis unit 301 and an input end of the PIXIT analysis table unit 302 are respectively connected with an output end of the human-computer interface module 200, an output end of the PICS table analysis unit 301 is connected with an input end of the test case automatic matching module 400, and an output end of the PIXIT analysis table unit 302 is connected with an input end of the test case automatic loading module 500.
The key features of the first parsing file include roles, models, services and selection states. The selection state contains Y and N, wherein "Y" in the selection state indicates support and "N" indicates no support. Wherein each Model corresponds to a particular Model ID or sub-Model ID. The key features of the second parsing file include parameter types, data types and values. The different Parameter types have corresponding Parameter IDs.
The parameter type comprises a correlation factor, quality, an optional domain, a trigger condition and a buffer area size; the data types include Boolean amount, floating point number and bit string.
The roles comprise a master station characteristic, a substation characteristic, a sampling value publish/subscribe characteristic and a GOOSE publish/subscribe characteristic.
The service package features include Associate, abort, release, getServerDirectory, getLogicalDeviceDirectory,
GetLogicalNodeDirectory、GetDataDirectory、
GetDataDefinition、GetDataValues、GetAllDataValues、SetDataValues、GetLogicalNodeDirectory、
GetDataSetDirectory、GetDataSetValues、
SetDataSetValues、CreateDataSet、DeleteDataSet、
SetDataValues、GetDataValues、SelectActiveSG、
GetSGCBValues、SelectEditSG、GetEditSGValues、
SetEditSGValues、ConfirmEditSGValues、Report、
GetURCBValues、SetURCBValues、GetBRCBValues、
SetBRCBValues、GetLCBValues、SetLCBValues、
GetLogicalNodeDirectory、QueryLogByTime、
QueryLogAfter、GetLogStatusValues、SendGOOSEMessage、GetGoCBValues、SetGoCBValues、GetGoReference、
GetGOOSEElementNumber、SendGSSEMessage、GetGsCBValues、SetGsCBValues、GetReference、GetGSSEElementNumber、
SendMSVMessage、SendUSVMessage、GetMSVCBValues、SetMSVCBValues、GetUSVCBValues、SetUSVCBValues、
TimeActivatedOperate、Select、Cancel、Operate、TimeActivatedOperate、CommandTermination、
SelectWithValue、TimeActivatedOperate、
TimeSynchronization、GetFileAttributeValues、GetFile、SetFile、DeleteFile。
The PICS table, the PIXIT table, and the IEC61850 protocol are common general knowledge of those skilled in the art, and specific principle contents will not be described again, and the english vocabulary contents referred to in this document are specific vocabularies in the art, and will not be described again.
The model comprises association, logic equipment, logic nodes, data sets, substitution, constant value groups, report, control, SV release/subscription, GOOSE release/subscription, file transmission and log.
The system for automatically matching test cases according to the configuration files is provided with a configuration file module, a man-machine interface module, a configuration file analysis module, a test case automatic loading module, a test case automatic matching module, a service test case mapping table module, a test case library module, a parameter test case corresponding table module, a test case queue module and a test case library module; when in use, a test instruction is issued through the human-computer interface module, and a required configuration file is called from the configuration file module according to the test instruction and is sent to the configuration file analysis module; the configuration file analysis module is provided with a PICS table unit and a PIXIT table unit, correspondingly analyzes the configuration file into a first analysis file and a second analysis file, wherein the first analysis file is correspondingly an analysis file of the PICS table unit, the second analysis file is correspondingly an analysis file of the PIXIT table unit, the configuration file analysis module sends the first analysis file to the test case automatic matching module, and the configuration file analysis module sends the second analysis file to the test case automatic loading module; the test case automatic matching module maps the key features of the first analysis file with the mapping files in the service test case mapping table, and calls the corresponding test cases from the test case library module according to the key features and the mapping relation of the first file and sends the corresponding test cases to the test case queue module; the test case automatic loading module calls the corresponding parameter files in the parameter test case corresponding table according to the key features of the second analysis file, performs parameter expression according to the mapping relation between the key features of the second analysis file and the corresponding parameter files in the parameter test case corresponding table, and sends the parameter expression to the test case queue module;
the test case queue module carries out parameter assignment on the test cases according to the parameter expression, sends the assigned parameter test cases to the test case library module for testing, and the test case library module for testing stores the parameter test cases. The parameter expression is specifically that when a corresponding mapping relation exists in a corresponding parameter file, the test case automatic loading module sends the corresponding parameter to a test case in the test case queue module; when the corresponding mapping relation does not exist in the corresponding parameter file, the test case automatic loading module sends a command for completing editing of the parameter-free test case to the test case queue module. The system for automatically matching the test cases according to the configuration files can automatically match the test information and select the parameter information when in use, so that the configuration efficiency and the configuration speed are improved, the configuration accuracy is improved, and the accuracy of the detection result is ensured.
Example 2.
An automatic matching test case system based on a profile, otherwise constructed in the same manner as in embodiment 1, except that the automatic matching test case system based on a profile takes actual data as an example: in the value "/" indicates that no parameters need to be written.
The PICS table and PIXIT table are as follows:
the human-computer interface module 200 is configured to issue a test instruction, and call the PICS table and the PIXIT table from the PICS table unit 101 and the PIXIT table unit 102 in the profile module 100 according to the test instruction, and send the test instruction to the profile parsing module 300.
The profile parsing module 300 parses the PICS table and the PIXIT table, sends the roles (the selection status is Y), the Model ID, the Service ID, and the SubServiceID supported in the Basic table, the Models table, the Server public table, and the Client Subscriber table to the test case automatic matching module 400, and sends the Parameter ID, the ParaType, and the value supported in the PIXIT table to the test case automatic loading module 500.
The test case auto-match module 400 invokes the Service test case mapping table module 401 to select a corresponding test case from the test case library module 402 to place into the test case queue module 600 according to the received roles, model ID, service ID, subserviceID, and mapping relationship.
/>
5. The automatic test case loading module 500 calls the parameter test case corresponding table module 501, writes the required parameters into the test cases in the test case queue module 600 according to the received ParamterID and the mapping relation, and sends a test case editing completion instruction to the test cases in the test case queue module 600, wherein the parameters do not need to be written. The analysis result includes the parameter type, the data type and the corresponding value, wherein "/" in the value indicates that the parameter does not need to be written.
/>
6. The test case queue module 600 writes the test cases successfully written with parameters or received the edit completion instruction to the test case library module 700 for testing.
7. The test case library module 700 archives test cases for test execution.
Finally, it should be noted that the above embodiments are only for illustrating the technical solution of the present invention and not for limiting the scope of the present invention, and although the present invention has been described in detail with reference to the preferred embodiments, it should be understood by those skilled in the art that modifications or equivalent substitutions can be made to the technical solution of the present invention without departing from the spirit and scope of the technical solution of the present invention.

Claims (10)

1. An automatic matching test case system based on configuration files, characterized by:
the system comprises a configuration file module, a man-machine interface module, a configuration file analysis module, a test case automatic loading module, a test case automatic matching module, a service test case mapping table module, a test case library module, a parameter test case corresponding table module, a test case queue module and a test case library module for testing;
the output end of the configuration file module is connected with the input end of the human-computer interface module, the output end of the human-computer interface module is connected with the input end of the configuration file analysis module, the output end of the configuration file analysis module is respectively connected with the input end of the test case automatic matching module and the input end of the test case automatic loading module, the test case automatic matching module is respectively connected with the service test case mapping table module, the test case library module and the test case queue module, and the test case queue module is connected with the test case library module for testing;
the man-machine interface module is used for issuing a test instruction, and calling a required configuration file from the configuration file module according to the test instruction and sending the configuration file to the configuration file analysis module;
the configuration file analysis module correspondingly analyzes the configuration file into a first analysis file and a second analysis file, the configuration file analysis module sends the first analysis file to the test case automatic matching module, and the configuration file analysis module sends the second analysis file to the test case automatic loading module;
the test case automatic matching module maps the key features of the first analysis file with the mapping files in the service test case mapping table, and invokes corresponding test cases from the test case library module according to the key features of the first file and the mapping relation and sends the corresponding test cases to the test case queue module;
the test case automatic loading module calls the corresponding parameter file in the parameter test case corresponding table according to the key characteristic of the second analysis file, performs parameter expression according to the mapping relation between the key characteristic of the second analysis file and the corresponding parameter file in the parameter test case corresponding table, and sends the parameter expression to the test case queue module;
and the test case queue module performs parameter assignment on the test cases according to the parameter expression, and sends the assigned parameter test cases to the test case library module for testing, and the test case library module for testing stores the parameter test cases.
2. The automatic matching test case system according to configuration file of claim 1, wherein: the parameter expression is specifically that when a corresponding mapping relation exists in a corresponding parameter file, the test case automatic loading module sends the corresponding parameter to a test case in the test case queue module; and when the corresponding mapping relation does not exist in the corresponding parameter file, the automatic test case loading module sends a command for completing editing the test case without writing the parameter to the test case queue module.
3. The automatic matching test case system according to configuration file of claim 2, wherein: the configuration file module is provided with a PICS table unit and a PIXIT table unit, and the PICS table unit and the PIXIT table unit are respectively connected with the input end of the human-computer interface module.
4. The automatic matching test case system according to configuration file of claim 3, wherein: the PICS table unit is provided with a Basic table, a Models table, a Server Publisher table and a Client Subscriber table.
5. The automatic matching test case system according to configuration file of claim 4, wherein: the configuration file analysis module is provided with a PICS table analysis unit and a PIXIT analysis table unit, the input end of the PICS table analysis unit and the input end of the PIXIT analysis table unit are respectively connected with the output end of the human-computer interface module, the output end of the PICS table analysis unit is connected with the input end of the test case automatic matching module, and the output end of the PIXIT analysis table unit is connected with the input end of the test case automatic loading module.
6. The automatic matching test case system according to configuration file of claim 5, wherein: the key features of the first parsed file include roles, models, services, and selection states.
7. The automatic matching test case system according to configuration file of claim 6, wherein: the key features of the second analysis file comprise parameter types, data types and values.
8. The automatic matching test case system according to configuration file of claim 7, wherein: the roles include a master station, a substation, a sampling value publish/subscribe and a GOOSE publish/subscribe.
9. The automatic matching test case system according to configuration file of claim 8, wherein: the service comprises Associate, abort, release, getServerDirectory, getLogicalDeviceDirectory,
GetLogicalNodeDirectory、GetDataDirectory、
GetDataDefinition、GetDataValues、GetAllDataValues、SetDataValues、GetLogicalNodeDirectory、
GetDataSetDirectory、GetDataSetValues、
SetDataSetValues、CreateDataSet、DeleteDataSet、
SetDataValues、GetDataValues、SelectActiveSG、
GetSGCBValues、SelectEditSG、GetEditSGValues、
SetEditSGValues、ConfirmEditSGValues、Report、
GetURCBValues、SetURCBValues、GetBRCBValues、
SetBRCBValues、GetLCBValues、SetLCBValues、
GetLogicalNodeDirectory、QueryLogByTime、
QueryLogAfter、GetLogStatusValues、SendGOOSEMessage、GetGoCBValues、SetGoCBValues、GetGoReference、
GetGOOSEElementNumber、SendGSSEMessage、GetGsCBValues、SetGsCBValues、GetReference、GetGSSEElementNumber、
SendMSVMessage、SendUSVMessage、GetMSVCBValues、SetMSVCBValues、GetUSVCBValues、SetUSVCBValues、
TimeActivatedOperate、Select、Cancel、Operate、TimeActivatedOperate、CommandTermination、
SelectWithValue、TimeActivatedOperate、
TimeSynchronization、GetFileAttributeValues、GetFile、SetFile、DeleteFile。
10. The automatic matching test case system according to configuration file of claim 9, wherein: the model comprises association, logic equipment, logic nodes, data sets, substitution, constant value groups, reports, control, SV release/subscription, GOOSE release/subscription, file transmission characteristics and logs;
the selected state includes Y and N.
CN202010737531.4A 2020-06-28 2020-07-28 Automatic test case matching system according to configuration files Active CN111881044B (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202010598689 2020-06-28
CN2020105986898 2020-06-28

Publications (2)

Publication Number Publication Date
CN111881044A CN111881044A (en) 2020-11-03
CN111881044B true CN111881044B (en) 2023-11-24

Family

ID=73200299

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010737531.4A Active CN111881044B (en) 2020-06-28 2020-07-28 Automatic test case matching system according to configuration files

Country Status (1)

Country Link
CN (1) CN111881044B (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115333985A (en) * 2022-08-31 2022-11-11 中国电力科学研究院有限公司 CMS client protocol testing method, system, equipment and storage medium
CN115396352A (en) * 2022-08-31 2022-11-25 中国电力科学研究院有限公司 CMS server-side protocol testing method, system, equipment and storage medium
CN115599699B (en) * 2022-11-30 2023-03-21 合肥康芯威存储技术有限公司 BIT automatic testing method based on Jenkins

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5860066A (en) * 1996-06-27 1999-01-12 Payment Systems For Credit Unions Inc. Imaging and workflow system
CN105159986A (en) * 2015-08-31 2015-12-16 浪潮(北京)电子信息产业有限公司 Optimal configuration method and system of ORACLE database
CN108490282A (en) * 2018-01-31 2018-09-04 中国电力科学研究院有限公司 A kind of pre-setting method and system of intelligent substation alarm test data

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6658633B2 (en) * 2001-10-03 2003-12-02 International Business Machines Corporation Automated system-on-chip integrated circuit design verification system

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5860066A (en) * 1996-06-27 1999-01-12 Payment Systems For Credit Unions Inc. Imaging and workflow system
CN105159986A (en) * 2015-08-31 2015-12-16 浪潮(北京)电子信息产业有限公司 Optimal configuration method and system of ORACLE database
CN108490282A (en) * 2018-01-31 2018-09-04 中国电力科学研究院有限公司 A kind of pre-setting method and system of intelligent substation alarm test data

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
刘艺 ; 冯钧 ; 唐志贤 ; 陈志飞 ; 徐欢 ; 张立霞 ; .一种基于映射机制的水利信息资源检索方法.信息技术.2017,(06),全文. *
张丹阳 ; 郑荣廷 ; .一种跨业务场景的测试案例组构建方法.中国金融电脑.2018,(09),全文. *

Also Published As

Publication number Publication date
CN111881044A (en) 2020-11-03

Similar Documents

Publication Publication Date Title
CN111881044B (en) Automatic test case matching system according to configuration files
CN105786998B (en) Database middleware system and the method for handling data using it
CN113612654B (en) Vehicle-mounted gateway function test method based on database
CN110992955A (en) Voice operation method, device, equipment and storage medium of intelligent equipment
CN111913867A (en) Fault feedback method, device, equipment and storage medium
CN112306884A (en) Program test control and execution method and corresponding device, equipment and medium
CN107480146A (en) A kind of meeting summary rapid translation method for identifying languages voice
CN112231407B (en) DDL synchronization method, device, equipment and medium of PostgreSQL database
CN111782117B (en) Interface display method and device, storage medium and electronic device
CN104899070B (en) Implementation method, system and the device of device command row
CN110784591A (en) Intelligent voice automatic detection method, device and system
CN113010473B (en) Method and equipment for editing YAML file
CN114036183A (en) Data ETL processing method, device, equipment and medium
CN113821565A (en) Method for synchronizing data of multiple data sources
CN1975701B (en) Master machine driving external equipment method and system
JP7375089B2 (en) Method, device, computer readable storage medium and computer program for determining voice response speed
CN116647490A (en) Aviation AFDX network data detection system
CN109460310A (en) Information Collection System, method, equipment and storage medium based on WEB interface
CN114416597A (en) Test case record generation method and device
CN114928566A (en) Client function testing method and device, storage medium and electronic equipment
CN109783417B (en) Serial port communication device and method
CN114398152A (en) Interface simulation service calling method and device
CN110286940B (en) Smart television log generation method
CN111770236A (en) Conversation processing method, device, system, server and storage medium
CN111831561B (en) Plug-in type test case library system

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
CB02 Change of applicant information
CB02 Change of applicant information

Address after: 461000 No. 17, Shangde Road, Xuchang City, Henan Province

Applicant after: XUCHANG KETOP TESTING RESEARCH INSTITUTE CO.,LTD.

Address before: 461000 Intersection of Weiwu Avenue and Shangde Road, Xuchang City, Henan Province

Applicant before: XUCHANG KETOP TESTING RESEARCH INSTITUTE CO.,LTD.

GR01 Patent grant
GR01 Patent grant