CN107562629B - Method and device for testing - Google Patents

Method and device for testing Download PDF

Info

Publication number
CN107562629B
CN107562629B CN201710791108.0A CN201710791108A CN107562629B CN 107562629 B CN107562629 B CN 107562629B CN 201710791108 A CN201710791108 A CN 201710791108A CN 107562629 B CN107562629 B CN 107562629B
Authority
CN
China
Prior art keywords
test
execution
test script
rule
configuring
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
CN201710791108.0A
Other languages
Chinese (zh)
Other versions
CN107562629A (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.)
JD Digital Technology Holdings Co Ltd
Jingdong Technology Holding Co Ltd
Original Assignee
JD Digital Technology Holdings 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 JD Digital Technology Holdings Co Ltd filed Critical JD Digital Technology Holdings Co Ltd
Priority to CN201710791108.0A priority Critical patent/CN107562629B/en
Publication of CN107562629A publication Critical patent/CN107562629A/en
Application granted granted Critical
Publication of CN107562629B publication Critical patent/CN107562629B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Debugging And Monitoring (AREA)

Abstract

The embodiment of the invention provides a method and a device for testing, wherein the method comprises the following steps: acquiring a test script added with test data; configuring an uninterrupted execution rule of the test flow of the test script; configuring an output rule of a test result after the test script is executed; and executing the test script according to the execution rule and the output rule of the test result. The embodiment of the invention realizes the diversity of the acquired test data, realizes uninterrupted and smooth test by configuring the execution rule of the test flow without interruption, improves the flexibility of the test, conveniently sends the test result to related personnel by configuring the output rule of the test result after the test script is executed, avoids the related personnel from actively acquiring the test result, improves the test efficiency and the communication efficiency, and improves the user experience.

Description

