CN108650149B - Server testing method, device, equipment and computer readable storage medium - Google Patents

Server testing method, device, equipment and computer readable storage medium Download PDF

Info

Publication number
CN108650149B
CN108650149B CN201810370939.5A CN201810370939A CN108650149B CN 108650149 B CN108650149 B CN 108650149B CN 201810370939 A CN201810370939 A CN 201810370939A CN 108650149 B CN108650149 B CN 108650149B
Authority
CN
China
Prior art keywords
server
request message
message
result
login
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
CN201810370939.5A
Other languages
Chinese (zh)
Other versions
CN108650149A (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.)
Ping An Technology Shenzhen Co Ltd
Original Assignee
Ping An Technology Shenzhen 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 Ping An Technology Shenzhen Co Ltd filed Critical Ping An Technology Shenzhen Co Ltd
Priority to CN201810370939.5A priority Critical patent/CN108650149B/en
Priority to PCT/CN2018/093754 priority patent/WO2019205280A1/en
Publication of CN108650149A publication Critical patent/CN108650149A/en
Application granted granted Critical
Publication of CN108650149B publication Critical patent/CN108650149B/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
    • H04L43/00Arrangements for monitoring or testing data switching networks
    • H04L43/50Testing arrangements
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L43/00Arrangements for monitoring or testing data switching networks
    • H04L43/08Monitoring or testing based on specific metrics, e.g. QoS, energy consumption or environmental parameters
    • H04L43/0805Monitoring or testing based on specific metrics, e.g. QoS, energy consumption or environmental parameters by checking availability
    • H04L43/0811Monitoring or testing based on specific metrics, e.g. QoS, energy consumption or environmental parameters by checking availability by checking connectivity
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L43/00Arrangements for monitoring or testing data switching networks
    • H04L43/10Active monitoring, e.g. heartbeat, ping or trace-route
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L43/00Arrangements for monitoring or testing data switching networks
    • H04L43/14Arrangements for monitoring or testing data switching networks using software, i.e. software packages
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/08Network architectures or network communication protocols for network security for authentication of entities
    • H04L63/0815Network architectures or network communication protocols for network security for authentication of entities providing single-sign-on or federations
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/14Session management
    • H04L67/141Setup of application sessions
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/14Session management
    • H04L67/143Termination or inactivation of sessions, e.g. event-controlled end of session
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/56Provisioning of proxy services
    • H04L67/565Conversion or adaptation of application format or content

Abstract

The invention discloses a method, a device and equipment for testing a server and a computer readable storage medium, wherein the method comprises the following steps: when the login information is obtained through the JMeter to execute login operation, and after the login operation is successfully executed, a corresponding login character string is obtained, the login character string is converted into a first request message to be sent to the server, so that the server receives and verifies the first request message to obtain a verification result, and the verification result is returned; when a verification result is received and the connection with the server is successfully established according to the verification result, acquiring a message to be sent through a JMeter; converting the message to be sent into a second request message and sending the second request message to the server, so that the server sends the second request message to the receiving end after receiving the second request message and returns a sending result; and after receiving the sending result, determining the testing result of the server according to the sending result. The invention improves the development efficiency and reduces the development cost.

Description

