CN110851308A - Test method, test device, electronic equipment and storage medium - Google Patents

Test method, test device, electronic equipment and storage medium Download PDF

Info

Publication number
CN110851308A
CN110851308A CN201911001058.7A CN201911001058A CN110851308A CN 110851308 A CN110851308 A CN 110851308A CN 201911001058 A CN201911001058 A CN 201911001058A CN 110851308 A CN110851308 A CN 110851308A
Authority
CN
China
Prior art keywords
test
test case
stored
preset database
case
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.)
Pending
Application number
CN201911001058.7A
Other languages
Chinese (zh)
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.)
Zhuomi Private Ltd
Original Assignee
Hong Kong Lemi 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 Hong Kong Lemi Co Ltd filed Critical Hong Kong Lemi Co Ltd
Priority to CN201911001058.7A priority Critical patent/CN110851308A/en
Publication of CN110851308A publication Critical patent/CN110851308A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/22Detection or location of defective computer hardware by testing during standby operation or during idle time, e.g. start-up testing
    • G06F11/2205Detection or location of defective computer hardware by testing during standby operation or during idle time, e.g. start-up testing using arrangements specific to the hardware being tested
    • G06F11/221Detection or location of defective computer hardware by testing during standby operation or during idle time, e.g. start-up testing using arrangements specific to the hardware being tested to test buses, lines or interfaces, e.g. stuck-at or open line faults
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/22Detection or location of defective computer hardware by testing during standby operation or during idle time, e.g. start-up testing
    • G06F11/2273Test methods

Abstract

The embodiment of the invention provides a test method, a test device, electronic equipment and a storage medium. The scheme is as follows: the method comprises the steps of receiving a test instruction for testing equipment to be tested, wherein the test instruction comprises identification information of a target test case stored in a preset database, a plurality of test cases uploaded by a plurality of testers are stored in the preset database, acquiring the target test case from the plurality of test cases stored in the preset database based on the identification information of the target test case, and testing the equipment to be tested by using the acquired target test case to obtain a first test result. According to the technical scheme provided by the embodiment of the invention, each tester does not independently manage the test case, but uploads and stores the test case managed by each tester into the preset database, so that the reusability of the test case is effectively improved, the tester can conveniently and timely obtain the test case required by the test, and the test efficiency is improved.

Description

