CN112751716A - 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
CN112751716A
CN112751716A CN202110007448.6A CN202110007448A CN112751716A CN 112751716 A CN112751716 A CN 112751716A CN 202110007448 A CN202110007448 A CN 202110007448A CN 112751716 A CN112751716 A CN 112751716A
Authority
CN
China
Prior art keywords
response
data
file server
client
abnormal scene
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
CN202110007448.6A
Other languages
Chinese (zh)
Other versions
CN112751716B (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

Images

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)
  • Debugging And Monitoring (AREA)
  • Computer And Data Communications (AREA)

Abstract

The invention provides a test method, a test system and electronic equipment for controlling response of a file server, wherein the 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 a 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 to simulate the abnormal scene; capturing packets of response data corresponding to an abnormal scene to be tested in a data transmission process of sending the response data to a test client side to obtain packet capturing data; and judging whether the network transmission function is normal under the abnormal scene to be tested according to the packet capturing data. Compared with the prior art, the method and the system can realize the control of the server on the content of the response data aiming at the client, greatly improve the troubleshooting efficiency of the network data transmission problem and improve the quality of the application software release.

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 test method, a test system, and an electronic device for controlling response of a file server.
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 these files. File servers allow users to share information over a network without physically moving files through a hard disk or some other external storage device. Any computer can be set as a host and operate as a file server. In its simplest form, the file server may be a common personal computer that handles file requests and sends them over a network. In more complex networks, the file server may also be a dedicated Network Attached Storage (NAS) device that also operates as a remote hard drive for other computers and allows people in the network to store files in the server as if they were in their own hard drive. The file server has all functions of time-sharing system file management, and provides a Local Area Network (LAN) server for concurrent control and security measures of accessing files and directories by network users. Therefore, the file server has a perfect file management function, can implement uniform file management on the whole network, and each workstation user can not participate in the file management work. The file server can provide complete data, file and directory services for network users.
However, when a file server based on network protocols such as http/tftp/ftp is used for file transmission at present, data transmission failure may be caused by network abnormality reasons such as network cable pulling and server downtime, such problems are often probabilistic abnormality problems, and a traditional server cannot control data responded by the server, so that it is difficult to locate a specific abnormality reason for network transmission from an application software level.
Thus, the prior art is subject to further improvement and advancement.
Disclosure of Invention
Therefore, in order to solve the above technical problems, it is necessary to provide a test method, a test system and an electronic device for controlling response of a file server, so as to control content of response data of a server for a client and improve efficiency of troubleshooting network data transmission problems.
A first aspect of an embodiment of the present invention provides a test method for controlling response of a file server, including:
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 a 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 to simulate the abnormal scene;
capturing packets of response data corresponding to an abnormal scene to be tested in a data transmission process of sending the response data to a test client side to obtain packet capturing data;
and judging whether the network transmission function is normal under the abnormal scene to be tested according to the packet capturing data.
Further, the step of presetting the configuration information of the file server further includes:
and setting a working directory, authentication information, uploading and downloading authority of the file server 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 capturing; the data transmission request comprises an uploading file or a downloading file.
Further, the step of determining 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 is consistent with the content of the client scene, and if so, judging that the network transmission function normally appears under the abnormal scene to be tested.
Further, the abnormal scene comprises delayed response, no response, partial file content error and file absence.
Further, the test method is applied to windows or linux systems.
A second aspect of the embodiments of the present invention provides a test system for controlling 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 an 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 a test client to the file server, inquiring response data corresponding to the 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 packet capturing module is used for capturing packets in the data transmission process of sending the response data corresponding to the abnormal scene to be tested to the client of the test client to obtain packet capturing 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 embodiments of the present invention 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 embodiments of the present invention provides a computer program product used in a test system for controlling response of a file server, where the computer program product is applied to a PC or a linux device, and the computer program product includes the above functional modules.
The test method, the test system and the electronic equipment for controlling the response of the file server, provided by the invention, have the advantages that the configuration information of the file server is preset, and the response data of an abnormal scene is added into a response control table; responding to a data transmission request of a 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 to simulate the abnormal scene; capturing packets of response data corresponding to an abnormal scene to be tested in a data transmission process of sending the response data to a test client side to obtain packet capturing data; and judging whether the network transmission function is normal under the abnormal scene to be tested according to the packet capturing data. Compared with the prior art, the method and the system can realize the control of the server on the response data content aiming at the client, not only can be used as a file server to transmit files, but also can simulate various abnormal file transmission scenes, test whether the performance of the network transmission function of the application software in various scenes meets the expectation, greatly improve the troubleshooting efficiency of the network data transmission problem and improve the quality of the application software release.
Drawings
Fig. 1 is a schematic application scenario diagram of a test method for controlling a response of a file server according to an embodiment of the present invention;
FIG. 2 is a flowchart illustrating a testing method for controlling response of a file server according to an embodiment of the present invention;
FIG. 3 is a block diagram of a multi-control file server response test system according to an embodiment of the present invention;
fig. 4 is a schematic structural diagram of an electronic device according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present application more apparent, the present application is described in further detail below with reference to the accompanying drawings and embodiments. It should be understood that the specific embodiments described herein are merely illustrative of the present application and are not intended to limit the present application.
The test method for controlling the response of the file server provided by the invention can be applied to the client or the server shown in figure 1. The terminal can be, but is not limited to, various personal computers, notebook computers, smart phones, tablet computers and portable wearable devices, and the server can be implemented by an independent server or a server cluster formed by a plurality of servers. The server can control the content of the response data aiming at the client, simulate various abnormal file transmission scenes, and test whether the performance of the network transmission function of the client is in accordance with expectations under various scenes, so that the troubleshooting efficiency of the network data transmission problem is improved, and the quality of the application software release is improved.
Referring to fig. 2, the test method for controlling response of a file server according to an embodiment of the present invention is characterized by including 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 present invention first needs to perform initialization setting on the file server, specifically, setting a working directory, authentication information, upload and download permissions, and client information to be controlled of the file server. The authentication information comprises an authentication account password, the client information to be controlled comprises an ip or mac address of the client, and different responses are carried out on different clients in a concurrent scene. If the working directory, the authentication information, the uploading and downloading authority and the client information are not set, the embodiment of the invention defaults that the working directory is the current program running directory, does not need authentication, has fully opened uploading and downloading authority and controls all clients.
Each reply code of the embodiment of the present invention has corresponding data content to represent different abnormal scenes, and the reply code is also a standard error code, for example, a scene where a file on a server does Not exist, 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 scenes tested by the embodiment of the invention include but are not limited to delay corresponding, no response, error content of partial files, absence of files and the like, in the using process, the corresponding abnormal scenes can be added or deleted according to the actually tested abnormal scenes or the existing abnormal scenes, and for different abnormal scenes, the invention adds the corresponding reply codes and data content into the response control table, thereby continuously enriching the abnormal scenes supported by the invention. According to the embodiment, the reply codes and the data contents are summarized in the form of the response control table, and the abnormal scenes are embodied in the form of the list, so that the reply codes and the corresponding data contents of the abnormal scenes are visually observed conveniently and clearly, the increase and decrease operation and the follow-up query are facilitated, and the data processing efficiency is improved.
S20, responding to the data transmission request of the test client to the file server, inquiring the response data corresponding to the 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 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 receive the connection request of the client. Different servers adopt different network transmission protocols, such as http/tftp/ftp and other network protocols, so that the file server is selected, namely the network transmission protocol adopted by the file server is determined.
Before responding to the step of the data transmission request of the client to the file server, the embodiment of the invention receives the data transmission request which is sent to the server by the test client and comprises the uploading file or the downloading file, and opens the network packet capturing. By network packet capturing, network data in the data transmission process can be acquired, so that whether network file transmission of the client side is normal or not is tested under various scenes according to the packet capturing data analysis.
After receiving a data transmission request of a test client to a file server, the embodiment of the invention searches corresponding response data such as a corresponding transmission protocol, settings and the like in a response control table, then sends the inquired response data to the test client, simulates that the test client receives specified reply content, and further simulates network abnormity through delayed response, no response, partial file content errors and the like.
S30, sending the response data corresponding to the abnormal scene to be tested to the data transmission process of the test client side to capture the packet, and obtaining the packet capturing data;
the network transmission condition in the data transmission process can be conveniently reflected through packet capturing. The embodiment of the invention does not specifically limit the packet capturing process, and can refer to the current mainstream packet capturing software or program packet processing.
And S40, judging whether the network transmission function is normal in the abnormal scene to be tested according to the packet capturing data.
When analyzing, the embodiment of the invention compares whether the packet capturing data is consistent with the content of the client scene, and if so, judges that the network transmission function normally appears under the abnormal scene to be tested. Otherwise, the network transmission function is judged to be abnormal under the abnormal scene to be tested.
The analysis process of the embodiment of the invention can be carried out manually or by adopting an automatic analysis tool, and when the automatic analysis tool is adopted, enough response control can be accumulated in order to increase the analysis accuracy, and data of various abnormal scenes can be obtained through big data analysis and diversity test according to the packet capturing data and the content of the client scene.
Preferably, the test method of the embodiment of the present invention may be applied to a windows or linux system, and may be compiled into an executable program on the windows or linux system, and may also be executed on a PC or linux device as a file server.
The following takes a scenario in which a file on the http server does not exist as an example:
1) the device is turned on, and basic server information is set.
2) The standard error codes and contents which cannot be found by the query http protocol are as follows: 404Not Found, which is added to the response control table.
3) And (4) selecting an http protocol, starting a server and opening a packet capture.
4) And controlling the client equipment to initiate a transmission request to the device.
5) And finishing the packet capturing, and comparing and analyzing the packet capturing content and the client scene content at the time to obtain a test conclusion.
In summary, the testing method provided by the embodiment of the invention can achieve the following technical effects:
1) the data response content of the server can be actively controlled, and abnormal scenes in the network transmission process can be simulated, so that the scenes 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) By converting the network environment problems and the server problems encountered in the using process into the controllable data response of the server, the server can be directly used for verification when similar problems are encountered subsequently, and the troubleshooting efficiency of the network environment problems 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 with an automation test tool.
Based on the above test method for controlling the response of the file server, referring to fig. 3, an embodiment of the present invention 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 capture module 3, and an analysis module 4, where:
the configuration module 1 is used for 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;
the response module 2 is used for responding to a data transmission request of a 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 packet capturing module 3 is used for capturing packets in the data transmission process of sending the response data corresponding to the abnormal scene to be tested to the client of the test client, so as to obtain packet capturing 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 of the test system for controlling the response of the file server, reference may be made to the above limitations of the test method for controlling the response of the file server, and the test system for controlling the response of the file server and the test method for controlling the response of the file server provided in the above embodiments are 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 the corresponding functional module, and the specific function in the functional module may also have the corresponding method steps in the test system for controlling the response of the file server, which is not described herein again. The modules in the test system for controlling the response of the file server can be wholly or partially implemented by software, hardware and a combination thereof. The modules can be embedded in a hardware form or independent from a processor in the computer device, and can also be stored in a memory in the computer device in a software form, so that the processor can call and execute operations corresponding to the modules.
Fig. 4 is a schematic diagram of a hardware structure of an electronic device according to an embodiment of the present invention, where the electronic device includes: one or more processors 401 and memory 402. The processor 401 and the memory 402 may be connected by a bus or other means, and fig. 4 illustrates an example of connection by a bus.
The memory 402, which is a non-volatile computer-readable storage medium, may be used to store 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 invention. The processor 401 executes various functional applications and data processing of the server by running the nonvolatile software programs, instructions and modules stored in the memory 802, that is, implements the multithreading program data unified management system in the above method embodiments.
The memory 402 may include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application program required for at least one function; the storage data area may store data created from use of the test system that controls the file server response, and the like. Further, the 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 located remotely from processor 401, which may be connected over a network to a test system that controls file server responses. Examples of such networks include, but are not limited to, the internet, intranets, local area networks, mobile communication networks, and combinations thereof.
The electronic device can execute the system or the method provided by the embodiment of the invention, and has corresponding functional modules and beneficial effects for executing the system or the method. For technical details that are not described in detail in this embodiment, reference may be made to a system or a method provided by an embodiment of the present invention.
Moreover, the above-described system embodiments are only illustrative, wherein the units described as separate parts may or may not be physically separate, and the parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of the present embodiment.
Through the above description of the embodiments, those skilled in the art will clearly understand that each embodiment can be implemented by software plus a general hardware platform, and certainly can also be implemented by hardware. Based on such understanding, the technical solution of the present invention may be embodied in the form of a software product, which is stored in a storage medium and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the method according to the embodiments of the present invention. And the aforementioned storage medium includes: various media capable of storing program codes, such as a usb disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk, or an optical disk.
The above-mentioned embodiments only express several embodiments of the present invention, and the description thereof is more specific and detailed, but not construed as limiting the scope of the invention. It should be noted that, for a person skilled in the art, several variations and modifications can be made without departing from the inventive concept, which falls within the scope of the present invention. Therefore, the protection scope of the present patent shall be subject to the appended claims.

