CN115587023A - Automatic detection method and tool for platform area intelligent fusion terminal software platform - Google Patents

Automatic detection method and tool for platform area intelligent fusion terminal software platform Download PDF

Info

Publication number
CN115587023A
CN115587023A CN202211123345.7A CN202211123345A CN115587023A CN 115587023 A CN115587023 A CN 115587023A CN 202211123345 A CN202211123345 A CN 202211123345A CN 115587023 A CN115587023 A CN 115587023A
Authority
CN
China
Prior art keywords
detection
terminal equipment
result
terminal
database
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
CN202211123345.7A
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.)
State Grid Corp of China SGCC
China Electric Power Research Institute Co Ltd CEPRI
Original Assignee
State Grid Corp of China SGCC
China Electric Power Research Institute Co Ltd CEPRI
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 State Grid Corp of China SGCC, China Electric Power Research Institute Co Ltd CEPRI filed Critical State Grid Corp of China SGCC
Priority to CN202211123345.7A priority Critical patent/CN115587023A/en
Publication of CN115587023A publication Critical patent/CN115587023A/en
Pending legal-status Critical Current

Links

Images

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
    • G06F11/3684Test management for test design, e.g. generating new test cases
    • 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
    • G06F11/3688Test management for test execution, e.g. scheduling of test suites

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)

Abstract

The invention relates to an automatic detection method and a tool for a platform area intelligent fusion terminal software platform, which comprises the following steps: loading a detection script corresponding to the terminal equipment based on the terminal equipment to be detected; the detection script is arranged into an executable command statement set, and each command statement is executed in sequence; and comparing the execution result of the command statement with an expected result to determine a detection result and issuing a detection report. The method is suitable for intelligent fusion terminal production enterprises and intelligent fusion terminal calibrating device manufacturing enterprises, and can be used for verifying the functions of the intelligent fusion terminal in time and finding functional defects as soon as possible in the production and manufacturing processes; by using the technical scheme provided by the invention, the automatic detection process of the intelligent fusion terminal can be realized; the whole process does not need manual intervention or adjustment.

Description