Test method, test device, electronic equipment and storage medium
Technical Field
The present invention relates to the field of testing technologies, and in particular, to a testing method and apparatus, an electronic device, and a storage medium.
Background
At present, in an automatic testing process, for example, when a hardware device is subjected to a function test or an interface test, a plurality of testers are often required to cooperate together to complete the test, so that a corresponding test result is obtained.
However, for each tester, the test cases required for testing are often managed and used independently by the tester, and other testers cannot directly utilize the test cases managed by the tester to perform testing, so that each tester can only utilize the test cases managed by the tester to perform testing, and the testing efficiency is low.
Disclosure of Invention
The embodiment of the invention aims to provide a test method, a test device, electronic equipment and a storage medium, so that reusability of a test case is improved, and test efficiency is improved. The specific technical scheme is as follows:
the embodiment of the invention provides a test method, which comprises the following steps:
receiving a test instruction for testing equipment to be tested; the test instruction comprises identification information of a target test case stored in a preset database, and the preset database stores a plurality of test cases uploaded by a plurality of testers;
acquiring the target test case from the plurality of test cases stored in the preset database based on the identification information of the target test case;
and testing the equipment to be tested by using the obtained target test case to obtain a first test result.
Optionally, the method further includes:
receiving a test case to be stored uploaded by the tester;
judging whether the preset database stores the test case with the same identification information as the test case to be stored;
if so, discarding the test case to be stored;
and if not, storing the test case to be stored into the preset database.
Optionally, the method further includes:
if a deleting instruction of any test case stored in the preset database is received, deleting the test case;
if a modification instruction of any test case stored in the preset database is received, acquiring the modified test case, and replacing the test case before modification with the modified test case;
and if a search instruction for any test case stored in the preset database is received, searching the test case in the preset database, and displaying a search result.
Optionally, the target test case at least includes test request information and expected response information;
the step of testing the device to be tested by using the obtained target test case to obtain a first test result includes:
sending a test request message containing the test request information to the equipment to be tested, so that the equipment to be tested obtains test response information corresponding to the test request information after receiving the test request message, and feeds back the test response message containing the test response information;
receiving the test response message;
and matching the test response information in the test response message with the expected response information in the target test case to obtain a first test result.
Optionally, the method further includes:
and storing the first test result into the preset database.
Optionally, the method further includes:
receiving an acquisition instruction aiming at a second test result stored in the preset database, wherein the acquisition instruction comprises identification information of the second test result;
acquiring a second test result from a plurality of test results stored in the preset database based on the identification information of the second test result;
and displaying the acquired second test result.
The embodiment of the invention also provides a testing device, which comprises:
the first receiving module is used for receiving a test instruction for testing the equipment to be tested; the test instruction comprises identification information of a target test case stored in a preset database, and the preset database stores a plurality of test cases uploaded by a plurality of testers;
the first obtaining module is used for obtaining the target test case from the plurality of test cases stored in the preset database based on the identification information of the target test case;
and the test module is used for testing the equipment to be tested by using the obtained target test case to obtain a first test result.
Optionally, the apparatus further comprises:
the second receiving module is used for receiving the test cases to be stored uploaded by the testers;
the judging module is used for judging whether the preset database stores the test case with the same identification information as the test case to be stored;
the discarding module is used for discarding the test case to be stored when the judgment result of the judging module is yes;
and the first storage module is used for storing the test case to be stored into the preset database when the judgment result of the judgment module is negative.
Optionally, the apparatus further comprises:
the deleting module is used for deleting the test case if a deleting instruction of any test case stored in the preset database is received;
the modification module is used for acquiring the modified test case and replacing the test case before modification with the modified test case if a modification instruction of any test case stored in the preset database is received;
and the searching module is used for searching the test case in the preset database and displaying a searching result if a searching instruction of any test case stored in the preset database is received.
Optionally, the test case at least includes test request information and expected response information;
the first test module is specifically configured to send a test request message including the test request information to the device to be tested, so that the device to be tested obtains test response information corresponding to the test request information after receiving the test request message, and feeds back a test response message including the test response information;
receiving the test response message;
and matching the test response information in the test response message with the expected response information in the target test case to obtain a first test result.
Optionally, the apparatus further comprises:
and the second storage module is used for storing the first test result into the preset database.
Optionally, the apparatus further comprises:
the second receiving module is used for receiving an acquisition instruction aiming at a second test result stored in the preset database, wherein the acquisition instruction comprises identification information of the second test result;
the second obtaining module is used for obtaining the second test result from the plurality of test results stored in the preset database based on the identification information of the second test result;
and the display module is used for displaying the acquired second test result.
The embodiment of the invention also provides electronic equipment which comprises a processor, a communication interface, a memory and a communication bus, wherein the processor, the communication interface and the memory complete mutual communication through the communication bus;
a memory for storing a computer program;
and the processor is used for realizing any one of the steps of the testing method when executing the program stored in the memory.
An embodiment of the present invention further provides a computer-readable storage medium, in which a computer program is stored, and when the computer program is executed by a processor, the computer program implements any of the above-mentioned test method steps.
Embodiments of the present invention also provide a computer program product containing instructions, which when run on a computer, cause the computer to perform any of the above-described testing methods.
The embodiment of the invention has the following beneficial effects:
the test method, the test device, the electronic device and the storage medium provided by the embodiment of the invention can receive a test instruction for testing equipment to be tested, wherein the test instruction comprises identification information of a target test case stored in a preset database, the preset database stores a plurality of test cases uploaded by a plurality of testers, the target test case is obtained from the plurality of test cases stored in the preset database based on the identification information of the target test case, and the obtained target test case is utilized to test the equipment to be tested to obtain a first test result. According to the technical scheme provided by the embodiment of the invention, each tester does not independently manage the respective test case, but uploads and stores the respective managed test case to the preset database, and when the device to be tested needs to be tested, the test case stored in the preset database can be directly utilized to test the device to be tested to obtain the test result, so that the reusability of the test case is effectively improved, the tester can conveniently and timely obtain the test case required by the test, and the test efficiency is improved.
Of course, not all of the advantages described above need to be achieved at the same time in the practice of any one product or method of the invention.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts.
FIG. 1 is a first flowchart of a testing method according to an embodiment of the present invention;
FIG. 2 is a schematic diagram of a front-end page according to an embodiment of the present invention;
FIG. 3 is a second flowchart of a testing method according to an embodiment of the present invention;
FIG. 4 is a schematic diagram of a new test case page according to an embodiment of the present invention;
FIG. 5 is a third flowchart illustrating a testing method according to an embodiment of the present invention;
FIG. 6 is a fourth flowchart illustrating a testing method according to an embodiment of the present invention;
FIG. 7 is a fifth flowchart of a testing method according to an embodiment of the present invention;
FIG. 8 is a schematic structural diagram of a testing apparatus according to an embodiment of the present invention;
fig. 9 is a schematic structural diagram of an electronic device according to an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, 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 invention.
In order to solve the problem of low testing efficiency in the prior art, the embodiment of the invention provides a testing method. The method is applied to the electronic equipment, and the electronic equipment can be testing equipment and also can be equipment integrated with a testing function. In the method provided by the embodiment of the invention, the electronic device receives a test instruction for testing the device to be tested, the test instruction comprises identification information of a target test case stored in a preset database, the preset database stores a plurality of test cases uploaded by a plurality of testers, the target test case is obtained from the plurality of test cases stored in the preset database based on the identification information of the target test case, and the obtained target test case is used for testing the device to be tested to obtain a first test result.
By the method provided by the embodiment of the invention, each tester does not independently manage the respective test case, but uploads and stores the respective managed test case to the preset database, and when the device to be tested needs to be tested, the test case stored in the preset database can be directly utilized to test the device to be tested to obtain the test result, so that the reusability of the test case is effectively improved, the tester can conveniently and timely obtain the test case required by the test, and the test efficiency is improved.
The following examples illustrate the present invention.
As shown in fig. 1, fig. 1 is a schematic flow chart of a testing method according to an embodiment of the present invention. The method comprises the following steps.
Step S101, receiving a test instruction for testing equipment to be tested, wherein the test instruction comprises identification information of a target test case stored in a preset database, and the preset database stores a plurality of test cases uploaded by a plurality of testers.
In this step, the electronic device may receive a plurality of test cases uploaded by different testers, and store each received test case in a preset database. When a certain tester needs to test the device to be tested, the tester can select a test case required by the test of the device to be tested in the front-end page corresponding to the electronic device as a target test case. When a tester triggers a test operation on a device to be tested in a front-end page provided by the electronic equipment, the back end of the electronic equipment receives a test instruction sent by the front-end page of the electronic equipment. The test instruction comprises identification information of a target test case selected by a tester. The target test case may be one or more test cases in a plurality of test cases stored in a preset database, and is not limited herein. For convenience of description, the following description will be made with the electronic device as an execution subject, and does not have any limiting effect.
In an embodiment of the present invention, the front end page corresponding to the electronic device may be as shown in fig. 2, and fig. 2 is a schematic diagram of the front end page provided in the embodiment of the present invention. Here, the front page of the electronic device is not particularly limited.
In an alternative embodiment, a tester may click on the use case button 201 in the front page shown in fig. 2, and a use case list corresponding to a test case stored in a preset data list is displayed in an area 210 of the front page. The tester can browse all the test cases stored in the preset database. When the tester selects a certain test case from the displayed test cases as the target test case and triggers the test operation of the device to be tested, for example, when the tester clicks the execution button 207, the electronic device receives a test instruction for the device to be tested. The test instruction comprises identification information of the target test case. The identification information includes, but is not limited to, use case Identification (ID), remarks, environment, Uniform Resource Locator (URL), and the like. For example, when the tester may click the execute button 207, the test instruction received by the electronic device may include a case ID, i.e. 74, of the target test case.
In another alternative embodiment, a tester may search the front-end page shown in fig. 2 for a test case required for testing. For example, the tester may input corresponding information in the search bar 203, the search bar 204, or the search bar 205 shown in fig. 2, click the search button 206, and the electronic device will display the searched test cases. When the tester clicks the execution button corresponding to the target test case required by the test, the electronic device receives the test instruction for testing the device to be tested.
In the embodiment of the present invention, the device to be tested may be a software device to be tested, or may also be a hardware device to be tested. The tests include but are not limited to interface tests, functional tests, system tests.
Step S102, based on the identification information of the target test case, the target test case is obtained from a plurality of test cases stored in a preset database.
In this step, after receiving the test instruction, the electronic device may obtain the target test case from the test cases stored in the preset database according to the identification information of the target test case included in the test instruction.
In an alternative embodiment, the identification information of the test instruction may be a storage address of the target test case, such as a URL shown in fig. 2. The electronic device can obtain the target test case at the corresponding storage address in the preset database according to the URL of the target test case included in the received test instruction.
In another optional embodiment, the identification information of the test instruction may be a use case ID of the target test case. The electronic device may obtain, from the test cases stored in the preset database, the test case matched with the case ID included in the test instruction according to the case ID of the target test case included in the received test instruction, so as to obtain the target test case.
In an optional embodiment, the target test case at least includes test request information and expected response information. In addition, the target test case may further include information such as a test environment and a test method.
Step S103, testing the device to be tested by using the obtained target test case to obtain a first test result.
In this step, after the electronic device obtains the target test case, the electronic device may test the device to be tested by using the test case to obtain a first test result corresponding to the device to be tested.
In an optional embodiment, when the first test result is a test failure, the electronic device may further test the test request information that fails according to the test request information that fails in the first test result, so as to improve the accuracy of the test.
In another optional embodiment, when the first test result is that the test is successful, if the electronic device utilizes other test cases stored in the preset database to further test the device to be tested. Taking port test as an example, the electronic device may perform function test on the device to be tested by using the port with the normal function of the device to be tested in the first test result and using other test cases stored in the preset database.
In an optional embodiment, in the step S103, the obtained target test case is used to test the device to be tested to obtain the first test result, which may specifically include the following steps.
Step S1031, sending a test request message including the test request information to the device to be tested, so that the device to be tested obtains test response information corresponding to the test request information after receiving the test request message, and feeds back the test response message including the test response information.
In this step, according to the test request information included in the obtained target test case, the electronic device may send a test request message including the test request information to the device to be tested. After receiving the test request message, the device to be tested can obtain test response information corresponding to the test request information and send the test response message including the test response information to the electronic device.
For example, the device under test stores user information of a plurality of users, such as name information, age information, and height information, and the test request information is used to instruct to obtain the user information of the user a. The electronic device may send a test request message including the test request information to the device under test. After receiving the test request message, the electronic device may obtain user information such as the name, age, height, and the like of the user a according to the test request information in the test request message, and send a test response message including the obtained user information to the electronic device.
Step S1032 receives the test response packet.
In this step, the electronic device receives a test response message containing test response information fed back by the device to be tested.
In an optional embodiment, in order to reduce the influence of the loss of the test request message or the test response message on the test and further improve the test efficiency of the test on the device to be tested, the electronic device may detect whether the test response message is received in real time within a preset time after sending the test request message. If the test response message is not received within the preset time, the electronic device may send the test request message to the device to be tested again after the preset time of sending the test request message.
Step S1033, matching the test response information in the test response message with the expected response information in the target test case to obtain a first test result.
In this step, after receiving the test response message, the electronic device may match the test response information in the test response message with the expected response information in the target test case. If the test response information in the test response message is the same as the expected response information in the target test case, the electronic device may determine that the test is successful, that is, the first test result is a test success. If the test response information in the test response message is not the same as the expected response information in the target test case, the electronic device may determine that the test failed, that is, the target test result is a test failure.
The first test result may include other information in addition to the information indicating the success of the test or the test equipment. For example, the above-mentioned specific case where the test response information matches the expected response information results in information such as a test item of the test device. Here, the first test result is not particularly limited.
In the embodiment of the invention, the device to be tested can feed back the corresponding test response message to the electronic device by sending the test request message containing the test request information to the device to be tested, so that the test device determines the test result according to the test response information in the test response message and the expected response information in the target test case, and the accuracy of the test result is improved.
In an optional embodiment, for different tests, a test method for testing the device to be tested and a determination method for a test result corresponding to the device to be tested are also different. Taking the port test as an example, if the electronic device does not receive the test response message within the preset time, or when the test request message sent to the device to be tested for many times does not receive the test response message fed back by the device to be tested, the electronic device may directly determine that the port of the device to be tested is abnormal, that is, directly determine that the first test result is a test failure, and need not execute the step of matching the test response information in the test response message with the expected response information in the target test case.
In summary, according to the test method provided by the embodiment of the present invention, each tester does not independently manage its own test case, but uploads and stores the test case managed by each tester into the preset database, and when the device to be tested needs to be tested, the test case stored in the preset database can be directly used to test the device to be tested to obtain the test result, so that the reusability of the test case is effectively improved, the tester can conveniently obtain the test case required by the test in time, and the test efficiency is improved.
In an alternative embodiment, according to the method shown in fig. 1, an embodiment of the present invention further provides a testing method. As shown in fig. 3, fig. 3 is a schematic flow chart of a testing method according to an embodiment of the present invention. The method comprises the following steps.
Step S301, receiving a test instruction for testing the device to be tested, wherein the test instruction comprises identification information of a target test case stored in a preset database, and the preset database stores a plurality of test cases uploaded by a plurality of testers.
Step S302, based on the identification information of the target test case, the target test case is obtained from a plurality of test cases stored in a preset database.
Step S303, testing the device to be tested by using the obtained target test case to obtain a first test result.
The above steps S301 to S303 are the same as the above steps S101 to S103.
And step S304, receiving the test cases to be stored uploaded by the testers. Step S305 is then performed.
In this step, any tester can upload the test case to be stored in the front page of the electronic device. The electronic equipment can receive the test case to be stored uploaded by the tester when the tester selects to upload the test case to be stored.
For example, the tester may click on the add test case button 202 in the front end page shown in FIG. 2 above. After detecting that the test user clicks the add test case button 202, the electronic device may switch the front-end page to a new test case page. Specifically, as shown in fig. 4, fig. 4 is a schematic diagram of a new test case page provided in the embodiment of the present invention. When the tester completes the filling of information such as a front interface, a URL (uniform resource locator), a request mode and the like corresponding to the test case to be stored in the page, the back end of the electronic equipment receives the test case to be stored uploaded by the tester.
In the embodiment of the present invention, the execution sequence of the above step S301 and step S304 is not particularly limited.
Step S305, determining whether a test case identical to the identification information of the test case to be stored is stored in the preset database. If yes, go to step S306. If not, go to step S307.
In this step, when the electronic device receives the test case to be stored, it may detect each test case stored in the preset database, and determine whether the preset database stores a test case having the same identification information as the test case to be stored.
In an optional embodiment, the electronic device may traverse the identification information of each test case stored in the preset database, and determine whether a test case identical to the identification information of the test case to be stored exists.
In another optional embodiment, the electronic device may generate a correspondence table between the test case and the identification information according to a correspondence between each test case and the identification information stored in the preset database. The electronic device may determine whether the test case corresponding to the identification information of the test case to be stored is stored in the correspondence table. If the test case exists, the electronic device can determine that the test case which is the same as the identification information of the test case to be stored is stored in the preset database. If the test case does not exist, the electronic device can determine that the test case which is the same as the identification information of the test case to be stored is not stored in the preset database.
And step S306, discarding the test case to be stored.
In this step, when it is determined that the preset database stores the test case with the same identification information as the test case to be stored, the electronic device may discard the test case to be stored uploaded by the tester.
And step S307, storing the test case to be stored into a preset database.
In this step, when it is determined that the test case identical to the identification information of the test case to be stored is not stored in the preset database, the electronic device may store the test case to be stored uploaded by the tester into the preset database.
In an optional embodiment, when it is determined that the preset database stores the test case with the same identification information as the test case to be stored, in order to improve the fault tolerance of the preset database, the electronic device may store the test case to be stored uploaded by the tester in the preset database. At this time, the preset database simultaneously comprises the test cases to be stored uploaded by the testers and the test cases with the same identification information as the test cases to be stored.
In another optional embodiment, when it is determined that the test case with the same identification information as the test case to be stored is stored in the preset database, in order to improve the fault tolerance of the preset database, the electronic device may update the test case with the same identification information as the test case to be stored, which is stored in the preset database, to the test case to be stored, which is uploaded by the tester.
In the embodiment of the invention, the testing personnel can upload the test cases to the preset database through the front-end page corresponding to the electronic equipment and store the test cases into the preset database, so that each testing personnel can acquire the test cases required by the test from the preset database, the sharing of the test cases among different testing personnel is realized, and the reusability of the test cases is improved.
In an alternative embodiment, according to the method shown in fig. 1, an embodiment of the present invention further provides a testing method. As shown in fig. 5, fig. 5 is a third schematic flow chart of the testing method according to the embodiment of the present invention. The method comprises the following steps.
Step S501, a test instruction for testing the device to be tested is received, the test instruction comprises identification information of a target test case stored in a preset database, and a plurality of test cases uploaded by a plurality of testers are stored in the preset database.
Step S502, based on the identification information of the target test case, the target test case is obtained from a plurality of test cases stored in a preset database.
Step S503, testing the device to be tested by using the obtained target test case to obtain a first test result.
The above steps S501 to S503 are the same as the above steps S101 to S103.
Step S504, if a deletion instruction for any test case stored in the preset database is received, the test case is deleted.
In this step, any tester may send a delete instruction for any test case stored in the preset database to the electronic device. The deleting instruction comprises identification information of the test case selected to be deleted by the tester. When the electronic device receives the deletion instruction, the test case can be deleted from the preset database according to the identification information of the test case.
The test case corresponding to the case ID 74 in fig. 2 is described as an example. When the tester clicks the delete button 209 in the front-end page shown in fig. 2, the electronic device receives a delete instruction triggered by the tester to delete the test case with the case ID 74. At this time, the electronic device deletes the test case with case ID 74 from the preset database according to the identification information of the test case, such as address 1 or case ID.
Step S505, if a modification instruction for any test case stored in the preset database is received, acquiring the modified test case, and replacing the test case before modification with the modified test case.
In this step, any tester may send a modification instruction for any test case stored in the preset database to the electronic device. The modification instruction comprises identification information of the test case selected and modified by the tester. When the electronic equipment receives the modification instruction, the test case modified by the tester can be obtained, and the test case (namely the test case before modification) corresponding to the identification information in the preset database is replaced by the obtained modified test case according to the identification information included in the modification instruction.
The test case with case ID 74 in fig. 2 is also described as an example. When the tester clicks the edit button 208 in the front-end page shown in fig. 2, the electronic device will receive a modification instruction for the tester to perform an editing operation on the test case with the case ID 74. At this time, the electronic device switches the value test case editing page, and the tester can perform an editing operation on the test case with the case ID of 74 in the test case editing page. The electronic equipment can acquire the test case edited by the tester as the modified test case, and replace the test case with the case ID 74 stored in the preset database with the modified test case.
Step S506, if a search instruction for any test case stored in the preset database is received, the test case is searched in the preset database, and a search result is displayed.
In this step, any tester may send a search instruction for any test case stored in the preset database to the electronic device. The search instruction comprises identification information of the test case selected and searched by the tester. When the electronic device receives the search instruction, the identification information included in the search instruction can be matched with the identification information of the test case stored in the preset database, whether the tester selects the searched test case or not is determined, and a search result is obtained. The electronic device may display the search result.
The test case with case ID 74 in fig. 2 is also described as an example. When a tester inputs identification information corresponding to a test case with a case ID of 74 in the search bar 203, the search bar 204, or the search bar 205 shown in fig. 2, and clicks the search button 206, the electronic device may search, according to the identification information input by the tester, a test case corresponding to the identification information in a preset database, determine whether the test case with the case ID of 74 is stored in the preset database, and obtain a search result. The electronic device may display the search result in the front-end page shown in fig. 2.
In an optional embodiment, when the search result is displayed, if the corresponding test case is found, the electronic device may display the found test case in the front-end page. If the corresponding test case is not found, the electronic device may determine that the test case corresponding to the identification information included in the search instruction does not exist in the preset database. At this time, the electronic device may display the test case without matching in the front-end page, and the text such as the test case without matching is not found, so as to prompt the tester that the test case selected to be found does not exist in the preset database.
In the embodiment of the present invention, the execution sequence among step S501, step S504, step S505, and step S506 is not particularly limited.
In the embodiment of the invention, the electronic device may possibly receive other instructions of the tester for any test case in the preset database. For example, when a tester clicks a copy button corresponding to a certain test case in fig. 2, the electronic device receives a copy instruction for the test case, and at this time, the electronic device may copy the test case. Other instructions received by the electronic device are not specifically described here.
By the method shown in fig. 5, the tester can delete, modify, search and the like the test cases in the preset database, so that the tester can adjust the test cases stored in the preset database according to the self requirement, the tester can manage and adjust the test cases in the preset database conveniently, and the reusability and the accuracy of the test cases are improved. In addition, each tester can directly utilize the adjusted test case to test the device to be tested, so that the test efficiency and the test accuracy are improved.
In an alternative embodiment, according to the method shown in fig. 1, an embodiment of the present invention further provides a testing method. As shown in fig. 6, fig. 6 is a fourth flowchart of the testing method according to the embodiment of the present invention. The method comprises the following steps.
Step S601, receiving a test instruction for testing the device to be tested, where the test instruction includes identification information of a target test case stored in a preset database, and the preset database stores a plurality of test cases uploaded by a plurality of testers.
Step S602, based on the identification information of the target test case, obtaining the target test case from a plurality of test cases stored in a preset database.
Step S603, testing the device to be tested by using the obtained target test case to obtain a first test result.
The above steps S601 to S603 are the same as the above steps S101 to S103.
Step S604, storing the first test result in a preset database.
In this step, after the device to be tested is tested to obtain the first test result, the electronic device may store the first test result in the preset database.
In the embodiment of the present invention, for the test result obtained in each test, the electronic device may store the test result in the preset database.
In an optional embodiment, when the electronic device stores the test result, the test result may be stored in a preset database according to a correspondence between the test result and the test case.
In the embodiment of the present invention, each test result stored in the preset database has corresponding identification information. The identification information includes, but is not limited to, identification information of a test case corresponding to the test result.
In an optional embodiment, in order to ensure the integrity of the information corresponding to the test and facilitate each tester to accurately know the specific test condition, the electronic device may store the corresponding relationship in a preset database according to the corresponding relationship among the test request information, the test response information, the expected response information, and the first test result.
In the method shown in fig. 6, the test result obtained by the test is stored in the preset database, so that each tester can know and track the test progress in time through the test result stored in the preset database.
In an alternative embodiment, according to the method shown in fig. 6, an embodiment of the present invention further provides a testing method. As shown in fig. 7, fig. 7 is a schematic flowchart of a fifth testing method according to an embodiment of the present invention. The method comprises the following steps.
Step S701, receiving a test instruction for testing a device to be tested, where the test instruction includes identification information of a target test case stored in a preset database, and the preset database stores a plurality of test cases uploaded by a plurality of testers.
Step S702, based on the identification information of the target test case, the target test case is obtained from a plurality of test cases stored in a preset database.
Step S703, testing the device to be tested by using the obtained target test case to obtain a first test result.
The steps S701 to S703 are the same as the steps S101 to S103.
Step S704, receiving an obtaining instruction for a second test result stored in the preset database, where the obtaining instruction includes identification information of the second test result. Step S705 is then performed.
In this step, the tester may select to view the second test result stored in the preset database in the front-end page, for example, the tester may click the test report button 211 in fig. 2, and the electronic device displays all the test results stored in the preset database in the front-end page. When the tester can select to click a certain test result displayed, the electronic equipment receives an acquisition request of the tester for the test result. The obtaining request includes identification information of the second test result, that is, identification information of the test case selected to be checked by the tester. The second test result may be any one of the test results stored in the preset database, and is not limited herein.
Step S705, based on the identification information of the second test result, obtain the second test result from the plurality of test results stored in the preset database.
In this step, after receiving the obtaining request, the electronic device may obtain a second test result from a plurality of test results stored in a preset database according to identification information of the second test result included in the obtaining request.
And step S706, displaying the acquired second test result.
In this step, after obtaining the second test result, the electronic device may display the second test result. For example, the second test result is displayed on the page corresponding to the test report button 211 in fig. 2.
By the method shown in fig. 7, when the acquisition instruction sent by the tester is received, the electronic device can display the corresponding test result to the tester in time, so that the tester can know the test result in time, and the test efficiency is improved.
Based on the same inventive concept, according to the test method provided by the embodiment of the invention, the embodiment of the invention also provides a test device. As shown in fig. 8, fig. 8 is a schematic structural diagram of a testing apparatus according to an embodiment of the present invention. The apparatus includes the following modules.
A first receiving module 801, configured to receive a test instruction for testing a device to be tested, where the test instruction includes identification information of a target test case stored in a preset database, and the preset database stores multiple test cases uploaded by multiple testers;
a first obtaining module 802, configured to obtain a target test case from multiple test cases stored in a preset database based on identification information of the target test case;
the testing module 803 is configured to test the device to be tested by using the obtained target test case to obtain a first test result.
Optionally, the testing apparatus may further include:
the second receiving module is used for receiving the test cases to be stored uploaded by the testers;
the judging module is used for judging whether the preset database stores the test case with the same identification information as the test case to be stored;
the discarding module is used for discarding the test case to be stored when the judgment result of the judging module is yes;
and the first storage module is used for storing the test case to be stored into the preset database when the judgment result of the judgment module is negative.
Optionally, the testing apparatus may further include:
the deleting module is used for deleting the test case if a deleting instruction of any test case stored in the preset database is received;
the modification module is used for acquiring the modified test case and replacing the test case before modification with the modified test case if a modification instruction of any test case stored in the preset database is received;
and the searching module is used for searching the test case in the preset database and displaying a searching result if a searching instruction of any test case stored in the preset database is received.
Optionally, the test case at least includes test request information and expected response information;
the first test module 803 may be specifically configured to send a test request message including test request information to a device to be tested, so that the device to be tested obtains test response information corresponding to the test request information after receiving the test request message, and feeds back a test response message including the test response information;
receiving a test response message;
and matching the test response information in the test response message with the expected response information in the target test case to obtain a first test result.
Optionally, the testing apparatus may further include:
and the second storage module is used for storing the first test result into a preset database.
Optionally, the testing apparatus may further include:
the second receiving module is used for receiving an acquisition instruction aiming at a second test result stored in the preset database, wherein the acquisition instruction comprises identification information of the second test result;
the second obtaining module is used for obtaining a second test result from a plurality of test results stored in a preset database based on the identification information of the second test result;
and the display module is used for displaying the acquired second test result.
By the device provided by the embodiment of the invention, each tester does not independently manage the respective test case, but uploads and stores the respective managed test case to the preset database, and when the device to be tested needs to be tested, the test case stored in the preset database can be directly utilized to test the device to be tested to obtain the test result, so that the reusability of the test case is effectively improved, the tester can conveniently and timely obtain the test case required by the test, and the test efficiency is improved.
Based on the same inventive concept, according to the testing method provided by the above embodiment of the present invention, an embodiment of the present invention further provides an electronic device, as shown in fig. 9, including a processor 901, a communication interface 902, a memory 903 and a communication bus 904, where the processor 901, the communication interface 902 and the memory 903 complete communication with each other through the communication bus 904;
a memory 903 for storing computer programs;
the processor 901 is configured to implement the following steps when executing the program stored in the memory 903:
receiving a test instruction for testing equipment to be tested, wherein the test instruction comprises identification information of a target test case stored in a preset database, and the preset database stores a plurality of test cases uploaded by a plurality of testers;
acquiring a target test case from a plurality of test cases stored in a preset database based on the identification information of the target test case;
and testing the equipment to be tested by using the obtained target test case to obtain a first test result.
According to the electronic equipment provided by the embodiment of the invention, each tester does not independently manage the respective test case, but uploads and stores the respective managed test case to the preset database, and when the equipment to be tested needs to be tested, the test case stored in the preset database can be directly utilized to test the equipment to be tested to obtain the test result, so that the reusability of the test case is effectively improved, the tester can conveniently and timely obtain the test case required by the test, and the test efficiency is improved.
The communication bus mentioned in the electronic device may be a Peripheral Component Interconnect (PCI) bus, an Extended Industry Standard Architecture (EISA) bus, or the like. The communication bus may be divided into an address bus, a data bus, a control bus, etc. For ease of illustration, only one thick line is shown, but this does not mean that there is only one bus or one type of bus.
The communication interface is used for communication between the electronic equipment and other equipment.
The Memory may include a Random Access Memory (RAM) or a Non-Volatile Memory (NVM), such as at least one disk Memory. Optionally, the memory may also be at least one memory device located remotely from the processor.
The Processor may be a general-purpose Processor, including a Central Processing Unit (CPU), a Network Processor (NP), and the like; but may also be a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), a Field Programmable Gate Array (FPGA) or other Programmable logic device, discrete Gate or transistor logic device, discrete hardware component.
Based on the same inventive concept, according to the testing method provided by the above embodiment of the present invention, an embodiment of the present invention further provides a computer-readable storage medium, in which a computer program is stored, and the computer program, when executed by a processor, implements the steps of any of the testing methods described above.
Based on the same inventive concept, according to the test method provided by the above embodiment of the present invention, an embodiment of the present invention further provides a computer program product containing instructions, which, when run on a computer, causes the computer to execute any of the test methods in the above embodiments.
In the above embodiments, the implementation may be wholly or partially realized by software, hardware, firmware, or any combination thereof. When implemented in software, may be implemented in whole or in part in the form of a computer program product. The computer program product includes one or more computer instructions. When loaded and executed on a computer, cause the processes or functions described in accordance with the embodiments of the invention to occur, in whole or in part. The computer may be a general purpose computer, a special purpose computer, a network of computers, or other programmable device. The computer instructions may be stored in a computer readable storage medium or transmitted from one computer readable storage medium to another, for example, from one website site, computer, server, or data center to another website site, computer, server, or data center via wired (e.g., coaxial cable, fiber optic, Digital Subscriber Line (DSL)) or wireless (e.g., infrared, wireless, microwave, etc.). The computer-readable storage medium can be any available medium that can be accessed by a computer or a data storage device, such as a server, a data center, etc., that incorporates one or more of the available media. The usable medium may be a magnetic medium (e.g., floppy Disk, hard Disk, magnetic tape), an optical medium (e.g., DVD), or a semiconductor medium (e.g., Solid State Disk (SSD)), among others.
It is noted that, herein, relational terms such as first and second, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.
All the embodiments in the present specification are described in a related manner, and the same and similar parts among the embodiments may be referred to each other, and each embodiment focuses on the differences from the other embodiments. In particular, for embodiments such as the apparatus, the computer-readable storage medium, and the computer program product, since they are substantially similar to the method embodiments, the description is relatively simple, and for relevant points, reference may be made to part of the description of the method embodiments.
The above description is only for the preferred embodiment of the present invention, and is not intended to limit the scope of the present invention. Any modification, equivalent replacement, or improvement made within the spirit and principle of the present invention shall fall within the protection scope of the present invention.

