CN112751716B - Test method and system for controlling response of file server and electronic equipment - Google Patents

Test method and system for controlling response of file server and electronic equipment Download PDF

Info

Publication number
CN112751716B
CN112751716B CN202110007448.6A CN202110007448A CN112751716B CN 112751716 B CN112751716 B CN 112751716B CN 202110007448 A CN202110007448 A CN 202110007448A CN 112751716 B CN112751716 B CN 112751716B
Authority
CN
China
Prior art keywords
data
response
file server
abnormal scene
client
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202110007448.6A
Other languages
Chinese (zh)
Other versions
CN112751716A (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.)
Xiamen Yealink Network Technology Co Ltd
Original Assignee
Xiamen Yealink Network Technology 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 Xiamen Yealink Network Technology Co Ltd filed Critical Xiamen Yealink Network Technology Co Ltd
Priority to CN202110007448.6A priority Critical patent/CN112751716B/en
Publication of CN112751716A publication Critical patent/CN112751716A/en
Application granted granted Critical
Publication of CN112751716B publication Critical patent/CN112751716B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • 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/14Network analysis or design
    • H04L41/145Network analysis or design involving simulating, designing, planning or modelling of a network
    • 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
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L43/00Arrangements for monitoring or testing data switching networks
    • H04L43/12Network monitoring probes

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computer And Data Communications (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The application provides a test method, a test system and electronic equipment for controlling response of a file server, wherein the test method comprises the following steps: presetting configuration information of a file server, and adding response data of an abnormal scene into a response control table; responding to a data transmission request of the test client to the file server, inquiring response data corresponding to an abnormal scene to be tested from the response control table, and sending the response data corresponding to the abnormal scene to be tested to the client so as to simulate the abnormal scene; the method comprises the steps of capturing packets in a data transmission process of sending response data corresponding to an abnormal scene to be tested to a client of a test client to obtain captured packet data; and judging whether the network transmission function is normal under an abnormal scene to be tested according to the packet capturing data. Compared with the prior art, the application can realize the control of the response data content of the server aiming at the client, greatly improve the investigation efficiency of the network data transmission problem and improve the release quality of the application software.

Description

Test method and system for controlling response of file server and electronic equipment
Technical Field
The present application relates to the field of thread data management, and in particular, to a method and system for testing response of a control file server, and an electronic device.
Background
In the C/S architecture mode, a file server (file server) is a computer or cloud storage unit responsible for central storage and data file management so that other computers in the same network can access the files. The file server allows users to share information over a network without physically moving the file through a hard disk or some other external storage device. Any computer can be set up as a host and run as a file server (file server). In its simplest form, the file server may be a conventional personal computer that handles file requests and sends them over the network. In more complex networks, the file server may also be a dedicated Network Attached Storage (NAS) device that may also operate as a remote hard drive for other computers and allow people in the network to store files in the server as if they were in their own hard disk. The file server has the full function of time-sharing system file management, and provides concurrent control of network users accessing files, directories and security measures. Therefore, the file server has perfect file management function, can perform unified file management on the whole network, and each workstation user can not participate in file management work. The file server can provide sophisticated data, file and directory services for network users.
However, at present, when a file server based on network protocols such as http/tftp/ftp is used for file transmission, data transmission failure may be caused by network abnormality reasons such as network cable pulling, server downtime and the like, the problems are often probability abnormality problems, and the traditional server cannot control data responded by the server, so that it is difficult to locate the network transmission specific abnormality reasons from an application software layer.
Accordingly, the prior art is in need of further improvement and promotion.
Disclosure of Invention
Based on the foregoing, it is necessary to provide a test method, a system and an electronic device for controlling response of a file server, so as to control response data content of a server for a client, and improve the efficiency of checking network data transmission problems.
An embodiment of the present application provides a method for controlling response of a file server, including the steps of:
presetting configuration information of a file server, and adding response data of an abnormal scene into a response control table; the response data comprises a reply code and data content;
responding to a data transmission request of the test client to the file server, inquiring response data corresponding to an abnormal scene to be tested from the response control table, and sending the response data corresponding to the abnormal scene to be tested to the client so as to simulate the abnormal scene;
the method comprises the steps of capturing packets in a data transmission process of sending response data corresponding to an abnormal scene to be tested to a client of a test client to obtain captured packet data;
and judging whether the network transmission function is normal under an abnormal scene to be tested according to the packet capturing data.
Further, the step of presetting configuration information of the file server further includes:
setting working catalogue of file server, authentication information, uploading and downloading authority and client information to be controlled.
Further, before the step of responding to the data transmission request of the client to the file server, the method further includes:
and selecting at least one file server according to the user request and starting the server.
Further, before the step of responding to the data transmission request of the client to the file server, the method further includes:
receiving a data transmission request sent by a test client to a server, and starting a network packet; the data transmission request includes an upload file or a download file.
Further, the step of judging whether the network transmission function is normal in the abnormal scene to be tested according to the packet capturing data includes:
and comparing whether the packet capturing data are consistent with the content of the client scene, and if so, judging that the network transmission function is normal under the abnormal scene to be tested.
Further, the abnormal scene includes delayed correspondence, no response, partial file content error, and file absence.
Further, the test method is applied to windows or linux systems.
In a second aspect, the present application provides a test system for controlling a response of a file server, where the test system includes:
the configuration module is used for presetting configuration information of the file server and adding response data of the abnormal scene into the response control table; the response data comprises a reply code and data content;
the response module is used for responding to a data transmission request of the test client to the file server, inquiring response data corresponding to the to-be-tested abnormal scene from the response control table, and sending the response data corresponding to the to-be-tested abnormal scene to the client so as to simulate the abnormal scene;
the packet grabbing module is used for grabbing packets in the data transmission process of sending response data corresponding to an abnormal scene to be tested to the test client side to obtain packet grabbing data;
and the analysis module is used for judging whether the network transmission function is normal under the abnormal scene to be tested according to the packet capturing data.
A third aspect of an embodiment of the present application provides an electronic device, including at least one processor; and a memory communicatively coupled to the at least one processor; wherein the memory stores a program of instructions executable by the at least one processor to enable the at least one processor to perform the method described above.
A fourth aspect of the embodiment of the present application provides a computer program product for use in a test system for controlling response of a file server, the computer program product being applied to a PC or linux device, the computer program product comprising the above-mentioned functional modules.
According to the test method, the test system and the electronic equipment for controlling the response of the file server, configuration information of the file server is preset, and response data of an abnormal scene are added into a response control table; responding to a data transmission request of the test client to the file server, inquiring response data corresponding to an abnormal scene to be tested from the response control table, and sending the response data corresponding to the abnormal scene to be tested to the client so as to simulate the abnormal scene; the method comprises the steps of capturing packets in a data transmission process of sending response data corresponding to an abnormal scene to be tested to a client of a test client to obtain captured packet data; and judging whether the network transmission function is normal under an abnormal scene to be tested according to the packet capturing data. Compared with the prior art, the method and the device can realize the control of the response data content of the server aiming at the client, can be used as a file server for file transmission, can simulate various file transmission abnormal scenes, and can test whether the network transmission function of the application software accords with the expectations or not in various scenes, so that the investigation efficiency of network data transmission problems is greatly improved, and the release quality of the application software is improved.
Drawings
Fig. 1 is an application scenario schematic diagram of a test method for controlling response of a file server according to an embodiment of the present application;
FIG. 2 is a flow chart of a testing method for controlling response of a file server according to an embodiment of the present application;
FIG. 3 is a block diagram of a multi-control file server response test system according to an embodiment of the present application;
fig. 4 is a schematic structural diagram of an electronic device according to an embodiment of the present application.
Detailed Description
The present application will be described in further detail with reference to the drawings and examples, in order to make the objects, technical solutions and advantages of the present application more apparent. It should be understood that the specific embodiments described herein are for purposes of illustration only and are not intended to limit the scope of the application.
The test method for controlling the response of the file server provided by the application can be applied to the client or the server shown in figure 1. The terminal may be, but not limited to, various personal computers, notebook computers, smartphones, tablet computers and portable wearable devices, and the server may be implemented by a separate server or a server cluster formed by a plurality of servers. The server can control the response data content aiming at the client, simulate various file transmission abnormal scenes to test whether the performance of the network transmission function of the client in various scenes accords with the expectation or not, so that the investigation efficiency of network data transmission problems is improved, and the release quality of application software is improved.
Referring to fig. 2, a method for testing response of a control file server according to an embodiment of the present application is characterized by comprising the steps of:
s10, presetting configuration information of a file server, and adding response data of an abnormal scene into a response control table; the response data includes a reply code and data content.
Before testing, the embodiment of the application firstly needs to perform initialization setting on the file server, specifically, setting the working directory, authentication information, uploading and downloading permission and client information to be controlled of the file server. The authentication information comprises an authentication account number and password, the client information to be controlled comprises ip or mac addresses of the clients, and different responses are carried out on different clients in a concurrent scene. If the working catalog, the authentication information, the uploading and downloading permission and the client information are not set, the default working catalog of the embodiment of the application is the current program running catalog, the authentication is not needed, the uploading and downloading permission is fully opened, and all clients are controlled.
Each reply code in the embodiment of the application has corresponding data content to represent different abnormal scenes, and the reply code is a standard error code, for example, a scene where a file does Not exist on a server, the reply code is 404, the data content is 404Not Found, and different abnormal scenes have different reply codes or standard error codes. The abnormal scene tested by the embodiment of the application comprises but is not limited to delayed correspondence, unresponsiveness, partial file content errors, file absence and the like, and in the use process, the corresponding abnormal scene can be added or deleted according to the actually tested abnormal scene or the existing abnormal scene, and the reply code and the data content corresponding to different abnormal scenes are added into the response control table according to different abnormal scenes, so that the abnormal scenes supported by the application are continuously enriched. The embodiment adopts the form of the response control table to summarize the reply code and the data content, and reflects each abnormal scene in the form of the list, so that not only is the reply code and the corresponding data content of each abnormal scene visually and clearly checked, but also the increase and decrease operation and the subsequent inquiry are facilitated, and the data processing efficiency is improved.
S20, responding to a data transmission request of the test client to the file server, inquiring response data corresponding to the to-be-tested abnormal scene from the response control table, and sending the response data corresponding to the to-be-tested abnormal scene to the client to simulate the abnormal scene.
In the test of this embodiment, at least one file server is selected according to the user request, that is, one or more file servers are selected, and the server is started so as to be able to receive the connection request of the client. Different servers use different network transmission protocols, such as http/tftp/ftp, so the file server is selected, i.e. the network transmission protocol used is determined.
Before responding to the data transmission request of the client to the file server, the embodiment of the application receives the data transmission request including uploading files or downloading files sent by the test client to the server and starts a network packet. Network data in the data transmission process can be acquired through network packet capturing, so that whether network file transmission of the test client side is normal or not can be analyzed under various scenes according to the packet capturing data.
After receiving a data transmission request from a test client to a file server, the embodiment of the application searches corresponding response data such as a corresponding transmission protocol, settings and the like in a response control table, then sends the queried response data to the test client, simulates the test client to receive specified reply content, and further simulates network abnormality through delayed response, non-response, partial file content errors and the like.
S30, capturing packets in a data transmission process of sending response data corresponding to an abnormal scene to be tested to a test client to obtain captured packet data;
the network transmission condition in the data transmission process can be conveniently embodied by grabbing the packet. The embodiment of the application does not limit the packet capturing process specifically, and can refer to the current mainstream packet capturing software or program packet processing.
And S40, judging whether the network transmission function is normal under the abnormal scene to be tested according to the packet capturing data.
When analysis is carried out, whether the packet capturing data are consistent with the content of the client scene or not is compared, and if so, the network transmission function is judged to be normal under the abnormal scene to be tested. Otherwise, judging that the network transmission function is abnormal in the abnormal scene to be tested.
The analysis process of the embodiment of the application can be performed manually or by an automatic analysis tool, and when the automatic analysis tool is used, enough response control can be accumulated for increasing the accuracy of analysis, and the data of various abnormal scenes and the diversity test according to the capture packet data and the content of the customer scenes can be obtained through big data analysis.
Preferably, the test method of the embodiment of the application can be applied to a windows or a linux system, can be compiled into an executable program on the windows or the linux system, and can also be used as a file server by running the program on a PC or a linux device.
Taking the following scenario of testing the absence of a file on an http server as an example:
1) The device is opened, and basic information of the server is set.
2) The standard error codes and contents which can not be found by the http protocol are: 404Not Found, which is added to the response control table.
3) Selecting an http protocol, starting a server, and opening a packet.
4) And the control client equipment initiates a transmission request to the device.
5) And (5) ending the packet grabbing, and comparing and analyzing the content of the packet grabbing and the content of the client scene to obtain a test conclusion.
In summary, the test method provided by the embodiment of the application can realize the following technical effects:
1) The data response content of the server can be actively controlled, and the abnormal scene in the network transmission process can be simulated, so that the scene of network transmission failure caused by server abnormality can be tested and verified. And the software release quality of the network transmission related functions is improved.
2) The network environment problems and the server problems encountered in the using process are converted into data responses which can be controlled by the server, and the server can be directly used for verification when similar problems are encountered later, so that the network environment problem investigation efficiency is improved.
3) The server can be applied to software automation test, and can realize the test of various network file transmission scenes by combining an automation test tool.
Based on the above test method for controlling the response of the file server, referring to fig. 3, the embodiment of the application further provides a test system for controlling the response of the file server, where the system includes a configuration module 1, a response module 2, a packet capturing module 3 and an analysis module 4, where:
the configuration module 1 is used for presetting configuration information of the file server and adding response data of an abnormal scene into a response control table; the response data comprises a reply code and data content;
the response module 2 is used for responding to a data transmission request of the test client to the file server, inquiring response data corresponding to the to-be-tested abnormal scene from the response control table, and sending the response data corresponding to the to-be-tested abnormal scene to the client so as to simulate the abnormal scene;
the packet grabbing module 3 is used for grabbing packets in a data transmission process of sending response data corresponding to an abnormal scene to be tested to the test client side to obtain packet grabbing data;
and the analysis module 4 is used for judging whether the network transmission function is normal under the abnormal scene to be tested according to the packet capturing data.
For specific limitations regarding the test system for controlling file server response, reference may be made to the above definition of the test method for controlling file server response, and the test system for controlling file server response and the test method for controlling file server response provided in the above embodiments are both based on the same inventive concept. Therefore, the steps of each specific embodiment in the test method for controlling the response of the file server may be executed by corresponding functional modules, and specific functions in the functional modules may also have corresponding method steps in the test system for controlling the response of the file server, which are not described herein. The various modules in the test system described above that control the file server response may be implemented in whole or in part in software, hardware, and combinations thereof. The above modules may be embedded in hardware or may be independent of a processor in the computer device, or may be stored in software in a memory in the computer device, so that the processor may call and execute operations corresponding to the above modules.
Fig. 4 is a schematic hardware structure of an electronic device according to an embodiment of the present application, where the device includes: one or more processors 401 and a memory 402. The processor 401 and the memory 402 may be connected by a bus or other means, which is illustrated in fig. 4.
The memory 402 is used as a non-volatile computer readable storage medium for storing non-volatile software programs, non-volatile computer executable programs, and modules, such as program instructions/modules corresponding to the ceiling design system in embodiments of the present application. The processor 401 executes various functional applications of the server and data processing by running non-volatile software programs, instructions and modules stored in the memory 802, i.e. implements the multi-threaded program data unified management system in the above-described method embodiment.
Memory 402 may include a storage program area that may store an operating system, at least one application program required for functionality, and a storage data area; the storage data area may store data created from the use of a test system that controls the response of the file server, and the like. In addition, memory 402 may include high-speed random access memory, and may also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other non-volatile solid-state storage device. In some embodiments, memory 402 may optionally include memory remotely located with respect to processor 401, which may be connected to a test system that controls file server responses through a network. Examples of such networks include, but are not limited to, the internet, intranets, local area networks, mobile communication networks, and combinations thereof.
The electronic equipment can execute the system or the method provided by the embodiment of the application, and has the corresponding functional modules and beneficial effects of executing the system or the method. Technical details not described in detail in this embodiment may be referred to the system or method provided by the embodiment of the present application.
Also, the system embodiments described above are merely illustrative, wherein the elements illustrated as separate elements may or may not be physically separate, and the elements shown as elements may or may not be physical elements, may be located in one place, or may be distributed over a plurality of network elements. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of this embodiment.
From the above description of embodiments, it will be apparent to those skilled in the art that the embodiments may be implemented by means of software plus a general purpose hardware platform, or may be implemented by hardware. Based on such understanding, the technical solution of the present application may be embodied essentially or in part or all of the technical solution or in part in the form of a software product stored in a storage medium, including instructions for causing a computer device (which may be a personal computer, a server, or a network device, etc.) to perform all or part of the steps of the method according to the embodiments of the present application. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a random access Memory (Random Access Memory, RAM), a magnetic disk, or an optical disk, or other various media capable of storing program codes.
The above examples illustrate only a few embodiments of the application, which are described in detail and are not to be construed as limiting the scope of the application. It should be noted that it will be apparent to those skilled in the art that several variations and modifications can be made without departing from the spirit of the application, which are all within the scope of the application. Accordingly, the scope of protection of the present application is to be determined by the appended claims.

