CN106445811A - SecureCRT-based automated test system and method - Google Patents

SecureCRT-based automated test system and method Download PDF

Info

Publication number
CN106445811A
CN106445811A CN201610781626.XA CN201610781626A CN106445811A CN 106445811 A CN106445811 A CN 106445811A CN 201610781626 A CN201610781626 A CN 201610781626A CN 106445811 A CN106445811 A CN 106445811A
Authority
CN
China
Prior art keywords
test
securecrt
batch
remote management
management module
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN201610781626.XA
Other languages
Chinese (zh)
Other versions
CN106445811B (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.)
Fiberhome Supermicro Information And Technology Co ltd
Wuhan Changjiang Computing Technology Co ltd
Fiberhome Telecommunication Technologies Co Ltd
Original Assignee
Fiberhome Telecommunication Technologies 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 Fiberhome Telecommunication Technologies Co Ltd filed Critical Fiberhome Telecommunication Technologies Co Ltd
Priority to CN201610781626.XA priority Critical patent/CN106445811B/en
Publication of CN106445811A publication Critical patent/CN106445811A/en
Application granted granted Critical
Publication of CN106445811B publication Critical patent/CN106445811B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Prevention of errors by analysis, debugging or testing of software
    • G06F11/3668Testing of software
    • G06F11/3672Test management
    • G06F11/3684Test management for test design, e.g. generating new test cases
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Prevention of errors by analysis, debugging or testing of software
    • G06F11/3668Testing of software
    • 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)
  • Debugging And Monitoring (AREA)

Abstract

The invention discloses a SecureCRT-based automated test system and method. The system comprises a SecureCRT remote management module, a test case generation module, a batch test module and a test conclusion generation module, wherein the test case generation module quickly records a test step of test objects by a user and edits the test step in a script form to generate test configuration files of different test cases; the SecureCRT remote management module calls the batch test module, executes automatic switching to label pages, sends the test configuration files to the test objects corresponding to the label pages, performs a batch test on the test objects, and returns a test result; and the test conclusion generation module gives out a test conclusion for functions or performances of the test objects in combination with the test result and a measurement instrument. The system and the method are simple in operation, convenient for secondary development and low in use and maintenance costs, are suitable for different test cases, can perform the batch test on the test objects, and have relatively high flexibility and universality.

Description