Claims (10)

1. A method of testing, the method comprising:
receiving a test instruction for testing equipment to be tested; the test instruction comprises identification information of a target test case stored in a preset database, and the preset database stores a plurality of test cases uploaded by a plurality of testers;
acquiring the target test case from the plurality of test cases stored in the preset database based on the identification information of the target test case;
and testing the equipment to be tested by using the obtained target test case to obtain a first test result.
2. The method of claim 1, further comprising:
receiving a test case to be stored uploaded by the tester;
judging whether the preset database stores the test case with the same identification information as the test case to be stored;
if so, discarding the test case to be stored;
and if not, storing the test case to be stored into the preset database.
3. The method of claim 1, further comprising:
if a deleting instruction of any test case stored in the preset database is received, deleting the test case;
if a modification instruction of any test case stored in the preset database is received, acquiring the modified test case, and replacing the test case before modification with the modified test case;
and if a search instruction for any test case stored in the preset database is received, searching the test case in the preset database, and displaying a search result.
4. The method of claim 1, wherein the target test case comprises at least test request information and expected response information;
the step of testing the device to be tested by using the obtained target test case to obtain a first test result includes:
sending a test request message containing the test request information to the equipment to be tested, so that the equipment to be tested obtains test response information corresponding to the test request information after receiving the test request message, and feeds back the test response message containing the test response information;
receiving the test response message;
and matching the test response information in the test response message with the expected response information in the target test case to obtain a first test result.
5. The method of claim 1, further comprising:
and storing the first test result into the preset database.
6. The method of claim 5, further comprising:
receiving an acquisition instruction aiming at a second test result stored in the preset database, wherein the acquisition instruction comprises identification information of the second test result;
acquiring a second test result from a plurality of test results stored in the preset database based on the identification information of the second test result;
and displaying the acquired second test result.
7. A test apparatus, the apparatus comprising:
the first receiving module is used for receiving a test instruction for testing the equipment to be tested; the test instruction comprises identification information of a target test case stored in a preset database, and the preset database stores a plurality of test cases uploaded by a plurality of testers;
the first obtaining module is used for obtaining the target test case from the plurality of test cases stored in the preset database based on the identification information of the target test case;
and the test module is used for testing the equipment to be tested by using the obtained target test case to obtain a first test result.
8. The apparatus of claim 7, further comprising:
the second receiving module is used for receiving the test cases to be stored uploaded by the testers;
the judging module is used for judging whether the preset database stores the test case with the same identification information as the test case to be stored;
the discarding module is used for discarding the test case to be stored when the judgment result of the judging module is yes;
and the first storage module is used for storing the test case to be stored into the preset database when the judgment result of the judgment module is negative.
9. An electronic device is characterized by comprising a processor, a communication interface, a memory and a communication bus, wherein the processor and the communication interface are used for realizing mutual communication by the memory through the communication bus;
a memory for storing a computer program;
a processor for implementing the method steps of any of claims 1-6 when executing a program stored in the memory.
10. A computer-readable storage medium, characterized in that a computer program is stored in the computer-readable storage medium, which computer program, when being executed by a processor, carries out the method steps of any one of claims 1 to 6.
CN201911001058.7A 2019-10-21 2019-10-21 Test method, test device, electronic equipment and storage medium Pending CN110851308A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911001058.7A CN110851308A (en) 2019-10-21 2019-10-21 Test method, test device, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911001058.7A CN110851308A (en) 2019-10-21 2019-10-21 Test method, test device, electronic equipment and storage medium

