CN111130922A - Airborne information safety automatic test method and test platform - Google Patents

Airborne information safety automatic test method and test platform Download PDF

Info

Publication number
CN111130922A
CN111130922A CN201911189719.3A CN201911189719A CN111130922A CN 111130922 A CN111130922 A CN 111130922A CN 201911189719 A CN201911189719 A CN 201911189719A CN 111130922 A CN111130922 A CN 111130922A
Authority
CN
China
Prior art keywords
test
management module
management
user
authority
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201911189719.3A
Other languages
Chinese (zh)
Inventor
刘绚
张双
张军才
万欣宇
王辰娇
杨佳
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Xian Aeronautics Computing Technique Research Institute of AVIC
Original Assignee
Xian Aeronautics Computing Technique Research Institute of AVIC
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 Xian Aeronautics Computing Technique Research Institute of AVIC filed Critical Xian Aeronautics Computing Technique Research Institute of AVIC
Priority to CN201911189719.3A priority Critical patent/CN111130922A/en
Publication of CN111130922A publication Critical patent/CN111130922A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L43/00Arrangements for monitoring or testing data switching networks
    • H04L43/08Monitoring or testing based on specific metrics, e.g. QoS, energy consumption or environmental parameters
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/06Management of faults, events, alarms or notifications
    • H04L41/0677Localisation of faults
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/10Network architectures or network communication protocols for network security for controlling access to devices or network resources
    • H04L63/105Multiple levels of security
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer Security & Cryptography (AREA)
  • Computer Hardware Design (AREA)
  • Computing Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Environmental & Geological Engineering (AREA)
  • Test And Diagnosis Of Digital Computers (AREA)

Abstract

The invention relates to an airborne information safety automatic test method and a test platform, which are used for carrying out airborne information safety automatic test and mainly solve the problems of complicated information, complex network configuration operation and lower test efficiency in airborne information safety test. The safety automatic test method for airborne information comprises the following steps: 1) acquiring identity authentication information of a user through a WEB service module; 2) the user authority management module confirms the authority of the acquired user authentication information based on roles; 3) and executing different processing flows by the flow management module according to the confirmed authority.

Description