Claims (6)

1. A method of controlling a file server response, comprising the steps of:
presetting configuration information of a file server, and adding response data of an abnormal scene into a response control table; the step of presetting configuration information of the file server comprises the steps of setting a working directory, authentication information, uploading and downloading permission and test client information to be controlled of the file server; the response data comprises a reply code and data content;
responding to a data transmission request of the test client to the file server, inquiring response data corresponding to an abnormal scene to be tested from the response control table, and sending the response data corresponding to the abnormal scene to be tested to the test client so as to simulate the abnormal scene;
the method comprises the steps of capturing packets in a data transmission process of sending response data corresponding to an abnormal scene to be tested to a test client to obtain captured packet data;
judging whether the network transmission function is normal under an abnormal scene to be tested according to the packet capturing data; the step of judging whether the network transmission function is normal under the abnormal scene to be tested according to the packet capturing data comprises the steps of comparing the packet capturing data with the content of the client scene, and judging that the network transmission function is normal under the abnormal scene to be tested if the packet capturing data is consistent with the content of the client scene;
before the step of responding to the data transmission request of the test client to the file server, the method further comprises the following steps:
receiving a data transmission request sent by a test client to a file server, and starting a network packet; the data transmission request includes an upload file or a download file.
2. The method of claim 1, wherein prior to the step of responding to a request for data transfer from a test client to the file server, further comprising:
and selecting at least one file server according to the user request and starting the server.
3. The method of claim 1, wherein the abnormal scenario includes delayed response, no response, partial file content error, and file absence.
4. The method of claim 1, wherein the method is applied to windows or linux systems.
5. A test system for controlling file server responses, said test system comprising:
the configuration module is used for presetting configuration information of the file server and adding response data of the abnormal scene into the response control table; the configuration information of the file server is preset, and the configuration information comprises a working directory, authentication information, uploading and downloading permission and test client information to be controlled of the file server; the response data comprises a reply code and data content;
the response module is used for responding to a data transmission request of the test client to the file server, inquiring response data corresponding to the to-be-tested abnormal scene from the response control table, and sending the response data corresponding to the to-be-tested abnormal scene to the test client so as to simulate the abnormal scene;
the packet grabbing module is used for grabbing packets in the data transmission process of sending response data corresponding to an abnormal scene to be tested to the test client to obtain packet grabbing data;
the analysis module is used for judging whether the network transmission function is normal or not under an abnormal scene to be tested according to the packet capturing data; judging whether the network transmission function is normal under the abnormal scene to be tested according to the packet capturing data, wherein the judging comprises comparing the packet capturing data with the content of the client scene, and judging that the network transmission function is normal under the abnormal scene to be tested if the packet capturing data is consistent with the content of the client scene;
before responding to the data transmission request of the test client to the file server, the method further comprises the following steps: receiving a data transmission request sent by a test client to a file server, and starting a network packet; the data transmission request includes an upload file or a download file.
6. An electronic device comprising at least one processor;
and a memory communicatively coupled to the at least one processor;
wherein the memory stores a program of instructions executable by the at least one processor to enable the at least one processor to perform the method of any one of claims 1 to 4.
CN202110007448.6A 2021-01-05 2021-01-05 Test method and system for controlling response of file server and electronic equipment Active CN112751716B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110007448.6A CN112751716B (en) 2021-01-05 2021-01-05 Test method and system for controlling response of file server and electronic equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110007448.6A CN112751716B (en) 2021-01-05 2021-01-05 Test method and system for controlling response of file server and electronic equipment