Claims (10)

1. A test method for controlling response of a file server is characterized by comprising the following steps:
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 a 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 to simulate the abnormal scene;
capturing packets of response data corresponding to an abnormal scene to be tested in a data transmission process of sending the response data to a test client side to obtain packet capturing data;
and judging whether the network transmission function is normal under the abnormal scene to be tested according to the packet capturing data.
2. The method for testing the response of the file server according to claim 1, wherein the step of presetting the configuration information of the file server further comprises:
and setting a working directory, authentication information, uploading and downloading authority of the file server and client information to be controlled.
3. The method for testing control of file server response of claim 1, wherein said step of responding to a client's data transfer request to said file server is preceded by the steps of:
and selecting at least one file server according to the user request and starting the server.
4. The method for testing control of file server response of claim 1, wherein said step of responding to a client's data transfer request to said file server is preceded by the steps of:
receiving a data transmission request sent by a test client to a server, and starting a network packet capturing; the data transmission request comprises an uploading file or a downloading file.
5. The method for testing the response of the file server according to claim 1, wherein the step of determining whether the network transmission function is normal in the abnormal scene to be tested according to the packet capturing data comprises:
and comparing the packet capturing data with the client scene content, and if the packet capturing data is consistent with the client scene content, judging that the network transmission function is normally expressed under the abnormal scene to be tested.
6. A test method for controlling file server response according to claim 1, wherein the exception scenario includes delayed response, no response, partial file content error, and file absence.
7. The test method for controlling response of a file server according to claim 1, wherein the test method is applied to windows or linux systems.
8. A test system for controlling file server responses, the test system comprising:
the configuration module is used for presetting configuration information of the file server and adding response data of an 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 a test client to the file server, inquiring response data corresponding to the 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 packet capturing module is used for capturing packets in the data transmission process of sending the response data corresponding to the abnormal scene to be tested to the client of the test client to obtain packet capturing 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.
9. 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 7.
10. A computer program product for use in a test system for controlling file server responses, the computer program product being for use in a PC or linux device, the computer program product comprising the functional modules of claim 8.
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 true CN112751716A (en) 2021-05-04
CN112751716B 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)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113300912A (en) * 2021-05-21 2021-08-24 湖南快乐阳光互动娱乐传媒有限公司 Equipment testing method and device and electronic equipment
CN113891381A (en) * 2021-10-08 2022-01-04 安徽江淮汽车集团股份有限公司 Test method for simulating data transmission between vehicle-mounted terminal and platform
CN114205274A (en) * 2021-11-02 2022-03-18 北京百度网讯科技有限公司 Network equipment testing method and device
CN116232940A (en) * 2022-12-30 2023-06-06 天翼云科技有限公司 Performance test system, method and device based on QUIC protocol

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

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113300912A (en) * 2021-05-21 2021-08-24 湖南快乐阳光互动娱乐传媒有限公司 Equipment testing method and device and electronic equipment
CN113891381A (en) * 2021-10-08 2022-01-04 安徽江淮汽车集团股份有限公司 Test method for simulating data transmission between vehicle-mounted terminal and platform
CN114205274A (en) * 2021-11-02 2022-03-18 北京百度网讯科技有限公司 Network equipment testing method and device
CN114205274B (en) * 2021-11-02 2024-06-11 北京百度网讯科技有限公司 Network equipment testing method and device
CN116232940A (en) * 2022-12-30 2023-06-06 天翼云科技有限公司 Performance test system, method and device based on QUIC protocol