Automatic test system and method based on SecureCRT
Technical Field
The invention relates to the field of computer software engineering, in particular to an automatic test system and method based on SecureCRT.
Background
At present, in The development process of various products, it is often necessary to use an automated test Platform (The automated test Platform) to perform regression testing, which is a testing method for obtaining a test result by accumulating test cases and then playing back The test cases on The test Platform. The traditional commercial automatic Test platform has the problems of high price, difficult Test Case Accumulation (Test Case Accumulation), complex operation, inconvenience for secondary development of users and the like.
Therefore, a novel automatic test platform is urgently needed to be designed, the accumulation difficulty of test cases is reduced, and the convenience of secondary development of a user is improved.
The Chinese invention patent 'CN 104598370A' discloses a system and a method for reproducing BUG, which mainly uses SecureCRT to record and playback software failure. In the invention patent, only by using the recording/playback function of the SecureCRT script, the operation steps of the user when the fault occurs are recorded, and when the fault needs to be reproduced, the language supported by the SecureCRT such as VBScript (visual Basic script), JScript (Java script), Python or PerlScript under the login is used for reproducing, although the problems of difficult accumulation of test cases, complex operation and the like are solved to a certain extent, the diversity of the fault is not considered, and the method is only suitable for solving the problem of BUG which must be found each time, so that the BUG reproduction system lacks flexibility, universality and batch issuing are not available.
Disclosure of Invention
The invention aims to solve the technical problems that the existing scheme for solving the problems of difficult accumulation of test cases, complex operation and inconvenience for secondary development of a user of an automatic test platform does not consider the diversity of faults, so that the automatic test system is lack of flexibility and universality.
In order to solve the technical problems, the technical scheme adopted by the invention is to provide an automatic testing method based on SecureCRT, which comprises the following steps:
step S10, rapidly recording the testing steps of the user to the testing object, editing the recorded testing steps in a script form on line, and generating testing configuration files of different testing cases;
step S20, constructing a batch test script, wherein the script content comprises a label page corresponding to a plurality of test objects on the automatic time-sharing switching SecureCRT remote management module, issuing a test configuration file corresponding to a test case to each test object for testing and collecting the test result of each test object;
step S30, establishing a SecureCRT remote management module to establish remote connection with each test object;
step S40, the SecureCRT remote management module calls a batch test script through the ActiveX scaling technical support interface, automatically switches to each label page, respectively issues a corresponding test case test configuration file to a test object corresponding to each label page, performs batch test on the test object, and returns a test result;
and step S50, respectively combining the test results of the test objects with the corresponding measuring instruments to draw test conclusions on the functions or performances of the test objects.
In the method, different test cases are selected, the steps S30 to S50 are executed in a circulating mode, a plurality of test cases are run in batch, and verification of a plurality of functions or performances is completed.
In the above method, before executing step S30, the SecureCRT remote management module may initialize a test environment, and set parameters of the test environment, specifically including:
setting the configuration quantity of the service or the functional module of the test object;
setting the number of times of test planned by the same test case of each test object and the waiting time between each test;
and setting the number of the test objects covered by the test case.
In the above method, the script in step S10 and step S20 is a language supported by the secureCRT remote management module, and includes: VBScript, JScript, Python or PerlScript.
In the method, in the batch test script, the specific program codes for automatically switching the label pages corresponding to a plurality of test objects on the SecureCRT remote management module in a time-sharing manner and issuing the test configuration file corresponding to the test case to each test object for testing are as follows:
in the method, in the batch test script, the specific program code for collecting the test result of each test object is as follows:
Dim result
objcurrenttab, screen, send "test instruction" & chr (13)
result ═ objcurrenttab.screen.waitforsting "expected result 1", "expected result 2", "expected result 3",10)
If result=3Then
' expected results 3
End If
If result=0Then
' processing timeout
End If。
In the method, SSH, Telnet and Serial protocols of a SecureCRT remote management module are utilized to establish remote connection with each test object through network cable or Serial port cable physical connection; wherein,
the SSH protocol comprises an SSH1 protocol or an SSH2 protocol, which is used for establishing a physical link with a test object through a network cable and communicating with the test object after being verified through an SSH1 protocol or an SSH2 protocol;
the Telnet protocol is used for establishing a physical link with a test object through a network cable and communicating with the test object in a plaintext communication mode;
the Serial protocol is to establish a physical link with a test object through a Serial communication interface data line.
The invention also provides an automatic test system based on the SecureCRT, which comprises: the system comprises a SecureCRT remote management module, a test case generation module, a batch test module and a test conclusion generation module;
the test case generation module rapidly records the test steps of a user on a test object, and edits the recorded test steps in a script form on line to generate test configuration files of different test cases;
the SecureCRT remote management module calls the batch test module through an ActiveX scaling technical support interface, executes a plurality of label pages automatically switched to each SecureCRT interface, respectively issues a test configuration file of a corresponding test case to a test object corresponding to each label page, starts to test the test objects in batch, and returns a test result;
and the test conclusion generating module combines the test result of each test object and the corresponding measuring instrument to make a function or performance test conclusion of the test object and return the test conclusion to the SecureCRT remote management module.
The invention relates to a novel automatic test system developed based on a commercial remote management tool SecureCRT, which has the following advantages:
(1) the rapid and convenient accumulation of test cases is improved, the 'recording' function of SecureCRT remote management software is used for rapidly recording the test actions of a user, and the test cases are generated by editing;
(2) the operation process of a tester is simplified, the tester only needs to select one test case, the test case is operated in the batch test script, and all test objects related to the test case are automatically operated; after the test is finished, the test result is displayed in the log, and the simplification of the operation steps is helpful for freeing the maintenance cost of the user.
(3) The invention not only takes the remote login software SecureCRT as the core and makes full use of the self-contained functions, but also writes the test cases online in the form of scripts supported by the SecureRT such as VBScript/JScript and the like, can be edited on a common text editor under a windows operating system, and provides convenience for secondary development;
(4) the method has the advantages of simple use process, clear steps, clear maintenance thought and great reduction of maintenance cost;
in conclusion, the invention can not only improve the rapidness and convenience of test case accumulation, but also simplify the operation process of a tester and effectively reduce the construction cost of the automatic test system, thereby reducing the use and maintenance cost of the automatic test system; meanwhile, the invention can be suitable for different test cases, and can carry out batch test on a plurality of test objects, thereby having better flexibility and universality.
Drawings
Fig. 1 is a flowchart of an automated testing method based on SecureCRT according to the present invention;
fig. 2 is a structural block diagram of an automated testing system based on a SecureCRT provided in the present invention.
Detailed Description
The invention is based on the widely used SecureCRT remote management software (SecureCRT remote management module) as the test implementation main body, utilizes the SecureCRT remote management software (receiving and sending configuration instructions) to uniformly control the test progress of the test object and the instrument, completes the modification of the test configuration steps under the on-line condition, then sequentially switches the SecureCRT login interfaces of each device, completes the batch sending of the test configuration and the collection of the test results of the devices, thereby having great universality and flexibility, effectively reducing the professional requirements of users, having simple and convenient operation and being beneficial to secondary development.
The invention is described in detail below with reference to the figures and specific examples.
As shown in fig. 1, the automated testing method based on SecureCRT provided by the present invention includes the following steps:
step S10, using the SecureCRT remote management module to quickly record the testing steps of the user on the testing object, and editing the recorded testing steps in the form of script (the language supported by the SecureCRT remote management module such as VBScript, JScript, Python, or PerlScript, etc.) on line, and being editable on a common text editor under the windows operating system, so as to generate testing configuration files of different testing cases for testing different performances.
Step S20, establishing a plurality of tab pages for automatically time-sharing switching the SecureCRT remote management module, and respectively issuing test configuration corresponding to the test case to the test object corresponding to each tab page, starting the test by the test object, and collecting a batch test script (language supported by the SecureCRT remote management module such as VBScript, JScript, Python, or PerlScript) of the test result of each test object, so as to implement uniform deployment of the test case and batch management of the test object, wherein, using the characteristics of the tab pages, a plurality of remote login pages (a plurality of test objects) for time-sharing switching the SecureCRT interface sequentially through VBScript/JScript are important components of batch management.
In the batch test script, a plurality of label pages of the SecureCRT remote management module are automatically switched in a time-sharing manner, test configuration corresponding to a test case is respectively issued to a test object corresponding to each label page, and specific program codes for starting testing of the test object are as follows:
in the batch test script, the specific program code for collecting the test result of each test object is as follows: ' instruction issue/expected result determination mechanism
Dim result
objcurrenttab, screen, send "test instruction" & chr (13)
result ═ objcurrenttab.screen.waitforsting "expected result 1", "expected result 2", "expected result 3",10)
' description of parameters: corresponding to values of 1, 2, 3, a timeout of 10 seconds
If result 3Then' gives "expected result 3"
' execution is continued according to expected result 3
End If
If result is 0, processing time-out
' timed out, interrupt
End If
Step S30, the SecureCRT remote management module establishes remote connection with each test object.
In the invention, by utilizing SSH, Telnet, Serial and other protocols carried by SecureCRT, remote connection with each device to be tested (test object) is established through physical connection of network cables or Serial ports and the like, and a reliable physical link is provided between an automatic test system and the test object; wherein,
the SSH1/SSH2 protocol is used for establishing a physical link with a device to be tested (a test object) through a network cable, and communicating with the test object after being verified by an SSH protocol (SSH1/SSH2 protocol);
the Telnet protocol is to establish a physical link with a device to be tested (a test object) through a network cable and to communicate with the test object by using a plaintext communication mode, so that the safety is low;
the Serial protocol is to establish a physical link with a test object through a data line of a Serial communication interface, which is more vulnerable to damage than a network line.
Step S40, the SecureCRT remote management module executes the batch test script through its "ActiveX scaling technology" support interface, automatically switches to multiple device tab pages of each SecureCRT interface (for the test with multiple test objects), respectively issues corresponding test case test configuration to each test object, starts to perform the batch test of the test objects, and returns the test result.
And step S50, combining the test result of each test object with the corresponding measuring instrument respectively, and making a test conclusion on the function or performance of the test object.
Different examples are selected, the steps S30 to S50 are executed in a circulating mode, a plurality of test cases can be run in batch, verification of a plurality of functions or configurations is completed, and an automatic test system is formed.
In the present invention, before executing step S30, the SecureCRT remote management module initializes the test environment, sets the test environment parameters, and controls the implementation of the test case, which specifically includes:
(1) setting test contents, wherein the test contents are specifically the configuration number of the service or the functional module of the test object;
(2) setting the test times of the same function (test case) of each test object to be tested and the waiting time between each test;
(3) and setting the number of the test devices (test objects) covered by the test case.
The invention also provides an automatic test system based on SecureCRT, which comprises: the system comprises a SecureCRT remote management module 10, a test case generation module 20, a batch test module 30 and a test conclusion generation module 40.
The test case generation module 20 records the test steps of the user on the test object quickly, and edits the recorded test steps in the form of script (such as language supported by secureCRT remote management modules like VBScript, JScript, Python or PerlScript) on line to generate test configurations of different test cases; the SecureCRT remote management module 10 controls the batch test module 30 through the support interface of the 'ActiveX scaling technology', executes a plurality of equipment label pages automatically switched to each SecureCRT interface, respectively issues corresponding test case test configuration to each test object, starts to perform batch test on the test objects, and returns a test result; the test conclusion generating module 40 combines the test result of each test object with the corresponding measuring instrument to make a function or performance test conclusion of the test object, and returns the function or performance test conclusion to the SecureCRT remote management module 10, thereby realizing the output of the test conclusion.
It will be apparent to those skilled in the art that various changes and modifications may be made in the present invention without departing from the spirit and scope of the invention. Thus, if such modifications and variations of the present invention fall within the scope of the claims of the present invention and their equivalents, the present invention is also intended to include such modifications and variations.

