CN112925725B - Data testing method and device, readable storage medium and electronic equipment - Google Patents

Data testing method and device, readable storage medium and electronic equipment Download PDF

Info

Publication number
CN112925725B
CN112925725B CN202110382111.3A CN202110382111A CN112925725B CN 112925725 B CN112925725 B CN 112925725B CN 202110382111 A CN202110382111 A CN 202110382111A CN 112925725 B CN112925725 B CN 112925725B
Authority
CN
China
Prior art keywords
user
test
time
data
client
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202110382111.3A
Other languages
Chinese (zh)
Other versions
CN112925725A (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.)
Netease Hangzhou Network Co Ltd
Original Assignee
Netease Hangzhou Network 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 Netease Hangzhou Network Co Ltd filed Critical Netease Hangzhou Network Co Ltd
Priority to CN202110382111.3A priority Critical patent/CN112925725B/en
Publication of CN112925725A publication Critical patent/CN112925725A/en
Application granted granted Critical
Publication of CN112925725B publication Critical patent/CN112925725B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

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
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

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

Abstract

The disclosure relates to a data testing method, a data testing device, a readable storage medium and an electronic device, and relates to the technical field of data processing, wherein the method comprises the following steps: acquiring a current scene of a user, monitoring the operation of the user in the current scene to obtain a first operation of the user, and generating a test case according to the current scene and the first operation of the user; acquiring the test time of the current scene, setting the mapping between the test time and the current time, and triggering the test time through the current time and the mapping; and executing the test case, testing the first operation of the user to obtain a test result, and checking the test result. The present disclosure improves the efficiency of data testing.

Description