Method and device for testing
Technical Field
The invention relates to the technical field of computers, in particular to a method and a device for testing.
Background
In the development process of a software project, the functional test of software is an essential work.
In the process of implementing the invention, the inventor finds that the existing functional test mode is that a tester manually performs functional test according to the business rule. For example, a single function is tested by means of a test tool. And some testers need to write test scripts manually and then execute the test scripts manually. The test method in the prior art needs manual test, so that not only is the labor cost increased, but also the test time is prolonged, and the test efficiency is reduced.
Therefore, a new method and apparatus for testing is needed.
The above information disclosed in this background section is only for enhancement of understanding of the background of the invention and therefore it may contain information that does not constitute prior art that is already known to a person of ordinary skill in the art.
Disclosure of Invention
In view of the above, the present invention provides a method and an apparatus for testing, which can improve testing efficiency.
Additional features and advantages of the invention will be set forth in the detailed description which follows, or may be learned by practice of the invention.
According to a first aspect of the present invention, there is provided a method for testing, wherein the method comprises:
acquiring a test script added with test data;
configuring an uninterrupted execution rule of the test flow of the test script;
configuring an output rule of a test result after the test script is executed;
and executing the test script according to the execution rule and the output rule of the test result.
According to some embodiments, the obtaining the test script added with the test data comprises:
and automatically generating a test script of each function point according to the service function, and adding a method for acquiring test data in batches into the test script to acquire the test script added with the test data.
According to some embodiments, the execution rule that the test flow is not interrupted refers to recording the program error and continuing the test when the program error is tested and the test is stopped.
According to some embodiments, the configuring the execution rule without interruption of the test flow of the test script includes: and configuring an uninterrupted execution rule of the test flow by calling a Teardown method.
According to some embodiments, when configuring the execution rule of the test script whose test flow is not interrupted, the method further comprises: and configuring an execution sequence rule of the test script.
According to some embodiments, the configuring the execution order rule of the test script comprises: and configuring the execution sequence of the Test script by calling a Test method.
According to some embodiments, configuring the output rule of the test result after the test script is executed includes: and configuring the title, the form, the sending/receiving object and the sending time when the test result after the test script is executed is output.
According to some embodiments, in configuring the output rule of the post-execution test result of the test script, the method further comprises: and configuring the execution time and the execution period of the test script.
According to a second aspect of the present invention, there is provided an apparatus for testing, wherein the apparatus comprises:
the acquisition module is used for acquiring the test script added with the test data;
the first configuration module is used for configuring an execution rule of the test script without interrupting the test process;
the second configuration module is used for configuring the output rule of the test result after the test script is executed;
and the execution module is used for executing the test script according to the execution rule and the output rule of the test result.
According to some embodiments, the obtaining module is configured to automatically generate a test script for each function point according to a service function, and add a method for obtaining test data in batches to the test script to obtain the test script to which the test data is added.
According to some embodiments, the first configuration module is further configured to configure an execution sequence rule of the test script.
According to some embodiments, the second configuration module is configured to configure a title, a form, a transmission/reception object, and a transmission time when the test result after the test script is executed is output.
According to a third aspect of the invention, a computer-readable storage medium is provided, on which a computer program is stored, wherein the program, when executed by a processor, performs the method steps as set forth in the first aspect.
According to a fourth aspect of the present invention, there is provided an electronic apparatus, comprising: one or more processors; storage means for storing one or more programs which, when executed by the one or more processors, cause the one or more processors to carry out the method steps as described in the first aspect
In the embodiment of the invention, the test script added with the test data is obtained; configuring an uninterrupted execution rule of the test flow of the test script; configuring an output rule of a test result after the test script is executed; according to the execution rule and the output rule of the test result, the technical means of the test script is executed, the diversity of the obtained test data is realized, the uninterrupted and smooth test is realized by configuring the execution rule with uninterrupted test flow, the flexibility of the test is improved, the test result is conveniently sent to relevant personnel by configuring the output rule of the test result after the test script is executed, the relevant personnel are prevented from actively acquiring the test result, the test efficiency and the communication efficiency are improved, and the user experience is improved.
Drawings
The above and other objects, features and advantages of the present invention will become more apparent by describing in detail exemplary embodiments thereof with reference to the attached drawings.
FIG. 1 is a flow chart illustrating a method for testing in accordance with an exemplary embodiment;
FIG. 2 is a block diagram illustrating an apparatus for testing in accordance with an embodiment of the present invention;
fig. 3 is a schematic structural diagram of an electronic device according to an exemplary embodiment.
Detailed Description
Example embodiments will now be described more fully with reference to the accompanying drawings. Example embodiments may, however, be embodied in many different forms and should not be construed as limited to the embodiments set forth herein; rather, these embodiments are provided so that this disclosure will be thorough and complete, and will fully convey the concept of example embodiments to those skilled in the art. The same reference numerals denote the same or similar parts in the drawings, and thus, a repetitive description thereof will be omitted.
Furthermore, 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 provide 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, and so forth. In other instances, well-known methods, devices, implementations or operations have not been shown or described in detail to avoid obscuring aspects of the invention.
The block diagrams shown in the figures are functional entities only and do not necessarily correspond to physically separate entities. I.e. these functional entities may be implemented in the form of software, or in one or more hardware modules or integrated circuits, or in different networks and/or processor means and/or microcontroller means.
The flow charts shown in the drawings are merely illustrative and do not necessarily include all of the contents and operations/steps, nor do they necessarily have to be performed in the order described. For example, some operations/steps may be decomposed, and some operations/steps may be combined or partially combined, so that the actual execution sequence may be changed according to the actual situation.
It should be understood that, although the terms first, second, etc. are used to describe the configuration modules in the embodiments of the present invention, these terms are not intended to limit the configuration modules, and are only used to distinguish the configuration modules from each other.
FIG. 1 is a flow chart illustrating a method for testing according to an exemplary embodiment.
As shown in fig. 1, in S110, a test script to which test data is added is acquired.
According to the example embodiment, when the test script is automatically generated, the function points to be tested can be combed according to the business rules, so that the test script is automatically generated through the test tool.
For example, a test case script can be automatically generated by configuring a network transmission protocol and request parameters through the assistance of a test tool, namely PostMan, at a project service function point needing to be tested at the combing part.
It should be noted that the automatically generated test script may have a defect of test data unicity, and therefore, the automatically generated test script may be adjusted. According to an example embodiment, a method for obtaining test data in batches can be added to an automatically generated test script to obtain the test script added with the test data.
For example, after the test script is automatically generated, the automatically generated test script is opened in the java development tool IntelliJ, and a method for obtaining test data in batches is written in the script (a random method and a traversal method can also be written), so that the test script can automatically obtain various test parameters.
It should be noted that the method for obtaining data in batch may be local file obtaining, test data generation, database obtaining, and data obtaining out of order. The test data source may be read from a locally fixed file or from a database.
In the embodiment, the test script automatically acquires the test data, so that the diversity of the acquired test data is realized, and the accuracy and the test efficiency of the test data are improved.
In S120, an execution rule of the test script without interruption of the test flow is configured.
According to an exemplary embodiment, the execution rule that the test flow is not interrupted refers to recording the program error and continuing the test when the program error is tested and the test is stopped.
For example, if a certain test flow cannot continue to test the subsequent flow due to the BUG, the problem is recorded, and the next test flow is executed.
According to an example embodiment, when the execution rule of the test script, which is not interrupted by the test flow, is configured, the execution sequence rule of the test script may also be configured. In order to configure the execution rule of the test script without interruption of the test flow and configure the execution sequence rule of the test script, a test suite may be written to control the execution sequence and the execution rule of the test script. For example, in a java file, a function is defined to execute a test script, the execution order of each test script is adjusted by defining the execution rule of the function, another function is defined to specify the execution rule that the test flow of the test script is not interrupted, when a certain test flow cannot continue to test a subsequent flow due to a BUG, the problem is recorded, and the next test flow is executed.
The embodiment of the invention provides a specific method for configuring an uninterrupted execution rule of a Test flow of a Test script and an uninterrupted execution sequence rule of the Test script, the uninterrupted execution rule of the Test flow can be configured by calling a Teardown method, and the execution sequence of the Test script can be configured by calling a Test method.
For example, a java file is written, some initialization operations can be performed by calling a TestNG plug-in Before method in the java file, then a Test method is called to execute a Test script, an execution order of each Test script is defined through an execution rule of the Test method (the purpose of executing the Test scripts in batch according to business processes can be achieved), a Teardown method is called to define an execution rule of the Test script without interruption of the Test process, when a certain Test process cannot continue to the subsequent process due to BUG, the problem is recorded, the Test of the subsequent process is stopped, and the next Test process is executed.
In the embodiment, the uninterrupted execution rule of the test flow of the test script can be configured, so that the interruption of the test due to program errors is avoided, and the test fluency and the test efficiency are improved. In addition, the execution rule of the execution sequence of the test script can be freely configured, so that the flexibility and controllability of the test are improved.
In S130, an output rule of the test result after the execution of the test script is configured.
According to an example embodiment, a title, a form, a transmission/reception object, and a transmission time when a test result after the execution of the above-described test script is output may be configured.
It should be noted that the test result output form may include, but is not limited to, an email form, a short message form, and an instant message form of social software. The text format of the mail, the short message, the instant message of the social software and the like can be preset.
According to an example embodiment, when the output rule of the test result after the execution of the test script is configured, the execution time and the execution cycle of the test script may also be configured. In order to configure the output rule of the test result after the execution of the test script and the execution time and the execution period of the test script, a task execution script may be written, the execution time and the execution period of the test task may be configured, so as to perform the regression test and the stability test on the software, and the output rule of the test result may be configured, for example, when the test result is output in the form of a mail, the title of the test result, the text form of the mail, the sending/receiving object, the sending time, and the like may be configured.
For example, a java file may be written in which test task execution time, test task execution period, test result mail notification, and the like are set. Setting the execution time of the test task and the execution period of the test task, so as to facilitate the regression test and the stability test of the software; the test result mail can be configured with a test report title, a mail body form, a sending/receiving object, sending time and the like.
In the embodiment, the execution time and the execution period of the test script can be configured, so that the flexibility and the controllability of the test script are improved, on the other hand, the test result is conveniently sent to relevant personnel through the output rule of the configuration test result, the relevant personnel are prevented from actively obtaining the test result, the test efficiency and the communication efficiency are improved, and the user experience is improved.
In S140, the test script is executed according to the execution rule and the output rule of the test result.
When the test script is executed, according to the configured execution rule that the test flow is not interrupted and the output rule of the test result, the test flow is not interrupted when the test script is executed, and the test result is output according to the configured output rule.
It should be noted that, when executing the test script, the test script may also be executed according to the execution sequence rule of the test script configured when configuring the execution rule of the test script without interrupting the test flow, and the execution time and the execution cycle of the test script configured when configuring the output rule of the test result after the test script is executed.
In the embodiment of the invention, the test script added with the test data is obtained; configuring an uninterrupted execution rule of the test flow of the test script; configuring an output rule of a test result after the test script is executed; according to the execution rule and the output rule of the test result, the technical means of the test script is executed, the diversity of the obtained test data is realized, the uninterrupted and smooth test is realized by configuring the execution rule with uninterrupted test flow, the flexibility of the test is improved, the test result is conveniently sent to relevant personnel by configuring the output rule of the test result after the test script is executed, the relevant personnel are prevented from actively acquiring the test result, the test efficiency and the communication efficiency are improved, and the user experience is improved.
It should be clearly understood that the present disclosure describes how to make and use particular examples, but the principles of the present disclosure are not limited to any details of these examples. Rather, these principles can be applied to many other embodiments based on the teachings of the present disclosure.
The following are embodiments of the apparatus of the present invention that may be used to perform embodiments of the method of the present invention. In the following description of the apparatus, the same parts as those of the foregoing method will not be described again.
Fig. 2 is a block diagram illustrating an apparatus for testing according to an embodiment of the present invention.
As shown in fig. 2, the apparatus 200 includes:
an obtaining module 210, configured to obtain a test script to which test data is added;
a first configuration module 220, configured to configure an execution rule of the test script without interruption of the test flow;
a second configuration module 230, configured to configure an output rule of a test result after the test script is executed;
and the execution module 240 is configured to execute the test script according to the execution rule and the output rule of the test result.
According to an exemplary embodiment, the obtaining module 210 is configured to automatically generate a test script for each function point according to a service function, and add a method for obtaining test data in batches to the test script to obtain the test script added with the test data.
According to an example embodiment, the first configuration module 220 is further configured to configure an execution sequence rule of the test script.
According to an example embodiment, the second configuration module 230 is configured to configure a title, a form, a transmission/reception object, and a transmission time when the test result after the test script is executed is output.
In the embodiment of the invention, the test script added with the test data is obtained; configuring an uninterrupted execution rule of the test flow of the test script; configuring an output rule of a test result after the test script is executed; according to the execution rule and the output rule of the test result, the technical means of the test script is executed, the diversity of the obtained test data is realized, the uninterrupted and smooth test is realized by configuring the execution rule with uninterrupted test flow, the flexibility of the test is improved, the test result is conveniently sent to relevant personnel by configuring the output rule of the test result after the test script is executed, the relevant personnel are prevented from actively acquiring the test result, the test efficiency and the communication efficiency are improved, and the user experience is improved.
As another aspect, the present application also provides a computer-readable medium, which may be contained in the apparatus described in the above embodiments; or may be separate and not incorporated into the device. The computer readable medium carries one or more programs which, when executed by a device, cause the device to perform: acquiring a test script added with test data; configuring an uninterrupted execution rule of the test flow of the test script; configuring an output rule of a test result after the test script is executed; and executing the test script according to the execution rule and the output rule of the test result.
Fig. 3 is a schematic structural diagram of an electronic device according to an exemplary embodiment. It should be noted that the electronic device shown in fig. 3 is only an example, and should not bring any limitation to the functions and the scope of use of the embodiments of the present application.
As shown in fig. 3, the computer system 300 includes a Central Processing Unit (CPU)301 that can perform various appropriate actions and processes in accordance with a program stored in a Read Only Memory (ROM)302 or a program loaded from a storage section 308 into a Random Access Memory (RAM) 303. In the RAM 303, various programs and data necessary for the operation of the system 300 are also stored. The CPU 301, ROM 302, and RAM 303 are connected to each other via a bus 304. An input/output (I/O) interface 305 is also connected to bus 304.
The following components are connected to the I/O interface 305: an input portion 306 including a keyboard, a mouse, and the like; an output section 307 including a display such as a Cathode Ray Tube (CRT), a Liquid Crystal Display (LCD), and the like, and a speaker; a storage section 308 including a hard disk and the like; and a communication section 309 including a network interface card such as a LAN card, a modem, or the like. The communication section 309 performs communication processing via a network such as the internet. A drive 310 is also connected to the I/O interface 305 as needed. A removable medium 311 such as a magnetic disk, an optical disk, a magneto-optical disk, a semiconductor memory, or the like is mounted on the drive 310 as necessary, so that a computer program read out therefrom is mounted into the storage section 308 as necessary.
In particular, according to an embodiment of the present disclosure, the processes described above with reference to the flowcharts may be implemented as computer software programs. For example, embodiments of the present disclosure include a computer program product comprising a computer program embodied on a computer readable medium, the computer program comprising program code for performing the method illustrated in the flow chart. In such an embodiment, the computer program may be downloaded and installed from a network through the communication section 309, and/or installed from the removable medium 311. The above-described functions defined in the terminal of the present application are executed when the computer program is executed by the Central Processing Unit (CPU) 301.
It should be noted that the computer readable medium shown in the present application may be a computer readable signal medium or a computer readable storage medium or any combination of the two. A computer readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any combination of the foregoing. More specific examples of the computer readable storage medium may include, but are not limited to: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In the present application, a computer 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. In this application, however, a computer readable signal medium may include a propagated data signal with computer readable program code embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated data signal may take many forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A computer readable signal medium may also be any computer readable medium that is not a computer 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 computer readable medium may be transmitted using any appropriate medium, including but not limited to: wireless, wire, fiber optic cable, RF, etc., or any suitable combination of the foregoing.
The flowchart and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods and computer program products according to various embodiments of the present application. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams or flowchart illustration, and combinations of blocks in the block diagrams or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
The units described in the embodiments of the present application may be implemented by software or hardware. The described units may also be provided in a processor, and may be described as: a processor includes a receiving module, an obtaining module, and a playing module. Wherein the names of the modules do not in some cases constitute a limitation of the module itself.
Exemplary embodiments of the present invention are specifically illustrated and described above. It is to be understood that the invention is not limited to the precise construction, arrangements, or instrumentalities described herein; on the contrary, the invention is intended to cover various modifications and equivalent arrangements included within the spirit and scope of the appended claims.