Automatic detection method and tool for platform area intelligent fusion terminal software platform
Technical Field
The invention relates to the field of automatic detection, in particular to an automatic detection method and tool for a platform area intelligent fusion terminal software platform.
Background
The platform area intelligent fusion terminal is important equipment in a power system, and software and hardware detection is required to be carried out on the platform area intelligent fusion terminal before the platform area intelligent fusion terminal is used on line so as to ensure that the functions and the performance of the platform area intelligent fusion terminal accord with the technical specification of a national power grid, so that the detection step is an important link applied by the platform area intelligent fusion terminal.
In the prior detection of the platform of the intelligent convergence terminal in the transformer area, an SSH remote connection tool, an FTP file transmission tool, an MQTT device management main station, an MQTT service management main station and a 104 test tool need to be used, software needs to be downloaded, used and configured, so that the connection can be disconnected under the condition of terminal restart, and the test process is complicated. After the connection is established, a detection command needs to be manually input, whether the detection item passes or not is artificially judged according to a feedback result of the command, certain technical requirements are imposed on an operator, the terminal needs to be continuously operated in the detection process, the process is long in time consumption, and the detection reliability is reduced due to the addition of artificial factors. Each person can only operate one terminal at a time, the detection business process requiring accurate time is not controllable, and the verification time is not controllable due to fatigue of the person. Some complex verification services need to be frequently switched among a plurality of pages, so that the verification steps of all the fusion terminals cannot be guaranteed to be the same, and the verification result is influenced.
Disclosure of Invention
In order to solve the problems in the prior art, the invention provides an automatic detection method for a platform area intelligent fusion terminal software platform, which comprises the following steps:
loading a detection script corresponding to the terminal equipment based on the terminal equipment to be detected;
the detection script is arranged into an executable command statement set, and each command statement is executed in sequence;
determining a detection result based on the comparison of the execution result of the command statement and an expected result;
the detection scripts are respectively formulated based on the detected terminal equipment; the detection scripts corresponding to the detected terminal equipment comprise: a plurality of command statements determined by the detection item.
Preferably, the detection items comprise an integrated test tool, a software platform test file and an APP for enabling the terminal device to generate an abnormal alarm;
the test tool comprises one or more of: SSH remote connection, FTP file transmission, an MQTT management master station, an MQTT service master station, a 104 management master station and a database;
the file for testing the software platform comprises: abnormal construction and test cases;
the anomaly alarm comprises one or more of the following: CPU, internal memory and hard disk.
Preferably, the desired result includes one or more of: judging logic, judging mode and judging basis;
and storing the detection script and an expected result corresponding to the script in a database.
Preferably, the loading a detection script corresponding to the terminal device based on the terminal device to be detected includes:
determining terminal equipment to be detected from all terminal equipment in the same network segment;
and extracting a corresponding detection script from a database based on the terminal equipment and loading.
Preferably, the executing each command statement in sequence includes:
executing each command statement corresponding to the test case;
checking one or more content parameters, resource configuration and data in an operating system built in the terminal equipment by using a built-in checking command in Linux through an embedded SSH;
and executing the APP which enables the terminal equipment to generate the abnormal alarm, and judging whether the abnormal alarm is reported or not by utilizing the corresponding command statement.
Preferably, after determining the detection result, the method further includes:
storing the detection result into a detection result table of a database;
the detection result table comprises equipment, detection time and detection results.
Preferably, after storing the detection result in the detection result table of the database, the method further includes:
and taking out the detection result of the terminal equipment from the detection result table stored in the database, and generating a detection report.
Based on the same invention concept, the invention also provides an automatic detection tool of the platform area intelligent fusion terminal software platform, which comprises the following steps: the device comprises a loading module, a command execution module and a result generation module;
the loading module is used for: loading a detection script corresponding to the terminal equipment based on the terminal equipment to be detected;
the command execution module is used for: the detection script is arranged into an executable command statement set, and the command statements are sequentially executed;
the result generation module is configured to: comparing the command statement execution result with an expected result to determine a detection result;
the detection scripts are respectively formulated based on the detected terminal equipment; the detection scripts corresponding to the detected terminal equipment comprise: a plurality of command statements determined by the detection item.
Preferably, the tool further comprises: a database;
the database is used for storing detection scripts corresponding to the devices, expected results corresponding to the scripts and detection results of the devices.
Preferably, the result generation module is further configured to: storing the detection result into a detection result table of a database; and taking out the detection result of the terminal equipment from the detection result table stored in the database, and generating a detection report.
Preferably, the detection items comprise an integrated test tool, a software platform test file and an APP for generating an abnormal alarm for the terminal equipment;
the test tool comprises one or more of: SSH remote connection, FTP file transmission, an MQTT management master station, an MQTT service master station, a 104 management master station and a database;
the file for testing the software platform comprises: abnormal construction and test cases;
the anomaly alarm comprises one or more of the following: CPU, internal memory and hard disk.
Preferably, the desired result includes one or more of: judgment logic, judgment mode and judgment basis.
Based on the same concept, the present invention also provides a computer apparatus, comprising: one or more processors;
the processor to store one or more programs;
when the one or more programs are executed by the one or more processors, the automatic detection method of the platform area intelligent fusion terminal software platform provided by the invention is realized.
Based on the same conception, the invention also provides a computer readable storage medium, wherein a computer program is stored on the computer readable storage medium, and when the computer program is executed, the automatic detection method of the platform area intelligent fusion terminal software platform provided by the invention is realized.
Compared with the prior art, the invention has the beneficial effects that:
1. the invention provides an automatic detection method and a tool for a platform area intelligent fusion terminal software platform, which comprises the following steps: loading a detection script corresponding to the terminal equipment based on the terminal equipment to be detected; the detection script is arranged into an executable command statement set, and the command statements are sequentially executed; the rapid automatic terminal software platform detection method can effectively avoid external interference such as artificial factors and irregular operation, standardizes a detection process and saves manpower and material resources;
2. according to the automatic detection method and the tool for the platform of the intelligent convergence terminal software, provided by the invention, the workload of the platform intelligent convergence terminal detection can be effectively reduced, so that the detection is more standard and the flow is more definite;
3. the automatic detection method and the tool for the platform area intelligent fusion terminal software platform provided by the invention realize unattended automatic detection, save human resources and reduce the construction cost of laboratory personnel; the artificial interference factor is avoided, the detection efficiency is improved, and the reliability of the detection result is higher.
Drawings
FIG. 1 is a diagram of an original detection method;
FIG. 2 is a flow chart of an automated detection method of the platform area intelligent convergence terminal software platform of the invention;
FIG. 3 is a schematic diagram of an automated inspection method according to the present invention;
FIG. 4 is a block diagram of the automated inspection tool of the invention.
Detailed Description
As shown in fig. 1, in the original detection process, a lot of software is used and the operation is complex, only one terminal can be detected at a time, and the parallel test cannot be performed, so that the time and labor are consumed, and the technical requirements on personnel are high; the invention aims to design a method for rapidly detecting a software platform of an intelligent transformer area fusion terminal, which standardizes, processes and intelligentizes the detection process, can detect a plurality of terminals simultaneously, saves a large amount of detection time, effectively avoids factors such as artificial interference and the like, has no technical requirements on operators, can detect the intelligent transformer area fusion terminal only by simple operation, does not need to watch personnel in the detection process, and can generate a detection report after the detection is finished.
For a better understanding of the present invention, reference is made to the following description taken in conjunction with the accompanying drawings and examples.
Example 1:
the invention provides an automatic detection method for a platform area intelligent fusion terminal software platform, which comprises the following steps as shown in figure 2:
s1, loading a detection script corresponding to terminal equipment based on the terminal equipment to be detected;
s2, the detection script is arranged into an executable command statement set, and the command statements are sequentially executed;
s3, comparing an execution result based on the command statement with an expected result to determine a detection result;
respectively formulating a detection script based on each detected terminal device; the detection scripts corresponding to the detected terminal equipment comprise: a plurality of command statements determined by the detection item.
The invention detects the project government road: SSH remote connection, FTP file transmission, MQTT management master station, MQTT service master station, 104 management master station, database and other test tools and software platform test files (abnormal structures and test cases); and APP which makes each terminal device generate abnormal alarm; the abnormal alarm comprises the following steps: CPU, memory and hard disk alarms, etc.
Contemplated results include one or more of the following: judging logic, judging mode and judging basis;
the detection script and the expected result corresponding to the script are stored in the database.
Step S1, loading a detection script corresponding to the terminal equipment based on the terminal equipment to be detected, wherein the detection script comprises the following steps:
determining terminal equipment to be detected from all terminal equipment in the same network segment;
and extracting a corresponding detection script from a database based on the terminal equipment and loading the detection script.
In step S2, executing each command statement in sequence, including:
executing each command statement corresponding to the test case;
checking one or more content parameters, resource configuration and data in an operating system built in the terminal equipment by using a built-in checking command in Linux through an embedded SSH;
and executing the APP which enables the terminal equipment to generate the abnormal alarm, and judging whether the abnormal alarm is reported or not by utilizing the corresponding command statement.
After the detection result is determined in step S3, the method further includes:
storing the detection result into a detection result table of a database;
and taking out the detection result of the terminal equipment from the detection result table stored in the database, and generating a detection report.
The test result table here includes the device, the test time, and the test result.
The specific implementation is shown in fig. 3.
Example 2
The invention also provides an automatic detection tool for the platform of the platform area intelligent fusion terminal software, as shown in fig. 4, comprising: the system comprises a loading module, a command execution module, a result generation module and a database;
the loading module is used for: loading a detection script corresponding to the terminal equipment based on the terminal equipment to be detected;
the command execution module is used for: the detection script is arranged into an executable command statement set, and each command statement is executed in sequence;
the result generation module is configured to: comparing the command statement execution result with an expected result to determine a detection result;
the database is used for storing the detection scripts corresponding to the devices, the expected results corresponding to the scripts and the detection results of the devices.
The result generation module is further to: storing the detection result into a detection result table of a database; and taking out the detection result of the terminal equipment from the detection result table stored in the database, and generating a detection report.
The detection script is respectively formulated based on each detected terminal device; the detection scripts corresponding to the detected terminal equipment comprise: several command statements determined by the detection item.
The detection items comprise an integrated test tool, a software platform test file and an APP for enabling the terminal equipment to generate an abnormal alarm;
the test tool comprises one or more of: SSH remote connection, FTP file transmission, an MQTT management master station, an MQTT service master station, a 104 management master station and a database;
the file for testing the software platform comprises the following files: abnormal construction and test cases;
the abnormal alarm comprises one or more of the following: CPU, internal memory and hard disk.
Contemplated results include one or more of the following: judgment logic, judgment mode and judgment basis.
The automatic detection tool of the platform area intelligent convergence terminal software platform in the embodiment is a best embodiment of the automatic detection method of the platform area intelligent convergence terminal software platform, functions of modules of the automatic detection tool are established for realizing the method of the embodiment, and specific functions are shown in embodiment 1.
The tool bottom layer integrates SSH remote connection, FTP file transmission, an MQTT management main station, an MQTT service main station, 104 management main stations, testing tools such as a database and the like and files (abnormal structures, files such as test cases) for testing a software platform, detection work which originally needs to be installed and configured can be completed only by installing one piece of software, meanwhile, a script compiling page is reserved by the tool, the script and expected results (judging logic, mode and judging are still) corresponding to the script are input on the page, the results are stored in the bottom layer database, and the tool bottom layer is convenient to reuse and package in the future. During detection, the tool can automatically search the terminal equipment in the same network segment and display the terminal equipment in a list form, and the test step can be started in parallel by clicking the selected terminal equipment to be detected. In the detection process, the tool takes out a pre-written detection script from the database, arranges the detection script into an executable command statement set, executes the executable command statement set one by one, performs the execution on the executable command statement set and an expected result, and stores a comparison result into a database result. The SSH service embedded in the tool fully utilizes the built-in check command in Linux to check the parameters, resource configuration and data of the system. And automatically mounting a set of abnormal scripts and APP on the terminal to enable the terminal to generate an abnormality, checking whether a CPU, a memory and a hard disk of the terminal can generate an alarm or not, and reporting the alarm to the management master station. When the report is generated, the tool automatically takes the detection result of the equipment from the database result table and generates a detection report.
The instrument that this embodiment provided has carried out terminal detection many times, and testing process convenient and fast, easy operation need not personnel on duty, has saved manpower resources, has effectively avoided the erroneous operation by the people for causing.
Example 3
Based on the same inventive concept, the present invention also provides a computer apparatus comprising a processor and a memory, the memory being configured to store a computer program comprising program instructions, the processor being configured to execute the program instructions stored by the computer storage medium. The Processor may be a Central Processing Unit (CPU), or may be other general purpose Processor, a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), an off-the-shelf Programmable gate array (FPGA) or other Programmable logic device, a discrete gate or transistor logic device, a discrete hardware component, etc., which is a computing core and a control core of the terminal, and is specifically adapted to implement one or more instructions, and specifically adapted to load and execute one or more instructions in a computer storage medium so as to implement a corresponding method flow or a corresponding function, so as to implement the steps of the automated detection method of the station intelligent convergence terminal software platform in the foregoing embodiments.
Example 4
Based on the same inventive concept, the present invention further provides a storage medium, in particular, a computer-readable storage medium (Memory), which is a Memory device in a computer device and is used for storing programs and data. It is understood that the computer readable storage medium herein can include both built-in storage media in the computer device and, of course, extended storage media supported by the computer device. The computer-readable storage medium provides a storage space storing an operating system of the terminal. Also, one or more instructions, which may be one or more computer programs (including program code), are stored in the memory space and are adapted to be loaded and executed by the processor. It should be noted that the computer readable storage medium may be a high-speed RAM memory, or a non-volatile memory (non-volatile memory), such as at least one disk memory. The processor may load and execute one or more instructions stored in the computer-readable storage medium to implement the steps of the method for automatically detecting the software platform of the intelligent convergence terminal for the distribution room in the foregoing embodiments.
It is to be understood that the embodiments described are only a few embodiments of the present invention, and not all embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
As will be appreciated by one skilled in the art, embodiments of the present application may be provided as a method, system, or computer program product. Accordingly, the present application may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present application may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and so forth) having computer-usable program code embodied therein.
The present application is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the application. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
The present invention is not limited to the above embodiments, and any modifications, equivalent substitutions, improvements, etc. within the spirit and principle of the present invention are included in the scope of the claims of the present invention as filed.