Data testing method and device, readable storage medium and electronic equipment
Technical Field
The embodiment of the invention relates to the technical field of data processing, in particular to a data testing method, a data testing device, a readable storage medium and electronic equipment.
Background
With the development of information technology, a live broadcast platform is developed, and in order to ensure the normal running of live broadcast activities in a common network live broadcast platform, the live broadcast activities need to be tested. At present, the live broadcast activity is tested, the test content related to time is more and more, in order to realize the test of the live broadcast activity at the appointed time, a tester can only test the live broadcast activity at the appointed time when the live broadcast activity occurs, and the correctness of the system function is observed.
The method for testing the live broadcast activity by the tester at the appointed time can finish the test of the live broadcast activity, but on one hand, when the tester misses the appointed time, the tester needs to wait until the next test time point to perform the functional test, and because of the error of manual operation, the time of the test data reaching the server is not the execution time of the test case, the ideal test scene cannot be reached, and the data test efficiency is low; on the other hand, test logic for a particular point in time cannot be simulated.
Accordingly, there is a need to provide a new data testing method.
It should be noted that the information of the present invention in the above background section is only for enhancing the understanding of the background of the present invention and thus may include information that does not form the prior art that is already known to those of ordinary skill in the art.
Disclosure of Invention
The present invention aims to provide a data testing method, a data testing device, a readable storage medium and an electronic apparatus, which overcome at least to some extent the problem of low data testing efficiency caused by the limitations and defects of the related art.
According to one aspect of the present disclosure, there is provided a data testing method including:
acquiring a current scene of a user, monitoring the operation of the user in the current scene to obtain a first operation of the user, and generating a test case according to the current scene and the first operation of the user;
acquiring the test time of the current scene, setting the mapping between the test time and the current time, and triggering the test time through the current time and the mapping;
and executing the test case, testing the first operation of the user to obtain a test result, and checking the test result.
In an exemplary embodiment of the present disclosure, after obtaining the first operation of the user, the data testing method further includes:
generating a push protocol corresponding to a first operation of the user, and sending the first operation and attribute information corresponding to the first operation to a server based on the push protocol;
And receiving the update data sent by the server.
In an exemplary embodiment of the present disclosure, after the first operation and the attribute information corresponding to the first operation are sent to a server, the data testing method further includes:
and storing the push protocol.
In an exemplary embodiment of the present disclosure, obtaining a test time of the current scenario, setting a mapping between the test time and a current time, and triggering the test time through the current time and the mapping, including:
acquiring the test time of the current scene by using a time acquisition method included in a base library;
acquiring the current time and establishing a mapping relation between the current time and the test time;
and triggering the test time by using the time acquisition method based on the current time.
In an exemplary embodiment of the present disclosure, verifying the test result includes:
taking the updated result sent by the server as the test result;
and acquiring a preset expected result corresponding to the first operation, and checking the test result through the preset expected result.
According to one aspect of the present disclosure, there is provided a data testing method including:
receiving a first operation of a user in preset time and attribute information of the first operation, which are sent by a client;
updating data in a database based on the first operation and attribute information of the first operation to obtain an updating result;
and sending the updating result to the client so that the client verifies the testing result of the client according to the updating result.
According to one aspect of the present disclosure, there is provided a data testing apparatus comprising:
the test case generation module is used for acquiring a current scene of a user, monitoring the operation of the user in the current scene to obtain a first operation of the user, and generating a test case according to the current scene and the first operation of the user;
the test time triggering module is used for acquiring the test time of the current scene, setting the mapping between the test time and the current time and triggering the test time through the current time and the mapping;
and the test result checking module is used for executing the test case, testing the first operation of the user to obtain a test result, and checking the test result.
According to one aspect of the present disclosure, there is provided a data testing apparatus comprising:
the attribute information receiving module is used for receiving a first operation of a user in preset time and attribute information of the first operation, wherein the first operation is sent by a client;
the data updating module is used for updating the data in the database based on the first operation and the attribute information of the first operation to obtain an updating result;
and the updating result sending module is used for sending the updating result to the client so that the client can verify the testing result of the client according to the updating result.
According to one aspect of the present disclosure, there is provided a readable storage medium having stored thereon a computer program which, when executed by a processor, implements the data testing method according to any of the above-described exemplary embodiments.
According to one aspect of the present disclosure, there is provided an electronic device including:
a processor; and
a memory for storing executable instructions of the processor;
wherein the processor is configured to perform the data testing method of any of the above-described exemplary embodiments via execution of the executable instructions.
According to the data testing method provided by the embodiment of the invention, on one hand, a current scene of a user is obtained, the operation of the user in the current scene is monitored to obtain a first operation of the user, and a test case is generated according to the current scene and the first operation of the user; acquiring the test time of the current scene, setting the mapping between the test time and the current time, and triggering the test time through the current time and the mapping; executing the test case, testing the first operation of the user to obtain a test result, and checking the test result, wherein the test time of the current scene is acquired, the mapping relation between the current time and the test time is set, the test time is triggered through the current time, so that the test of the monitored first operation is completed, the problem that in the prior art, after the tester misses the designated time, the tester can test the first operation only after waiting for the next test time point is solved, and the data test efficiency is improved; on the other hand, the operation behavior of the user in the current scene is monitored, the first operation of the user is obtained, the test case is generated according to the first operation, the test time is triggered through the current time, the error of manual operation is solved, and the simulation of the test logic at the special time point can be realized.
It is to be understood that both the foregoing general description and the following detailed description are exemplary and explanatory only and are not restrictive of the invention as claimed.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate embodiments consistent with the invention and together with the description, serve to explain the principles of the invention. It is evident that the drawings in the following description are only some embodiments of the present invention and that other drawings may be obtained from these drawings without inventive effort for a person of ordinary skill in the art.
Fig. 1 schematically illustrates a flow chart of a data testing method according to an example embodiment of the present disclosure.
Fig. 2 schematically illustrates a block diagram of a data testing system according to an example embodiment of the present disclosure.
Fig. 3 schematically illustrates a method flowchart for data testing after a first operation by a user, according to an example embodiment of the present disclosure.
Fig. 4 schematically illustrates a flowchart of a method for a server to perform data adjustment based on attribute information of a first operation according to an exemplary embodiment of the present disclosure.
Fig. 5 schematically illustrates a method flowchart for triggering a test time based on a current time, according to an example embodiment of the present disclosure.
Fig. 6 schematically illustrates a flow chart of a method of verifying test results according to an example embodiment of the present disclosure.
Fig. 7 schematically illustrates a block diagram of a test result verification according to an example embodiment of the present disclosure.
Fig. 8 schematically illustrates a flow chart of a method of verifying gift data according to an example embodiment of the present disclosure.
Fig. 9 schematically illustrates a block diagram of a rank bonus check according to an example embodiment of the present disclosure.
Fig. 10 schematically illustrates a block diagram of a data testing apparatus according to an example embodiment of the present disclosure.
Fig. 11 schematically illustrates a block diagram of a data testing apparatus according to an example embodiment of the present disclosure.
Fig. 12 schematically illustrates an electronic device for implementing the above-described game scene generation method according to an exemplary embodiment of the present disclosure.
Detailed Description
Example embodiments will now be described more fully with reference to the accompanying drawings. However, the exemplary embodiments may be embodied in many forms and should not be construed as limited to the examples set forth herein; rather, these embodiments are provided so that this disclosure will be thorough and complete, and will fully convey the concept of the example embodiments to those skilled in the art. The described features, structures, or characteristics may be combined in any suitable manner in one or more embodiments. In the following description, numerous specific details are provided to give a thorough understanding of embodiments of the invention. One skilled in the relevant art will recognize, however, that the invention may be practiced without one or more of the specific details, or with other methods, components, devices, steps, etc. In other instances, well-known aspects have not been shown or described in detail to avoid obscuring aspects of the invention.
Furthermore, the drawings are merely schematic illustrations of the present invention and are not necessarily drawn to scale. The same reference numerals in the drawings denote the same or similar parts, and thus a repetitive description thereof will be omitted. Some of the block diagrams shown in the figures are functional entities and do not necessarily correspond to physically or logically separate entities. These functional entities may be implemented in software or in one or more hardware modules or integrated circuits or in different networks and/or processor devices and/or microcontroller devices.
In current live event testing, more and more time-related testing is performed, for example: the user does not count in the list in 59 minutes and 59 seconds at 23 points, which leads to the error of the previous list data and the failure of correctly issuing rewards of the list user, the current test personnel can only select the starting time of the squatting tasks for the test of the scenes, test the function module corresponding to the tasks, and further observe the correctness of the function module. However, the method of manual testing by a tester has the following problems: (1) Because of errors of manual operation, the time of data reaching the server is not the time of use case design, so that an ideal test scene cannot be achieved; (2) After missing the time point, the tester may need to wait until the next time point to complete the function test; (3) The test time is limited, and the test logic of the node at the special time cannot be simulated; (4) And the operation is performed in a large batch at the same time, and the verification of the test result has no unified standard.
In view of one or more of the foregoing problems, in this exemplary embodiment, a data testing method is provided, where the method may operate on a device terminal, and the device terminal may include a PC end, a mobile end, and the like; of course, those skilled in the art may also operate the method of the present invention on other platforms as required, and this is not a particular limitation in the present exemplary embodiment. Referring to fig. 1, the data testing method may include the steps of:
step S110, acquiring a current scene of a user, monitoring the operation of the user in the current scene to obtain a first operation of the user, and generating a test case according to the current scene and the first operation of the user;
step S120, acquiring the test time of the current scene, setting the mapping between the test time and the current time, and triggering the test time through the current time and the mapping;
and S130, executing the test case, testing the first operation of the user to obtain a test result, and checking the test result.
According to the data testing method, on one hand, the current scene of the user is obtained, the operation of the user in the current scene is monitored to obtain the first operation of the user, and a test case is generated according to the current scene and the first operation of the user; acquiring the test time of the current scene, setting the mapping between the test time and the current time, and triggering the test time through the current time and the mapping; executing the test case, testing the first operation of the user to obtain a test result, and checking the test result, wherein the test time of the current scene is acquired, the mapping relation between the current time and the test time is set, the test time is triggered through the current time, so that the test of the monitored first operation is completed, the problem that in the prior art, after the tester misses the designated time, the tester can test the first operation only after waiting for the next test time point is solved, and the data test efficiency is improved; on the other hand, the operation behavior of the user in the current scene is monitored, the first operation of the user is obtained, the test case is generated according to the first operation, the test time is triggered through the current time, the error of manual operation is solved, and the simulation of the test logic at the special time point can be realized.
Hereinafter, each step involved in the data testing method of the exemplary embodiment of the present disclosure is explained and illustrated in detail.
First, an application scenario and an object of the exemplary embodiment of the present disclosure are explained and explained.
Specifically, the embodiment of the disclosure may be used for testing functional correctness of functional modules corresponding to various live events included in a live event process, so as to solve the problem of low testing efficiency in live event testing.
Based on the monitored current scene of the user and the first operation of the user in the preset time, the embodiment of the invention generates the test case of the first operation and the push protocol corresponding to the first operation, and the attribute information corresponding to the first operation is pushed to the server, so that the server updates the data in the database according to the attribute information corresponding to the first operation; meanwhile, the test time of the current scene is acquired at the client, the mapping relation between the current time and the test time is set, the test time is triggered through the current time to test the first operation of the user, a test result is obtained, finally, the test result is verified, mapping between future time nodes and current time nodes in the test is achieved, on the other hand, the user behavior is automatically monitored, the test case is generated, the execution time of the test case is controlled, the problem that test logic at a special time point cannot simulate is solved, and the efficiency of data test is improved.
Next, a data test system involved in an exemplary embodiment of the present disclosure will be explained and explained. Referring to fig. 2, the data testing system may include: an application configuration layer 210, a use case configuration layer 220, a use case writing layer 230, a use case automation layer 240, a use case execution layer 250, and a use case result generation layer 260. The application configuration layer 210 is configured to manage application protocol configuration, database configuration, and cache configuration, where the application protocol configuration may include a communication protocol between a server and a client, and may further include a communication protocol between a server and a server, and a push protocol corresponding to a special live broadcast activity; the database configuration includes IP (Internet Protocol Address ) addresses and port (port) addresses; the cache configuration includes an IP address; the case configuration layer 220 is in network connection with the application configuration layer 210, and is used for designing different test cases according to the live broadcast activity, executing the test cases in batches, stopping executing the test cases and managing the global environment configuration of the live broadcast activity; the case writing layer 230 is in network connection with the case configuration layer 220, and is used for describing the test case, setting the execution condition of the test case, the environment before the test case is executed and the environment after the test case is executed, wherein the environment before the test case is the processing operation required before the test case is executed, and the environment after the test case is the processing operation required after the test case is executed; the use case automatic generation layer 240 is connected with the use case writing layer 230 in a network manner, and is used for monitoring different operation behaviors of a user in different live broadcast scenes, generating communication protocols corresponding to the different operation behaviors, and sending information corresponding to the user operation behaviors to a server through the different communication protocols to obtain an updating result of the server; the case execution layer 250 is connected with the case automatic generation layer 240 in a network manner and is used for automatically executing test cases in a timed and batch manner to obtain test results; the use case result generation layer 260 is connected to the use case execution layer 250 in a network manner, and is used for accessing the update result of the server and the test result of the client into an automatic verification system to verify the test result.
Hereinafter, the steps S110 to S130 will be explained and described in detail with reference to fig. 2.
In step S110, a current scene where a user is located is obtained, and operations of the user in the current scene are monitored to obtain a first operation of the user, and a test case is generated according to the current scene and the first operation of the user.
The current scene of the user is an activity scene included in the live broadcast process, wherein the activity scene included in the live broadcast process can be a gift sending activity of the user at a special time node, can be a clicking action of the user, can also be a lottery action of the user and a redemption action of the user, and is not particularly limited in the example. The first operation of the user may be stage gift, host robber rewards, or may be a reward issuing, lottery, or redemption act, or may be delayed settlement, and is not particularly limited in this example embodiment. The test cases may be generated based on a white box method or a black box method, and are not specifically limited in this example embodiment.
The live platform where live broadcast is located mainly provides basic services of live broadcast application services, for example: providing an uplink and downlink message channel of a client, interfacing an external system, managing an application and the like, wherein the live broadcast platform mainly comprises three processes, namely: linkbalancer, svrnotify and smgrsvr, when an application included in live broadcast performs a registration procedure, first, the application needs to provide registration information to the smgrsvr process, where the registration information may be an IP address of the application and an address where the application provides a service to a user; the smgrsvr process forwards the registration information to the svrnototify process, the svrnototify process is responsible for verifying the registration information, when the verification passes, the svrnototify process returns a registration result to the registered application through the smgrsvr process, and when the registration is successful, the resource information of the live broadcast platform is pushed to the client through the broadcasting process; the linkbalancer process is used for communicating with the access layer, and the user client accesses the live broadcast platform through the access layer, so that a user can access different applications included in live broadcast.
In this exemplary embodiment, referring to fig. 3, after the first operation of the user is obtained, the data testing method further includes step S310 and step S320:
in step S310, a push protocol corresponding to the first operation of the user is generated, and the first operation and attribute information corresponding to the first operation are sent to a server based on the push protocol;
in step S320, update data sent by the server is received.
Hereinafter, step S310 and step S320 will be explained and explained. The push protocol corresponding to the first operation may be an HTTP (HyperText Transfer Protocol ) protocol, or may be a TCP (Transmission Control Protocol, transmission control protocol) protocol, which is not specifically limited in this example embodiment. The push protocol may be a client-to-server push protocol or a protocol between different application servers, and when an operation in a live broadcast activity is a key operation behavior, a push protocol corresponding to the key operation behavior may be generated, where the key operation is the operation with the highest frequency or the highest priority, and in this example embodiment, the key operation is not specifically limited.
When the push protocol is a client-to-server push protocol, firstly, acquiring a unique identifier of a user and pushing the unique identifier of the user to an access layer; secondly, receiving a message sent by an access layer, wherein the message sent by the access layer can comprise: the unique identification of the message, the information of the live broadcast room where the user is located, channel information, user information and the IP address of the client; and packaging the message sent by the access layer, and finally, sending the data obtained by packaging to the client.
When the push protocol is a push protocol between different application clothes, two modes including a Json packing mode and a Commonjson packing mode may be included, and in this example embodiment, the push protocol between different application clothes is specifically limited. When the push protocol is in a Json packing mode, firstly, acquiring a unique identifier of a user and original data of attribute information corresponding to a first operation of the user, and packing the unique identifier of the user and the original data of the attribute information corresponding to the first operation of the user; then, acquiring the header of the original message transmission protocol; and finally, transmitting the unique identification of the user subjected to the packaging processing and the original data of the attribute information corresponding to the first operation of the user to another service end corresponding to the current service end through the head of the original message transmission protocol. When the push protocol is a CommonJson packaging mode, firstly, acquiring original data of attribute information corresponding to a first operation of a user, and carrying out format serialization on the original data; secondly, obtaining a unique identifier of a user, and packaging the format-serialized original data and the unique identifier of the user; thirdly, acquiring the head of an original message transmission protocol, wherein the message transmission protocol can be an HTTP protocol or a TCP protocol; and finally, transmitting the unique identification of the user subjected to the packaging processing and the format-serialized original data to another server corresponding to the current server through the head of the original message transmission protocol.
When the push protocol is a push protocol corresponding to an emphasis operation, wherein the emphasis operation may be a gift operation, the protocol may be used to display the user's gift data in the current scenario. The method specifically comprises the following steps: firstly, acquiring a unique identifier of a user and original data of attribute information corresponding to a first operation of the user, and packaging the original data; then, acquiring the header of the original message transmission protocol; and finally, sending the data subjected to the packaging processing to the current scene through the acquired head of the original message transmission protocol.
After the client sends the attribute information corresponding to the first operation of the user to the client through the push protocol, the client may adjust the data in the database based on the received attribute information of the first operation, and referring to fig. 4, the adjustment may include step S410 and step S420:
in step S410, a data table corresponding to the first operation is determined, and a data field to be adjusted is determined in the data table;
in step S420, the data fields in the data table that need to be adjusted are updated according to the attribute information of the first operation.
Hereinafter, step S410 and step S420 will be explained and explained. Specifically, a public data table corresponding to a current scene and a data table corresponding to a first operation are determined according to the current scene of a user and the first operation of the user; secondly, updating data fields included in the data table according to the attribute information of the first operation; thirdly, according to the attribute information of the first operation, determining public attribute information in the current scene; and finally, updating the data fields in the public data table according to the public attribute information. For example, when a current scene where a user is located is a gift sending of a special node of the user and a first operation of the user is a gift sending, firstly, determining a data table for recording public data of the current scene in a database, wherein the public data can include the number of votes of a main broadcast in the current live broadcast and the size of a prize pool of a live broadcast room corresponding to the current scene, and the prize pool of the live broadcast room is used for distributing rewards to all users in the current live broadcast room after the live broadcast is finished; in the data table corresponding to the first operation of the user, the data table may include: the unique identifier of the user participating in the gift sending, the category of the user gift sending, in this example embodiment, the data fields in the public data table and the data fields included in the data table corresponding to the first operation are not specifically limited; secondly, updating the values of data fields included in a data table corresponding to the first operation according to the attribute information of the first operation of the user, and simultaneously calculating the change value of the first operation of the user to the public data according to the attribute information of the first operation, wherein the change value can be the change value of the number of main votes and the change number of the live broadcast jackpot where the user is located after the user gives a gift; finally, the values of the common data fields included in the common data table are updated according to the changed values of the common data.
After updating the data field in the data table, in order to ensure the consistency of the data, the data in the cache needs to be updated, where the updating of the data in the cache may be: when the data table included in the database is updated in a double-writing mode, the data included in the cache is updated at the same time; updating the data in the cache may further include: firstly, updating data of a data table included in a database, and then synchronizing the updated data in the data table to a cache, and the updating mode of the data included in the cache is not particularly limited in this example embodiment.
Furthermore, the server side also needs to push the update data in the database and the update data in the cache to the client side to serve as a test result of the current test.
In this example embodiment, after the first operation and the attribute information corresponding to the first operation are sent to the server, the data testing method further includes:
and storing the push protocol.
Specifically, after the push protocol corresponding to the first operation of the user is generated, the push protocol can be stored, and when the first operation occurs again in the live broadcasting room, the attribute information corresponding to the first operation can be pushed to the server through the stored push protocol corresponding to the first operation, so that the efficiency of data testing is improved.
In step S120, the test time of the current scene is obtained, a mapping between the test time and the current time is set, and the test time is triggered through the current time and the mapping.
The method comprises the steps of setting the testing time of a current scene as the future time relative to the current time, and setting the mapping relation between the current time and the future time to map the current time to the future time, so that the problem that data in the scene with infinitely prolonged settling time is difficult to test is solved.
In this exemplary embodiment, referring to fig. 5, a test time of the current scene is acquired, a mapping between the test time and a current time is set, and the test time is triggered by the current time and the mapping, including steps S510-S530:
in step S510, a time acquisition method included in a base library is used to acquire a test time of the current scene;
in step S520, the current time is obtained, and a mapping relationship between the current time and the test time is established;
in step S530, the test time is triggered by the time acquisition method based on the current time.
Hereinafter, step S510 to step S530 will be explained and explained. Specifically, the start test time of scenes included in all live broadcasts can be obtained through a universal method run_ts in a universal base library; secondly, setting a mapping between the current time and the test starting time, wherein the mapping can be a time stamp; finally, the current time is read through a general method run_ts, and the test starting time is triggered according to the mapping relation between the current time and the test starting time, so that the first operation of the user is tested.
In step S130, the test case is executed, the first operation of the user is tested, a test result is obtained, and the test result is verified.
The test case of the first operation of the user is generated by a case writing layer according to the current environment of the user and the first operation of the user, wherein the test case comprises the execution condition of the test case, the pre-execution environment of the test case and the post-execution environment of the test case.
In the present exemplary embodiment, referring to fig. 6, the verification of the test result includes step S610 and step S620:
in step S610, the updated result sent by the server is used as the test result;
In step S620, a preset expected result corresponding to the first operation is obtained, and the test result is verified by the preset expected result.
Hereinafter, step S610 and step S620 will be explained and explained. Specifically, firstly, a test expected result included in a test case is obtained; next, the expected test result and the update data sent by the client are used as a test result and the result is sent to the use case result generation layer 206, and the use case result generation layer accesses the test result into the automated verification system to realize verification of the test result. Referring to fig. 7, when data is verified, the data may be verified separately for the update frequency of the update data in live broadcast, which may include: gift certificate 701, package rewards verification 702, card rewards verification 703, database verification 704, and cache verification 705.
For example, referring to fig. 8, when checking gift data, it may include: s810, acquiring a gift checking script included in the test case; s820, judging whether the current gift data is activity data according to the gift checking script; s830, when the gift data is not the activity data, not processing; s840, when the gift data is the active gift data, judging whether the user is a legal user or not; s850, checking the type of gift data and the list data of the user when the user is a legal user; when the user is not a legal user, proceeding to S830; when checking the package of the rewarding user, the checked content comprises: receiving a package user check 851, a package rewards type check 852, a package rewards quantity check 853, and a package rewards validity period check 854; referring to fig. 9, when checking the card face prize, the card face prize check may include a user nameplate check and a user tail light check, where the tail light is an identifier of a task that appears behind a nickname after the user completes the task in live broadcast, and the check content may include: a taillight and nameplate issue list correctness check 901, taillight and nameplate type check 902, taillight and nameplate quantity check 903, and taillight and nameplate expiration date check 904; the checking of the database and the cache may include: the verification of the added data, the verification of the modified data and the verification of the deleted data.
In an exemplary embodiment of the present disclosure, there is also provided a data testing method including:
receiving a first operation of a user in preset time and attribute information of the first operation, which are sent by a client;
updating data in a database based on the first operation and attribute information of the first operation to obtain an updating result;
and sending the updating result to the client so that the client verifies the testing result of the client according to the updating result.
Specifically, the server receives attribute information corresponding to a first operation of a user sent by the client, determines a data table corresponding to the first operation of the user based on the received attribute information, where the data table may include a data table corresponding to the first operation and a public data table, updates data fields included in the data table corresponding to the first operation and the public data table according to the attribute information corresponding to the first operation, uses the changed fields as an update result, and sends the update result to the client, so that the client performs verification according to the update result.
The data testing method and the data testing system provided by the example embodiments of the present disclosure have at least the following advantages: the method comprises the steps of establishing a mapping between a test starting time and a current time, and triggering the test starting time by acquiring the current time, so that the problem that a tester can only wait for the test starting time to perform a test in the prior art is solved; automatically monitoring the operation of a user, generating a test case corresponding to the operation of the user, and simulating test logic at a special time point; after the test data are obtained, the test data are checked through an automatic check system, so that risks and errors possibly caused by manual operation are reduced, and the data check efficiency is improved.
Example embodiments of the present disclosure provide a data testing apparatus, referring to fig. 10, which may include: test case generation module 1010, test time trigger module 1020, test result verification module 1030. Wherein:
the test case generation module is used for acquiring a current scene of a user, monitoring the operation of the user in the current scene to obtain a first operation of the user, and generating a test case according to the current scene and the first operation of the user;
the test time triggering module is used for acquiring the test time of the current scene, setting the mapping between the test time and the current time and triggering the test time through the current time and the mapping;
and the test result checking module is used for executing the test case, testing the first operation of the user to obtain a test result, and checking the test result.
The exemplary embodiment of the present disclosure further provides a data testing apparatus, which may include: an attribute information receiving module 1110, a data updating module 1120, and an updating result transmitting module 1130. Wherein:
The attribute information receiving module 1110 is configured to receive a first operation of a user within a preset time and attribute information of the first operation, where the first operation is sent by a client;
a data updating module 1120, configured to update data in a database based on the first operation and attribute information of the first operation, to obtain an update result;
and the update result sending module 1130 is configured to send the update result to the client, so that the client verifies the test result of the client according to the update result.
The specific details of each module in the data testing device are described in detail in the corresponding data testing method, so that the details are not repeated here.
In an exemplary embodiment of the present disclosure, after obtaining the first operation of the user, the data testing method further includes:
generating a push protocol corresponding to a first operation of the user, and sending the first operation and attribute information corresponding to the first operation to a server based on the push protocol;
and receiving the update data sent by the server.
In an exemplary embodiment of the present disclosure, after the first operation and the attribute information corresponding to the first operation are sent to a server, the data testing method further includes:
And storing the push protocol.
In an exemplary embodiment of the present disclosure, obtaining a test time of the current scenario, setting a mapping between the test time and a current time, and triggering the test time through the current time and the mapping, including:
acquiring the test time of the current scene by using a time acquisition method included in a base library;
acquiring the current time and establishing a mapping relation between the current time and the test time;
and triggering the test time by using the time acquisition method based on the current time.
In an exemplary embodiment of the present disclosure, verifying the test result includes:
taking the updated result sent by the server as the test result;
and acquiring a preset expected result corresponding to the first operation, and checking the test result through the preset expected result.
According to one aspect of the present disclosure, there is provided a data testing method including:
receiving a first operation of a user in preset time and attribute information of the first operation, which are sent by a client;
updating data in a database based on the first operation and attribute information of the first operation to obtain an updating result;
And sending the updating result to the client so that the client verifies the testing result of the client according to the updating result.
It should be noted that although in the above detailed description several modules or units of a device for action execution are mentioned, such a division is not mandatory. Indeed, the features and functions of two or more modules or units described above may be embodied in one module or unit in accordance with embodiments of the invention. Conversely, the features and functions of one module or unit described above may be further divided into a plurality of modules or units to be embodied.
Furthermore, although the steps of the methods of the present invention are depicted in the accompanying drawings in a particular order, this is not required to either imply that the steps must be performed in that particular order, or that all of the illustrated steps be performed, to achieve desirable results. Additionally or alternatively, certain steps may be omitted, multiple steps combined into one step to perform, and/or one step decomposed into multiple steps to perform, etc.
In an exemplary embodiment of the present invention, an electronic device capable of implementing the above method is also provided.
Those skilled in the art will appreciate that the various aspects of the invention may be implemented as a system, method, or program product. Accordingly, aspects of the invention may be embodied in the following forms, namely: an entirely hardware embodiment, an entirely software embodiment (including firmware, micro-code, etc.) or an embodiment combining hardware and software aspects may be referred to herein as a "circuit," module "or" system.
An electronic device 1200 according to this embodiment of the present invention is described below with reference to fig. 12. The electronic device 1200 shown in fig. 12 is merely an example, and should not be construed as limiting the functionality and scope of use of embodiments of the present invention.
As shown in fig. 12, the electronic device 1200 is in the form of a general purpose computing device. Components of electronic device 1200 may include, but are not limited to: the at least one processing unit 1210, the at least one memory unit 1220, a bus 1230 connecting the different system components (including the memory unit 1220 and the processing unit 1210), and a display unit 1240.
Wherein the storage unit stores program code that is executable by the processing unit 1210 such that the processing unit 1210 performs steps according to various exemplary embodiments of the present invention described in the above-described "exemplary methods" section of the present specification. For example, the processing unit 1210 may perform step S110 shown in fig. 1: acquiring a current scene of a user, monitoring the operation of the user in the current scene to obtain a first operation of the user, and generating a test case according to the current scene and the first operation of the user; s120: acquiring the test time of the current scene, setting the mapping between the test time and the current time, and triggering the test time through the current time and the mapping; s130: and executing the test case, testing the first operation of the user to obtain a test result, and checking the test result.
The storage unit 1220 may include a readable medium in the form of a volatile storage unit, such as a Random Access Memory (RAM) 12201 and/or a cache memory 12202, and may further include a Read Only Memory (ROM) 12203.
Storage unit 1220 may also include a program/utility 12204 having a set (at least one) of program modules 12205, such program modules 12205 including, but not limited to: an operating system, one or more application programs, other program modules, and program data, each or some combination of which may include an implementation of a network environment.
Bus 1230 may be a local bus representing one or more of several types of bus structures including a memory unit bus or memory unit controller, a peripheral bus, an accelerated graphics port, a processing unit, or using any of a variety of bus architectures.
The electronic device 1200 may also communicate with one or more external devices 1300 (e.g., keyboard, pointing device, bluetooth device, etc.), one or more devices that enable a user to interact with the electronic device 1200, and/or any device (e.g., router, modem, etc.) that enables the electronic device 1200 to communicate with one or more other computing devices. Such communication may occur through an input/output (I/O) interface 1250. Also, the electronic device 1200 may communicate with one or more networks such as a Local Area Network (LAN), a Wide Area Network (WAN), and/or a public network such as the internet through the network adapter 1260. As shown, the network adapter 1260 communicates with other modules of the electronic device 1200 over bus 1230. It should be appreciated that although not shown, other hardware and/or software modules may be used in connection with electronic device 1200, including, but not limited to: microcode, device drivers, redundant processing units, external disk drive arrays, RAID systems, tape drives, data backup storage systems, and the like.
From the above description of embodiments, those skilled in the art will readily appreciate that the example embodiments described herein may be implemented in software, or may be implemented in software in combination with the necessary hardware. Thus, the technical solution according to the embodiments of the present invention may be embodied in the form of a software product, which may be stored in a non-volatile storage medium (may be a CD-ROM, a U-disk, a mobile hard disk, etc.) or on a network, and includes several instructions to cause a computing device (may be a personal computer, a server, a terminal device, or a network device, etc.) to perform the method according to the embodiments of the present invention.
In an exemplary embodiment of the present invention, a computer-readable storage medium having stored thereon a program product capable of implementing the method described above in the present specification is also provided. In some possible embodiments, the various aspects of the invention may also be implemented in the form of a program product comprising program code for causing a terminal device to carry out the steps according to the various exemplary embodiments of the invention as described in the "exemplary methods" section of this specification, when said program product is run on the terminal device.
A program product for implementing the above-described method according to an embodiment of the present invention may employ a portable compact disc read-only memory (CD-ROM) and include program code, and may be run on a terminal device, such as a personal computer. However, the program product of the present invention is not limited thereto, and in this document, a readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device.
The program product may employ any combination of one or more readable media. The readable medium may be a readable signal medium or a readable storage medium. The readable storage medium can be, for example, but is not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or a combination of any of the foregoing. More specific examples (a non-exhaustive list) of the readable storage medium would include the following: an electrical connection having one or more wires, a portable disk, a hard disk, random Access Memory (RAM), read-only memory (ROM), erasable programmable read-only memory (EPROM or flash memory), optical fiber, portable compact disk read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing.
The computer readable signal medium may include a data signal propagated in baseband or as part of a carrier wave with readable program code embodied therein. Such a propagated data signal may take any of a variety of forms, including, but not limited to, electro-magnetic, optical, or any suitable combination of the foregoing. A readable signal medium may also be any readable medium that is not a readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device.
Program code embodied on a readable medium may be transmitted using any appropriate medium, including but not limited to wireless, wireline, optical fiber cable, RF, etc., or any suitable combination of the foregoing.
Program code for carrying out operations of the present invention may be written in any combination of one or more programming languages, including an object oriented programming language such as Java, C++ or the like and conventional procedural programming languages, such as the "C" programming language or similar programming languages. The program code may execute entirely on the user's computing device, partly on the user's device, as a stand-alone software package, partly on the user's computing device, partly on a remote computing device, or entirely on the remote computing device or server. In the case of remote computing devices, the remote computing device may be connected to the user computing device through any kind of network, including a Local Area Network (LAN) or a Wide Area Network (WAN), or may be connected to an external computing device (e.g., connected via the Internet using an Internet service provider).
Furthermore, the above-described drawings are only schematic illustrations of processes included in the method according to the exemplary embodiment of the present invention, and are not intended to be limiting. It will be readily appreciated that the processes shown in the above figures do not indicate or limit the temporal order of these processes. In addition, it is also readily understood that these processes may be performed synchronously or asynchronously, for example, among a plurality of modules.
Other embodiments of the invention will be apparent to those skilled in the art from consideration of the specification and practice of the invention disclosed herein. This application is intended to cover any variations, uses, or adaptations of the invention following, in general, the principles of the invention and including such departures from the present disclosure as come within known or customary practice within the art to which the invention pertains. It is intended that the specification and examples be considered as exemplary only, with a true scope and spirit of the invention being indicated by the following claims.