Airborne information safety automatic test method and test platform
Technical Field
The invention belongs to the technical field of communication, and particularly relates to an airborne information safety automatic test method and a test platform, which are used for carrying out an airborne information safety automatic test and can improve the test efficiency.
Background
With the rapid development of network information technology, the on-board information security is gradually becoming a problem that must be faced currently. The testing of the safety of the onboard information also becomes an activity that must be performed. However, the airborne information security test involves complicated information and complex network operation configuration operation, so that the test efficiency is low. Therefore, an automated testing platform is needed to provide a one-click operating environment for testers, so that the testing efficiency is improved, and the workload of the testers is reduced.
Disclosure of Invention
In order to solve the problems of complicated information, complex network configuration operation and low test efficiency in airborne information safety test, the invention provides an airborne information safety automatic test method and a test platform, which can provide an airborne information safety automatic test environment and improve the test efficiency.
The technical scheme of the invention is as follows:
a safety automatic test method for airborne information comprises the following steps:
1) acquiring identity authentication information of a user through a WEB service module;
2) the user authority management module confirms the authority of the acquired user authentication information based on roles;
3) according to the confirmed authority, the process management module executes different processing flows:
A) if the user is confirmed to have the test environment management authority, the process management module starts a test environment management process, allows the user to carry out test environment management operation and obtains result data of the operation, wherein the test environment management operation comprises the steps of operating the test equipment through a test equipment management interface, and then calling a database management interface to store the result data of the operation into a database;
B) if the user is confirmed to have the test case management authority, the process management module starts a test case management process, allows the user to perform test case management operation and acquire result data of the operation, and calls a database management interface to store the result data of the operation in a database;
C) if the user is confirmed to have the test execution permission, the process management module starts a test process to allow the user to perform the test, and the specific process comprises the following steps:
C1) the flow management module selects the distributed test tasks according to the task data provided by the user authority management module and the user selection obtained by the WEB service module;
C2) the flow management module selects a corresponding test case from the test case management module for the test task, and sends a command for executing the test case to the test case management module;
C3) the test case management module sends the case information to be executed to the test flow management module, and the flow management module calls the resources executed by the test case, including instructing the test equipment to execute the test operation through the test equipment management interface;
C4) the flow management module feeds back the result to the client interface of the WEB service module, stores the test report in the database managed by the test data management module by calling the database management interface, and provides an access path to the WEB client interface for the user to access.
Further, in step C3), the step of invoking the resource executed by the test case by the process management module specifically includes the following steps: firstly, calling a script executed by a test case to a test case management module; secondly, configuring a test topology, and calling a test equipment management interface to the test environment management module according to the topology structure; and finally, sending a test script execution command and parameters to test equipment outside the system through a test equipment management interface called in the test environment management module, and acquiring an execution result.
The invention also provides an airborne information safety automatic test platform which comprises a WEB service module, a user authority management module, a process management module, a test case management module, a test data management module and a database management interface; the WEB service module is used for acquiring the identity authentication information of the user; the user authority management module is used for confirming the authority of the acquired user authentication information based on roles; the authority comprises a test environment management authority, a test case management authority and an execution test authority; the process management module is used for executing a corresponding information processing process according to the confirmed authority, and specifically comprises the following steps:
if the user is confirmed to have the test environment management authority, the process management module starts a test environment management process, allows the user to carry out test environment management operation and obtains result data of the operation, wherein the test environment management operation comprises the steps of operating the test equipment through a test equipment management interface, and then calling a database management interface to store the result data of the operation into a database;
if the user is confirmed to have the test case management authority, the process management module starts a test case management process, allows the user to perform test case management operation and acquire result data of the operation, and calls a database management interface to store the result data of the operation in a database;
if the user is confirmed to have the test execution permission, the process management module executes the test starting process, allows the user to perform the test, and executes the following processes during the test:
C1) the flow management module selects the distributed test tasks according to the task data provided by the user authority management module and the user selection obtained by the WEB service module;
C2) the flow management module selects a corresponding test case from the test case management module for the test task, and sends a command for executing the test case to the test case management module;
C3) the test case management module sends the case information to be executed to the test flow management module, and the flow management module calls the resources executed by the test case, including instructing the test equipment to execute the test operation through the test equipment management interface;
C4) the flow management module feeds back the result to the client interface of the WEB service module, stores the test report in the database managed by the test data management module by calling the database management interface, and provides an access path to the WEB client interface for the user to access.
Further, the flow management module in step C3) calls the resource of the test case execution to specifically execute the following flow: firstly, calling a script executed by a test case to a test case management module; secondly, configuring a test topology, and calling a test equipment management interface to the test environment management module according to the topology structure; and finally, sending a test script execution command and parameters to test equipment outside the system through a test equipment management interface called in the test environment management module, and acquiring an execution result.
Meanwhile, the invention also provides a computer readable storage medium, on which a computer program is stored, which when executed by a processor implements the steps of the airborne information safety automation test method.
Furthermore, the invention provides a computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, the processor implementing the steps of the method for the safety automation of the onboard information when executing the program.
Compared with the prior art, the technical scheme of the invention has the advantages that:
1. the invention realizes the graphic display and operation of the test environment through the flow management module and the WEB service module, which comprises the information and configuration of the test equipment, the test equipment configuration, the tested equipment and the like, and is convenient for the user to check the information and carry out the configuration operation.
2. The invention realizes the automatic execution of the test flow through the automatic execution process of the flow management module, and reduces the workload of the tester.
3. The invention can monitor the states of the test equipment and the tested equipment by calling the test equipment interface, records logs and is convenient for test personnel to carry out test fault positioning.
4. The invention allows the tester to test and configure the used test case through the test case management module, thereby improving the flexibility of the test.
Drawings
FIG. 1 is an illustration of an onboard information safety automation test platform according to the present invention;
FIG. 2 is a schematic diagram of an onboard information safety automation test platform according to the present invention;
FIG. 3 is a schematic diagram of test environment management interaction in the method of the present invention;
FIG. 4 is a schematic diagram of test case management interaction in the method of the present invention;
FIG. 5 is an interaction diagram of a testing process in the method of the present invention.
Detailed Description
The invention is described in further detail below with reference to the figures and specific embodiments.
The invention provides an onboard information safety automatic test method and a test platform, through the platform, when a tester tests, a system automatically performs test case configuration, test topology generation and test equipment management, thereby avoiding the tester from contacting with complicated test equipment information, performing complex network operation configuration, providing a one-key operation environment for the tester, improving test efficiency and reducing the workload of the tester.
The invention provides an airborne information safety automatic test method, which comprises the following steps:
1) acquiring identity authentication information of a user through a WEB service module, and performing user identity authentication based on a password;
2) the user authority management module confirms the authority of the acquired user authentication information based on roles;
3) according to the confirmed authority, the process management module executes different processing flows:
A) if the user is confirmed to have the test environment management authority, the process management module starts a test environment management process, allows the user to carry out test environment management operation and obtains result data of the operation, wherein the test environment management operation comprises the steps of operating the test equipment through a test equipment management interface, and then calling a database management interface to store the result data of the operation into a database;
B) if the user is confirmed to have the test case management authority, the process management module starts a test case management process, allows the user to perform test case management operation and obtains result data of the operation, and calls a database management interface to store the operation result data in a database;
C) if the user is confirmed to have the test execution permission, the process management module starts a test process to allow the user to perform the test, and the specific process comprises the following steps:
C1) the flow management module selects the distributed test tasks according to the task data provided by the user authority management module and the user selection obtained by the WEB service module;
C2) the flow management module selects a corresponding test case from the test case management module for the test task, and sends a command for executing the test case to the test case management module;
C3) the test case management module sends the case information to be executed to the test flow management module, and the flow management module calls the resources executed by the test case, including instructing the test equipment to execute the test operation through the test equipment management interface;
firstly, calling a script executed by a test case to a test case management module;
secondly, configuring a test topology, and calling a test equipment management interface to the test environment management module according to the topology structure;
and finally, sending a test script execution command and parameters to test equipment outside the system through a test equipment management interface called in the test environment management module, and acquiring an execution result.
C4) The flow management module feeds back the result to the client interface of the WEB service module, stores the test report in the database managed by the test data management module by calling the database management interface, and provides an access path to the WEB client interface for the user to access.
Fig. 1 shows a use case in an airborne information safety automation test platform, and fig. 2 shows a module composition of the airborne information safety automation test platform in implementation, wherein the test platform comprises a WEB service module, a user authority management module, a process management module, a test case management module, a test data management module and a database management interface.
The Web service module adopts a WEB-based service architecture and comprises a server end and a browser end; the module provides a WEB-based man-machine interaction interface, so that a user can access and operate a system through a browser at a far end, and functions provided by other modules are published through the module after being registered as services on the module.
The user authority management module provides access control based on password and identity authentication, different users have different access keys and can also distribute different identities, so that the users have different access authorities; user permissions are divided into the following categories: the administrator authority has the authority of maintaining the test environment management; the test case administrator authority has the authority of maintaining the test cases; the project administrator authority has the authority of managing and accessing all information of related projects in the system and can create and distribute test tasks; and the testing personnel authority has the authority for receiving the testing task, calling the testing case according to the testing task, and changing and operating the configuration information of the testing case.
The flow management module adopts a general flow management architecture, can realize functions of flow customization, flow configuration, flow operation and the like, and has the capability of planning, configuring, executing and monitoring the test flow.
The test case management module provides management such as test case import, export, test case step decomposition, test case topology access and the like; the module provides the capability of managing the test cases in the platform, and comprises test case import, test case configuration, association of the test cases and test equipment, test case export and the like. The module classifies test cases according to test categories, manages the test cases in an object mode, and each test case is divided into elements such as a title, a topology, parameters, an execution process, an execution result and the like;
the test data management module provides test report template management, test log management, and data collection and storage capabilities in the test process, including test logs, test results and the like.
The test environment management module provides management functions for the test equipment and the test server in the test environment, including setting a communication interface of the test server, routing information of the test server, viewing a management interface of the test equipment and the like.
The test equipment management interface manages the test equipment and the tested equipment in the test platform, and the test equipment management mainly refers to test equipment interface management, test equipment state monitoring and test case execution. The device to be tested management mainly comprises monitoring of the running state of the device to be tested. Specifically providing a TCL interface, a Python interface, an RPC interface and a network access interface, and managing and monitoring the test equipment and the tested equipment; meanwhile, interface packaging is provided for the access test equipment, and a uniform access interface is provided upwards, wherein the capabilities comprise test equipment opening, test equipment testing, test equipment operation testing, test result obtaining and the like.
The database management interface provides a usage interface for the database. The test platform data is stored in a database, thus providing encapsulation of database operations through a database management interface.
Meanwhile, the invention also provides a computer readable storage medium, wherein a computer program is stored on the computer readable storage medium, and the computer program realizes the steps of the airborne information safety automatic testing method when being executed by the processor.
In addition, the invention also provides computer equipment which comprises a memory, a processor and a computer program which is stored on the memory and can run on the processor, wherein the steps of the airborne information safety automatic testing method are realized when the processor executes the program.
In the operation process of the platform, the platform firstly receives authentication information input by a user, executes a user authority management module and authenticates the identity and the authority of the user; respectively entering platform management (figure 3), test case management (figure 4) and test execution process (figure 5) according to user authority, wherein the processes are respectively described as follows:
fig. 3 shows a process of managing a platform by a user with platform management authority in an airborne information safety automation test platform.
Firstly, when logging in, a user inputs a user name and a password on an interface end of a WEB client, and the WEB client transmits the received user name and password to a user authority management module;
secondly, after authenticating the user identity, the user authority management module gives corresponding authority to the user, namely testing environment management authority, and the WEB client displays a management function module to the user in a WEB interface;
then, the user sends a test environment management command to the platform through the data receiving interfaces of the functional modules;
and finally, the platform performs corresponding operation according to the command of the user and feeds back the operation result to the WEB client interface.
FIG. 4 shows a process of test case management performed by a user with test case management authority in the airborne information safety automation test platform;
firstly, when logging in, a user inputs a user name and a password on an interface end of a WEB client, and the WEB client transmits the received user name and password to a user authority management module;
secondly, after authenticating the user identity, the user authority management module gives corresponding authority to the user, namely the test case management authority, and the WEB client also shows the management function module to the user in a WEB interface;
then, the user sends a test case management command to the platform through a data receiving interface of the functional module;
and finally, the platform performs corresponding operation according to the command of the user and feeds back the operation result to the WEB client interface.
FIG. 5 shows a process of executing a test case and obtaining a test result by a user with an execution test authority in the airborne information safety automation test platform;
firstly, when logging in, a user inputs a user name and a password on an interface end of a WEB client, and the WEB client transmits the received user name and password to a user authority management module;
secondly, after authenticating the user identity, the user authority management module gives corresponding authority to the user, namely the test case execution authority, and the WEB client also shows the function module for executing the test case to the user in a WEB interface;
then, the user selects a test case through a data receiving interface of the functional module and sends a command for executing the test case to the platform; then, the platform sends the case information to be executed to the test flow management module, and the test flow management module calls the resources for executing the test case, including: calling a script executed by the test case to a test case management module, configuring a test topology, calling a test equipment interface to a test environment management module, and sending a test script execution command and parameters; and finally, the process management module acquires a test script execution result through a test equipment interface of the test environment management module, feeds the result back to a WEB client interface, stores the test report in a database, and provides an access interface to the WEB client interface for a user to access.