Publications (1)

Publication Number Publication Date
CN110851308A true CN110851308A (en) 2020-02-28

Family

ID=69596935

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911001058.7A Pending CN110851308A (en) 2019-10-21 2019-10-21 Test method, test device, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN110851308A (en)

Cited By (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111475417A (en) * 2020-04-13 2020-07-31 广东美的暖通设备有限公司 Automatic testing method, device, equipment and storage medium
CN111914262A (en) * 2020-08-12 2020-11-10 中国工商银行股份有限公司 Test method, device, system, electronic equipment and storage medium
CN112052169A (en) * 2020-09-01 2020-12-08 深圳创维-Rgb电子有限公司 Test management method, system, device and computer readable storage medium
CN112084077A (en) * 2020-08-27 2020-12-15 广州视源电子科技股份有限公司 Aging test method, device and medium of USB (Universal Serial bus) equipment and USB equipment
CN112362360A (en) * 2020-11-10 2021-02-12 广州小鹏汽车科技有限公司 Vehicle component testing method, device and system, test board card and storage medium
CN112491649A (en) * 2020-11-17 2021-03-12 中国平安财产保险股份有限公司 Interface joint debugging test method and device, electronic equipment and storage medium
CN112748300A (en) * 2020-12-24 2021-05-04 西安航空电子科技有限公司 Test method, test device and test system for microwave equipment
CN113127338A (en) * 2021-03-22 2021-07-16 四川锐明智通科技有限公司 Firmware testing method, server and computer readable storage medium
CN113567153A (en) * 2021-09-23 2021-10-29 深圳市星卡软件技术开发有限公司 One-key action test method and device and computer equipment
CN113805588A (en) * 2021-09-18 2021-12-17 北京声智科技有限公司 Processing method, device, system, equipment and storage medium for equipment test
CN114036073A (en) * 2022-01-07 2022-02-11 荣耀终端有限公司 Test method and test device for terminal equipment
CN114036074A (en) * 2022-01-07 2022-02-11 荣耀终端有限公司 Test method and test device for terminal equipment
CN114448848A (en) * 2021-12-16 2022-05-06 苏州浪潮智能科技有限公司 Test method and device of switch, electronic equipment and storage medium

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6182245B1 (en) * 1998-08-31 2001-01-30 Lsi Logic Corporation Software test case client/server system and method
US20080270841A1 (en) * 2007-04-11 2008-10-30 Quilter Patrick J Test case manager
US20150234734A1 (en) * 2014-02-18 2015-08-20 Hariprakash Agrawal System and method to implement an electronic document based automated testing of a software application
CN105260299A (en) * 2015-09-17 2016-01-20 安一恒通(北京)科技有限公司 Method, device, and system for software test
CN107678951A (en) * 2017-09-21 2018-02-09 平安科技(深圳)有限公司 Test exemple automation management method, device, equipment and storage medium
CN107885660A (en) * 2017-10-31 2018-04-06 平安科技(深圳)有限公司 Fund system automatic test management method, device, equipment and storage medium
CN108647148A (en) * 2018-05-15 2018-10-12 深圳市同维通信技术有限公司 Test method, device, equipment and the storage medium of mobile terminal application program
US20190188119A1 (en) * 2017-12-14 2019-06-20 Cognizant Technology Solutions India Pvt. Ltd. System and a method for providing automated performance detection of application programming interfaces
CN110058998A (en) * 2019-03-12 2019-07-26 平安普惠企业管理有限公司 Method for testing software and device

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6182245B1 (en) * 1998-08-31 2001-01-30 Lsi Logic Corporation Software test case client/server system and method
US20080270841A1 (en) * 2007-04-11 2008-10-30 Quilter Patrick J Test case manager
US20150234734A1 (en) * 2014-02-18 2015-08-20 Hariprakash Agrawal System and method to implement an electronic document based automated testing of a software application
CN105260299A (en) * 2015-09-17 2016-01-20 安一恒通(北京)科技有限公司 Method, device, and system for software test
CN107678951A (en) * 2017-09-21 2018-02-09 平安科技(深圳)有限公司 Test exemple automation management method, device, equipment and storage medium
CN107885660A (en) * 2017-10-31 2018-04-06 平安科技(深圳)有限公司 Fund system automatic test management method, device, equipment and storage medium
US20190188119A1 (en) * 2017-12-14 2019-06-20 Cognizant Technology Solutions India Pvt. Ltd. System and a method for providing automated performance detection of application programming interfaces
CN108647148A (en) * 2018-05-15 2018-10-12 深圳市同维通信技术有限公司 Test method, device, equipment and the storage medium of mobile terminal application program
CN110058998A (en) * 2019-03-12 2019-07-26 平安普惠企业管理有限公司 Method for testing software and device

Cited By (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111475417A (en) * 2020-04-13 2020-07-31 广东美的暖通设备有限公司 Automatic testing method, device, equipment and storage medium
CN111914262A (en) * 2020-08-12 2020-11-10 中国工商银行股份有限公司 Test method, device, system, electronic equipment and storage medium
CN112084077A (en) * 2020-08-27 2020-12-15 广州视源电子科技股份有限公司 Aging test method, device and medium of USB (Universal Serial bus) equipment and USB equipment
CN112052169A (en) * 2020-09-01 2020-12-08 深圳创维-Rgb电子有限公司 Test management method, system, device and computer readable storage medium
CN112362360A (en) * 2020-11-10 2021-02-12 广州小鹏汽车科技有限公司 Vehicle component testing method, device and system, test board card and storage medium
CN112491649A (en) * 2020-11-17 2021-03-12 中国平安财产保险股份有限公司 Interface joint debugging test method and device, electronic equipment and storage medium
CN112748300A (en) * 2020-12-24 2021-05-04 西安航空电子科技有限公司 Test method, test device and test system for microwave equipment
CN113127338A (en) * 2021-03-22 2021-07-16 四川锐明智通科技有限公司 Firmware testing method, server and computer readable storage medium
CN113805588A (en) * 2021-09-18 2021-12-17 北京声智科技有限公司 Processing method, device, system, equipment and storage medium for equipment test
CN113567153A (en) * 2021-09-23 2021-10-29 深圳市星卡软件技术开发有限公司 One-key action test method and device and computer equipment
CN114448848A (en) * 2021-12-16 2022-05-06 苏州浪潮智能科技有限公司 Test method and device of switch, electronic equipment and storage medium
CN114036073A (en) * 2022-01-07 2022-02-11 荣耀终端有限公司 Test method and test device for terminal equipment
CN114036074A (en) * 2022-01-07 2022-02-11 荣耀终端有限公司 Test method and test device for terminal equipment

Similar Documents

Publication Publication Date Title
CN110851308A (en) Test method, test device, electronic equipment and storage medium
CN109062809B (en) Online test case generation method and device and electronic equipment
CN110069463B (en) User behavior processing method, device electronic equipment and storage medium
US9405662B2 (en) Process for displaying test coverage data during code reviews
CN110262918B (en) Process crash analysis method and device, distributed equipment and storage medium
CN110287696B (en) Detection method, device and equipment for rebound shell process
WO2018120720A1 (en) Method for locating test error of client program, electronic device, and storage medium
CN112202633B (en) Block chain network testing method and device, electronic equipment and readable storage medium
CN112115200B (en) Data synchronization method, device, electronic equipment and readable storage medium
CN109598131A (en) A kind of file upload, method for down loading, device, electronic equipment and storage medium
CN110688353A (en) File management method, device and computer readable medium
CN108304276B (en) Log processing method and device and electronic equipment
CN107451056B (en) Method and device for monitoring interface test result
CN107515958B (en) Circuit wiring inspection method and device
CN109976828B (en) Method and device for configuring file
CN111984444A (en) Abnormal information processing method and device
CN111143724A (en) Data processing method, device, equipment and medium
CN110727895A (en) Sensitive word sending method and device, electronic equipment and storage medium
CN111367703B (en) Fault checking method and device
CN112287027B (en) Database synchronization method, device, equipment and storage medium
CN111399754B (en) Method and device for releasing storage space and distributed system
CN110674386B (en) Resource recommendation method, device and storage medium
CN113138974A (en) Database compliance detection method and device
CN112231111A (en) Data pasting method and device, electronic equipment and storage medium
CN111045983A (en) Nuclear power station electronic file management method and device, terminal equipment and medium

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
TA01 Transfer of patent application right
TA01 Transfer of patent application right

Effective date of registration: 20210527

Address after: 25, 5th floor, shuangjingfang office building, 3 frisha street, Singapore

Applicant after: Zhuomi Private Ltd.

Address before: Room 1101, Santai Commercial Building, 139 Connaught Road, Hong Kong, China

Applicant before: HONG KONG LIVE.ME Corp.,Ltd.