Server testing method, device, equipment and computer readable storage medium
Technical Field
The present invention relates to the field of communications technologies, and in particular, to a method, an apparatus, a device, and a computer-readable storage medium for testing a server.
Background
In the current terminal development process, a server at the back end is developed first, and then the front end is developed. The front-end and back-end are tested together only after they have been successfully developed. Since the front-end development needs to be based on the back-end, when a problem occurs in the back-end, the front-end and the back-end need to be re-developed, which results in high development cost and low development efficiency.
Disclosure of Invention
The invention mainly aims to provide a method, a device, equipment and a computer readable storage medium for testing a server, and aims to solve the technical problems that the development of the existing front end needs to be based on a back end, so that the development cost is high and the development efficiency is low.
In order to achieve the above object, the present invention provides a method for testing a server, including:
after login information is obtained through a JMeter, login operation is executed according to the login information, a corresponding login character string is obtained after the login operation is successfully executed, and the login character string is converted into a first request message;
sending the first request message to a server, so that the server checks the first request message after receiving the first request message, obtains a check result, and returns the check result;
when the verification result is received and the connection with the server is successfully established according to the verification result, obtaining a message to be sent through the JMeter;
converting the message to be sent into a second request message and sending the second request message to the server, so that the server sends the second request message to a receiving end after receiving the second request message, and returns a sending result;
and after receiving the sending result, determining the test result of the server according to the sending result.
Preferably, after the step of determining the test result of the server according to the sending result after receiving the sending result, the method further includes:
and when a disconnection instruction for disconnecting the server is detected, disconnecting the server according to the disconnection instruction.
Preferably, after the step of obtaining the message to be sent through the JMeter after receiving the verification result and determining that the connection with the server is successfully established according to the verification result, the method further includes:
and triggering a monitoring instruction, and monitoring the connection state between the server and the server according to the monitoring instruction.
Preferably, the step of converting the login string into the first request message includes:
performing bit operation according to the length of the login character string to recombine the login character string to obtain a recombined login character string;
performing modular operation on the recombined login character string and the preset prime number to obtain a data message corresponding to the login character string;
and converting the data message into a first request message through a preset protocol.
Preferably, the step of sending the first request packet to a server, so that the server checks the first request packet after receiving the first request packet, obtains a check result, and returns the check result includes:
sending the first request message to a server through a preset communication technology framework, so that the server determines a user corresponding to the first request message after receiving the first request message, verifies whether the user corresponding to the first request message is in an effective state and whether the user corresponding to the first request message is in a login state, obtains a verification result, and returns the verification result;
if the user is in an effective state and in a login state, the server obtains a verification result that the first request message passes the verification;
and if the user is in an invalid state and/or a non-login state, the server obtains a verification result that the first request message fails to be verified.
Preferably, the step of converting the message to be sent into a second request message and sending the second request message to the server, so that the server sends the second request message to a receiving end after receiving the second request message, and returning a sending result includes:
converting the message to be sent into a corresponding message object, and converting the message object into a second request message according to a preset protocol;
and sending the second request message to the server, so that the server sends the message to be sent corresponding to the second request message to a receiving end after receiving the second request message, and returns a sending result.
Preferably, after receiving the sending result, the step of determining the test result of the server according to the sending result includes:
after receiving the sending result, detecting a character string composition mode carried in the sending result;
if the character string of the sending result consists of a timestamp and the message identifier of the message to be sent, determining that the server passes the test, wherein the timestamp is a timestamp corresponding to the analysis time for the server to analyze the second request message;
and if the character string of the sending result is not composed of the timestamp and the message identifier of the message to be sent, determining that the server fails the test.
In order to achieve the above object, the present invention also provides a test apparatus for a server, including:
the acquisition module is used for executing login operation according to the login information after the login information is acquired through the JMeter, and acquiring a corresponding login character string after the login operation is successfully executed;
the conversion module is used for converting the login character string into a first request message;
the sending module is used for sending the first request message to a server so that the server checks the first request message after receiving the first request message, obtains a check result and returns the check result;
the acquisition module is further used for acquiring a message to be sent through the JMeter after the verification result is received and the connection with the server is successfully established according to the verification result;
the conversion module is further configured to convert the message to be sent into a second request message and send the second request message to the server, so that the server sends the second request message to a receiving end after receiving the second request message, and returns a sending result;
and the determining module is used for determining the test result of the server according to the sending result after receiving the sending result.
In addition, in order to achieve the above object, the present invention further provides a testing device of a server, the testing device of the server includes a memory, a microprocessor, and a testing program of the server stored on the memory and operable on the processor, and the testing program of the server, when executed by the microprocessor, implements the steps of the testing method of the server as described above.
In addition, to achieve the above object, the present invention also provides a computer readable storage medium having stored thereon a test program of a server, which when executed by a processor, implements the steps of the test method of the server as described above.
After the login information is acquired through the JMeter, login operation is executed according to the login information, a corresponding login character string is acquired after the login operation is successfully executed, and the login character string is converted into a first request message; sending the first request message to a server, so that the server checks the first request message after receiving the first request message, obtains a check result and returns the check result; when a verification result is received and the connection with the server is successfully established according to the verification result, acquiring a message to be sent through a JMeter; converting the message to be sent into a second request message and sending the second request message to the server, so that the server sends the second request message to the receiving end after receiving the second request message and returns a sending result; and after receiving the sending result, determining the testing result of the server according to the sending result. The method and the device realize that when the back end is developed, the JMeter simulation terminal equipment sends the message to the back end to test the back end, so that the back end can be tested only after the front end is developed, the development efficiency is improved, and the development cost is reduced.
Drawings
FIG. 1 is a flowchart illustrating a first embodiment of a method for testing a server according to the present invention;
FIG. 2 is a flowchart illustrating a second embodiment of a method for testing a server according to the present invention;
FIG. 3 is a functional block diagram of a testing apparatus of a server according to a preferred embodiment of the present invention;
fig. 4 is a schematic structural diagram of a hardware operating environment according to an embodiment of the present invention.
The implementation, functional features and advantages of the objects of the present invention will be further explained with reference to the accompanying drawings.
Detailed Description
It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
The invention provides a method for testing a server, and referring to fig. 1, fig. 1 is a schematic flow chart of a first embodiment of the method for testing the server according to the invention.
While a logical order is shown in the flow chart, in some cases, the steps shown or described may be performed in an order different than that shown or described herein.
The following embodiments describe the present application with the test apparatus as an execution subject for convenience of description, and in the test apparatus of the server, JMeter, which is a Java-based stress test tool developed by Apache organization, is installed. The test method of the server comprises the following steps:
step S10, after obtaining the login information through JMeter, executing login operation according to the login information, and after successfully executing the login operation, obtaining the corresponding login character string, and converting the login character string into a first request message.
And after the test equipment acquires the login information through the JMeter, the test equipment executes login operation according to the login information and acquires a login character string after the login operation is successfully executed. And after the test equipment acquires the login character string, converting the login character string into a first request message. The login information comprises a user name and a login password of a login user, the login character string is a unique session ID after the user successfully logs in, different users have different login information, and the different login information corresponds to different login character strings. The correspondence between the login information and the login string is set in advance. The User can enter his username and login password in the message delivery panel of JMeter's GUI (Graphical User Interface).
Further, after the test equipment acquires the login information, whether the click operation of clicking the JMeter GUI page execution button is detected or not is detected. When the test equipment detects the click operation, the monitoring thread is initialized so as to restore the monitoring thread to the initial state. And after the test equipment restores the monitoring thread to the initial state, the test equipment starts the monitoring thread and executes login operation after the monitoring thread is started. And after the login operation is executed, the test equipment calls a corresponding login interface according to the login information, acquires the login character string through the login interface and stores the acquired login character string into the global system parameters. The global system parameters include, but are not limited to, environment type, key, communication version number, device type, IP address of server, port number, and login string. The environment types include a local environment and a test environment, the local environment is a development environment, and the test environment is a test environment set by a developer. During the process of testing the server, a tester can select the corresponding environment type according to the requirement, or preset the corresponding environment type, and during the process of testing the server, the server is tested directly according to the preset environment type. The device type is a type of test device, and the device types include Android (Android) and iOS.
The monitoring process of the monitoring thread comprises the following steps: calling a realization class Pack Monitor Handler of the Channel Handler interface to create a listening thread, wherein the class has two methods, namely up Stream and down Stream. The up Stream is used for monitoring the sending message, when a write method of a Socket Channel class of NIO (Non-blocking I/O) is called, Data of a Byte buffer parameter in the write method is captured and put into a context object, and the up Stream method takes out the Data from the context object and outputs the Data to a reset Data (return value). In the NIO, when the Selection Key is in an is Readable state, reading the received Data into a Byte Buffer according to a read method of the Socket Channel, putting the Byte Buffer into a context object, and taking out the Data from the context object by a Down Stream method and outputting the Data to the reset Data.
NIO (also known as New I/O in the Java field) is a synchronous non-blocking I/O model and is also the basis for I/O multiplexing. The Channel Handler is responsible for intercepting and processing I/O (Input/Output) events or I/O operations, and can selectively intercept and process events of interest per se and also transparently transmit and terminate the transmission of the events. The Byte Buffer class is a Buffer class that is often used in Java NIO and with which efficient I/O operations can be performed.
Furthermore, when the test equipment acquires the login information, the monitoring thread can be directly initialized without detecting whether the click operation of clicking the JMeter GUI interface execution button is detected.
Further, in order to improve the security of the test server and the accuracy of the test result, an expiration date may be set for the login string. And after the test equipment acquires the login character string, detecting whether the login character string is in the validity period. If the login character string is within the validity period, the test equipment determines that the login operation is successfully executed; and if the login character string is not within the validity period, the test equipment determines that the login operation is invalid. The effective period can be set according to specific needs, such as 10 minutes, 15 minutes, or 25 minutes.
Further, the step of converting the login string into the first request message includes:
and a, carrying out bit operation according to the length of the login character string to recombine the login character string to obtain the recombined login character string.
Further, the process of converting the login string into the first request message by the test device may be: and acquiring the length of the login character string, and performing bit operation in a for loop according to the length of the login character string to recombine the login character string to obtain a recombined login character string.
And b, performing modular operation on the recombined login character string and the preset prime number to obtain a data message corresponding to the login character string.
And after the testing equipment obtains the recombined login character string, performing modular operation on the recombined login character string and a preset prime number to obtain a data message corresponding to the login character string. In this embodiment, the predetermined prime number is 31. Prime number 31 is a length specified in Java. It will be appreciated that the preset prime number may be modified to other prime numbers in the Java code as desired.
And c, converting the data message into a first request message through a preset protocol.
And after the test equipment obtains the data message corresponding to the login character string, converting the data message into a first request message through a preset protocol. The preset protocol may be Google protobuf protocol or Apache thread protocol.
Step S20, sending the first request packet to a server, so that the server checks the first request packet after receiving the first request packet, obtains a check result, and returns the check result.
After the test equipment obtains the first request message, loading global system parameters to obtain an IP (Internet Protocol, Protocol for interconnection between networks) address and a port number of the server from the global system parameters, and sending the first request message to the server through the IP address and the port number. Specifically, the test equipment can load global system parameters through a Java reflection technology and acquire the IP address and the port number of the server. And after receiving the first request message, the server analyzes the request message to obtain an analysis result, and verifies the first request message according to the analysis result to obtain a verification result. And after the server obtains the verification result, sending the verification result to the testing equipment. In this embodiment, the server may be an XMPP (Extensible Messaging and Presence Protocol) server. It should be noted that, in the global system parameter, the IP address and the port number of the server to be tested are set in advance.
Further, the user can also enter the server's IP address and port number in the JMeter's GUI page. After the testing equipment acquires the IP address and the port number of the server, the server detects whether the click operation of clicking an execution button in the JMeter GUI page is detected. If the click operation is detected, the test equipment performs encapsulation operation and instantiation operation through a custom delay loading class, starts an internal automatic thread, reads a class under a corresponding data packet through the thread, loads and activates an internal Application Programming Interface (API) through a Java reflection technology to realize monitoring logic in the process of sending the first request message, and sends the first request message to the server through the IP address and the port number.
Further, in this embodiment, after the test device obtains the IP address and the port number of the server, the test device automatically sends the first request packet to the server through the IP address and the port number.
Further, step S20 includes:
step d, sending the first request message to a server through a preset communication technology framework, so that the server determines a user corresponding to the first request message after receiving the first request message, verifies whether the user corresponding to the first request message is in an effective state and whether the user corresponding to the first request message is in a login state, obtains a verification result, and returns the verification result;
if the user is in an effective state and in a login state, the server obtains a verification result that the first request message passes the verification;
and if the user is in an invalid state and/or a non-login state, the server obtains a verification result that the first request message fails to be verified.
Further, after the test equipment obtains the first request message, the first request message is encrypted to obtain the encrypted first request message, and the first request message is sent to the server through a preset communication technology framework. The preset communication technology framework includes, but is not limited to, NIO, aio, netty and mina as the communication technology framework. When the test equipment encrypts the first request message, the process is as follows: defining a packet class, wherein the structure of the packet class is as follows: the message comprises type, length, version and content, wherein the type represents the message type, the length represents the length of the message content, the version represents the version of the message, and the content is a byte array for recording the message content. It should be noted that the encryption method is a process of converting the first request message into a packet class.
After receiving the first request message, the server analyzes the first request message to obtain a login character string in the first request message, and determines a user corresponding to the login character string, namely, determines the user corresponding to the first request message. After the user is determined, the server verifies whether the user is in an effective state or not and whether the user is in a login state or not, obtains a verification result, and sends the verification result to the test equipment. Specifically, if the user is in an effective state and in a login state, the server determines that the first request message is in the effective state, obtains a verification result that the first request message passes the verification, and returns the verification result that the first request message passes the verification to the test equipment; if the user is in an invalid state and/or in a non-login state, the server determines that the first request message is in an invalid state, obtains a verification result that the first request message fails to be verified, and returns the verification result that the first request message fails to be verified.
Further, the process of the server judging whether the user is in the valid state is as follows: the server searches whether a preset user name identical to the user name of the user exists in a database of the server. If a preset user name consistent with the user name is found in the database, the server determines that the user is in an effective state; and if the preset user name consistent with the user name is not found in the database, the server determines that the user is in an invalid state. If the validity period is not set for the login character string, the server directly determines that the user is in the login state according to the login character string; if the validity period is set for the login character string, the server judges whether the login character string is in the validity period. If the login character string is in the validity period, the server determines that the user is in a login state; and if the login character string is not in the validity period, the server determines that the user is in a non-login state.
And step S30, when the verification result is received and the connection with the server is successfully established according to the verification result, obtaining the message to be sent through the JMeter.
And when the test equipment receives the verification result and determines that the first request message passes the verification according to the verification result, the test equipment determines that the connection with the server is successfully established. And when the test equipment determines that the test equipment is successfully connected with the server, the test equipment acquires the message to be sent through a GUI page of the JMeter. It should be noted that the message to be sent is input by the user on the GUI page of JMeter according to the information specification of the server. The message to be sent is a message used for testing the server, and the type and content of the message to be sent may be set according to specific needs, which is not limited in this embodiment.
Step S40, converting the message to be sent into a second request message, and sending the second request message to the server, so that the server sends the second request message to a receiving end after receiving the second request message, and returns a sending result.
And after the test equipment acquires the message to be sent, the test equipment converts the message to be sent into a second request message and sends the second request message to the server. And after receiving a second request message sent by the test equipment, the server analyzes the second request message to obtain a message to be sent corresponding to the second request message, sends the message to be sent to a receiving end, generates a sending result and sends the sending result to the test equipment.
The process of the server sending the message to be sent to the receiving end is as follows: acquiring a message identifier of a message to be sent and a time stamp corresponding to the analysis time of the second request message, assembling the message identifier and the time stamp into a json character string, writing the json character string into a Byte Buffer, and writing the json character string into a pipeline registered by test equipment by using a Socket channel.
If the message to be sent is successfully sent to the receiving end, the server generates a sending result carrying a Json character string consisting of a message identifier and a timestamp; and if the message to be sent is not successfully sent to the receiving end, the server generates a sending result carrying a Json character string consisting of the message identifier, the timestamp and the error information. Further, the server may determine whether the message to be sent is successfully sent according to whether a response message returned by the receiving end is received within a preset time period. The preset time period may be set according to specific needs, and is not limited in this embodiment.
Further, after the test equipment obtains the second request message, whether a click operation of clicking an execution button is received in a GUI page of the JMeter is detected. And if the click operation is received, the test equipment sends a second request message to the server.
Further, after the test equipment obtains the second request message, the test equipment automatically sends the second request message to the server.
Further, step S40 includes:
and e, converting the message to be sent into a corresponding message object, and converting the message object into a second request message according to a preset protocol.
Further, the process of sending the message to be sent to the server by the test equipment is as follows: after the test equipment acquires the message to be sent, the message to be sent is converted into a corresponding message object, and a byte array corresponding to the message object is acquired according to a preset protocol so as to convert the message to be sent into the corresponding message object. The preset protocol includes, but is not limited to, Google protobuf protocol or Apache thread protocol.
The process of converting the message to be sent into the corresponding message object by the test equipment is as follows: the test equipment converts the message to be sent into a Document object by using dom4 j; converting the Document object into an Element object; the Element object is used as a parameter to call a construction method of a Message to obtain a Message object. Here, the dom4j is a Java XML (Extensible Markup Language) API (Application Programming Interface), which is an upgrade of jdom and is used for reading and writing XML files. Any HTML tag contained in an HTML (Hyper Text Markup Language) document can be accessed through the document object, and the contents of the HTML tag, such as forms, images, tables, hyperlinks, etc., can be dynamically changed. The Element object represents an HTML Element.
And f, sending the second request message to the server, so that the server sends the message to be sent corresponding to the second request message to a receiving end after receiving the second request message, and returns a sending result.
And after the test equipment obtains the second request message, sending the second request message to the server. And after receiving the second request message, the server analyzes the second request message to obtain a message to be sent corresponding to the second request message, sends the message to be sent to the receiving end, generates a sending result and returns the sending result to the test equipment.
The process of analyzing the second request message by the server is as follows: and taking out the Byte Buffer object from the Socket Server Channle, then taking out the Byte array in the Byte Buffer object, correspondingly converting the Byte array into a message object according to a preset protocol, and converting the message object into a message to be sent. The process of converting the message object into the message to be sent is a reverse process of converting the message to be sent into the message object, and is not described in detail in this embodiment. The Server Socket Channel in Java NIO is a Channel that can listen to a new incoming TCP (Transmission Control Protocol) connection, just like the Server Socket in standard I/O.
And step S50, after receiving the sending result, determining the testing result of the server according to the sending result.
And after the test equipment receives the sending result, the test equipment determines the test result of the server according to the sending result.
Further, step S50 includes:
and g, after receiving the sending result, detecting a character string composition mode carried in the sending result.
And h, if the character string of the sending result consists of a time stamp and the message identifier of the message to be sent, determining that the server passes the test, wherein the time stamp is the time stamp corresponding to the analysis time for analyzing the second request message by the server.
And i, if the character string of the sending result is not composed of the timestamp and the message identifier of the message to be sent, determining that the server fails the test.
And after the test equipment receives the sending result sent by the server, the test equipment acquires the character string carried in the sending result and detects the composition mode of the character string. If the character string in the sending result is composed of the timestamp and the message identifier of the message to be sent, the testing equipment determines that the server passes the test; and if the character string in the sending result is not composed of the server timestamp and the message identifier of the message to be sent, the testing equipment determines that the server fails the test. It should be noted that the timestamp is a timestamp corresponding to the parsing time for the server to parse the second request packet. When the server determines that the message to be sent is not successfully sent to the receiving end, the server sends a character string consisting of a message identifier, a timestamp and error information corresponding to the message sending error to the testing equipment.
Further, after the test device receives the sending result, the test device may set a corresponding value according to the sending result, and display the set value to prompt the test result of the corresponding user server according to the value. If the testing equipment determines that the server passes the test according to the sending result, the testing equipment sets a corresponding value to be '11', which indicates that the server passes the test; and when the test equipment determines that the server fails the test according to the sending result, the test equipment sets a corresponding value to be 00, which indicates that the server fails the test.
In this embodiment, after obtaining login information through a JMeter, a login operation is executed according to the login information, a corresponding login string is obtained after the login operation is successfully executed, and the login string is converted into a first request message; sending the first request message to a server, so that the server checks the first request message after receiving the first request message, obtains a check result, and returns the check result; when the verification result is received and the connection with the server is successfully established according to the verification result, obtaining a message to be sent through the JMeter; converting the message to be sent into a second request message and sending the second request message to the server, so that the server sends the second request message to a receiving end after receiving the second request message, and returns a sending result; and after receiving the sending result, determining the test result of the server according to the sending result. The method and the device realize that when the back end is developed, the JMeter simulation terminal equipment sends the message to the back end to test the back end, so that the back end can be tested only after the front end is developed, the development efficiency is improved, and the development cost is reduced.
Further, a second embodiment of the testing method of the server of the present invention is provided.
The second embodiment of the method for testing a server is different from the first embodiment of the method for testing a server in that, referring to fig. 2, the method for testing a server further includes:
and step S60, when a disconnection instruction for disconnecting the server is detected, disconnecting the server according to the disconnection instruction.
The test equipment detects whether a disconnection instruction for disconnecting the server is detected. And after the test equipment detects the disconnection instruction, the test equipment disconnects the connection with the server according to the disconnection instruction. The disconnection instruction can be automatically triggered after the test equipment determines that the server passes the test; the disconnect command may also be manually triggered by the user at a GUI page of the test equipment JMeter. Specifically, the user can trigger a disconnect instruction by clicking an execute button in the JMeter GUI page. In this embodiment, the test device may disconnect from the server through the NIO technique and then restore its global system parameters to the initial state.
In the embodiment, after the disconnection of the server connection is detected, the server connection is disconnected according to the disconnection instruction. After the test result of the server is obtained, the connection between the server and the server is timely disconnected, the electric quantity is saved, the server is prevented from being always in a connection state, and the service life of the server is prolonged.
Further, a third embodiment of the testing method of the server of the present invention is provided.
The third embodiment of the method for testing a server is different from the first or second embodiment of the method for testing a server in that the method for testing a server further comprises:
and step k, triggering a monitoring instruction, and monitoring the connection state between the server and the server according to the monitoring instruction.
And after the connection between the test equipment and the server is successfully established, triggering a monitoring instruction, and monitoring the connection state between the test equipment and the server according to the monitoring instruction.
The process of monitoring the connection state between the test equipment and the server comprises the following steps: the test equipment creates a heartbeat packet, starts the heartbeat packet after creating the heartbeat packet, and sends a timing task to the server through the heartbeat packet so as to monitor the connection state between the server and the test equipment. After the test equipment starts the heartbeat packet, the test equipment acquires a corresponding heartbeat log and stores the heartbeat log so that a user can determine whether the test equipment and the server are in a connected state or not according to the heartbeat log. It should be noted that the test device sends the timing task to the server through the heartbeat packet, that is, the test device continuously sends a connection request to the server through the JMeter.
In this embodiment, after the test device is successfully connected to the server, the connection state between the test device and the server is monitored, so that a tester can know the connection state between the test device and the server in time.
In addition, referring to fig. 3, the present invention also provides a test apparatus for a server, the test apparatus for a server including:
the acquisition module 10 is configured to, after acquiring login information through the JMeter, execute a login operation according to the login information, and acquire a corresponding login string after the login operation is successfully executed;
a conversion module 20, configured to convert the login string into a first request packet;
the sending module 30 is configured to send the first request packet to a server, so that the server checks the first request packet after receiving the first request packet, obtains a check result, and returns the check result;
the obtaining module 10 is further configured to obtain, through the JMeter, a message to be sent after the verification result is received and it is determined that the connection with the server is successfully established according to the verification result;
the conversion module 20 is further configured to convert the message to be sent into a second request message, and send the second request message to the server, so that the server sends the second request message to a receiving end after receiving the second request message, and returns a sending result;
and the determining module 40 is configured to determine, after receiving the sending result, a test result of the server according to the sending result.
In this embodiment, after obtaining the login information through the JMeter, the obtaining module 10 performs a login operation according to the login information, and obtains a corresponding login string after the login operation is successfully performed, and the converting module 20 converts the login string into a first request message; the sending module 30 sends the first request message to the server, so that the server checks the first request message after receiving the first request message, obtains a check result, and returns the check result; when the verification result is received and it is determined that the connection with the server is successfully established according to the verification result, the obtaining module 10 obtains the message to be sent through the JMeter; the conversion module 20 converts the message to be sent into a second request message and sends the second request message to the server, so that the server sends the second request message to the receiving end after receiving the second request message, and returns a sending result; after receiving the sending result, the determining module 40 determines the testing result of the server according to the sending result. The method and the device realize that when the back end is developed, the JMeter simulation terminal equipment sends the message to the back end to test the back end, so that the back end can be tested only after the front end is developed, the development efficiency is improved, and the development cost is reduced.
The test device of the server further comprises:
and the disconnection module is used for disconnecting the connection with the server according to the disconnection instruction after detecting the disconnection instruction for disconnecting the connection with the server.
Further, the testing device of the server further comprises:
and the monitoring module is used for triggering a monitoring instruction and monitoring the connection state between the monitoring module and the server according to the monitoring instruction.
Further, the conversion module 20 includes:
the recombination unit is used for carrying out bit operation according to the length of the login character string so as to recombine the login character string to obtain the recombined login character string;
the operation unit is used for carrying out modular operation on the recombined login character string and the preset prime number to obtain a data message corresponding to the login character string;
and the first conversion unit is used for converting the data message into a first request message through a preset protocol.
Further, the sending module 30 is further configured to send the first request packet to a server through a preset communication technology framework, so that after receiving the first request packet, the server determines a user corresponding to the first request packet, checks whether the user corresponding to the first request packet is in an effective state and whether the user corresponding to the first request packet is in a login state, obtains a check result, and returns the check result;
if the user is in an effective state and in a login state, the server obtains a verification result that the first request message passes the verification; and if the user is in an invalid state and/or a non-login state, the server obtains a verification result that the first request message fails to be verified.
Further, the conversion module 20 further includes:
the second conversion unit is used for converting the message to be sent into a corresponding message object and converting the message object into a second request message according to a preset protocol;
and the sending unit is used for sending the second request message to the server so that the server sends the message to be sent corresponding to the second request message to a receiving end after receiving the second request message, and returns a sending result.
Further, the determining module 40 includes:
the detection unit is used for detecting the character string composition mode carried in the sending result after receiving the sending result;
a determining unit, configured to determine that the server passes the test if a character string of the sending result is composed of a timestamp and a message identifier of the message to be sent, where the timestamp is a timestamp corresponding to a parsing time for the server to parse the second request packet; and if the character string of the sending result is not composed of the timestamp and the message identifier of the message to be sent, determining that the server fails the test.
It should be noted that the embodiments of the testing apparatus of the server are substantially the same as the embodiments of the testing method of the server, and detailed description thereof is omitted here.
In addition, the invention also provides a test device of the server. As shown in fig. 4, fig. 4 is a schematic structural diagram of a hardware operating environment according to an embodiment of the present invention.
Fig. 4 is a schematic structural diagram of a hardware operating environment of a test device, which may be a server. The test equipment of the server in the embodiment of the invention can be terminal equipment such as a PC, a portable computer and the like.
As shown in fig. 4, the test apparatus of the server may include: a processor 1001, such as a CPU, a network interface 1004, a user interface 1003, a memory 1005, a communication bus 1002. Wherein a communication bus 1002 is used to enable connective communication between these components. The memory 1005 may be a high-speed RAM memory or a non-volatile memory (e.g., a magnetic disk memory). The memory 1005 may alternatively be a storage device separate from the processor 1001.
Those skilled in the art will appreciate that the test equipment configuration of the server shown in FIG. 4 does not constitute a limitation of the test equipment of the server, and may include more or fewer components than shown, or some components in combination, or a different arrangement of components.
As shown in fig. 4, a memory 1005, which is a kind of computer storage medium, may include therein a test program of an operating system, a network communication module, a user interface module, and a server. Among them, the operating system is a program that manages and controls the test equipment hardware and software resources of the server, supports the running of the test program of the server and other software or programs.
In the test apparatus of the server shown in fig. 4, the user interface 1003 is mainly used to receive login information input by the user, an operation of clicking an execution button, and the like; the network interface 1004 is mainly used for connecting a server, and the processor 1001 may be used for calling a test program of the server stored in the memory 1005 and executing the steps of the test method of the server as described above.
The specific implementation of the testing device of the server of the present invention is basically the same as the embodiments of the testing method of the server, and is not described herein again.
In addition, an embodiment of the present invention further provides a computer-readable storage medium, where a test program of a server is stored on the computer-readable storage medium, and the test program of the server, when executed by a processor, implements the steps of the method for testing the server as described above.
The specific implementation of the computer-readable storage medium of the present invention is substantially the same as the embodiments of the server testing method described above, and is not described herein again.
It should be noted that, in this document, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other like elements in a process, method, article, or apparatus that comprises the element.
The above-mentioned serial numbers of the embodiments of the present invention are merely for description and do not represent the merits of the embodiments.
Through the above description of the embodiments, those skilled in the art will clearly understand that the method of the above embodiments can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware, but in many cases, the former is a better implementation manner. Based on such understanding, the technical solutions of the present invention may be embodied in the form of a software product, which is stored in a storage medium (such as ROM/RAM, magnetic disk, optical disk) and includes instructions for enabling a terminal device (such as a mobile phone, a computer, a server, an air conditioner, or a network device) to execute the method according to the embodiments of the present invention.
The above description is only a preferred embodiment of the present invention, and not intended to limit the scope of the present invention, and all modifications of equivalent structures and equivalent processes, which are made by using the contents of the present specification and the accompanying drawings, or directly or indirectly applied to other related technical fields, are included in the scope of the present invention.