Claims (9)

1. A method for testing, the method comprising:
acquiring a test script added with test data;
configuring an uninterrupted execution rule of the test flow of the test script;
configuring an output rule of a test result after the test script is executed;
executing the test script according to the execution rule and the output rule of the test result;
wherein, the test script added with the test data is obtained, and the method comprises the following steps:
automatically generating a test script of each function point according to a service function, and adding a method for acquiring test data in batches into the test script to acquire the test script added with the test data;
the execution rule that the test flow is not interrupted refers to recording the program error and continuing the test when the program error is tested and the test is stopped;
when configuring the execution rule of the test script without interrupting the test process, the method further comprises:
and configuring an execution sequence rule of the test script.
2. The method of claim 1, wherein configuring the execution rule without interruption of the test flow of the test script comprises:
and configuring an uninterrupted execution rule of the test flow by calling a Teardown method.
3. The method of claim 1, wherein configuring the execution order rule of the test script comprises:
and configuring the execution sequence of the Test script by calling a Test method.
4. The method of claim 1, wherein configuring output rules for test results after execution of the test script comprises:
and configuring the title, the form, the sending/receiving object and the sending time when the test result after the test script is executed is output.
5. The method of claim 1 or 4, wherein in configuring the output rules for the post-execution test results of the test script, the method further comprises:
and configuring the execution time and the execution period of the test script.
6. An apparatus for testing, the apparatus comprising:
the acquisition module is used for acquiring the test script added with the test data;
the first configuration module is used for configuring an execution rule of the test script without interrupting the test process;
the second configuration module is used for configuring the output rule of the test result after the test script is executed;
the execution module is used for executing the test script according to the execution rule and the output rule of the test result;
the acquisition module is used for automatically generating a test script of each function point according to a service function and adding a method for acquiring test data in batches to the test script so as to acquire the test script added with the test data;
the execution rule that the test flow is not interrupted refers to recording the program error and continuing the test when the program error is tested and the test is stopped;
the first configuration module is further configured to configure an execution sequence rule of the test script.
7. The apparatus of claim 6, wherein the second configuration module is configured to configure a title, a form, a transmission/reception object, and a transmission time when the test result is output after the test script is executed.
8. A computer-readable storage medium, on which a computer program is stored which, when being executed by a processor, carries out the method steps of any one of claims 1 to 5.
9. An electronic device, comprising:
one or more processors;
storage means for storing one or more programs which, when executed by the one or more processors, cause the one or more processors to carry out the method steps of any one of claims 1-5.
CN201710791108.0A 2017-09-05 2017-09-05 Method and device for testing Active CN107562629B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710791108.0A CN107562629B (en) 2017-09-05 2017-09-05 Method and device for testing

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710791108.0A CN107562629B (en) 2017-09-05 2017-09-05 Method and device for testing