Publications (2)

Publication Number Publication Date
CN112751716A CN112751716A (en) 2021-05-04
CN112751716B true CN112751716B (en) 2023-10-17

Family

ID=75649850

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110007448.6A Active CN112751716B (en) 2021-01-05 2021-01-05 Test method and system for controlling response of file server and electronic equipment

Country Status (1)

Country Link
CN (1) CN112751716B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113300912B (en) * 2021-05-21 2022-07-26 湖南快乐阳光互动娱乐传媒有限公司 Equipment testing method and device and electronic equipment

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102833125A (en) * 2011-06-17 2012-12-19 腾讯科技(深圳)有限公司 Test server, test system adopting test server, and test method
CN109818777A (en) * 2018-12-18 2019-05-28 深圳市潮流网络技术有限公司 A kind of method of calibration of software error code
CN110806970A (en) * 2019-09-18 2020-02-18 北京你财富计算机科技有限公司 Client test method and device based on simulation server response and electronic equipment
CN111026645A (en) * 2019-11-20 2020-04-17 航天信息股份有限公司 User interface automatic testing method and device, storage medium and electronic equipment

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102833125A (en) * 2011-06-17 2012-12-19 腾讯科技(深圳)有限公司 Test server, test system adopting test server, and test method
CN109818777A (en) * 2018-12-18 2019-05-28 深圳市潮流网络技术有限公司 A kind of method of calibration of software error code
CN110806970A (en) * 2019-09-18 2020-02-18 北京你财富计算机科技有限公司 Client test method and device based on simulation server response and electronic equipment
CN111026645A (en) * 2019-11-20 2020-04-17 航天信息股份有限公司 User interface automatic testing method and device, storage medium and electronic equipment

