CN112988608A - Data testing method and device, computer equipment and storage medium - Google Patents

Data testing method and device, computer equipment and storage medium Download PDF

Info

Publication number
CN112988608A
CN112988608A CN202110544911.0A CN202110544911A CN112988608A CN 112988608 A CN112988608 A CN 112988608A CN 202110544911 A CN202110544911 A CN 202110544911A CN 112988608 A CN112988608 A CN 112988608A
Authority
CN
China
Prior art keywords
test
data
client
request
information
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
CN202110544911.0A
Other languages
Chinese (zh)
Other versions
CN112988608B (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.)
Tencent Technology Shenzhen Co Ltd
Original Assignee
Tencent 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 Tencent Technology Shenzhen Co Ltd filed Critical Tencent Technology Shenzhen Co Ltd
Priority to CN202110544911.0A priority Critical patent/CN112988608B/en
Publication of CN112988608A publication Critical patent/CN112988608A/en
Application granted granted Critical
Publication of CN112988608B publication Critical patent/CN112988608B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • G06F11/3688Test management for test execution, e.g. scheduling of test suites
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • G06F11/3684Test management for test design, e.g. generating new test cases

Abstract

The embodiment of the application discloses a data testing method, a data testing device, computer equipment and a storage medium. Wherein, the method comprises the following steps: acquiring a data acquisition request sent by a client, and acquiring test configuration information aiming at the client; modifying a data acquisition field in the data acquisition request according to the test configuration information to obtain a data test request for the client; and sending the data test request to the client so that the client executes corresponding information processing operation on the test configuration information according to the response operation aiming at the data test request. By the method and the device, the cost of data testing can be reduced, and the data testing efficiency is improved.

Description