Claims (6)

1. The safety automatic test method for the airborne information is characterized by comprising the following steps of:
1) acquiring identity authentication information of a user through a WEB service module;
2) the user authority management module confirms the authority of the acquired user authentication information based on roles;
3) according to the confirmed authority, the process management module executes different processing flows:
A) if the user is confirmed to have the test environment management authority, the process management module starts a test environment management process, allows the user to carry out test environment management operation and obtains result data of the operation, wherein the test environment management operation comprises the steps of operating the test equipment through a test equipment management interface, and then calling a database management interface to store the result data of the operation into a database;
B) if the user is confirmed to have the test case management authority, the process management module starts a test case management process, allows the user to perform test case management operation and acquire result data of the operation, and calls a database management interface to store the result data of the operation in a database;
C) if the user is confirmed to have the test execution permission, the process management module starts a test process to allow the user to perform the test, and the specific process comprises the following steps:
C1) the flow management module selects the distributed test tasks according to the task data provided by the user authority management module and the user selection obtained by the WEB service module;
C2) the flow management module selects a corresponding test case from the test case management module for the test task, and sends a command for executing the test case to the test case management module;
C3) the test case management module sends the case information to be executed to the test flow management module, and the flow management module calls the resources executed by the test case, including instructing the test equipment to execute the test operation through the test equipment management interface;
C4) the flow management module feeds back the result to the client interface of the WEB service module, stores the test report in the database managed by the test data management module by calling the database management interface, and provides an access path to the WEB client interface for the user to access.
2. The method for automatically testing the safety of the airborne information according to claim 1, wherein in the step C3), the process management module calls the resource for executing the test case specifically includes the following steps;
firstly, calling a script executed by a test case to a test case management module;
secondly, configuring a test topology, and calling a test equipment management interface to the test environment management module according to the topology structure;
and finally, sending a test script execution command and parameters to test equipment outside the system through a test equipment management interface called in the test environment management module, and acquiring an execution result.
3. The utility model provides an airborne information safety automation test platform which characterized in that: the system comprises a WEB service module, a user authority management module, a flow management module, a test case management module, a test data management module and a database management interface;
the WEB service module is used for acquiring the identity authentication information of the user;
the user authority management module is used for confirming the authority of the acquired user authentication information based on roles; the authority comprises a test environment management authority, a test case management authority and an execution test authority;
the process management module is used for executing a corresponding information processing process according to the confirmed authority, and specifically comprises the following steps:
if the user is confirmed to have the test environment management authority, the process management module starts a test environment management process, allows the user to carry out test environment management operation and obtains result data of the operation, wherein the test environment management operation comprises the steps of operating the test equipment through a test equipment management interface, and then calling a database management interface to store the result data of the operation into a database;
if the user is confirmed to have the test case management authority, the process management module starts a test case management process, allows the user to perform test case management operation and acquire result data of the operation, and calls a database management interface to store the result data of the operation in a database;
if the user is confirmed to have the test execution permission, the process management module executes the test starting process, allows the user to perform the test, and executes the following processes during the test:
C1) the flow management module selects the distributed test tasks according to the task data provided by the user authority management module and the user selection obtained by the WEB service module;
C2) the flow management module selects a corresponding test case from the test case management module for the test task, and sends a command for executing the test case to the test case management module;
C3) the test case management module sends the case information to be executed to the test flow management module, and the flow management module calls the resources executed by the test case, including instructing the test equipment to execute the test operation through the test equipment management interface;
C4) the flow management module feeds back the result to the client interface of the WEB service module, stores the test report in the database managed by the test data management module by calling the database management interface, and provides an access path to the WEB client interface for the user to access.
4. The airborne information safety automation test platform of claim 3, characterized in that: the process management module in step C3) calls the resources for test case execution to specifically execute the following processes: firstly, calling a script executed by a test case to a test case management module; secondly, configuring a test topology, and calling a test equipment management interface to the test environment management module according to the topology structure; and finally, sending a test script execution command and parameters to test equipment outside the system through a test equipment management interface called in the test environment management module, and acquiring an execution result.
5. A computer-readable storage medium having stored thereon a computer program, characterized in that: which computer program, when being executed by a processor, carries out the steps of the method as set forth in claim 1 or 2.
6. A computer device comprising a memory, a processor, and a computer program stored on the memory and executable on the processor, wherein: the processor, when executing the program, implements the steps of the method of claim 1 or 2.
CN201911189719.3A 2019-11-28 2019-11-28 Airborne information safety automatic test method and test platform Pending CN111130922A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911189719.3A CN111130922A (en) 2019-11-28 2019-11-28 Airborne information safety automatic test method and test platform

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911189719.3A CN111130922A (en) 2019-11-28 2019-11-28 Airborne information safety automatic test method and test platform