Publications (2)

Publication Number Publication Date
CN107562629A CN107562629A (en) 2018-01-09
CN107562629B true CN107562629B (en) 2020-05-01

Family

ID=60978076

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710791108.0A Active CN107562629B (en) 2017-09-05 2017-09-05 Method and device for testing

Country Status (1)

Country Link
CN (1) CN107562629B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109726111B (en) * 2018-08-17 2023-03-28 平安普惠企业管理有限公司 Test rule customizing method, device, apparatus and computer readable storage medium
CN113505077A (en) * 2021-07-26 2021-10-15 平安信托有限责任公司 Method, device and equipment for testing data table and storage medium

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7299382B2 (en) * 2002-04-29 2007-11-20 Sun Microsystems, Inc. System and method for automatic test case generation
CN102662828B (en) * 2012-03-14 2016-03-16 浪潮(北京)电子信息产业有限公司 A kind of method and device realizing software automatic test
CN105512036A (en) * 2015-12-12 2016-04-20 天津南大通用数据技术股份有限公司 Test template for automatically generating test case according to preset rules and test method

Also Published As

Publication number Publication date
CN107562629A (en) 2018-01-09

Similar Documents

Publication Publication Date Title
CN109684188B (en) Test method and device
CN112631919A (en) Comparison test method and device, computer equipment and storage medium
CN112015654A (en) Method and apparatus for testing
US20180275957A1 (en) Assistive technology for code generation using voice and virtual reality
CN111221727A (en) Test method, test device, electronic equipment and computer readable medium
CN107562629B (en) Method and device for testing
CN112954056B (en) Method and device for processing monitoring data, electronic equipment and storage medium
CN113760736A (en) Test method, device and system
CN111414154A (en) Method and device for front-end development, electronic equipment and storage medium
CN113377648B (en) Software system diagnosis method, device, electronic equipment and computer readable medium
CN111382058A (en) Service testing method and device, server and storage medium
CN113032004B (en) Method, apparatus and program product for managing development jobs in a development environment
CN111382056B (en) Service testing method and device, server and storage medium
CN110727646B (en) Format conversion method and device for system log, electronic equipment and computer medium
CN111176718A (en) Script online method and device, storage medium and electronic equipment
CN113495498A (en) Simulation method, simulator, device, and medium for hardware device
CN111382057B (en) Test case generation method, test method and device, server and storage medium
CN108287792B (en) Method and apparatus for outputting information
CN113704079A (en) Interface testing method and device based on Protobuf
CN113760727A (en) Interface regression testing method and device
CN112988578A (en) Automatic testing method and device
CN112579428A (en) Interface testing method and device, electronic equipment and storage medium
CN113515437B (en) Method and device for debugging interface
CN112783753B (en) Testing method and device for stream data processing system
CN114371995A (en) Automatic testing method, system, storage medium and electronic equipment

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
CB02 Change of applicant information
CB02 Change of applicant information