Claims (9)

1. A method of testing data, comprising:
acquiring a current scene of a user, monitoring the operation of the user in the current scene to obtain a first operation of the user, and generating a test case according to the current scene and the first operation of the user;
Acquiring the test time of the current scene, setting the mapping between the test time and the current time, and triggering the test time through the current time and the mapping;
executing the test case, testing the first operation of the user to obtain a test result, and checking the test result;
after the first operation of obtaining the user, the data testing method further includes:
generating a push protocol corresponding to a first operation of the user, and sending the first operation and attribute information corresponding to the first operation to a server based on the push protocol; the push protocol comprises a client-to-server push protocol and a push protocol among different application clothes;
after the first operation and the attribute information corresponding to the first operation are sent to a server based on the push protocol, the data testing method further includes:
and storing the push protocol, and re-sending the first operation and attribute information corresponding to the first operation to a server based on the push protocol under the condition that the first operation is monitored again.
2. The data testing method according to claim 1, wherein after the generating a push protocol corresponding to the first operation of the user, the first operation and attribute information corresponding to the first operation are sent to a server based on the push protocol, the data testing method further comprises:
and receiving an updating result sent by the server.
3. The method of claim 1, wherein obtaining the test time of the current scenario, setting a mapping between the test time and a current time, and triggering the test time by the current time and the mapping, comprises:
acquiring the test time of the current scene by using a time acquisition method included in a base library;
acquiring the current time and establishing a mapping relation between the current time and the test time;
and triggering the test time by using the time acquisition method based on the current time.
4. A data testing method according to claim 3, wherein verifying the test results comprises:
taking the updated result sent by the server as the test result;
And acquiring a preset expected result corresponding to the first operation, and checking the test result through the preset expected result.
5. A method of testing data, comprising:
receiving a first operation of a user and attribute information of the first operation within a preset time, wherein the first operation and the attribute information of the first operation are sent to a server based on a push protocol after the first operation of the user is obtained by the client, the push protocol is generated by the client and corresponds to the first operation of the user, and the push protocol comprises a client-to-server push protocol and push protocols among different application services; the push protocol is stored in the client so as to send the first operation and attribute information corresponding to the first operation to a server again based on the push protocol when the client monitors the first operation again;
updating data in a database based on the first operation and attribute information of the first operation to obtain an updating result;
and sending the updating result to the client so that the client verifies the testing result of the client according to the updating result.
6. A data testing apparatus, comprising:
the test case generation module is used for acquiring a current scene of a user, monitoring the operation of the user in the current scene to obtain a first operation of the user, and generating a test case according to the current scene and the first operation of the user;
the test time triggering module is used for acquiring the test time of the current scene, setting the mapping between the test time and the current time and triggering the test time through the current time and the mapping;
the test result checking module is used for executing the test case, testing the first operation of the user to obtain a test result, and checking the test result;
after the first operation of the user is obtained, the data testing device is further configured to:
generating a push protocol corresponding to a first operation of the user, and sending the first operation and attribute information corresponding to the first operation to a server based on the push protocol; the push protocol comprises a client-to-server push protocol and a push protocol among different application clothes;
After the first operation and the attribute information corresponding to the first operation are sent to a server based on the push protocol, the data testing device is further configured to:
and storing the push protocol, and re-sending the first operation and attribute information corresponding to the first operation to a server based on the push protocol under the condition that the first operation is monitored again.
7. A data testing apparatus, comprising:
the device comprises an attribute information receiving module, a server and a client, wherein the attribute information receiving module is used for receiving a first operation of a user and attribute information of the first operation, which are sent by the client, in a preset time, wherein the first operation and the attribute information of the first operation are sent to the server by the client based on a push protocol after the first operation of the user is obtained, the push protocol is generated by the client and corresponds to the first operation of the user, and the push protocol comprises a client-to-server push protocol and push protocols among different application clothes; the push protocol is stored in the client so as to send the first operation and attribute information corresponding to the first operation to a server again based on the push protocol when the client monitors the first operation again;
The data updating module is used for updating the data in the database based on the first operation and the attribute information of the first operation to obtain an updating result;
and the updating result sending module is used for sending the updating result to the client so that the client can verify the testing result of the client according to the updating result.
8. A readable storage medium having stored thereon a computer program, which when executed by a processor implements the data testing method of any of claims 1-5.
9. An electronic device, comprising:
a processor; and
a memory for storing executable instructions of the processor;
wherein the processor is configured to perform the data testing method of any of claims 1-5 via execution of the executable instructions.
CN202110382111.3A 2021-04-09 2021-04-09 Data testing method and device, readable storage medium and electronic equipment Active CN112925725B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110382111.3A CN112925725B (en) 2021-04-09 2021-04-09 Data testing method and device, readable storage medium and electronic equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110382111.3A CN112925725B (en) 2021-04-09 2021-04-09 Data testing method and device, readable storage medium and electronic equipment