Data testing method and device, computer equipment and storage medium
Technical Field
The present application relates to the field of computer technologies, and in particular, to a data testing method and apparatus, a computer device, and a storage medium.
Background
After a software product is developed, the performance of the developed software product is usually tested to test the data load that the software product can bear.
At present, when testing the data load of a software product, a user environment is usually simulated by multiple persons and multiple devices to send related data requests to the software product, and then performance testing of the software product is realized through the data requests.
Disclosure of Invention
The embodiment of the application provides a data testing method and device, computer equipment and a storage medium, which can reduce data testing cost and improve data testing efficiency.
One aspect of the present application provides a data testing method, including:
acquiring a data acquisition request sent by a client, and acquiring test configuration information aiming at the client;
modifying a data acquisition field in the data acquisition request according to the test configuration information to obtain a data test request for the client; the data acquisition field is a field which is used for indicating the data requested to be acquired in the data acquisition request;
and sending the data test request to the client so that the client executes corresponding information processing operation on the test configuration information according to corresponding operation aiming at the data test request.
One aspect of the present application provides a data testing apparatus, including:
the device comprises an acquisition unit, a test configuration unit and a control unit, wherein the acquisition unit is used for acquiring a data acquisition request sent by a client and acquiring test configuration information aiming at the client;
the modification unit is used for modifying the data acquisition field in the data acquisition request according to the test configuration information to obtain a data test request for the client; the data acquisition field is a field used for indicating the data requested to be acquired in the data acquisition request.
And the sending unit is used for sending the data test request to the client so that the client executes corresponding information processing operation on the test configuration information according to the response operation aiming at the data test request.
An aspect of the application provides a computer device comprising a memory and a processor, the memory storing a computer program which, when executed by the processor, causes the processor to perform the method of the above-mentioned aspect of the application.
An aspect of the application provides a computer-readable storage medium having stored thereon a computer program comprising program instructions which, when executed by a processor, cause the processor to perform the method of the above-mentioned aspect.
According to an aspect of the application, a computer program product or computer program is provided, comprising computer instructions, the computer instructions being stored in a computer readable storage medium. The processor of the computer device reads the computer instructions from the computer-readable storage medium, and the processor executes the computer instructions to cause the computer device to perform the method provided in the various alternatives of the above aspect and the like.
The method and the device can acquire the data acquisition request sent by the client; acquiring test configuration information aiming at the client; modifying the data acquisition request according to the test configuration information to obtain a data test request aiming at the client; and sending the data test request to the client so that the client executes corresponding information processing operation on the test configuration information according to the response operation aiming at the data test request. Therefore, the method provided by the application can rapidly modify the data acquisition request according to the test configuration information to obtain the data test request, the data test on the client can be realized through the data test request, and the data test request is obtained according to the specified data request without simulating and sending the specified data request through additional equipment, so that the data test cost can be reduced and the data test efficiency can be improved by adopting the method provided by the application.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present application, the drawings needed to be used in the description of the embodiments are briefly introduced below, and it is obvious that the drawings in the following description are some embodiments of the present application, and it is obvious for those skilled in the art to obtain other drawings based on these drawings without creative efforts.
FIG. 1 is a block diagram of a data test according to an embodiment of the present disclosure;
FIG. 2 is a schematic diagram of a scenario of data testing provided in an embodiment of the present application;
FIG. 3 is a schematic flow chart diagram of a data testing method provided by an embodiment of the present application;
fig. 4 is a schematic page diagram of a request configuration page provided in an embodiment of the present application;
FIG. 5 is a schematic flow chart illustrating a data testing method according to an embodiment of the present application;
FIG. 6 is a schematic flow chart illustrating a data test according to an embodiment of the present disclosure;
FIG. 7 is a block diagram illustrating a data test according to an embodiment of the present disclosure;
FIG. 8 is a schematic structural diagram of a data testing apparatus according to an embodiment of the present disclosure;
fig. 9 is a schematic structural diagram of a computer device according to an embodiment of the present application.
Detailed Description
The technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are only a part of the embodiments of the present application, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
The present application relates to the field of block chaining. The blockchain is a novel application mode of computer technologies such as distributed data storage, point-to-point transmission, a consensus mechanism and an encryption algorithm. A block chain (Blockchain), which is essentially a decentralized database, is a series of data blocks associated by using a cryptographic method, and each data block contains information of a batch of network transactions, so as to verify the validity (anti-counterfeiting) of the information and generate a next block. The blockchain may include a blockchain underlying platform, a platform product services layer, and an application services layer. The Block chain comprises a series of blocks (blocks) which are mutually connected according to the generated chronological order, once a new Block is added into the Block chain, the new Block cannot be removed, and the recorded data submitted by the nodes in the Block chain system are recorded in the blocks. In the application, data such as the type of the configured event, the test response information, the data test result and the like can be added to the block chain for storage, so as to ensure the non-tamper property of the data, and subsequently, when the data needs to be used, the real and accurate data can be acquired from the block chain.
Referring to fig. 1, fig. 1 is a schematic diagram illustrating a data test architecture according to an embodiment of the present disclosure. As shown in fig. 1, in the formal environment, a data acquisition request of a front end of a client 11 is sent to a formal background (e.g., a server 12), the formal background processes data corresponding to a field of an event in the data acquisition request after receiving the data acquisition request, the formal background sends the processed data to the client 11, and the client 11 executes a corresponding information processing operation according to the processed data. In an alternative embodiment, when data testing is performed on a product, by configuring the testing agent component 14 to the client 11, the data acquisition request sent by the client 11 to the formal background is intercepted by the testing agent component 14 and forwarded to the testing background (for example, the server 13), meanwhile, the server 13 receives the type of the data testing event sent by the front end of the terminal 15, the server 13 configures the testing configuration information for the client 11 according to the type of the data testing event, meanwhile, the server 13 modifies the data acquisition request according to the test configuration information, obtains a data test request for the client 11, the server 13 then sends a data test request to the client 11 through the test agent component 14, the client 11 performs corresponding information processing operation on the test configuration information after receiving the data test request, in the process, monitoring can be carried out through a performance testing tool, and a data testing result is obtained. The data test can be understood as performing a stress test on the product to know the sustainable data volume of the product, and the number of the clients and the servers is not limited herein.
The server 12 and the server 13 shown in fig. 1 may be independent physical servers, may be a server cluster or a distributed system formed by a plurality of physical servers, and may also be cloud servers providing basic cloud computing services such as cloud services, cloud databases, cloud computing, cloud functions, cloud storage, network services, cloud communications, middleware services, domain name services, security services, CDNs, and big data and artificial intelligence platforms. The client 11 may be: the smart terminal includes a smart phone, a tablet computer, a notebook computer, a desktop computer, a smart television and the like, and the embodiment of the present application is not limited.
Referring to fig. 2, fig. 2 is a schematic view of a data testing scenario according to an embodiment of the present disclosure. As shown in fig. 2, the client 11 runs a live program, a live interface 21 corresponding to the live program displays that live broadcasting is being performed, when data testing is performed on the live program, the test agent component 14 of the client 11 is configured, and when a message is input in a message input box 211 of the live interface 21, a data acquisition request carrying the message sent by the front end of the client 11 is sent to the server 13 through the test agent component 14. The terminal 15 configures the type of the event for data testing, and the terminal 15 sends the configured type of the event for data testing to the testing background. The types of events that need to be tested for data may be "message", "popularity", "like", "other", as shown in fig. 2. The server 13 determines data test information according to the type of the received event which needs to be subjected to the data test and is sent by the terminal 15, and obtains test configuration information for the client. And the server 13 modifies the data acquisition field in the data acquisition request according to the test configuration information to obtain a data test request. The server 13 sends a data test request to the client 11, and the live broadcast interface 21 displays a corresponding message in the public screen message 212 according to the data test request. It can be understood that the live scene in the live program run by the client 11 is a real live scene.
Referring to fig. 3, fig. 3 is a schematic flowchart of a data testing method according to an embodiment of the present application, which can be applied to the architecture shown in fig. 1. The execution subject in the embodiment of the present application may be a computer device or a computer device cluster formed by a plurality of computer devices, or may be a server as shown in fig. 1, and the server as shown in fig. 1 is taken as an example in the present application for description. As shown in fig. 3, the method may include:
s101, acquiring a data acquisition request sent by a client, and acquiring test configuration information aiming at the client.
In the application, the client can be any one or more clients needing data testing, and the client can comprise a live broadcast interface corresponding to a live broadcast program. The data acquisition request is a data acquisition request sent by a client to a formal background to which the client belongs, and the data acquisition request may be a poll (a request for performing interaction by a front end and a back end). The formal background is the background used for the actual user in the software project development process. When the front end and the background interact with each other, a heartbeat request is generally used to continuously synchronize background data to the front end, and the request is initiated and returned according to a fixed time interval. It is understood that the data acquisition request may be continuously and automatically initiated, for example, in a live broadcast scenario for performing data testing as described in fig. 2, the public screen message 212 in the live interface 21 of the client may be continuously triggered, so as to achieve the purpose of continuously performing data testing.
In an optional implementation manner, the server obtains a data obtaining request sent to a test agent component configured in the client, where the data obtaining request is obtained by intercepting, by the test agent component, a request initiated by the client to a corresponding client background (formal background). In the application, the server can be understood as a test background, and the test background is used by development testers in the software development process, is invisible to actual users, and can generally perform data processing and modification in the development process. The test agent component may be a Whistle (a web page debugging agent) agent tool, and may forward a data acquisition request sent by a client. For example, for an applet at a client, a path for forwarding a data acquisition request is configured in a test agent component, that is, an Internet Protocol (IP) address of a formal background and an IP address of a test background are configured, so that a data request (such as the data acquisition request) sent to the formal background is intercepted and forwarded to the test background, for example, an IP of the formal background may be configured in a configuration page of the test agent component: https:/xxx.xx.com/cgi-bin/tlive/poll (http:// 9.134.233.96: 7788/cgi-bin/tlive/poll) and IP: https:// yy.yyy.yy.com/trpc.tlive.tlive _ enter _ room _ ext.tlive _ enter _ room _ ext _ http/EnterRoomExt (http:// 9.134.233.96: 7788/cgi-bin/EnterRoomExt), the test agent component can realize interception of a data acquisition request sent to the formal background by the client, and send the intercepted data acquisition request to the test background. It is understood that the test background will only receive data acquisition requests sent by clients configured with test agent components.
Optionally, in other scenarios, a data acquisition request using a HyperText Transfer Protocol (HTTP) in the client may also be intercepted by the test agent component, and then the test agent component forwards the intercepted data acquisition request to the test background.
In an optional implementation manner, data test information indicated by test indication information corresponding to each data test operation is respectively obtained; and determining the data test information respectively corresponding to each data test operation as the test configuration information aiming at the client. The data testing operation may be understood as an event type displayed on the client side when the data testing is performed, for example, the event type may be a public screen message 212, a toast (a mechanism for displaying information) message 213, a praise 214, and the like in the live interface 21 shown in fig. 2. The test indication information may indicate test data corresponding to the event type that needs to be tested. The data test information can be understood as data which is returned to the client for testing by the background according to the data test operation, and the data can enable the client to display events. In a live scene, the data test information may include a live test message of a live program, and the live test message is rendered and displayed on a live interface by the live program run by the client. For example, the data test operation may include a message pushing operation (e.g., a public screen message), and when the server acquires the data test information indicated by the test indication information corresponding to the message pushing operation, the server may acquire a simulated client account for the client according to the test indication information corresponding to the message pushing operation; and the server acquires message push content corresponding to the simulation client account. And the server generates data test information corresponding to the message pushing operation according to the simulation client account and the message pushing content. The server then determines the data test information as test configuration information for the client. For example, the server obtains a simulated client account "there is no q-point at star-citrus junction U tree" as shown in fig. 2, and the client account corresponds to a message push content "there is no q-point at star-citrus junction U tree", and then the server can generate data test information corresponding to a message push operation according to the simulated client account and the message push content, as shown in fig. 2, there is no q-point at star-citrus junction U tree: the star citrus knot U tree has no q neon light. The server generates a new expression of' star citrus knot U tree without q neon: determining that the star citrus knot U tree has no q neon' as test configuration information.
S102, modifying the data acquisition field in the data acquisition request according to the test configuration information to obtain a data test request aiming at the client.
The data acquisition field is a field used for indicating the data requested to be acquired in the data acquisition request.
In an optional implementation manner, the data test request includes N data test operations, where N is a positive integer, and a specific value of N is determined according to an actual application scenario. When there are multiple data test operations, one data test request may include one data test operation, and one data test request may also include multiple data test operations. In other words, after the data obtaining request is modified by the data configuration information, one data test request may be obtained, or a plurality of data test requests may also be obtained, and the type number of the data test operations encapsulated in one data test request may be determined according to the actual application scenario.
In an optional implementation manner, a user may configure an event type for data testing under different scenarios through a Common Gateway Interface (CGI) request configuration page, where the CGI request configuration page may be a page displayed at a front end of a terminal. The CGI request configures the page front code to be done with vue (a progressive framework for building user interfaces) framework and the background code to be done with django (a page application framework for open source code) framework. The server may include a configuration item processing module and a data processing module, the background of the CGI request configuration page and the background of the data processing module are in the same environment, so that a user can conveniently perform data processing on an event type to be subjected to data testing after the event type is configured on the CGI request configuration page. The user can select the event type needing data test in the CGI request configuration page, and the server determines the data test operation according to the event type of the data test selected by the user, so that the data test is performed on the corresponding data test operation. The user can select the types of the events such as message sending, gift sending and the like at the CGI request configuration page, so that compared with the method of simulating the user environment through multiple users and multiple devices, the data test of multiple event types can be realized simultaneously without additional devices and manpower, and the concurrent environment is simulated.
Referring to fig. 4, fig. 4 is a schematic diagram of a CGI request configuration page according to an embodiment of the present application. In fig. 4, a room scene of a live program is taken as an example, and event types are included: chat messages, house entering messages, order placing messages, sharing messages, anchor house returning messages, popularity values and praise. For example, a user selects "chat message" and "room entering message" in a CGI request configuration page, the front end of the terminal sends a request carrying a "chat message" field and a "room entering message" field to the server, the configuration item processing module of the server receives the request, the configuration item processing module configures data test operations as "chat message" and "room entering message" according to the event type in the request, and sends the configured data test operation to the data processing module, the data processing module acquires data test information corresponding to the 'chat message' and the 'house entering message', and determining the data test information as test configuration information for the client, and modifying the fields of the data acquired by the chat message field and the room entering message field in the data acquisition request by the data processing module according to the test configuration information to obtain the data test request.
Optionally, the data processing module of the server modifies the data acquisition field in the data acquisition request to obtain a data test request, and except that the data corresponding to the event type in the data test request and the data acquisition request are inconsistent, the other information is consistent, so that the consistency between the test environment and the formal environment is ensured. For example, in a live scenario, request header field information in the data acquisition request, field information of the protocol used, room information (e.g., room identification), and the like are retained in the data test request. It can be understood that in the live broadcast scene, as long as the live broadcast room is entered, the room information is included in the data acquisition request, and the room information is automatically read by the code, so that the efficiency of data testing can be improved.
In an alternative embodiment, the server determines the data testing operation based on the type of event most recently received as selected by the user. For example, in a live broadcast scenario, a user a and a user B use different clients, the user a first selects to perform data test on an event type "chat message" in a CGI request configuration page, and then the user B selects to perform data test on the event type "house incoming message" in the CGI request configuration page, so that the server determines that the event type "house incoming message" is a data test operation.
It can be understood that, according to the operation of the user requesting the configuration page at the CGI, the event type determined to need to be subjected to the data test may be configured by the user in advance, may be configured in real time, or may be configured by default in the system. The user can perform configuration of the event type in the CGI request configuration page in advance, and the subsequent server can determine data testing operation according to the pre-configured event type and then perform data testing. Or the server may perform data testing when the user performs configuration of the CGI request configuration page. When the user does not configure the event type requiring data testing in the CGI request configuration page, the server receives a default item of configuration, where the default item is generally the event type requiring conventional testing, for example, for a live broadcast scenario, a public screen message, a praise, and the like are the event type requiring conventional testing. And the server determines the default item as a data test operation, and the server performs data test.
In an optional embodiment, when the data obtaining request has context dependency on the time series, the data amount of the test configuration information corresponding to the data test operation in the data test request will increase sequentially. For example, the server acquires the data acquisition request at a first time, the user selects the type of the event (e.g., event 1 and event 2) that needs to be subjected to the data test on the CGI configuration page, the server acquires the data acquisition request at a second time, the user selects the type of the event (e.g., event 1 and event 3) that needs to be subjected to the data test on the CGI configuration page, the first time precedes the second time, and the first time and the second time may be adjacent times, so that the message amount of the test configuration information for the event 1 included in the data test request returned by the server for the data acquisition request at the second time is greater than the message amount of the test configuration information for the event 1 included in the data test request returned by the server for the data acquisition request at the first time.
S103, sending the data test request to the client so that the client executes corresponding information processing operation on the test configuration information according to the response operation aiming at the data test request.
Wherein the information processing operation comprises a rendering display operation for the data configuration information. For example, the data test request includes test configuration information (for example, the number of praise times) of "praise" of the data test operation, and after receiving the data test request, the client renders and displays an effect of "praise" for a plurality of times in the live interface.
In an optional implementation manner, when multiple clients use the same test background, the test background may directionally broadcast data test requests to the multiple clients, so as to achieve data tests for different clients.
In an alternative embodiment, the server sends the data test request to the client based on the test agent component, and it is understood that only the client configured with the test agent component receives the data test request sent by the server. In a live broadcast scene, the data acquisition request contains information such as room information and field information of a used protocol, and the information is brought to the server through the data acquisition request, so that the data test request reserves the information of the data acquisition request, and the server can return the data test request to a room corresponding to a room identifier according to the identifier of the room when returning the data test request to the client, and the rest rooms in live broadcast are not affected. For example, in the live broadcast software of the client, room 1 and room 2 are in live broadcast, the client is configured with a test agent component, a tester enters room 1 to perform data test on the type of the event in room 1, and a data test request returned by the server for the "public screen message" is only displayed in room 1 but not in room 2.
In an optional implementation manner, a performance monitoring tool may be installed at the terminal, the performance monitoring tool is connected to the client, and by connecting the performance monitoring tool to the client, the performance monitoring tool may monitor data in a test process of the client, and then a data test result for the client may be generated according to a result of the data monitoring, and the data test result may enable a tester to view an effect of performing a data test on the client. For example, in a live scenario, the data test result may contain test data of the public screen message, which may include, for example, the amount of data displayed per second of the public screen message, the total amount of data passed by the test, and the like. Or, the tester can know the data test result by observing the rendering condition of the client interface, for example, in a live broadcast scene, whether the stuck condition exists in the public screen message display scrolling process is used for judging the data test effect.
In an optional implementation manner, the server may obtain an information processing quality parameter for the test configuration information sent by the client; the information processing quality parameter is a quality parameter generated by the client after executing the information processing operation on the test configuration information; and carrying out parameter rationalization analysis on the information processing quality parameters to obtain a test analysis result aiming at the client. The information processing quality parameter may include at least one of: processing speed, processor occupancy parameter, information throughput when performing information processing operations on test configuration information. For example, in a live scene, the client performs processing speed when rendering and displaying a message.
Through this application need not the simulation and builds test environment (like live broadcast environment), can test the running state (like the effect that the data was rendered and is shown) of the client that operates (like having opened live broadcast client) in the real scene, improved the accuracy of test, need not to build test environment and also reduced the test degree of difficulty, saved the cost input of testing through real equipment simultaneously.
The method and the device can acquire the data acquisition request sent by the client; acquiring test configuration information aiming at the client, and modifying the data acquisition request according to the test configuration information to obtain a data test request aiming at the client; and sending the data test request to the client so that the client executes corresponding information processing operation on the test configuration information according to the response operation aiming at the data test request. Therefore, the method provided by the application can rapidly modify the data acquisition request according to the test configuration information to obtain the data test request, and the data test of the client can be realized through the data test request.
Referring to fig. 5, fig. 5 is a schematic flow chart of a data testing method according to an embodiment of the present disclosure. As shown in fig. 5, the method includes:
s201, acquiring a data acquisition request sent by a client, and acquiring test configuration information aiming at the client.
S202, respectively acquiring operation instructions associated with the operation identifications corresponding to each data test operation from the operation index table according to the data acquisition request.
The operation index table is a table generated for each data test operation, each data test operation corresponds to one associated operation instruction, the server stores the operation identification and the operation instruction corresponding to the M data test operations in an associated manner to obtain the operation index table, and the operation instruction corresponding to the data test operation can be found in the operation index table through the operation identification corresponding to the data test operation. The operation index table can be implemented in the django code by using a dictionary and list data structure, wherein the operation index table comprises M data test operations, the M data test operations comprise N data test operations, and M is a positive integer greater than or equal to N. The simulation data are packaged through the operation index table, the data testing efficiency can be improved, and meanwhile, the rest data testing operation and the operation identification and the operation instruction corresponding to the data testing operation can be added in the implementation process, so that more scenes can be simulated, and compared with manual operation, the simulation data are not limited by the input scale. For example, in a live scene, there may be 7 data testing operations: chat messages, house entering messages, order placing messages, sharing messages, anchor house returning messages, popularity values and praise, and when data testing is carried out, 4 data testing operations are selected by a user: chat messages, room entering messages, order placing messages and sharing messages. The operation instruction may be understood as a data structure for each data test operation, including an instruction of the name of the event type, an instruction of the back packet field, and an instruction that needs to add the back packet field of the event to the data test request. For example, the data structure of the public screen message may be as follows:
eventName = {
# public screen message
"chat_message": {
# chat _ message wrap field
},
}
def poll(request):
Configured public screen message field for # poll loopback packet
response.append(eventName["chat_message"])
The eventName indicates an instruction of the name of the event type, chat _ message indicates an instruction of the loopback field, and defpoll (request) indicates an instruction of adding the configured public screen message field in the poll loopback. The response is a specific instruction under def poll (request), and for the eventName is a public screen message, indicates that poll is added to the configured public screen message field.
And S203, respectively acquiring data test information indicated by the test instruction information corresponding to each data test operation according to the operation instruction corresponding to each data test operation.
And the server respectively acquires the operation instruction associated with the operation identifier corresponding to each data test operation from the operation index table, and respectively acquires the data test information corresponding to each data test operation according to the operation instruction corresponding to each data test operation. For example, the operation instruction of the public screen message includes an instruction of a packet return field, and specific data is included under the instruction of the packet return field, so as to implement display of an event on the client interface.
And S204, determining the data test information respectively corresponding to each data test operation as the test configuration information aiming at the client.
S205, modifying the data acquisition field in the data acquisition request according to the test configuration information to obtain a data test request aiming at the client.
S206, the data test request is sent to the client, so that the client executes corresponding information processing operation on the test configuration information according to the response operation aiming at the data test request.
Through this application need not the simulation and builds test environment (like live broadcast environment), can test the running state (like the effect that the data was rendered and is shown) of the client that operates (like having opened live broadcast client) in the real scene, improved the accuracy of test, need not to build test environment and also reduced the test degree of difficulty, saved the cost input of testing through real equipment simultaneously.
In the embodiment of the application, the server stores the operation index table, the operation index table contains different data test operations, and the data test can be performed on different scenes corresponding to different event types without additional equipment for performing the data test on different scenes. The method provided by the application can be used for quickly modifying the data acquisition request according to the test configuration information to obtain the data test request, the data test request does not need additional equipment to simulate and send the specified data request, and the data test request is obtained according to the specified data request, so that the data test cost can be reduced and the data test efficiency can be improved.
Referring to fig. 6, fig. 6 is a schematic flow chart illustrating a data test according to an embodiment of the present disclosure. As shown in fig. 6, the process may include:
s411, the user configures a data test event.
The user may configure the type of the event that needs to be subjected to the data test on the CGI request configuration page, the user may configure the type of the event that needs to be subjected to the data test according to the requirement, or may use a default configured event type, if the user event configuration type is used, S412 is executed, and if the default event configuration is used, S413 is executed.
S412, use the user event configuration.
And determining the type of the event configured by the user as a data test operation needing data test.
S413, use default event configuration.
And determining the type of the event of the default configuration as a data test operation needing data test.
And S414, the test background acquires the test configuration information.
S415, the user configures the testing agent component for the client.
S416, the client sends a data acquisition request.
A user configures a test agent component at a client, and a data acquisition request sent to a formal background by the client is intercepted by the test agent component and forwarded to a test background.
And S417, the test background processes data according to the test configuration information.
And the test background processes the data acquisition request according to the test configuration information to obtain a data test request.
And S418, the test background returns a data test request.
S419, the user verifies the event performance.
The user may verify the performance of the event in the data test request at the client by observing or utilizing a performance testing tool.
Optionally, the data test event configuration performed by the user and the data processing performed by the test background according to the configured test event may be two parallel flows, that is, the data test event configuration may be performed while the data processing is performed.
Referring to fig. 7, fig. 7 is a schematic structural diagram of a module for performing data testing according to an embodiment of the present application, including a client, a testing agent component, a current network background, a testing background, and a CGI request configuration module, where the testing background includes a configuration item processing module and a data processing module. The flow diagram shown in fig. 6 can be implemented by the module structure diagram shown in fig. 7, where a data acquisition request sent to a formal background by a client is intercepted by a test agent component and forwarded to a test background, a configuration item processing module of the test background receives the type of an event that needs to be subjected to a data test and is sent by a CGI request configuration module, determines a data test operation, then determines test configuration information corresponding to the data test operation by the configuration item processing module of the test background, the configuration item processing module of the test background sends the test configuration information to the data processing module, the data processing module modifies a data acquisition field in the data acquisition request according to the test configuration information to obtain a data test request, and then the test background returns the data test request to the client.
Based on the data testing method, the embodiment of the application provides a data testing device. Referring to fig. 8, fig. 8 is a schematic structural diagram of a data testing apparatus according to an embodiment of the present disclosure. The data testing apparatus described in fig. 8 may operate as follows:
an obtaining unit 801, configured to obtain a data obtaining request of a client and obtain test configuration information for the client;
a modifying unit 802, configured to modify the data obtaining field according to the test configuration information, so as to obtain a data test request for the client; the data acquisition field is a field which is used for indicating the data requested to be acquired in the data acquisition request;
a sending unit 803, configured to send the data test request to the client, so that the client performs a corresponding information processing operation on the test configuration information according to a response operation to the data test request.
The data test request comprises N data test operations, wherein N is a positive integer.
In an optional implementation manner, the obtaining unit 801 is further configured to obtain data test information indicated by the test instruction information corresponding to each data test operation; and determining the data test information respectively corresponding to each data test operation as the test configuration information aiming at the client.
Wherein the N data test operations comprise a message push operation.
In an optional embodiment, the obtaining unit 801 is further configured to obtain a simulated client account for the client; acquiring message push content corresponding to a simulation client account; and generating data test information corresponding to the message pushing operation according to the simulation client account and the message pushing content.
In an optional implementation manner, the obtaining unit 801 is further configured to obtain operation identifiers and operation instructions corresponding to M data test operations, where M data test operations include N data test operations, and M is a positive integer greater than or equal to N; the obtaining unit 801 is further configured to perform associated storage on the operation identifiers and the operation instructions respectively corresponding to the M data test operations, so as to obtain an operation index table.
In an optional implementation manner, the obtaining unit 801 is further configured to obtain, from the operation index table, operation instructions associated with operation identifiers corresponding to each data test operation, respectively; the obtaining unit 801 is further configured to obtain, according to the operation instruction corresponding to each data testing operation, data testing information indicated by the testing instruction information corresponding to each data testing operation.
In an optional implementation manner, the obtaining unit 801 is further configured to obtain a data obtaining request sent by a test agent component configured in a client, where the data obtaining request is obtained by intercepting, by the test agent component, a request initiated by the client to a corresponding client background.
In an optional implementation manner, the sending unit 803 is further configured to send the data test request to the client based on the test agent component.
Optionally, a live program runs in the client; the client comprises a live broadcast interface corresponding to the live broadcast program; the test configuration information comprises live test messages aiming at live programs; the information processing operation comprises a rendering and displaying operation aiming at the data configuration information; and the live broadcast test message is subjected to rendering display operation on a live broadcast interface by a live broadcast program operated by the client.
In an optional implementation manner, the obtaining unit 801 is further configured to obtain an information processing quality parameter for the test configuration information sent by the client; the information processing quality parameter is a quality parameter generated by the client after executing the information processing operation on the test configuration information; performing parameter rationalization analysis on the information processing quality parameters to obtain a test analysis result aiming at the client; wherein the information processing quality parameter comprises at least one of: processing speed, processor occupancy parameter, information throughput when performing information processing operations on test configuration information.
Through the application, the simulation of building a test environment (such as a live broadcast environment) is not needed, the running state (such as the effect of data rendering display) of the running client (such as the client which is started in a live broadcast) in a real scene can be tested, the test accuracy is improved, and the test difficulty is also reduced without building the test environment.
The method and the device can acquire the data acquisition request sent by the client; acquiring test configuration information aiming at the client; modifying the data acquisition request according to the test configuration information to obtain a data test request aiming at the client; and sending the data test request to the client so that the client executes corresponding information processing operation on the test configuration information according to the response operation of the data test request. Therefore, the device provided by the application can rapidly modify the data acquisition request according to the test configuration information to obtain the data test request, the data test of the client can be realized through the data test request, and the data test request is obtained according to the specified data request without simulating and sending the specified data request through additional equipment, so that the data test cost can be reduced and the data test efficiency can be improved by adopting the device provided by the application.
Based on the embodiments of the data testing method and the data testing apparatus, the embodiments of the present application provide a computer device, which may be a server. Referring to fig. 9, fig. 9 is a schematic structural diagram of a computer device according to an embodiment of the present disclosure. The computer device shown in fig. 9 may include at least a processor 901, an input interface 902, an output interface 903, and a memory 904. The processor 901, the input interface 902, the output interface 903, and the memory 904 may be connected by a bus or other means.
Memory 904 may be stored in the memory of the computer device, memory 904 being used to store a computer program comprising program instructions, and processor 901 being used to execute the program instructions stored by memory 904. The processor 901 (or CPU) is a computing core and a control core of a computer device, which is adapted to implement one or more instructions for implementing the steps of the corresponding methods in fig. 3 and 5.
In an alternative embodiment, the processor 901 is configured to call the program instructions to perform:
acquiring a data acquisition request of a client, and acquiring test configuration information aiming at the client;
modifying the data acquisition field according to the test configuration information to obtain a data test request aiming at the client; the data acquisition field is a field which is used for indicating the data requested to be acquired in the data acquisition request;
and sending the data test request to the client so that the client executes corresponding information processing operation on the test configuration information according to the response operation aiming at the data test request.
The data test request comprises N data test operations, wherein N is a positive integer.
In an alternative embodiment, the processor 901 is configured to call the program instructions to perform:
acquiring data test information indicated by each data test operation test instruction information;
and determining the data test information respectively corresponding to each data test operation as the test configuration information aiming at the client.
Wherein the N data test operations comprise a message push operation.
In an alternative embodiment, the processor 901 is configured to call the program instructions to perform:
acquiring a simulation client account number for a client;
acquiring message push content corresponding to a simulation client account;
and generating data test information corresponding to the message pushing operation according to the simulation client account and the message pushing content.
In an alternative embodiment, the processor 901 is configured to call the program instructions to perform:
acquiring operation identifiers and operation instructions corresponding to M data test operations respectively, wherein the M data test operations comprise N data test operations, and M is a positive integer greater than or equal to N;
and performing associated storage on the operation identifiers and the operation instructions respectively corresponding to the M data test operations to obtain an operation index table.
In an alternative embodiment, the processor 901 is configured to call the program instructions to perform:
respectively acquiring operation instructions associated with operation identifications corresponding to each data test operation from an operation index table;
and respectively acquiring the data test information indicated by the test indication information corresponding to each data test operation according to the operation instruction corresponding to each data test operation.
In an alternative embodiment, the processor 901 is configured to call the program instructions to perform:
and acquiring a data acquisition request sent to a test agent component configured for the client, wherein the data acquisition request is obtained by intercepting a request initiated by the client to the affiliated client background by the test agent component.
In an alternative embodiment, the processor 901 is configured to call the program instructions to perform:
and sending the data test request to the client based on the test agent component.
Optionally, a live program runs in the client; the client comprises a live broadcast interface corresponding to the live broadcast program; the test configuration information comprises live test messages aiming at live programs; the information processing operation comprises a rendering and displaying operation aiming at the data configuration information; and the live broadcast test message is subjected to rendering display operation on a live broadcast interface by a live broadcast program operated by the client.
In an alternative embodiment, the processor 901 is configured to call the program instructions to perform:
acquiring information processing quality parameters aiming at test configuration information sent by a client; the information processing quality parameter is a quality parameter generated by the client after executing the information processing operation on the test configuration information;
carrying out parameter rationalization analysis on the information processing quality parameters to obtain a test analysis result aiming at the client;
wherein the information processing quality parameter comprises at least one of: processing speed, processor occupancy parameter, information throughput when performing information processing operations on test configuration information.
It should be understood that the computer device 900 described in this embodiment of the present application may perform the description of the data testing method in the embodiment corresponding to fig. 3 and fig. 5, and may also perform the description of the data testing apparatus in the embodiment corresponding to fig. 8, which is not described herein again. In addition, the beneficial effects of the same method are not described in detail.
In addition, an embodiment of the present application further provides a computer readable storage medium, where the computer readable storage medium stores the computer program executed by the aforementioned data testing apparatus, and the computer program includes program instructions, and when the processor executes the program instructions, the description of the data testing method in the embodiment corresponding to fig. 3 and fig. 5 can be performed, so that details are not repeated here. In addition, the beneficial effects of the same method are not described in detail. For technical details not disclosed in the embodiments of the computer storage medium referred to in the present application, reference is made to the description of the embodiments of the method of the present application.
By way of example, the program instructions described above may be executed on one computer device, or on multiple computer devices located at one site, or distributed across multiple sites and interconnected by a communication network, which may comprise a blockchain network.
Embodiments of the present application provide a computer program product or computer program comprising computer instructions stored in a computer readable storage medium. The processor of the computer device reads the computer instructions from the computer-readable storage medium, and the processor executes the computer instructions to cause the computer device to perform the method embodiments as shown in fig. 3 or fig. 5. The computer-readable storage medium may be the data testing apparatus provided in any of the foregoing embodiments or an internal storage unit of the computer device, such as a hard disk or a memory of the computer device. The computer readable storage medium may also be an external storage device of the computer device, such as a plug-in hard disk, a Smart Memory Card (SMC), a Secure Digital (SD) card, a flash card (flash card), and the like, provided on the computer device. Further, the computer-readable storage medium may also include both an internal storage unit and an external storage device of the computer device. The computer-readable storage medium is used for storing the computer program and other programs and data required by the computer device. The computer readable storage medium may also be used to temporarily store data that has been output or is to be output.
The terms "first," "second," and the like in the description and in the claims and drawings of the embodiments of the present application are used for distinguishing between different objects and not for describing a particular order. Furthermore, the terms "comprises" and any variations thereof, are intended to cover non-exclusive inclusions. For example, a process, method, apparatus, product, or apparatus that comprises a list of steps or elements is not limited to the listed steps or modules, but may alternatively include other steps or modules not listed or inherent to such process, method, apparatus, product, or apparatus.
Those of ordinary skill in the art will appreciate that the elements and algorithm steps of the examples described in connection with the embodiments disclosed herein may be embodied in electronic hardware, computer software, or combinations of both, and that the components and steps of the examples have been described in a functional general in the foregoing description for the purpose of illustrating clearly the interchangeability of hardware and software. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the implementation. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present application.
The method and the related apparatus provided by the embodiments of the present application are described with reference to the flowchart and/or the structural diagram of the method provided by the embodiments of the present application, and each flow and/or block of the flowchart and/or the structural diagram of the method, and the combination of the flow and/or block in the flowchart and/or the block diagram can be specifically implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block or blocks of the block diagram. These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block or blocks of the block diagram. These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block or blocks.
While the present invention has been described with reference to particular embodiments, it will be understood by those skilled in the art that various changes in form and details may be made therein without departing from the spirit and scope of the invention as defined by the appended claims.

Claims (10)

1. A method for data testing, the method comprising:
acquiring a data acquisition request sent by a client, and acquiring test configuration information aiming at the client;
modifying a data acquisition field in the data acquisition request according to the test configuration information to obtain a data test request aiming at the client; the data acquisition field is a field used for indicating the data requested to be acquired in the data acquisition request;
and sending the data test request to the client so that the client executes corresponding information processing operation on the test configuration information according to response operation aiming at the data test request.
2. The method according to claim 1, wherein the data test request includes test indication information corresponding to N data test operations, where N is a positive integer;
the obtaining of the test configuration information for the client includes:
respectively acquiring data test information indicated by test indication information corresponding to each data test operation;
and determining the data test information respectively corresponding to each data test operation as the test configuration information aiming at the client.
3. The method according to claim 2, wherein the test indication information corresponding to the N data test operations includes test indication information corresponding to a message push operation;
the respectively obtaining the data test information indicated by the test indication information corresponding to each data test operation includes:
acquiring a simulation client account aiming at the client according to test indication information corresponding to the message pushing operation;
acquiring message pushing content corresponding to the simulation client account;
and generating data test information corresponding to the message pushing operation according to the simulation client account and the message pushing content.
4. The method of claim 2, further comprising:
acquiring operation identifiers and operation instructions corresponding to M data test operations respectively, wherein the M data test operations comprise the N data test operations, and M is a positive integer greater than or equal to N;
performing associated storage on the operation identifiers and the operation instructions respectively corresponding to the M data test operations to obtain an operation index table;
the respectively obtaining the data test information indicated by the test indication information corresponding to each data test operation includes:
respectively acquiring operation instructions associated with the operation identifications corresponding to each data test operation from the operation index table;
and respectively acquiring the data test information indicated by the test indication information corresponding to each data test operation according to the operation instruction corresponding to each data test operation.
5. The method according to claim 1, wherein the obtaining the data obtaining request sent by the client comprises:
acquiring the data acquisition request sent by a test agent component configured by the client, wherein the data acquisition request is obtained by intercepting a request initiated by the client to a client background to which the client belongs by the test agent component;
the sending the data test request to the client includes:
and sending the data test request to the client based on the test agent component.
6. The method of claim 1, wherein a live program is running in the client; the client comprises a live broadcast interface corresponding to the live broadcast program; the test configuration information comprises live test messages for the live program; the information processing operation comprises a rendering display operation for the test configuration information; and the live broadcast test message is subjected to rendering display operation on the live broadcast interface by the live broadcast program operated by the client.
7. The method of claim 1, further comprising:
acquiring information processing quality parameters aiming at the test configuration information sent by the client; the information processing quality parameter is a quality parameter generated by the client after the information processing operation is performed on the test configuration information;
performing parameter rationalization analysis on the information processing quality parameters to obtain a test analysis result aiming at the client;
wherein the information processing quality parameter comprises at least one of: processing speed, processor occupancy parameter, information throughput when performing the information processing operation on the test configuration information.
8. A data testing apparatus, characterized in that the apparatus comprises:
the device comprises an acquisition unit, a processing unit and a processing unit, wherein the acquisition unit is used for acquiring a data acquisition request sent by a client and acquiring test configuration information aiming at the client;
the modification unit is used for modifying the data acquisition field in the data acquisition request according to the test configuration information to obtain a data test request aiming at the client; the data acquisition field is a field used for indicating the data requested to be acquired in the data acquisition request;
and the sending unit is used for sending the data test request to the client so as to enable the client to execute corresponding information processing operation on the test configuration information according to response operation aiming at the data test request.
9. A computer arrangement comprising a memory and a processor, the memory storing a computer program which, when executed by the processor, causes the processor to carry out the steps of the method according to any one of claims 1-7.
10. A computer-readable storage medium, characterized in that the computer-readable storage medium stores a computer program adapted to be loaded by a processor and to perform the method of any of claims 1-7.
CN202110544911.0A 2021-05-19 2021-05-19 Data testing method and device, computer equipment and storage medium Active CN112988608B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110544911.0A CN112988608B (en) 2021-05-19 2021-05-19 Data testing method and device, computer equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110544911.0A CN112988608B (en) 2021-05-19 2021-05-19 Data testing method and device, computer equipment and storage medium

Publications (2)

Publication Number Publication Date
CN112988608A true CN112988608A (en) 2021-06-18
CN112988608B CN112988608B (en) 2021-08-31

Family

ID=76336805

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110544911.0A Active CN112988608B (en) 2021-05-19 2021-05-19 Data testing method and device, computer equipment and storage medium

Country Status (1)

Country Link
CN (1) CN112988608B (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113495498A (en) * 2021-07-06 2021-10-12 中国工商银行股份有限公司 Simulation method, simulator, device, and medium for hardware device
CN113507527A (en) * 2021-07-20 2021-10-15 上海万物新生环保科技集团有限公司 Code data access method and device based on gateway forwarding
CN113726801A (en) * 2021-09-02 2021-11-30 北京字节跳动网络技术有限公司 AB experiment method, device, equipment and medium applied to server
CN114238099A (en) * 2021-12-09 2022-03-25 北京五八信息技术有限公司 Method and device for gray scale test, electronic equipment and readable medium

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102999421A (en) * 2012-10-16 2013-03-27 北京京东世纪贸易有限公司 Testing method and testing device
US20130219228A1 (en) * 2012-02-17 2013-08-22 Wavemarket, Inc. Application harnessing system and method
CN103312551A (en) * 2012-03-12 2013-09-18 腾讯科技(深圳)有限公司 Test method and test device of common gateway interface
CN105930274A (en) * 2016-05-05 2016-09-07 中国银行股份有限公司 Automated test method and system
CN108268375A (en) * 2018-01-12 2018-07-10 深圳壹账通智能科技有限公司 Applied program testing method, device, computer equipment and storage medium
CN110659202A (en) * 2019-08-12 2020-01-07 网宿科技股份有限公司 Client automatic testing method and device
CN111209202A (en) * 2020-01-06 2020-05-29 北京字节跳动网络技术有限公司 Terminal application testing method and device
CN112650689A (en) * 2020-12-31 2021-04-13 五八有限公司 Test method, test device, electronic equipment and storage medium
CN112799970A (en) * 2021-04-08 2021-05-14 腾讯科技(深圳)有限公司 Test data processing method, device, electronic equipment and medium

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20130219228A1 (en) * 2012-02-17 2013-08-22 Wavemarket, Inc. Application harnessing system and method
CN103312551A (en) * 2012-03-12 2013-09-18 腾讯科技(深圳)有限公司 Test method and test device of common gateway interface
CN102999421A (en) * 2012-10-16 2013-03-27 北京京东世纪贸易有限公司 Testing method and testing device
CN105930274A (en) * 2016-05-05 2016-09-07 中国银行股份有限公司 Automated test method and system
CN108268375A (en) * 2018-01-12 2018-07-10 深圳壹账通智能科技有限公司 Applied program testing method, device, computer equipment and storage medium
CN110659202A (en) * 2019-08-12 2020-01-07 网宿科技股份有限公司 Client automatic testing method and device
CN111209202A (en) * 2020-01-06 2020-05-29 北京字节跳动网络技术有限公司 Terminal application testing method and device
CN112650689A (en) * 2020-12-31 2021-04-13 五八有限公司 Test method, test device, electronic equipment and storage medium
CN112799970A (en) * 2021-04-08 2021-05-14 腾讯科技(深圳)有限公司 Test data processing method, device, electronic equipment and medium

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113495498A (en) * 2021-07-06 2021-10-12 中国工商银行股份有限公司 Simulation method, simulator, device, and medium for hardware device
CN113507527A (en) * 2021-07-20 2021-10-15 上海万物新生环保科技集团有限公司 Code data access method and device based on gateway forwarding
CN113726801A (en) * 2021-09-02 2021-11-30 北京字节跳动网络技术有限公司 AB experiment method, device, equipment and medium applied to server
CN114238099A (en) * 2021-12-09 2022-03-25 北京五八信息技术有限公司 Method and device for gray scale test, electronic equipment and readable medium

Also Published As

Publication number Publication date
CN112988608B (en) 2021-08-31

Similar Documents

Publication Publication Date Title
CN112988608B (en) Data testing method and device, computer equipment and storage medium
US9652364B1 (en) Cloud service for mobile testing and debugging
CN111159049B (en) Automatic interface testing method and system
US20040221034A1 (en) Centralized measurement of web performance
US20110282642A1 (en) Network emulation in manual and automated testing tools
CN110275831B (en) Mock data verification method and device of protocol interface
KR101520056B1 (en) Cloud-based mobile/online game server load test automation service method
CN105787364B (en) Automatic testing method, device and system for tasks
CN106294094A (en) The method of testing of game server, client, server and system
CN106559289A (en) The concurrent testing method and device of SSLVPN gateways
CN106681921B (en) Method and device for realizing data parameterization
CN110519127B (en) Network delay detection method, device and storage medium
CN111611140B (en) Report verification method and device for buried point data, electronic equipment and storage medium
CN112732572A (en) Service testing method, device and system, storage medium and electronic device
CN111935260B (en) Account synchronization method and device, electronic equipment and storage medium
CN106161452B (en) The sending method and device of identifying code
CN112231209A (en) Parameter acquisition method and device, computer equipment and storage medium
CN112181822A (en) Test method and test method for starting time consumption of application program
CN111552643A (en) Multi-browser webpage access synchronization method and system
CN115454878A (en) Interface calling test method applied to micro service and related device
CN109347951A (en) File deriving method, device, computer equipment and computer readable storage medium
CN114564387A (en) Scene type automatic testing method and system for OpenStack cloud platform
CN114285779A (en) Method, device and system for processing test request
CN108345508A (en) Interface calls test method and device
CN112799956B (en) Asset identification capability test method, device and system device

Legal Events

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