Also Published As

Publication number Publication date
CN112751716B (en) 2023-10-17

Similar Documents

Publication Publication Date Title
CN112751716A (en) Test method and system for controlling response of file server and electronic equipment
US11922177B2 (en) Securely and reliably transferring startup script
US11075821B2 (en) Method and apparatus for managing field device based on cloud server
US9369357B2 (en) Method, system, and computer readable medium for remote device management
US11716390B2 (en) Systems and methods for remote management of appliances
CN112383502B (en) Method and system for uniformly monitoring physical machine and virtual machine and electronic device
CN105704166B (en) Robot system, realization method thereof, client, server and game system
CN109714367B (en) Equipment access system and method based on Internet
US20170329739A1 (en) Methods and systems for loading a boot agent on a router network device
CN107294910B (en) Login method and server
US10785235B2 (en) System and method for gathering botnet cyber intelligence
CN115643112A (en) Method and device for testing safety protection capability
CN107528875B (en) File downloading method and device
CN109451047B (en) Data transmission method, device, equipment and storage medium of monitoring alarm system
CN113542282A (en) Cross-computing center file transmission method, device, equipment and storage medium
JP7074187B2 (en) Monitoring equipment, monitoring methods and programs
CN116527539B (en) Data consistency verification method and device and computer equipment
CN117478570B (en) Equipment testing method and device based on containerization technology and storage medium
US12021930B2 (en) Systems and methods for remote management of appliances
CN112835592A (en) Equipment reinstallation method and system, console, server and electronic equipment
CN116594645A (en) Automatic test tool mounting method and device, readable storage medium and electronic equipment
CN117742884A (en) Simulation client construction method and storage medium
CN117194481A (en) Data acquisition method, device, electronic equipment and storage medium
US20170257434A1 (en) Electronic apparatus and method for expanding storage capacity of electronic apparatus

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