Publications (2)

Publication Number Publication Date
CN112925725A CN112925725A (en) 2021-06-08
CN112925725B true CN112925725B (en) 2024-03-15

Family

ID=76173931

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110382111.3A Active CN112925725B (en) 2021-04-09 2021-04-09 Data testing method and device, readable storage medium and electronic equipment

Country Status (1)

Country Link
CN (1) CN112925725B (en)

Citations (24)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8788685B1 (en) * 2006-04-27 2014-07-22 Netapp, Inc. System and method for testing multi-protocol storage systems
GB201421920D0 (en) * 2014-12-10 2015-01-21 Ibm Software test automation
CN107908541A (en) * 2017-07-26 2018-04-13 平安壹钱包电子商务有限公司 Interface test method, device, computer equipment and storage medium
CN108536570A (en) * 2018-03-28 2018-09-14 口碑(上海)信息技术有限公司 The method, apparatus and system that data direct broadcasting room gray scale pressure is surveyed
CN109614318A (en) * 2018-11-14 2019-04-12 金色熊猫有限公司 Automated testing method, device, electronic equipment and computer-readable medium
CN109871311A (en) * 2017-12-04 2019-06-11 北京京东尚科信息技术有限公司 A kind of method and apparatus for recommending test case
CN109992515A (en) * 2019-04-02 2019-07-09 网易(杭州)网络有限公司 Test method and device, electronic equipment
WO2019144680A1 (en) * 2018-01-23 2019-08-01 网易(杭州)网络有限公司 Automatic testing method and apparatus, storage medium and electronic device
CN110083528A (en) * 2019-03-19 2019-08-02 深圳壹账通智能科技有限公司 Distribution method, device, computer equipment and the storage medium of test assignment
CN110221983A (en) * 2019-06-19 2019-09-10 深圳市腾讯网域计算机网络有限公司 Test method, device, computer readable storage medium and computer equipment
CN110232025A (en) * 2019-06-11 2019-09-13 网易(杭州)网络有限公司 Protocol testing method, device and system
CN110471834A (en) * 2019-06-28 2019-11-19 平安银行股份有限公司 Credit card analog detection method and relevant device under more transaction channels
CN110659202A (en) * 2019-08-12 2020-01-07 网宿科技股份有限公司 Client automatic testing method and device
CN110941559A (en) * 2019-11-27 2020-03-31 北京搜狐新媒体信息技术有限公司 Automatic test method and system
CN111078525A (en) * 2019-10-11 2020-04-28 中国平安财产保险股份有限公司 Method and device for adjusting system running time, computer equipment and storage medium
CN111176977A (en) * 2019-10-16 2020-05-19 腾讯科技(深圳)有限公司 Method and device for automatically identifying security vulnerabilities
CN111475388A (en) * 2020-03-05 2020-07-31 深圳壹账通智能科技有限公司 Data push test method and device, computer equipment and storage medium
CN111506489A (en) * 2019-01-30 2020-08-07 阿里巴巴集团控股有限公司 Test method, system, device, server and storage medium
WO2020214011A1 (en) * 2019-04-19 2020-10-22 Samsung Electronics Co., Ltd. Information processing method, apparatus, electronic device and computer readable storage medium
CN111831536A (en) * 2019-04-17 2020-10-27 北京京东尚科信息技术有限公司 Automatic testing method and device
US10846208B1 (en) * 2019-09-12 2020-11-24 T-Mobile Usa, Inc. Automation framework with orchestrated test execution, such as for use in testing wireless network components
CN112202633A (en) * 2020-09-24 2021-01-08 成都质数斯达克科技有限公司 Block chain network testing method and device, electronic equipment and readable storage medium
CN112241362A (en) * 2019-07-19 2021-01-19 腾讯科技(深圳)有限公司 Test method, test device, server and storage medium
CN112527678A (en) * 2020-12-22 2021-03-19 北京百度网讯科技有限公司 Method, apparatus, device and storage medium for testing protocol