Address after: Room 221, 2nd floor, Block C, 18 Kechuang 11th Street, Beijing Economic and Technological Development Zone, 100176

Applicant after: JINGDONG DIGITAL TECHNOLOGY HOLDINGS Co.,Ltd.

Address before: 101111 Room 221, 2nd Floor, Block C, 18 Kechuang 11th Street, Beijing Economic and Technological Development Zone

Applicant before: BEIJING JINGDONG FINANCIAL TECHNOLOGY HOLDING Co.,Ltd.

GR01 Patent grant
GR01 Patent grant
CP01 Change in the name or title of a patent holder
CP01 Change in the name or title of a patent holder

Address after: Room 221, 2 / F, block C, 18 Kechuang 11th Street, Daxing District, Beijing, 100176

Patentee after: Jingdong Technology Holding Co.,Ltd.

Address before: Room 221, 2 / F, block C, 18 Kechuang 11th Street, Daxing District, Beijing, 100176

Patentee before: Jingdong Digital Technology Holding Co.,Ltd.

CP03 Change of name, title or address
CP03 Change of name, title or address

Address after: Room 221, 2 / F, block C, 18 Kechuang 11th Street, Daxing District, Beijing, 100176

Patentee after: Jingdong Digital Technology Holding Co.,Ltd.

Address before: Room 221, 2 / F, block C, 18 Kechuang 11th Street, Beijing Economic and Technological Development Zone, 100176

Patentee before: JINGDONG DIGITAL TECHNOLOGY HOLDINGS Co.,Ltd.