CN109840210A - A kind of test method, device and electronic equipment - Google Patents
A kind of test method, device and electronic equipment Download PDFInfo
- Publication number
- CN109840210A CN109840210A CN201910093368.XA CN201910093368A CN109840210A CN 109840210 A CN109840210 A CN 109840210A CN 201910093368 A CN201910093368 A CN 201910093368A CN 109840210 A CN109840210 A CN 109840210A
- Authority
- CN
- China
- Prior art keywords
- test
- test case
- type
- case group
- selecting
- 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.)
- Withdrawn
Links
- 238000010998 test method Methods 0.000 title claims abstract description 11
- 238000012360 testing method Methods 0.000 claims abstract description 464
- 238000000034 method Methods 0.000 claims description 27
- 230000006870 function Effects 0.000 claims description 13
- 238000012795 verification Methods 0.000 claims description 5
- 230000000391 smoking effect Effects 0.000 claims description 3
- 239000000779 smoke Substances 0.000 description 7
- 230000008569 process Effects 0.000 description 5
- 238000010586 diagram Methods 0.000 description 4
- 238000010187 selection method Methods 0.000 description 4
- 230000009471 action Effects 0.000 description 3
- 238000010295 mobile communication Methods 0.000 description 3
- 238000012545 processing Methods 0.000 description 3
- 230000009286 beneficial effect Effects 0.000 description 2
- 238000010200 validation analysis Methods 0.000 description 2
- 238000004364 calculation method Methods 0.000 description 1
- 238000004891 communication Methods 0.000 description 1
- 238000011161 development Methods 0.000 description 1
- 238000005516 engineering process Methods 0.000 description 1
- 230000006872 improvement Effects 0.000 description 1
- 230000003993 interaction Effects 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
- 230000003287 optical effect Effects 0.000 description 1
- 238000003672 processing method Methods 0.000 description 1
- 230000000750 progressive effect Effects 0.000 description 1
- 239000007787 solid Substances 0.000 description 1
Landscapes
- Debugging And Monitoring (AREA)
Abstract
The embodiment of the present invention provides a kind of test method, device and electronic equipment, including obtains test instruction, and the test instructs and carries test-types;From test case library, the test case group to match with the test-types is selected;Wherein, the test case library includes preconfigured multiple test case groups, and each test case group is configured as corresponding test-types;Test is executed using the test case group selected.The present invention is classified management to test case library, by the flexible configuration of test-types, carries out the orderly collocation of test case group, effectively increases testing efficiency.
Description
Technical Field
The present invention relates to the field of computer technologies, and in particular, to a test method and apparatus, and an electronic device.
Background
With the continuous development of software scale and the continuous improvement of requirements on software quality, the automatic test is an important ring of software test, so that the labor can be saved, the software test points can be more comprehensively covered, and the test omission caused by manual test and the increase of labor cost along with the increase of the software scale are avoided.
However, the inventor finds that, in the process of the automated test, a large number of automated cases are developed by a tester, and the larger the scale is, the larger the scale of the automated cases is, so that the automated cases need to be reorganized from the large number of test cases before each test to be executed, and how to perform effective execution and management is an important guarantee for effective utilization of the automated test.
Therefore, how to effectively manage the test cases and further improve the test efficiency is a technical problem that needs to be solved urgently by those skilled in the art.
Disclosure of Invention
In view of the above-mentioned shortcomings of the prior art, an object of the present invention is to provide a testing method, a testing device and an electronic device, which are used to solve the problem of low testing efficiency in the prior art.
To achieve the above and other related objects, according to a first aspect of the present invention, an embodiment of the present invention provides a testing method, including the steps of:
obtaining a test instruction, wherein the test instruction carries a test type;
selecting a test case group matched with the test type from a test case library; the test case library comprises a plurality of test case groups configured in advance, and each test case group is configured to be a corresponding test type;
and executing the test by using the selected test case group.
Optionally, when the obtained test instruction includes a first test type and a second test type, selecting, from the test case library, a test case group matched with the test type, where the selecting includes:
selecting a first test case group corresponding to the first test type from the test case library, and selecting a second test case group corresponding to the second test type;
removing repeated test cases through the test case identifications in the first test case group and the second test case group to obtain a third test case group;
the executing the test by using the selected test case group comprises the following steps:
and executing the test by using the third test case group.
Optionally, when the test instruction further carries a keyword, the selecting, from the test case library, a test case group matched with the test type includes:
selecting a fourth test case group matched with the test type item from the test case library;
selecting a fifth test case group matched with the keywords from the fourth test case group;
the executing the test by using the selected test case group comprises the following steps:
and executing the test by using the fifth test case group.
Optionally, the selecting, from the test case library, a test case group matching the test type includes:
when the test type comprises system test, all test cases in the test case library are selected.
Optionally, the test type includes a function type and/or an environment type; wherein the function type comprises one or more of a combination of smoking test, verification test, regression test and system test; the environment types include a stand-alone environment and/or a physical environment.
According to a second aspect of the present invention, an embodiment of the present invention further provides a testing apparatus, including:
the acquisition module is used for acquiring a test instruction, and the test instruction carries a test type;
the selection module is used for selecting a test case group matched with the test type from the test case library; the test case library comprises a plurality of test case groups configured in advance, and each test case group is configured to be a corresponding test type;
and the execution module is used for executing the test by using the selected test case group.
Optionally, the selecting module is configured to, when the obtained test instruction includes a first test type and a second test type, select a first test case group corresponding to the first test type from the test case library, and select a second test case group corresponding to the second test type;
removing repeated test cases through the test case identifications in the first test case group and the second test case group to obtain a third test case group;
and the execution module is used for executing the test by using the third test case group.
Optionally, the selecting module is configured to, when the test instruction further carries a keyword, select a fourth test case group matched with the test type item from the test case library;
selecting a fifth test case group matched with the keywords from the fourth test case group;
and the execution module is used for executing the test by using the fifth test case group.
Optionally, the selection module is configured to select all test cases in the test case library when the test type includes a system test.
According to a third aspect of the present invention, there is also provided an electronic device, including a processor; and the number of the first and second groups,
a memory communicatively coupled to the processor; wherein,
the memory stores instructions executable by the processor to enable the processor to:
obtaining a test instruction, wherein the test instruction carries a test type;
selecting a test case group matched with the test type from a test case library; the test case library comprises a plurality of test case groups configured in advance, and each test case group is configured to be a corresponding test type;
and executing the test by using the selected test case group.
As described above, the test method, the test device and the electronic device provided by the embodiment of the invention have the following beneficial effects: the method comprises the steps of obtaining a test instruction, wherein the test instruction carries a test type; selecting a test case group matched with the test type from a test case library; the test case library comprises a plurality of test case groups configured in advance, and each test case group is configured to be a corresponding test type; and executing the test by using the selected test case group. The invention carries out classified management on the test case library, carries out ordered collocation on the test case groups through flexible configuration of test types, and effectively improves the test efficiency.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate embodiments consistent with the invention and together with the description, serve to explain the principles of the invention.
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, and it is obvious for those skilled in the art that other drawings can be obtained according to the drawings without inventive exercise.
FIG. 1 is a schematic flow chart of a testing method according to an embodiment of the present invention;
FIG. 2 is a flowchart illustrating a test case group selection method according to an embodiment of the present invention;
FIG. 3 is a flowchart illustrating another test case group selection method according to an embodiment of the present invention;
FIG. 4 is a schematic structural diagram of a testing apparatus according to an embodiment of the present invention;
fig. 5 is a schematic diagram of a hardware structure of an electronic device for executing a testing method according to an embodiment of the present invention.
Detailed Description
In order to make those skilled in the art better understand the technical solution of the present invention, the technical solution in the embodiment of the present invention will be clearly and completely described below with reference to the drawings in the embodiment of the present invention, and it is obvious that the described embodiment is only a part of the embodiment of the present invention, and not all 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.
Please refer to fig. 1 to 5. It should be noted that the drawings provided in the present embodiment are only for illustrating the basic idea of the present invention, and the drawings only show the components related to the present invention rather than being drawn according to the number, shape and size of the components in actual implementation, and the type, quantity and proportion of each component in actual implementation may be changed arbitrarily, and the layout of the components may be more complicated.
Referring to fig. 1, which is a schematic flow chart of a testing method provided in an embodiment of the present invention, as shown in fig. 1, the embodiment of the present invention shows a process of the testing method:
step S101: and acquiring a test instruction, wherein the test instruction carries a test type.
The test instruction carries a test type, which can be a predefined type, so as to classify and manage different types of test cases.
In an exemplary embodiment, the test type includes a function type and/or an environment type; wherein the function type comprises one or more of a combination of smoke test, validation test, regression test and system test, for identifying that the test is performed on certain functions; the environment types include a stand-alone environment and/or a physical environment for identifying that testing is being performed on certain environments.
Step S102: selecting a test case group matched with the test type from a test case library; the test case library comprises a plurality of test case groups configured in advance, and each test case group is configured to be a corresponding test type.
In particular implementation, to group test cases, the test case execution may be grouped or sequenced using a markup language based on TestNG. In an exemplary embodiment, existing text test cases are grouped: for example, grouping by use case type: smoke (smoke test), validator (validation class test), bugfix (regression test). Each function divides the related cases into three classes according to three categories to realize, and each class is marked as a certain group of test types. Different function cases cannot be put into the same class even for the same group type. In addition, classification may also be performed according to test execution environments, such as grouping by environment type: allone (standalone deployment), physical (physical environment) execution. The XML file of the testNG call file is edited, the file can be edited and set to call one package, one class and one method, and can also call a plurality of classes or the whole package is operated.
After the test cases are marked by using the method, the corresponding test cases can be further selected for testing according to the test instruction.
In a first implementation situation, when a test instruction carries multiple test types, an embodiment of the present invention provides a matching method for a test case group of multiple test types, and for clarity, in the embodiment of the present invention, a detailed description will be given by taking an example that the test instruction includes a first test type and a second test type, with reference to fig. 2, which is a flowchart of a test case group selection method provided in the embodiment of the present invention, as shown in fig. 2, the method includes the following steps:
step S1021: and selecting a first test case group corresponding to the first test type from the test case library, and selecting a second test case group corresponding to the second test type.
Based on the TestNG markup language, when the classification situation can be defined as several types, the classification situation can be called according to the type of the label.
IN an exemplary embodiment, @ Test (groups { [ groups.case _ TYPE _ SMOKE, groups.env _ TYPE _ ALL _ IN _ ONE }), the Test instruction indicates that two Test TYPEs are included, the first Test TYPE being a SMOKE Test (CASE _ TYPE _ SMOKE), and the second Test TYPE being a single machine Test (ENV _ TYPE _ ALL _ IN _ ONE).
Further, a first test case group corresponding to the first test type, namely a test case group of the smoking test, is selected from the test case library, and a second test case group corresponding to the second test type, namely a test case group of the single machine test, is selected.
Step S1022: and removing the repeated test cases through the test case identifications in the first test case group and the second test case group to obtain a third test case group.
In order to prevent duplicate testing, all test cases of the smoke test are compared with all test cases of the single machine test, so that duplicate test cases are removed. In an exemplary embodiment, a test case identifier of each test case may be preset, each test case has a unique test case identifier, duplicate removal of the test cases can be achieved by comparing the test case identifiers, and no further description is given in the embodiment of the present invention, so that a third test case group from which duplicate test cases are removed is obtained.
In a second implementation case, an individual test case under a certain test type may be further tested, see fig. 3, which is a flowchart of another test case group selection method provided in the embodiment of the present invention, as shown in fig. 3, the method includes the following steps:
step S1023: and when the test instruction also carries keywords, selecting a fourth test case group matched with the test type item from the test case library.
In an exemplary embodiment, when the test instruction includes < testname > < validator >, and the test type is identified as the verification type, the verification type test case group is selected from the test case library. In addition, the test command further includes a < packages name ═ com. > and the keyword is identified as "com. times", it should be noted that in the embodiment of the present invention, the keyword is expressed in the form of a regular expression, and the test case identifier needs to be filtered to identify the test case containing "com.
Step S1024: and selecting a fifth test case group matched with the keywords from the fourth test case group.
And further selecting a test case with the test case identification matched with the keyword from the verification type test case library according to the keyword to form a fifth test case group.
In a third embodiment, some test scenarios require a full test to be performed, and in the embodiment of the present invention, when the test type includes a system test, all test cases in the test case library are selected.
Step S103: and executing the test by using the selected test case group.
Executing the test according to the test case group selected in the step, and executing the test by using the third test case group when the test instruction comprises a first test type and a second test type corresponding to a first implementation condition; under a second implementation condition, when the test instruction also carries the keyword, executing the test by using the fifth test case group; in a third implementation case, when the test type carried by the test instruction is a system test, all test cases in the test case library are selected.
As can be seen from the description of the above embodiment, the test method provided in the embodiment of the present invention includes obtaining a test instruction, where the test instruction carries a test type; selecting a test case group matched with the test type from a test case library; the test case library comprises a plurality of test case groups configured in advance, and each test case group is configured to be a corresponding test type; and executing the test by using the selected test case group. The invention carries out classified management on the test case library, carries out ordered collocation on the test case groups through flexible configuration of test types, and effectively improves the test efficiency.
Through the above description of the method embodiments, those skilled in the art can clearly understand that the present invention can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware, but the former is a better implementation mode in many cases. Based on such understanding, the technical solutions of the present invention may be embodied in the form of a software product, which is stored in a storage medium and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the methods according to the embodiments of the present invention. And the aforementioned storage medium includes: various media that can store program codes, such as Read Only Memory (ROM), Random Access Memory (RAM), magnetic or optical disks, and so on.
Corresponding to the embodiment of the test method provided by the invention, the invention also provides a test device.
Referring to fig. 4, which is a schematic structural diagram of a testing apparatus according to an embodiment of the present invention, as shown in fig. 4, the testing apparatus includes:
the acquisition module 11 is configured to acquire a test instruction, where the test instruction carries a test type;
a selecting module 12, configured to select a test case group matching the test type from a test case library; the test case library comprises a plurality of test case groups configured in advance, and each test case group is configured to be a corresponding test type;
and an execution module 13, configured to execute the test using the selected test case group.
In a first implementation situation, in order to implement testing on test cases of multiple test types, so as to improve the test flexibility and the matching accuracy, the selection module 12 may be further configured to select, when the obtained test instruction includes a first test type and a second test type, a first test case group corresponding to the first test type from the test case library, and select a second test case group corresponding to the second test type;
removing repeated test cases through the test case identifications in the first test case group and the second test case group to obtain a third test case group;
the execution module 13 is configured to execute a test using the third test case group.
In a second implementation case, in order to implement a test on a part of test cases of a plurality of certain test types, so as to further improve the test flexibility, the selecting module 12 is configured to select, from the test case library, a fourth test case group matched with the test type item when the test instruction further carries a keyword;
and selecting a fifth test case group matched with the keywords from the fourth test case group.
The execution module 13 is configured to execute a test using the fifth test case group.
In a third implementation case, the selecting module 13 is configured to select all test cases in the test case library when the test type includes a system test.
Embodiments of the present invention provide a non-volatile computer storage medium, where a computer-executable instruction is stored in the computer storage medium, and the computer-executable instruction can execute a test method in any of the above method embodiments.
Fig. 5 is a schematic diagram of a hardware structure of an electronic device for executing a testing method according to an embodiment of the present invention, and as shown in fig. 5, the electronic device includes:
one or more processors 510 and memory 520, with one processor 510 being an example in fig. 5.
The apparatus for performing the processing method of the list item operation may further include: an input device 530 and an output device 540.
The processor 510, the memory 520, the input device 530, and the output device 540 may be connected by a bus or other means, and the bus connection is exemplified in fig. 5.
The memory 520, which is a non-volatile computer-readable storage medium, may be used to store non-volatile software programs, non-volatile computer-executable programs, and modules, such as program instructions/modules (for example, the obtaining module 11, the selecting module 12, and the executing module 13 shown in fig. 4) corresponding to the testing method in the embodiment of the present invention. The processor 510 executes various functional applications of the server and data processing by executing nonvolatile software programs, instructions and modules stored in the memory 520, so as to implement the above-mentioned method embodiment test method.
The memory 520 may include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application program required for at least one function; the storage data area may store data created according to use of the test apparatus, and the like. Further, the memory 520 may include high speed random access memory, and may also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other non-volatile solid state storage device. In some embodiments, memory 520 may optionally include memory located remotely from processor 510, which may be connected to the test device via a network. Examples of such networks include, but are not limited to, the internet, intranets, local area networks, mobile communication networks, and combinations thereof.
The input device 530 may receive input numeric or character information and generate key signal inputs related to user settings and function control of the test device. The output device 540 may include a display device such as a display screen.
The one or more modules are stored in the memory 520 and, when executed by the one or more processors 510, perform the testing method of any of the method embodiments described above.
The product can execute the method provided by the embodiment of the invention, and has corresponding functional modules and beneficial effects of the execution method. For technical details that are not described in detail in this embodiment, reference may be made to the method provided by the embodiment of the present invention.
The electronic device of embodiments of the present invention exists in a variety of forms, including but not limited to:
(1) a mobile communication device: such devices are characterized by mobile communications capabilities and are primarily targeted at providing voice, data communications. Such terminals include: smart phones (e.g., iphones), multimedia phones, functional phones, and low-end phones, among others.
(2) Ultra mobile personal computer device: the equipment belongs to the category of personal computers, has calculation and processing functions and generally has the characteristic of mobile internet access. Such terminals include: PDA, MID, and UMPC devices, etc., such as ipads.
(3) A portable entertainment device: such devices can display and play multimedia content. This type of device comprises: audio, video players (e.g., ipods), handheld game consoles, electronic books, and smart toys and portable car navigation devices.
(4) A server: the device for providing the computing service comprises a processor, a hard disk, a memory, a system bus and the like, and the server is similar to a general computer architecture, but has higher requirements on processing capacity, stability, reliability, safety, expandability, manageability and the like because of the need of providing high-reliability service.
(5) And other electronic devices with data interaction functions.
The above-described embodiments of the apparatus are merely illustrative, and the units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the modules can be selected according to actual needs to achieve the purpose of the scheme of the embodiment
The embodiments in the present specification are described in a progressive manner, and the same and similar parts among the embodiments are referred to each other, and each embodiment focuses on the differences from the other embodiments. In particular, for apparatus or system embodiments, since they are substantially similar to method embodiments, they are described in relative terms, as long as they are described in partial descriptions of method embodiments. The above-described embodiments of the apparatus and system are merely illustrative, and the units described as separate parts may or may not be physically separate, and the parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of the present embodiment. One of ordinary skill in the art can understand and implement it without inventive effort.
It is noted that, in this document, 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.
The foregoing are merely exemplary embodiments of the present invention, which enable those skilled in the art to understand or practice the present invention. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the invention. Thus, the present invention is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.
Claims (10)
1. A method of testing, comprising the steps of:
obtaining a test instruction, wherein the test instruction carries a test type;
selecting a test case group matched with the test type from a test case library; the test case library comprises a plurality of test case groups configured in advance, and each test case group is configured to be a corresponding test type;
and executing the test by using the selected test case group.
2. The method according to claim 1, wherein when the obtained test instruction includes a first test type and a second test type, the selecting, from the test case library, the test case group matching the test type includes:
selecting a first test case group corresponding to the first test type from the test case library, and selecting a second test case group corresponding to the second test type;
removing repeated test cases through the test case identifications in the first test case group and the second test case group to obtain a third test case group;
the executing the test by using the selected test case group comprises the following steps:
and executing the test by using the third test case group.
3. The method according to claim 1, wherein when the test instruction further carries a keyword, the selecting a test case group matching the test type from a test case library comprises:
selecting a fourth test case group matched with the test type item from the test case library;
selecting a fifth test case group matched with the keywords from the fourth test case group;
the executing the test by using the selected test case group comprises the following steps:
and executing the test by using the fifth test case group.
4. The method according to claim 1, wherein the selecting the test case group matching the test type from the test case library comprises:
when the test type comprises system test, all test cases in the test case library are selected.
5. The test method according to claim 1, wherein the test type comprises a function type and/or an environment type; wherein the function type comprises one or more of a combination of smoking test, verification test, regression test and system test; the environment types include a stand-alone environment and/or a physical environment.
6. A test apparatus, comprising:
the acquisition module is used for acquiring a test instruction, and the test instruction carries a test type;
the selection module is used for selecting a test case group matched with the test type from the test case library; the test case library comprises a plurality of test case groups configured in advance, and each test case group is configured to be a corresponding test type;
and the execution module is used for executing the test by using the selected test case group.
7. The testing device according to claim 6, wherein the selecting module is configured to select, when the obtained test instruction includes a first test type and a second test type, a first test case group corresponding to the first test type from the test case library, and select a second test case group corresponding to the second test type;
removing repeated test cases through the test case identifications in the first test case group and the second test case group to obtain a third test case group;
and the execution module is used for executing the test by using the third test case group.
8. The testing device according to claim 6, wherein the selecting module is configured to select a fourth test case group matching the test type item from the test case library when the test instruction further carries a keyword;
selecting a fifth test case group matched with the keywords from the fourth test case group;
and the execution module is used for executing the test by using the fifth test case group.
9. The testing apparatus of claim 6, wherein the selection module is configured to select all test cases in a test case library when the test type comprises a system test.
10. An electronic device, characterized in that the electronic device comprises a processor; and the number of the first and second groups,
a memory communicatively coupled to the processor; wherein,
the memory stores instructions executable by the processor to enable the processor to:
obtaining a test instruction, wherein the test instruction carries a test type;
selecting a test case group matched with the test type from a test case library; the test case library comprises a plurality of test case groups configured in advance, and each test case group is configured to be a corresponding test type;
and executing the test by using the selected test case group.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201910093368.XA CN109840210A (en) | 2019-01-30 | 2019-01-30 | A kind of test method, device and electronic equipment |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201910093368.XA CN109840210A (en) | 2019-01-30 | 2019-01-30 | A kind of test method, device and electronic equipment |
Publications (1)
Publication Number | Publication Date |
---|---|
CN109840210A true CN109840210A (en) | 2019-06-04 |
Family
ID=66884363
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201910093368.XA Withdrawn CN109840210A (en) | 2019-01-30 | 2019-01-30 | A kind of test method, device and electronic equipment |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN109840210A (en) |
Cited By (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN111026089A (en) * | 2019-12-25 | 2020-04-17 | 卡斯柯信号(北京)有限公司 | Automatic deployment method and device for train control center test environment |
CN111427778A (en) * | 2020-03-18 | 2020-07-17 | 中国平安人寿保险股份有限公司 | Test method, test device, terminal equipment and storage medium |
CN113742198A (en) * | 2020-05-28 | 2021-12-03 | 龙芯中科技术股份有限公司 | Test method, test device, electronic equipment and storage medium |
CN113806209A (en) * | 2020-06-16 | 2021-12-17 | 腾讯科技(深圳)有限公司 | Interface testing method, frame, computer device and storage medium |
-
2019
- 2019-01-30 CN CN201910093368.XA patent/CN109840210A/en not_active Withdrawn
Cited By (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN111026089A (en) * | 2019-12-25 | 2020-04-17 | 卡斯柯信号(北京)有限公司 | Automatic deployment method and device for train control center test environment |
CN111427778A (en) * | 2020-03-18 | 2020-07-17 | 中国平安人寿保险股份有限公司 | Test method, test device, terminal equipment and storage medium |
CN113742198A (en) * | 2020-05-28 | 2021-12-03 | 龙芯中科技术股份有限公司 | Test method, test device, electronic equipment and storage medium |
CN113742198B (en) * | 2020-05-28 | 2023-12-05 | 龙芯中科技术股份有限公司 | Test method, test device, electronic equipment and storage medium |
CN113806209A (en) * | 2020-06-16 | 2021-12-17 | 腾讯科技(深圳)有限公司 | Interface testing method, frame, computer device and storage medium |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN109840210A (en) | A kind of test method, device and electronic equipment | |
Mojica et al. | A large-scale empirical study on software reuse in mobile apps | |
CN105760184B (en) | A kind of method and apparatus of charging assembly | |
CN107391325B (en) | Hard disk test method and device and terminal | |
US10078502B2 (en) | Verification of a model of a GUI-based application | |
CN108920370B (en) | Compatibility problem detection method, device and equipment | |
CN108304426B (en) | Identification obtaining method and device | |
CN107402855A (en) | A kind of detection method of hard disk, device and server | |
CN109446753A (en) | Detect method, apparatus, computer equipment and the storage medium of pirate application program | |
CN109542757A (en) | Interface testing environment determines method, apparatus, electronic equipment and storage medium | |
CN114676040A (en) | Test coverage verification method and device and storage medium | |
CN108763084A (en) | A kind of generation method of test case, device and electronic equipment | |
CN105224614A (en) | Application program classification display method and device | |
CN111615688A (en) | Assertion verification code binding method and device | |
WO2015014260A1 (en) | Data processing method and server therefor | |
US10073938B2 (en) | Integrated circuit design verification | |
CN107402720B (en) | Hard disk processing method and device and terminal | |
CN106775951A (en) | A kind of operation management method and device of Android application | |
CN108920353A (en) | A kind of test method, device and electronic equipment | |
CN114338102B (en) | Security detection method, security detection device, electronic equipment and storage medium | |
CN113760230A (en) | Service processing method and device | |
US10762096B2 (en) | Method for providing mail search result including at least one mail card, and mail service system for performing same | |
CN109582347B (en) | Method and device for acquiring front-end codes | |
CN110362294A (en) | Development task executes method, apparatus, electronic equipment and storage medium | |
CN108845953B (en) | Interface testing method and device |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PB01 | Publication | ||
PB01 | Publication | ||
SE01 | Entry into force of request for substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
WW01 | Invention patent application withdrawn after publication | ||
WW01 | Invention patent application withdrawn after publication |
Application publication date: 20190604 |