Patent Citations (24)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8788685B1 (en) * 2006-04-27 2014-07-22 Netapp, Inc. System and method for testing multi-protocol storage systems
GB201421920D0 (en) * 2014-12-10 2015-01-21 Ibm Software test automation
CN107908541A (en) * 2017-07-26 2018-04-13 平安壹钱包电子商务有限公司 Interface test method, device, computer equipment and storage medium
CN109871311A (en) * 2017-12-04 2019-06-11 北京京东尚科信息技术有限公司 A kind of method and apparatus for recommending test case
WO2019144680A1 (en) * 2018-01-23 2019-08-01 网易(杭州)网络有限公司 Automatic testing method and apparatus, storage medium and electronic device
CN108536570A (en) * 2018-03-28 2018-09-14 口碑(上海)信息技术有限公司 The method, apparatus and system that data direct broadcasting room gray scale pressure is surveyed
CN109614318A (en) * 2018-11-14 2019-04-12 金色熊猫有限公司 Automated testing method, device, electronic equipment and computer-readable medium
CN111506489A (en) * 2019-01-30 2020-08-07 阿里巴巴集团控股有限公司 Test method, system, device, server and storage medium
CN110083528A (en) * 2019-03-19 2019-08-02 深圳壹账通智能科技有限公司 Distribution method, device, computer equipment and the storage medium of test assignment
CN109992515A (en) * 2019-04-02 2019-07-09 网易(杭州)网络有限公司 Test method and device, electronic equipment
CN111831536A (en) * 2019-04-17 2020-10-27 北京京东尚科信息技术有限公司 Automatic testing method and device
WO2020214011A1 (en) * 2019-04-19 2020-10-22 Samsung Electronics Co., Ltd. Information processing method, apparatus, electronic device and computer readable storage medium
CN110232025A (en) * 2019-06-11 2019-09-13 网易(杭州)网络有限公司 Protocol testing method, device and system
CN110221983A (en) * 2019-06-19 2019-09-10 深圳市腾讯网域计算机网络有限公司 Test method, device, computer readable storage medium and computer equipment
CN110471834A (en) * 2019-06-28 2019-11-19 平安银行股份有限公司 Credit card analog detection method and relevant device under more transaction channels
CN112241362A (en) * 2019-07-19 2021-01-19 腾讯科技(深圳)有限公司 Test method, test device, server and storage medium
CN110659202A (en) * 2019-08-12 2020-01-07 网宿科技股份有限公司 Client automatic testing method and device
US10846208B1 (en) * 2019-09-12 2020-11-24 T-Mobile Usa, Inc. Automation framework with orchestrated test execution, such as for use in testing wireless network components
CN111078525A (en) * 2019-10-11 2020-04-28 中国平安财产保险股份有限公司 Method and device for adjusting system running time, computer equipment and storage medium
CN111176977A (en) * 2019-10-16 2020-05-19 腾讯科技(深圳)有限公司 Method and device for automatically identifying security vulnerabilities
CN110941559A (en) * 2019-11-27 2020-03-31 北京搜狐新媒体信息技术有限公司 Automatic test method and system
CN111475388A (en) * 2020-03-05 2020-07-31 深圳壹账通智能科技有限公司 Data push test method and device, computer equipment and storage medium
CN112202633A (en) * 2020-09-24 2021-01-08 成都质数斯达克科技有限公司 Block chain network testing method and device, electronic equipment and readable storage medium
CN112527678A (en) * 2020-12-22 2021-03-19 北京百度网讯科技有限公司 Method, apparatus, device and storage medium for testing protocol

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
基于场景技术的嵌入式软件测试用例生成方法;殷永峰;刘斌;姜同敏;;计算机工程与设计(第16期);全文 *