Claims (8)

1. An automatic test method based on SecureCRT is characterized by comprising the following steps:
step S10, rapidly recording the testing steps of the user to the testing object, editing the recorded testing steps in a script form on line, and generating testing configuration files of different testing cases;
step S20, constructing a batch test script, wherein the script content comprises a label page corresponding to a plurality of test objects on the automatic time-sharing switching SecureCRT remote management module, issuing a test configuration file corresponding to a test case to each test object for testing and collecting the test result of each test object;
step S30, establishing a SecureCRT remote management module to establish remote connection with each test object;
step S40, the SecureCRT remote management module calls a batch test script through the ActiveX scaling technical support interface, automatically switches to each label page, respectively issues a corresponding test case test configuration file to a test object corresponding to each label page, performs batch test on the test object, and returns a test result;
and step S50, respectively combining the test results of the test objects with the corresponding measuring instruments to draw test conclusions on the functions or performances of the test objects.
2. The method of claim 1, wherein different test cases are selected, steps S30 through S50 are executed in a loop, and a plurality of test cases are run in a batch to complete verification of a plurality of functions or performances.
3. The method of claim 1, wherein prior to performing step S30, the SecureCRT remote management module performs test environment initialization to set test environment parameters, including:
setting the configuration quantity of the service or the functional module of the test object;
setting the number of times of test planned by the same test case of each test object and the waiting time between each test;
and setting the number of the test objects covered by the test case.
4. The method of claim 1, wherein the script in steps S10 and S20 is a language supported by the secureCRT remote management module, comprising: VBScript, JScript, Python or PerlScript.
5. The method of claim 1, wherein in the batch test script, the specific program code for automatically time-sharing switching the tab pages corresponding to the plurality of test objects on the SecureCRT remote management module and issuing the test configuration file corresponding to the test case to each test object for testing is as follows:
6. the method of claim 1, wherein in the batch test script, the specific program code that collects the test results for each test object is as follows:
7. the method of claim 1, wherein the SSH, Telnet, and Serial protocols of the SecureCRT remote management module are utilized to establish a remote connection with each test object through a physical connection of a network cable or a Serial cable; wherein,
the SSH protocol comprises an SSH1 protocol or an SSH2 protocol, which is used for establishing a physical link with a test object through a network cable and communicating with the test object after being verified through an SSH1 protocol or an SSH2 protocol;
the Telnet protocol is used for establishing a physical link with a test object through a network cable and communicating with the test object in a plaintext communication mode;
the Serial protocol is to establish a physical link with a test object through a Serial communication interface data line.
8. An automated test system based on SecureCRT, comprising: the system comprises a SecureCRT remote management module, a test case generation module, a batch test module and a test conclusion generation module;
the test case generation module rapidly records the test steps of a user on a test object, and edits the recorded test steps in a script form on line to generate test configuration files of different test cases;
the SecureCRT remote management module calls the batch test module through an ActiveX scaling technical support interface, executes a plurality of label pages automatically switched to each SecureCRT interface, respectively issues a test configuration file of a corresponding test case to a test object corresponding to each label page, starts to test the test objects in batch, and returns a test result;
and the test conclusion generating module combines the test result of each test object and the corresponding measuring instrument to make a function or performance test conclusion of the test object and return the test conclusion to the SecureCRT remote management module.
CN201610781626.XA 2016-08-30 2016-08-30 A kind of automatization test system and method based on SecureCRT Active CN106445811B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610781626.XA CN106445811B (en) 2016-08-30 2016-08-30 A kind of automatization test system and method based on SecureCRT

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610781626.XA CN106445811B (en) 2016-08-30 2016-08-30 A kind of automatization test system and method based on SecureCRT