Publications (1)

Publication Number Publication Date
CN111130922A true CN111130922A (en) 2020-05-08

Family

ID=70496929

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911189719.3A Pending CN111130922A (en) 2019-11-28 2019-11-28 Airborne information safety automatic test method and test platform

Country Status (1)

Country Link
CN (1) CN111130922A (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111651349A (en) * 2020-05-26 2020-09-11 泰康保险集团股份有限公司 Test method and device
CN111667250A (en) * 2020-06-16 2020-09-15 扬州航盛科技有限公司 Cloud-based management method and system for automatic test execution machine
CN112181813A (en) * 2020-09-17 2021-01-05 的卢技术有限公司 Interface automation test method, system and computer readable storage medium
CN112235282A (en) * 2020-10-10 2021-01-15 腾讯科技(深圳)有限公司 Interactive application permission changing method and device, electronic equipment and storage medium
CN113347022A (en) * 2021-05-13 2021-09-03 中国航空工业集团公司西安航空计算技术研究所 Civil aircraft airborne information system network security capability detection system and method
CN113515462A (en) * 2021-08-24 2021-10-19 北京百度网讯科技有限公司 Method, device, equipment and storage medium for testing
CN114863586A (en) * 2022-04-25 2022-08-05 北京新能源汽车股份有限公司 Test method, test device and terminal

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103279416A (en) * 2013-05-30 2013-09-04 浪潮(北京)电子信息产业有限公司 Storage software automated testing system and method
US20130265865A1 (en) * 2012-04-06 2013-10-10 Panasonic Corporation Communication device, and wiring state detection method and non-transitory computer-readable medium storing program using communication device
CN104038388A (en) * 2014-06-20 2014-09-10 江苏物联网研究发展中心 Distributed automatic testing system and automatic testing method for Internet of Things
CN104123227A (en) * 2014-08-13 2014-10-29 广东电网公司信息中心 Method for automatically generating testing cases
CN105068809A (en) * 2015-08-13 2015-11-18 上海斐讯数据通信技术有限公司 PyQt-based platform for implementing automation project management and case execution
CN106502914A (en) * 2016-12-06 2017-03-15 武汉烽火网络有限责任公司 Test case management and the system and method for showing
CN108683559A (en) * 2018-05-11 2018-10-19 中国电子技术标准化研究院 A kind of cloud computing platform test method
CN110309069A (en) * 2019-06-24 2019-10-08 中国航空无线电电子研究所 Test case dynamically load and control tool
CN209517137U (en) * 2019-04-28 2019-10-18 深圳市多尼卡电子技术有限公司 A kind of airborne LAN system

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20130265865A1 (en) * 2012-04-06 2013-10-10 Panasonic Corporation Communication device, and wiring state detection method and non-transitory computer-readable medium storing program using communication device
CN103279416A (en) * 2013-05-30 2013-09-04 浪潮(北京)电子信息产业有限公司 Storage software automated testing system and method
CN104038388A (en) * 2014-06-20 2014-09-10 江苏物联网研究发展中心 Distributed automatic testing system and automatic testing method for Internet of Things
CN104123227A (en) * 2014-08-13 2014-10-29 广东电网公司信息中心 Method for automatically generating testing cases
CN105068809A (en) * 2015-08-13 2015-11-18 上海斐讯数据通信技术有限公司 PyQt-based platform for implementing automation project management and case execution
CN106502914A (en) * 2016-12-06 2017-03-15 武汉烽火网络有限责任公司 Test case management and the system and method for showing
CN108683559A (en) * 2018-05-11 2018-10-19 中国电子技术标准化研究院 A kind of cloud computing platform test method
CN209517137U (en) * 2019-04-28 2019-10-18 深圳市多尼卡电子技术有限公司 A kind of airborne LAN system
CN110309069A (en) * 2019-06-24 2019-10-08 中国航空无线电电子研究所 Test case dynamically load and control tool

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
方悦: "《基于仪器软件平台的自动化测试工具研究》", 《中国优秀硕士学位论文全文数据库 信息科技辑》 *
王栋,徐神鹏: "基于Python脚本某型数控系统自动化系统测试工具链实践", 《动力控制》 *

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111651349A (en) * 2020-05-26 2020-09-11 泰康保险集团股份有限公司 Test method and device
CN111651349B (en) * 2020-05-26 2023-07-14 泰康保险集团股份有限公司 Test method and device
CN111667250A (en) * 2020-06-16 2020-09-15 扬州航盛科技有限公司 Cloud-based management method and system for automatic test execution machine
CN112181813A (en) * 2020-09-17 2021-01-05 的卢技术有限公司 Interface automation test method, system and computer readable storage medium
CN112235282A (en) * 2020-10-10 2021-01-15 腾讯科技(深圳)有限公司 Interactive application permission changing method and device, electronic equipment and storage medium
CN112235282B (en) * 2020-10-10 2023-08-08 腾讯科技(深圳)有限公司 Interactive application authority changing method and device, electronic equipment and storage medium
CN113347022A (en) * 2021-05-13 2021-09-03 中国航空工业集团公司西安航空计算技术研究所 Civil aircraft airborne information system network security capability detection system and method
CN113515462A (en) * 2021-08-24 2021-10-19 北京百度网讯科技有限公司 Method, device, equipment and storage medium for testing
CN114863586A (en) * 2022-04-25 2022-08-05 北京新能源汽车股份有限公司 Test method, test device and terminal

Similar Documents

Publication Publication Date Title
CN111130922A (en) Airborne information safety automatic test method and test platform
US11176030B2 (en) Conducting automated software testing using centralized controller and distributed test host servers
CN109889381B (en) Automatic configuration management method and device based on fort machine
CN110928774A (en) Automatic test system based on node formula
CN102693183B (en) Method and system for realizing automatic software testing
US8234633B2 (en) Incident simulation support environment and business objects associated with the incident
US20180329808A1 (en) Conducting Automated Software Testing Using Centralized Controller And Distributed Test Host Servers
CN104639653A (en) Self-adaptive method and system based on cloud architecture
CN112926954A (en) Cross-network government affair information exchange system and method based on artificial intelligent robot
CN113419920B (en) Real-time monitoring method for joint debugging test process of simulation test system of Internet of things management platform
CN114237853A (en) Task execution method, device, equipment, medium and program product applied to heterogeneous system
CN111464350B (en) Method and system for managing heterogeneous brand network equipment
CN116383061A (en) Method and related device for testing basic platform interface of substation control system
CN102647419B (en) Security policy online detection system facing to terminal computers
Lanui et al. A cloud-based solution for testing applications' compatibility and portability on fragmented android platform
CN114138639A (en) Robot process automation management system and method
CN114564387A (en) Scene type automatic testing method and system for OpenStack cloud platform
CN106372859A (en) Timing task control analysis method and system, and master control server
CN109960660A (en) A kind of electrical network business networking security evaluation method based on Ansible
CN114760280B (en) Embedded man-machine interaction system based on webpage
Vornanen ScienceLogic SL1 basics and server monitoring
Wu A Review of Storage Performance Test Platform
CN115208668A (en) Application integration control method, system and device based on service bus system technology
CN116662345A (en) Public service management system and method based on big data
Liu et al. Design and Implementation of a Collaborative Management System for Intelligent Connected Vehicle Information Security Testing

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
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20200508

WD01 Invention patent application deemed withdrawn after publication