Also Published As

Publication number Publication date
CN112925725A (en) 2021-06-08

Similar Documents

Publication Publication Date Title
CN104536899B (en) A kind of software deployment and its maintaining method based on Intelligent cluster
US10127294B2 (en) Idempotency of application state data
CN107704398A (en) Automated testing method and device, storage medium, electronic equipment
CN112463605A (en) Automatic testing method and device, storage medium and electronic equipment
CN104536890A (en) Testing system, method and device
CN107370739B (en) Signal processing virtual experiment simulation system and method based on cloud server
KR20130008340A (en) Web-based system and method for sharing testing devices
CN105704178A (en) Task platform access method and task platform access device
JP2018077848A (en) Automatic test method for application program of smart apparatus using authority grant starting device
CN111464646B (en) Information processing method, information processing apparatus, electronic device, and medium
CN109242561B (en) Lottery model construction method, lottery activity management method, device and computing equipment
CN112988588B (en) Client software debugging method and device, storage medium and electronic equipment
CN102664945B (en) For document down loading method, device and system that time-out connects
CN113485927A (en) Test data generation method, device, equipment and storage medium
CN114936062A (en) Method, device, equipment, system and storage medium for automatically debugging equipment
CN112561690B (en) Method, system, equipment and storage medium for testing credit card staged service interface
CN116627849B (en) System test method, device, equipment and storage medium
CN112925725B (en) Data testing method and device, readable storage medium and electronic equipment
US20190050276A1 (en) Method for providing telematics service using virtual vehicle and telematics server using the same
CN113315831B (en) Cloud game playing method, device, equipment and storage medium
CN105677453B (en) Task processing method and device for task platform
CN115119020B (en) Live broadcasting room interaction control method, device, electronic equipment, medium and program product
CN111352832B (en) Method and device for automatically testing page
US20240152356A1 (en) Automated developer configuration tool
CN117215907A (en) Method, device, medium and electronic equipment for submitting software defect list

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