Also Published As

Publication number Publication date
CN112751716A (en) 2021-05-04

Similar Documents

Publication Publication Date Title
US11922177B2 (en) Securely and reliably transferring startup script
US8997092B2 (en) Method, system, and computer readable medium for provisioning and remote distribution
US9342381B2 (en) Method and system for establishing a DLP-compliant environment
US9875353B2 (en) Log information generation apparatus and recording medium, and log information extraction apparatus and recording medium
JP5342696B2 (en) Download plug-ins in instant messaging client
JP6605628B2 (en) System and method for centralized configuration and authentication
US8332490B2 (en) Method, apparatus and program product for provisioning a computer system
US20060155838A1 (en) Program installation system and method using the same
Awasthi et al. Welcome pwn: Almond smart home hub forensics
CN109714367B (en) Equipment access system and method based on Internet
US10348606B2 (en) Method and system for providing a platform for testing of processes over server communications protocols
CN112751716B (en) Test method and system for controlling response of file server and electronic equipment
US10785235B2 (en) System and method for gathering botnet cyber intelligence
CN114465741A (en) Anomaly detection method and device, computer equipment and storage medium
US20060242401A1 (en) Recognition of devices connected to a console server
CN107659621B (en) RAID control card configuration method and device
US7350065B2 (en) Method, apparatus and program storage device for providing a remote power reset at a remote server through a network connection
JP7074187B2 (en) Monitoring equipment, monitoring methods and programs
US20120215836A1 (en) Information processing apparatus, control method thereof, and computer program
JP4208494B2 (en) Load test system for network server
US20140012979A1 (en) Method of monitoring remote access process and controlled apparatus
JP2012503819A (en) Method and / or apparatus for authenticating an out-of-band management application in an external storage array
US11516079B1 (en) Network initialization communication storage system
US11456918B2 (en) Client driven network configuration
CN115460102A (en) Packet grabbing system, packet grabbing method and packet grabbing device

Legal Events

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