Publications (2)

Publication Number Publication Date
CN106445811A true CN106445811A (en) 2017-02-22
CN106445811B CN106445811B (en) 2019-03-22

Family

ID=58091203

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610781626.XA Active CN106445811B (en) 2016-08-30 2016-08-30 A kind of automatization test system and method based on SecureCRT

Country Status (1)

Country Link
CN (1) CN106445811B (en)

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107480053A (en) * 2017-07-21 2017-12-15 杭州销冠网络科技有限公司 A kind of Software Test Data Generation Method and device
CN107894763A (en) * 2017-11-23 2018-04-10 广东电网有限责任公司电力科学研究院 A kind of automation of transformation substations tester test parameter collocation method and system
CN108089566A (en) * 2017-11-23 2018-05-29 郑州云海信息技术有限公司 A kind of BMC stability parallel test method and system
CN108375726A (en) * 2018-01-31 2018-08-07 佛山市联动科技实业有限公司 Parameter table test method based on FPGA
CN108897693A (en) * 2018-07-09 2018-11-27 北京首汽智行科技有限公司 The software reliability test system and method for shared automobile intelligent vehicle-mounted terminal equipment
CN109359031A (en) * 2018-09-04 2019-02-19 中国平安人寿保险股份有限公司 More appliance applications test methods, device, server and storage medium
CN109672740A (en) * 2018-10-15 2019-04-23 无锡华云数据技术服务有限公司 The method of deployment configuration information is obtained in a kind of large-scale cluster environment
CN109861874A (en) * 2018-12-25 2019-06-07 北京奇安信科技有限公司 Equipment automated test system
CN110764036A (en) * 2019-10-29 2020-02-07 南京南瑞继保电气有限公司 Intelligent distribution transformer terminal test method and system
CN110990259A (en) * 2019-10-30 2020-04-10 福建新大陆支付技术有限公司 Test method of keyboard-free and screen-free equipment
CN113448820A (en) * 2020-03-25 2021-09-28 中移(成都)信息通信科技有限公司 Webpage testing method and device
CN113688058A (en) * 2021-10-26 2021-11-23 国能日新科技股份有限公司 Automatic detection system and detection method for station server monitoring software

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103595565A (en) * 2013-11-12 2014-02-19 国家电网公司 Automatic network equipment configuration backup method based on SecureCRT
CN104579838A (en) * 2015-01-06 2015-04-29 浪潮电子信息产业股份有限公司 A test method for server routing module detection
CN105183649A (en) * 2015-09-08 2015-12-23 武汉虹信通信技术有限责任公司 Automatic telnet method and system used for automatic testing
US9348569B1 (en) * 2012-09-11 2016-05-24 Emc Corporation Method and system for a configurable automation framework

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9348569B1 (en) * 2012-09-11 2016-05-24 Emc Corporation Method and system for a configurable automation framework
CN103595565A (en) * 2013-11-12 2014-02-19 国家电网公司 Automatic network equipment configuration backup method based on SecureCRT
CN104579838A (en) * 2015-01-06 2015-04-29 浪潮电子信息产业股份有限公司 A test method for server routing module detection
CN105183649A (en) * 2015-09-08 2015-12-23 武汉虹信通信技术有限责任公司 Automatic telnet method and system used for automatic testing

Cited By (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107480053A (en) * 2017-07-21 2017-12-15 杭州销冠网络科技有限公司 A kind of Software Test Data Generation Method and device
CN108089566B (en) * 2017-11-23 2020-09-22 苏州浪潮智能科技有限公司 BMC stability parallel test method and system
CN107894763A (en) * 2017-11-23 2018-04-10 广东电网有限责任公司电力科学研究院 A kind of automation of transformation substations tester test parameter collocation method and system
CN108089566A (en) * 2017-11-23 2018-05-29 郑州云海信息技术有限公司 A kind of BMC stability parallel test method and system
CN108375726A (en) * 2018-01-31 2018-08-07 佛山市联动科技实业有限公司 Parameter table test method based on FPGA
CN108897693A (en) * 2018-07-09 2018-11-27 北京首汽智行科技有限公司 The software reliability test system and method for shared automobile intelligent vehicle-mounted terminal equipment
CN109359031A (en) * 2018-09-04 2019-02-19 中国平安人寿保险股份有限公司 More appliance applications test methods, device, server and storage medium
CN109359031B (en) * 2018-09-04 2023-08-22 中国平安人寿保险股份有限公司 Multi-device application program testing method and device, server and storage medium
CN109672740A (en) * 2018-10-15 2019-04-23 无锡华云数据技术服务有限公司 The method of deployment configuration information is obtained in a kind of large-scale cluster environment
CN109861874A (en) * 2018-12-25 2019-06-07 北京奇安信科技有限公司 Equipment automated test system
CN110764036A (en) * 2019-10-29 2020-02-07 南京南瑞继保电气有限公司 Intelligent distribution transformer terminal test method and system
CN110990259A (en) * 2019-10-30 2020-04-10 福建新大陆支付技术有限公司 Test method of keyboard-free and screen-free equipment
CN113448820A (en) * 2020-03-25 2021-09-28 中移(成都)信息通信科技有限公司 Webpage testing method and device
CN113688058A (en) * 2021-10-26 2021-11-23 国能日新科技股份有限公司 Automatic detection system and detection method for station server monitoring software
CN113688058B (en) * 2021-10-26 2022-02-22 国能日新科技股份有限公司 Automatic detection system and detection method for station server monitoring software

Also Published As

Publication number Publication date
CN106445811B (en) 2019-03-22

Similar Documents

Publication Publication Date Title
CN106445811B (en) A kind of automatization test system and method based on SecureCRT
CN101295280B (en) Automated software commissioning method and system
CN103839404B (en) Automatic test apparatus of infrared remote control equipment, and method thereof
CN101272422A (en) A mobile phone automated testing method
CN104717337A (en) Method for testing mobile application in batch and equipment used in method
CN103268289B (en) Record the method and system of application testing script on mobile terminals
CN108763086A (en) Script method for recording, terminal and computer readable storage medium based on remote real machine
US8731896B2 (en) Virtual testbed for system verification test
CN107357724A (en) Automatic software test method and device in Android system
CN111400117B (en) Method for automatically testing Ceph cluster
CN101478449A (en) Automatic protocol testing method and system
WO2009062419A1 (en) Testing method and system
CN112339796B (en) Detection method and device for electric locomotive control circuit and mobile terminal
CN110493079A (en) Production Automation Test Method of Industrial Ethernet Switch
CN112612699A (en) General automatic test equipment for HID (high intensity discharge) human-computer interaction scene use case
CN119629519A (en) An optical modem power-off automatic test system and method
CN104811954B (en) A kind of mobile terminal application testing method, apparatus and system
CN114745313A (en) Terminal remote testing method, apparatus, electronic device and readable medium
CN105243017A (en) Test method and system capable of carrying out login authentication on the basis of SSH (Secure Shell) protocol
CN110825617B (en) Method and device for simulating communication interaction between devices
CN103729258A (en) Automatic testing method, terminal and system
CN114564387A (en) Scene type automatic testing method and system for OpenStack cloud platform
CN111817916B (en) Test method, device, device and storage medium based on mobile terminal cluster
CN114116353A (en) Equipment testing method, device, equipment and storage medium
CN101222740A (en) Method, device and system for controlling and configuring equipment with multiple versions to be tested

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20190624

Address after: 430000 Guanghuo Road Optical Communication Industry Building, Guandong Industrial Park, Donghu Development Zone, Wuhan City, Hubei Province, 1st Floor

Patentee after: FIBERHOME SUPERMICRO INFORMATION AND TECHNOLOGY Co.,Ltd.

Address before: 430074 Optics Valley development street, East Lake Development Zone, Wuhan, Hubei 67

Patentee before: FIBERHOME TELECOMMUNICATION TECHNOLOGIES Co.,Ltd.

TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20240911

Address after: 1 / F, optical communication industry building, Fenghuo Road, Guandong Industrial Park, Donghu Development Zone, Wuhan City, Hubei Province, 430000

Patentee after: FIBERHOME SUPERMICRO INFORMATION AND TECHNOLOGY Co.,Ltd.

Country or region after: China

Patentee after: Wuhan Changjiang Computing Technology Co.,Ltd.

Patentee after: FIBERHOME TELECOMMUNICATION TECHNOLOGIES Co.,Ltd.

Address before: 1 / F, optical communication industry building, Fenghuo Road, Guandong Industrial Park, Donghu Development Zone, Wuhan City, Hubei Province, 430000

Patentee before: FIBERHOME SUPERMICRO INFORMATION AND TECHNOLOGY Co.,Ltd.

Country or region before: China