Claims (14)

1. An automatic detection method for a platform area intelligent fusion terminal software platform is characterized by comprising the following steps:
loading a detection script corresponding to the terminal equipment based on the terminal equipment to be detected;
the detection script is arranged into an executable command statement set, and the command statements are sequentially executed;
determining a detection result based on the comparison of the execution result of the command statement and an expected result;
the detection scripts are respectively formulated based on the detected terminal equipment; the detection scripts corresponding to the detected terminal equipment comprise: a plurality of command statements determined by the detection item.
2. The method of claim 1, wherein the test items include integrated test tools, software platform test files, and APPs that cause the terminal device to generate an exception alarm;
the test tool comprises one or more of: SSH remote connection, FTP file transmission, an MQTT management master station, an MQTT service master station, a 104 management master station and a database;
the file for testing the software platform comprises: abnormal construction and test cases;
the anomaly alarm comprises one or more of the following: CPU, internal memory and hard disk.
3. The method of claim 1, wherein the expected result comprises one or more of: judging logic, judging mode and judging basis;
and storing the detection script and the expected result corresponding to the script in a database.
4. The method of claim 1, wherein the loading a detection script corresponding to the terminal device based on the terminal device to be detected comprises:
determining terminal equipment to be detected from all terminal equipment in the same network segment;
and extracting a corresponding detection script from a database based on the terminal equipment and loading the detection script.
5. The method of claim 2, wherein said executing each command statement in sequence comprises:
executing each command statement corresponding to the test case;
checking one or more content parameters, resource configuration and data in an operating system built in the terminal equipment by using a built-in checking command in Linux through an embedded SSH;
and executing the APP which enables the terminal equipment to generate the abnormal alarm, and judging whether the abnormal alarm is reported or not by using the corresponding command statement.
6. The method of claim 1, wherein determining the detection result further comprises:
storing the detection result into a detection result table of a database;
the detection result table comprises equipment, detection time and detection results.
7. The method of claim 6, wherein storing the test results in a test results table of a database further comprises:
and taking out the detection result of the terminal equipment from the detection result table stored in the database, and generating a detection report.
8. The utility model provides an automatic detection instrument of platform district intelligence integration terminal software platform which characterized in that includes: the device comprises a loading module, a command execution module and a result generation module;
the loading module is used for: loading a detection script corresponding to the terminal equipment based on the terminal equipment to be detected;
the command execution module is used for: the detection script is arranged into an executable command statement set, and each command statement is executed in sequence;
the result generation module is used for: comparing the command statement execution result with an expected result to determine a detection result;
the detection scripts are respectively formulated based on the detected terminal equipment; the detection scripts corresponding to the detected terminal equipment comprise: several command statements determined by the detection item.
9. The tool of claim 8, wherein the tool further comprises: a database;
the database is used for storing detection scripts corresponding to the devices, expected results corresponding to the scripts and detection results of the devices.
10. The tool of claim 9, wherein the result generation module is further to: storing the detection result into a detection result table of a database; and taking out the detection result of the terminal equipment from the detection result table stored in the database, and generating a detection report.
11. The tool of claim 8, wherein the test items include an integrated test tool, a software platform test file, and an APP that causes the terminal device to generate an exception alarm;
the test tool comprises one or more of: SSH remote connection, FTP file transmission, an MQTT management master station, an MQTT service master station, a 104 management master station and a database;
the file for testing the software platform comprises the following files: abnormal construction and test cases;
the anomaly alarm comprises one or more of the following: CPU, internal memory and hard disk.
12. The tool of claim 8, wherein the desired result comprises one or more of: judgment logic, judgment mode and judgment basis.
13. A computer device, comprising: one or more processors;
the processor to store one or more programs;
the one or more programs, when executed by the one or more processors, implement a method for automated detection of a platform for intelligent convergence of terminal software for zones as claimed in any one of claims 1 to 7.
14. A computer-readable storage medium, on which a computer program is stored, which, when executed, implements an automated detection method of a platform-based intelligent convergence terminal software platform according to any one of claims 1 to 7.
CN202211123345.7A 2022-09-15 2022-09-15 Automatic detection method and tool for platform area intelligent fusion terminal software platform Pending CN115587023A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202211123345.7A CN115587023A (en) 2022-09-15 2022-09-15 Automatic detection method and tool for platform area intelligent fusion terminal software platform

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202211123345.7A CN115587023A (en) 2022-09-15 2022-09-15 Automatic detection method and tool for platform area intelligent fusion terminal software platform