Claims (8)

1. A test method of a server is characterized by comprising the following steps:
after login information is obtained through a JMeter, login operation is executed according to the login information, a corresponding login character string is obtained after the login operation is successfully executed, and the login character string is converted into a first request message;
sending the first request message to a server, so that the server checks the first request message after receiving the first request message, obtains a check result, and returns the check result;
when the verification result is received and the connection with the server is successfully established according to the verification result, obtaining a message to be sent through the JMeter;
converting the message to be sent into a second request message and sending the second request message to the server, so that the server sends the second request message to a receiving end after receiving the second request message, and returns a sending result;
after receiving the sending result, determining a test result of the server according to the sending result;
wherein, the step of converting the login character string into a first request message comprises:
performing bit operation according to the length of the login character string to recombine the login character string to obtain a recombined login character string;
performing modular operation on the recombined login character string and a preset prime number to obtain a data message corresponding to the login character string;
converting the data message into a first request message through a preset protocol, wherein the preset protocol is a Google protocol or an Apache thread protocol;
wherein, the step of converting the message to be sent into a second request message and sending the second request message to the server, so that the server sends the second request message to a receiving end after receiving the second request message, and returning a sending result comprises:
converting the message to be sent into a corresponding message object, and converting the message object into a second request message according to a preset protocol;
and sending the second request message to the server, so that the server sends the message to be sent corresponding to the second request message to a receiving end after receiving the second request message, and returns a sending result.
2. The method for testing a server according to claim 1, wherein after the step of determining the test result of the server according to the transmission result after receiving the transmission result, the method further comprises:
and when a disconnection instruction for disconnecting the server is detected, disconnecting the server according to the disconnection instruction.
3. The method for testing a server according to claim 1, wherein after the step of obtaining the message to be sent by the JMeter after receiving the verification result and determining that the connection with the server is successfully established according to the verification result, the method further comprises:
and triggering a monitoring instruction, and monitoring the connection state between the server and the server according to the monitoring instruction.
4. The method for testing the server according to claim 1, wherein the step of sending the first request packet to the server, so that the server checks the first request packet after receiving the first request packet, obtains a check result, and returns the check result comprises:
sending the first request message to a server through a preset communication technology framework, so that the server determines a user corresponding to the first request message after receiving the first request message, verifies whether the user corresponding to the first request message is in an effective state and whether the user corresponding to the first request message is in a login state, obtains a verification result, and returns the verification result;
if the user is in an effective state and in a login state, the server obtains a verification result that the first request message passes the verification;
and if the user is in an invalid state and/or a non-login state, the server obtains a verification result that the first request message fails to be verified.
5. The method for testing a server according to any one of claims 1 to 4, wherein the step of determining the test result of the server according to the transmission result after receiving the transmission result comprises:
after receiving the sending result, detecting a character string composition mode carried in the sending result;
if the character string of the sending result consists of a timestamp and the message identifier of the message to be sent, determining that the server passes the test, wherein the timestamp is a timestamp corresponding to the analysis time for the server to analyze the second request message;
and if the character string of the sending result is not composed of the timestamp and the message identifier of the message to be sent, determining that the server fails the test.
6. A testing apparatus for a server, comprising:
the acquisition module is used for executing login operation according to the login information after the login information is acquired through the JMeter, and acquiring a corresponding login character string after the login operation is successfully executed;
the conversion module is used for converting the login character string into a first request message;
the verification module is used for sending the first request message to a server so that the server can verify the first request message after receiving the first request message, obtain a verification result and return the verification result;
the acquisition module is further used for acquiring a message to be sent through the JMeter after the verification result is received and the connection with the server is successfully established according to the verification result;
the conversion module is further configured to convert the message to be sent into a second request message and send the second request message to the server, so that the server sends the second request message to a receiving end after receiving the second request message, and returns a sending result;
the determining module is used for determining the test result of the server according to the sending result after receiving the sending result;
the conversion module is further configured to perform bit operation according to the length of the login character string to recombine the login character string to obtain a recombined login character string, perform modulo operation on the recombined login character string and a preset prime number to obtain a data message corresponding to the login character string, and convert the data message into a first request message through a preset protocol, where the preset protocol is a Google protobuf protocol or an Apache thread protocol;
the conversion module is further configured to convert the message to be sent into a corresponding message object, convert the message object into a second request message according to a preset protocol, send the second request message to the server, so that the server sends the message to be sent corresponding to the second request message to a receiving end after receiving the second request message, and return a sending result.
7. A test device of a server, characterized in that the test device of the server comprises a memory, a microprocessor and a test program of the server stored on the memory and operable on the microprocessor, which test program of the server, when executed by the microprocessor, implements the steps of the test method of the server according to any one of claims 1 to 5.
8. A computer-readable storage medium, characterized in that the computer-readable storage medium has stored thereon a test program of a server, which when executed by a processor implements the steps of the test method of the server according to any one of claims 1 to 5.
CN201810370939.5A 2018-04-24 2018-04-24 Server testing method, device, equipment and computer readable storage medium Active CN108650149B (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN201810370939.5A CN108650149B (en) 2018-04-24 2018-04-24 Server testing method, device, equipment and computer readable storage medium
PCT/CN2018/093754 WO2019205280A1 (en) 2018-04-24 2018-06-29 Server testing method, apparatus, and device, and computer readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810370939.5A CN108650149B (en) 2018-04-24 2018-04-24 Server testing method, device, equipment and computer readable storage medium

Publications (2)

Publication Number Publication Date
CN108650149A CN108650149A (en) 2018-10-12
CN108650149B true CN108650149B (en) 2021-10-01

Family

ID=63747075

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810370939.5A Active CN108650149B (en) 2018-04-24 2018-04-24 Server testing method, device, equipment and computer readable storage medium

Country Status (2)

Country Link
CN (1) CN108650149B (en)
WO (1) WO2019205280A1 (en)

Families Citing this family (27)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110083523A (en) * 2019-03-13 2019-08-02 中国平安人寿保险股份有限公司 Interface test method, device, computer installation and readable storage medium storing program for executing
CN110119356B (en) * 2019-05-09 2024-02-23 网易(杭州)网络有限公司 Program testing method and device
CN110278144B (en) * 2019-05-21 2021-09-14 北京字节跳动网络技术有限公司 Card message sending method, device, medium and electronic equipment
CN110750452B (en) * 2019-09-23 2023-08-25 苏宁云计算有限公司 Automatic test method and device
CN110971509A (en) * 2019-11-27 2020-04-07 江苏艾佳家居用品有限公司 Instant messaging message transmission method under high concurrency scene
CN111858295A (en) * 2019-12-31 2020-10-30 北京骑胜科技有限公司 Firmware testing method and device, electronic equipment and storage medium
CN111427566A (en) * 2020-03-18 2020-07-17 北京达佳互联信息技术有限公司 Data processing method and device suitable for analog interface platform and server
CN111767178B (en) * 2020-05-20 2023-09-01 北京奇艺世纪科技有限公司 Physical machine performance test method and device
CN111782445B (en) * 2020-06-28 2023-08-15 百度在线网络技术(北京)有限公司 Configuration method and device of equipment debugging environment
CN111931188B (en) * 2020-08-13 2023-09-08 中国工商银行股份有限公司 Vulnerability testing method and system in login scene
CN112134754A (en) * 2020-09-18 2020-12-25 中移(杭州)信息技术有限公司 Pressure testing method and device, network equipment and storage medium
CN112905640A (en) * 2021-01-25 2021-06-04 武汉武钢绿色城市技术发展有限公司 Netty-based distributed database data access control method
CN112965901B (en) * 2021-03-05 2023-08-01 北京百度网讯科技有限公司 API testing method, server, system and electronic equipment
CN113190388B (en) * 2021-04-13 2022-04-22 厦门路桥信息股份有限公司 TCP interface test method, medium, equipment and device
CN113225232B (en) * 2021-05-12 2022-06-10 中国第一汽车股份有限公司 Hardware testing method and device, computer equipment and storage medium
CN113220594B (en) * 2021-06-04 2023-10-03 中国农业银行股份有限公司 Automatic test method, device, equipment and storage medium
CN113836003B (en) * 2021-08-30 2023-07-25 南京中兴力维软件有限公司 Position entity extraction test method and JMeter performance test equipment
CN113765913A (en) * 2021-09-02 2021-12-07 云宏信息科技股份有限公司 Method for configuring access to blacklist by Tomcat server, storage medium and Tomcat server
CN114253181B (en) * 2021-11-19 2024-01-23 苏州浪潮智能科技有限公司 System and method for realizing remote monitoring of wattage consumption of server
CN114338448B (en) * 2021-12-29 2024-02-20 北京天融信网络安全技术有限公司 Performance test method and device, electronic equipment and storage medium
CN114844814A (en) * 2022-03-30 2022-08-02 中国农业银行股份有限公司 Pressure testing method and device
CN115052053A (en) * 2022-07-27 2022-09-13 中国工商银行股份有限公司 Message processing method and simulator for bank system test
CN115250291B (en) * 2022-07-28 2024-03-22 中国银行股份有限公司 Parameter data verification method, device, equipment and readable storage medium
CN115442284B (en) * 2022-08-22 2023-06-09 绿盟科技集团股份有限公司 System and method for testing equipment
CN115941991B (en) * 2023-01-10 2023-10-27 北京微吼时代科技有限公司 Method and system for verifying stability of message collection under large concurrency
CN116107913B (en) * 2023-04-06 2023-11-14 阿里云计算有限公司 Test control method, device and system of single-node server
CN116599877B (en) * 2023-07-19 2023-09-15 国家计算机网络与信息安全管理中心江西分中心 IPv6 link test method based on crawler technology

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103023967A (en) * 2012-11-15 2013-04-03 武汉邮电科学研究院 Cloud computing simulation system and method based on simics system simulator
CN106776343A (en) * 2017-01-13 2017-05-31 中国科学院软件研究所 A kind of web application automated test tool and method
CN107632927A (en) * 2017-07-28 2018-01-26 北京北信源软件股份有限公司 A kind of method for testing pressure and device of the encryption of the analogue data in C/S frameworks
CN107666470A (en) * 2016-07-28 2018-02-06 腾讯科技(深圳)有限公司 A kind of processing method and processing device of checking information
CN107832207A (en) * 2017-10-16 2018-03-23 深圳市牛鼎丰科技有限公司 Interface performance test method, apparatus, storage medium and computer equipment

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7949666B2 (en) * 2004-07-09 2011-05-24 Ricoh, Ltd. Synchronizing distributed work through document logs
US8191048B2 (en) * 2008-11-21 2012-05-29 Oracle America, Inc. Automated testing and qualification of software-based, network service products
CN104102673B (en) * 2013-04-12 2019-05-17 腾讯科技(深圳)有限公司 A kind of webpage method for monitoring state and device
CN105323287B (en) * 2014-07-31 2020-04-03 腾讯科技(深圳)有限公司 Third-party application program login method and system
CN105471665A (en) * 2014-08-21 2016-04-06 北京奇虎科技有限公司 Website function testing method, website function testing system and website server
CN107122258B (en) * 2017-04-18 2020-06-02 上海雷腾软件股份有限公司 Method and equipment for checking state code of test interface

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103023967A (en) * 2012-11-15 2013-04-03 武汉邮电科学研究院 Cloud computing simulation system and method based on simics system simulator
CN107666470A (en) * 2016-07-28 2018-02-06 腾讯科技(深圳)有限公司 A kind of processing method and processing device of checking information
CN106776343A (en) * 2017-01-13 2017-05-31 中国科学院软件研究所 A kind of web application automated test tool and method
CN107632927A (en) * 2017-07-28 2018-01-26 北京北信源软件股份有限公司 A kind of method for testing pressure and device of the encryption of the analogue data in C/S frameworks
CN107832207A (en) * 2017-10-16 2018-03-23 深圳市牛鼎丰科技有限公司 Interface performance test method, apparatus, storage medium and computer equipment

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
利用Apache Jmeter进行Web性能测试的研究;佘青;《智能计算机与应用》;20120401;55-57 *

Also Published As

Publication number Publication date
WO2019205280A1 (en) 2019-10-31
CN108650149A (en) 2018-10-12

Similar Documents

Publication Publication Date Title
CN108650149B (en) Server testing method, device, equipment and computer readable storage medium
CN106776313B (en) Method and device for simulating service and centralized management platform
CN106294102B (en) Application program testing method, client, server and system
CN110275831B (en) Mock data verification method and device of protocol interface
US20120284696A1 (en) Method, Apparatuses and a System for Compilation
US9367415B1 (en) System for testing markup language applications on a device
CN108228444B (en) Test method and device
CN101217425A (en) Web testing method and device
CN110119350A (en) Software Development Kit test method, device and equipment and computer storage medium
CN111444111A (en) Performance testing method and device based on python, computer equipment and storage medium
CN112988608B (en) Data testing method and device, computer equipment and storage medium
CN107172075B (en) Communication method, system and readable storage medium based on network isolation
CN108076017A (en) The protocol analysis method and device of a kind of data packet
CN112636966A (en) Application batch deployment method based on remote debugging protocol
CN112395184A (en) Information acquisition method, equipment and computer storage medium
CN113360377B (en) Test method and device
CN109559121B (en) Transaction path call exception analysis method, device, equipment and readable storage medium
CN105117344B (en) A kind of Interface integration method of testing and system based on PB
CN107888451B (en) Method and device for testing Web server
WO2016188101A1 (en) Service system test method and device
KR20070104202A (en) Automation test service system for view software of portable telephone and method thereof
KR20120071175A (en) Mobile phone loading web-platform, method for offering log information using the same mobile phone, verification system and method for web-platform
US20090240987A1 (en) Test amplification for datacenter applications via model checking
CN114564387A (en) Scene type automatic testing method and system for OpenStack cloud platform
CN111049795B (en) Method and device for detecting sensitive data unencrypted vulnerability of distributed Web application

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