Publications (1)

Publication Number Publication Date
CN115587023A true CN115587023A (en) 2023-01-10

Family

ID=84778390

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202211123345.7A Pending CN115587023A (en) 2022-09-15 2022-09-15 Automatic detection method and tool for platform area intelligent fusion terminal software platform

Country Status (1)

Country Link
CN (1) CN115587023A (en)

Similar Documents

Publication Publication Date Title
CN107273286B (en) Scene automatic test platform and method for task application
CN103984612B (en) A kind of method of the unattended pressure test based on HPL instruments
CN108073400A (en) Software automation construction method, server and storage medium
CN110427314B (en) Method and system for testing information safety reliability of metering automation terminal
CN106776320A (en) Android intelligent terminal automatization test system and method
CN105760299A (en) Full-automatic script test method based on intelligent substation
CN111737154A (en) Vehicle networking automatic test method and device based on UFT
CN112035348A (en) Automatic test platform and automatic test method thereof
CN110990289B (en) Method and device for automatically submitting bug, electronic equipment and storage medium
CN104750601A (en) Test method and test device
CN111611157B (en) GMS continuous integration construction automatic test method and system
CN112131116A (en) Automatic regression testing method for embedded software
CN101594627A (en) A kind of apparatus and method of simulating mobile terminal fault
CN114238081A (en) Method and system suitable for small satellite batch test
CN112025766B (en) Robot system health self-checking method and device and electronic equipment
CN111290934A (en) Jenkins-based vehicle-mounted network product cloud testing method and system
CN111737065B (en) Interface test method and system of demand model based on server interface test
CN115587023A (en) Automatic detection method and tool for platform area intelligent fusion terminal software platform
CN114661615B (en) FPGA software testing method and device
CN116383061A (en) Method and related device for testing basic platform interface of substation control system
CN115934559A (en) Testing method of intelligent form testing system
CN115794624A (en) Closed-loop testing method and system for single automation device of intelligent substation
WO2021115314A1 (en) Method, apparatus, and device for implementing logic simulation of nuclear power plant onsite control objects
CN112580942A (en) Substation operation ticket library configuration method and sequence control operation task generation method
CN111400191A (en) Webpage security testing method and device and computer readable storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication