CN108874649B - Method and device for generating automatic test script and computer equipment thereof - Google Patents

Method and device for generating automatic test script and computer equipment thereof Download PDF

Info

Publication number
CN108874649B
CN108874649B CN201710318946.6A CN201710318946A CN108874649B CN 108874649 B CN108874649 B CN 108874649B CN 201710318946 A CN201710318946 A CN 201710318946A CN 108874649 B CN108874649 B CN 108874649B
Authority
CN
China
Prior art keywords
test
keyword
test data
keywords
script
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
CN201710318946.6A
Other languages
Chinese (zh)
Other versions
CN108874649A (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.)
ZTE Corp
Original Assignee
ZTE Corp
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 ZTE Corp filed Critical ZTE Corp
Priority to CN201710318946.6A priority Critical patent/CN108874649B/en
Publication of CN108874649A publication Critical patent/CN108874649A/en
Application granted granted Critical
Publication of CN108874649B publication Critical patent/CN108874649B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

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

Abstract

The invention relates to a method and a device for generating an automatic test script and computer equipment thereof, belonging to the field of testing of computer programs. The generation method of the automatic test script comprises the following steps: acquiring keywords of test operation; a test execution step of acquiring the keyword from the selected general template; acquiring the test data of the keyword according to the test data template associated with the keyword; and automatically generating a test script according to the key words, the test execution step and the test data. The invention provides the test execution steps of the keywords and the test data to the tester, so that the tester can perform script test according to the prompts of the universal module and the test data template, the development efficiency of the test script is improved, and the difficulty of subsequent automatic test maintenance is reduced.

Description

Method and device for generating automatic test script and computer equipment thereof
Technical Field
The invention relates to the field of testing of computer programs, in particular to a method and a device for generating an automatic test script and computer equipment thereof.
Background
At present, in the computer software technology and the application and automatic testing process thereof, an automation script is widely applied as a common software, for example, whether the software is a pure software system based on a PC (personal computer) or a server or an embedded system, various network management software, a communication system, a control system, a server and various terminals are applied with the automation script, the application scenes of the automation script for detection or testing are more and more, and the importance of the automation script is increasingly prominent.
Traditional automation script development generally has two ways: one is for a GUI (graphical user interface) system, which first needs to run a test by hand, and record the operation performed by using the recording function of an automatic test tool to generate a test script. And secondly, selecting a script development language, compiling a test script framework under the rule of the script development language, providing an interface for calling basic operation required by the test, and manually compiling an automatic test script for calling the interface by a tester according to the test operation requirement.
Because the two methods have high requirements on the code level of testers, the testers need to have strong testing experience to complete the test work of the script, and the later maintenance difficulty and the maintenance cost are high, the existing generation method of the automatic script also greatly influences the popularization of the automatic test.
Disclosure of Invention
In view of the above, it is necessary to provide a method and an apparatus for generating an automated test script, and a computer device thereof, in order to solve the technical problem that the existing automated script generation method has an excessively high requirement on the professional level of programmers.
A method for generating an automated test script, the method comprising:
acquiring keywords of test operation;
a test execution step of acquiring the keyword from the selected general template;
acquiring the test data of the keyword according to the test data template associated with the keyword;
and automatically generating a test script according to the key words, the test execution step and the test data.
An apparatus for generating an automated test script, the apparatus comprising:
the keyword acquisition module is used for acquiring keywords of the test operation;
a step acquisition module for acquiring the test execution step of the keyword from the selected general template;
the test data acquisition module is used for acquiring the test data of the keyword according to the test data template associated with the keyword;
and the test script generation module is used for automatically generating a test script according to the key words, the test execution steps and the test data.
A computer device comprises a memory, a processor and a computer program stored on the memory and capable of running on the processor, wherein the processor executes the program to realize the automatic test script generation method.
According to the method and the device for generating the automatic test script and the computer equipment thereof, the test execution step of the keyword and the test data are provided for the tester through the universal module and the test data template, so that the tester can perform script test according to the prompt of the universal module and the test data template, the development efficiency of the automatic test script is improved, and the subsequent automatic test maintenance difficulty is reduced.
Drawings
FIG. 1 is a flow diagram of a method for generating an automated test script according to one embodiment of the invention;
FIG. 2 is a flow diagram of a method for generating an automated test script according to another embodiment of the invention;
FIG. 3 is a flow diagram of a method for generating an automated test script according to yet another embodiment of the present invention;
FIG. 4 is a flow diagram of a method of generating an automated test script according to yet another embodiment of the invention;
FIG. 5 is a block diagram of an apparatus for generating an automated test script, according to one embodiment of the present invention;
fig. 6 is a block diagram of an apparatus for generating an automated test script according to another embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention is described in further detail below with reference to the accompanying drawings and embodiments. It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
Fig. 1 is a flowchart of a method for generating an automated test script according to an embodiment of the present invention, and the method for generating an automated test script provided in fig. 1 includes the following steps S110, S120, S130, and S140.
And S110, acquiring keywords of the test operation.
According to an example of this embodiment, the keyword of the test operation may be obtained according to the prompt of the keyword library and the selection of the user, and for an experienced tester, the keyword may also be directly input by the tester.
The operation instructions of the tested object are subjected to layer-by-layer packaging and abstraction to form testing operation keywords, and one keyword can package the operation instructions of one or more tested objects. To facilitate management of the keywords, optionally, the keyword categories may also be stored, and the category criteria include, but are not limited to, configuration, alarm, performance, maintenance, and the like, for optional use during script development.
In order to enable the tester to accurately select from the keyword library, the method optionally further comprises the following steps (1), (2) and (3):
(1) and compiling the preset keywords into different languages and displaying the languages. In this step, different languages including but not limited to chinese, english, and japanese, etc., the tester may choose to display the corresponding keywords in their native language (e.g., chinese).
(2) And receiving a selection instruction of the keywords displayed in the corresponding language. Alternatively, all the selectable keywords are stored in a keyword library, and the meaning of the keywords is displayed in the language required by the user, so that the tester can understand the keywords conveniently.
(3) And taking the received key word as the acquired key word of the test operation. In this step, the tester only needs to select an object to be tested in the keyword library to start the script test.
According to another example of this embodiment, the method for generating an automated test script further includes updating and maintaining keywords in a keyword library, and the specific method steps include:
and when a deleting or adding instruction of the keywords is received, deleting or adding the corresponding keywords in the preset keywords.
When a corresponding keyword is newly added in the preset keywords, establishing a mapping relation between the newly added keyword and the test data template, or establishing a new test data template, and establishing a mapping relation between the new test data template and the newly added corresponding keyword.
When deleting the corresponding keyword in the preset keywords, the method further comprises the following steps: deleting the mapping relation of the test data template mapped with the keyword, and optionally deleting the test data template mapped with the keyword according to the requirement.
According to one usage scenario of the present example, when there is a new electronic device or module that needs to be detected or an existing electronic device/module no longer needs to be detected, the preset keyword/keyword library containing the preset keyword is updated and maintained, for example.
Since the updating and maintaining steps for the key determine the construction of the subsequent corresponding test data template, a relatively experienced programmer is generally required for the updating and maintaining.
And S120, acquiring the test execution step of the keyword from the selected universal template.
According to one example of this embodiment, the generic template defines the field and content components of an automation script. An automation script includes but is not limited to: script name, script grade, script description, precondition, postcondition, passing criterion, test type, script state, test operation keywords based on native language of a tester, test data of the keywords and keyword logic relation.
The universal template comprises two main parts: the basic property of the script is the first one, and the executive property of the script is the second one. The basic properties of the script include, but are not limited to: script name, script level, script description, preconditions, postconditions, pass criteria, test type, script state. Script execution attributes include, but are not limited to: the test execution step, the test data and the test execution step are logically related. The script name and the script execution attribute in the basic attribute are necessary to be filled.
The general template is a preset test execution step for storing keywords. The stored test execution steps are test steps which are required by general keywords or are often executed, and a tester can select which steps need to be executed and which steps do not need to be executed according to specific situations.
According to an example of this embodiment, further comprising: and editing each field of the automatic universal template. The required keywords can be dragged from the keyword library to become the test execution steps of the automatic test script, or the existing test execution steps can be deleted, or the test execution steps can be copied and cut to become the new test execution steps, or the test data can be copied, the upper and lower sequence relations of the test execution steps can be dragged, and the like.
According to another example of this embodiment, determining the correspondence between the keyword and the test execution step may be, for example, after selecting/editing the keyword, drag-and-drop the keyword into a corresponding generic template, and determine the specific test step of the keyword. A plurality of keywords can be dragged and dropped into the universal template to form a series of test execution steps according to the requirement of the automatic test.
And S130, acquiring the test data of the keyword according to the test data template associated with the keyword.
In this step, according to one example of this embodiment, each keyword has a test data template associated with it, and the test data templates corresponding to different keywords are different. The object and content of the keyword operation can be made different by modifying the test data. And the test data is edited or modified in the test data template, and then the test data is stored and then takes effect. Under the test data template, the test data editing of the keyword can be performed, so that the test execution step has specific execution data.
The test data template is used for providing a reference of test data for a tester, the tester can edit the test data according to the prompt of the test data template, and common test data can be directly selected from the test data template to be used as specific execution data of the test execution step.
S140, automatically generating a test script according to the key words, the test execution step and the test data.
In this step, the test script is automatically generated by a computer (or other electronic devices that can be compiled and run), and the keywords, the test steps and the test data are provided to the tester according to the corresponding library or template, so that the tester can perform the test work of the script without having too high a professional level.
In the embodiment, the keywords are completely separated from the test data, so that only the test data needs to be modified when the test objects are different and the test methods are the same, the later-stage test script maintenance is facilitated, and the script maintainability and the maintenance efficiency are greatly improved.
Fig. 2 is a flowchart of a method for generating an automated test script according to another embodiment of the present invention, and the method for generating an automated test script according to another embodiment of the present invention shown in fig. 2 further includes steps S121 and S122 on the basis of the steps S110, S120, S130 and S140.
And S121, determining the selected keyword from the acquired test execution steps. The determination of the keyword and the test execution step may determine at least one test execution step according to the designation of the user, because the test data in the test template is a test step that is often required to be executed by a general keyword, and is not all test steps required by the keyword, and a tester may select a specific test execution step according to the prompt of the test execution step in the general template or the test requirement of the keyword.
And S122, executing logic operation on the determined test execution step according to the received logic operation instruction.
According to an example of the present embodiment, the logical operation instruction includes at least one of the following three cases.
(1) And whether the test execution step of the keyword is executed. In this step, an execution switch is defined to determine whether the corresponding keyword is executed, and whether the keyword is executed or not indicates that the keyword is not executed.
(2) And whether the test execution step of the keyword is a verification point. The selection is to indicate that the execution result of the keyword affects the execution result of the script (pass or fail), and whether: the script execution result is not affected. When the selected keywords have an execution failure, the script execution result is failure. When all the selected keywords are successfully executed, the script execution result is successful.
(3) And whether the test execution step of the keyword is exited when the execution fails. If the selection indicates that the execution of the keyword fails, the subsequent keywords of the keyword are not executed, and the execution result of the script is failure. If not, the execution of the keyword is failed, and then other keywords are continued.
Alternatively, when the test execution step selected in step S121 includes two or more, the logical operation further includes:
and adjusting the execution sequence of different test execution steps.
According to the embodiment, the logic operation relation of the test execution steps is provided, so that the script test result is more accurate and can meet the requirements of testers.
Fig. 3 is a flowchart of a method for generating an automated test script according to another embodiment of the present invention, and a usage scenario flow of the method for generating an automated test script according to another embodiment of the present invention is described below with reference to fig. 3, where the flow includes the following steps S201 to S206:
s201: and opening the universal template of the automation script. And automatically opening an editor and an automatic script universal template when the automatic test script is newly built, editing the basic attribute of the automatic test script according to the requirement, and naming the name of the automatic script.
S202: and selecting and dragging test operation keywords based on the native language of the tester to the universal template, and calling the test operation keywords in the script universal template as a test execution step.
S203: and filling and storing the test data according to the test data template of the key words. The keywords are bound with the test data templates, each keyword is provided with a corresponding test data template, the test data templates of different keywords are different, and different test data can be filled according to different tested objects.
S204: selecting context keyword logic relation or adjusting keyword sequence, the step is optional. After the keywords are dragged and dropped into the test execution step, a default logic relationship and execution sequence exist. And editing and adjusting can be carried out when actually needed.
S205: and if the keywords are continuously selected, a plurality of keywords can be selected as the test execution step of the current automatic test script according to the automatic test requirement. If the same test steps are performed before and after the same test script, the paste can be directly copied.
S206: and saving the automatically generated test script.
According to the embodiment, in the whole script development process, testers do not need to make interaction with specific script language, grammar and script debugging. The tester can use the method and the system to make good use of the advantages and avoid the disadvantages: the advantages of the test are exerted, and the weakness of software coding is avoided.
Fig. 4 is a flowchart of a method for generating an automated test script according to yet another embodiment of the present invention, and as shown in fig. 4, the method for generating an automated test script according to yet another embodiment of the present invention includes steps S110, S120, and S140, where the test data template pre-stores test reference data associated with the keyword, and the step S130 further includes steps S131 and S132, or specifically includes steps S133 and S134.
S131, acquiring and displaying the data field of the test data in the test data template.
In this step, the data field indicates the number of groups of test data required for the execution step of the keyword and the number of test data in each group, and gives a prompt to the tester. For example, there are three sets of data to be input for displaying the keyword, each set of data includes two test data, and the tester inputs the corresponding test data according to the prompt.
S132, test data of the keywords input according to the data field is obtained. And the user inputs specific data as the test data of the keyword according to the prompt of the data field in the test data template.
And S133, receiving a selection instruction of the test reference data.
And S134, setting the selected test reference data as the test data of the keyword. As shown in fig. 4, steps S133 and S134 are parallel to steps S131 and S132, and the tester may input specific test data according to the data field in the test data template, or may directly select corresponding test data in the test data template as the test data of the test step of the keyword.
Fig. 5 is a block diagram of an apparatus for generating an automated test script according to an embodiment of the present invention. As shown in fig. 5, the automatic test script generation apparatus 10 includes:
a keyword obtaining module 11, configured to obtain a keyword for a test operation;
a step acquiring module 12, configured to acquire a test execution step of the keyword from the selected general template;
a test data obtaining module 13, configured to obtain test data of the keyword according to a test data template associated with the keyword;
and a test script generating module 14, configured to automatically generate a test script according to the keyword, the test execution step, and the test data.
Fig. 6 is a block diagram of a device for generating an automated test script according to another embodiment of the present invention, and as shown in fig. 6, the device 10 for generating an automated test script further includes:
a step determining unit 15 for determining a test execution step of the selected keyword from the acquired test execution steps;
and a logic operation unit 16, configured to perform a logic operation on the determined test execution step according to the received logic operation instruction.
Wherein the logic operation instruction comprises at least one of the following three conditions:
whether the test execution step for the keyword is executed;
whether the test execution step of the keyword is a verification point;
whether the test execution step of the keyword is exited when the execution fails.
Optionally, the test data template pre-stores test reference data associated with the keyword, and the test data obtaining module 13 further includes:
the data field display unit is used for acquiring and displaying the data field of the test data in the test data template;
the first test data acquisition unit is used for acquiring the test data of the keywords input according to the data field.
The instruction receiving unit is used for receiving a selection instruction of the test reference data;
and the data setting unit is used for setting the selected test reference data as the test data of the keyword.
Further optionally, the keyword obtaining module 11 further includes:
the language display unit is used for compiling the preset keywords into different languages and displaying the languages;
a keyword selection unit for receiving a selection instruction of a keyword displayed in a corresponding language;
the keyword obtaining module 11 is specifically configured to use the received keyword as the obtained keyword of the test operation.
And the keyword maintenance unit is used for deleting or newly adding the corresponding keywords in the preset keywords when a deleting or newly adding instruction of the keywords is received.
When a corresponding keyword is newly added to the preset keyword, the keyword maintenance unit is further configured to establish a mapping relationship between the newly added keyword and the test data template, or to establish a new test data template, and to establish a mapping relationship between the new test data template and the newly added corresponding keyword.
When deleting the corresponding keyword from the preset keyword, the keyword maintenance unit is further configured to delete the mapping relationship of the test data template mapped with the keyword, and optionally, the keyword maintenance unit is further configured to delete the test data template mapped with the keyword as needed.
The present embodiment further provides a computer device, which includes a memory, a processor, and a computer program stored in the memory and executable on the processor, and the processor executes the computer program to implement the method for generating the automated test script.
In the whole script development process, a script developer does not need to make an interaction with specific scripting language, script grammar and script debugging, and only needs to select test operation keywords to be executed and edit corresponding test data. The script development difficulty is greatly reduced, and the working efficiency is improved.
It will be understood by those skilled in the art that all or part of the processes in the methods of the embodiments described above may be implemented by hardware related to instructions of a computer program, which may be stored in a computer readable storage medium, for example, in the storage medium of a computer system, and executed by at least one processor in the computer system, so as to implement the processes of the embodiments including the methods described above. The storage medium may be a magnetic disk, an optical disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), or the like.
The technical features of the embodiments described above may be arbitrarily combined, and for the sake of brevity, all possible combinations of the technical features in the embodiments described above are not described, but should be considered as being within the scope of the present specification as long as there is no contradiction between the combinations of the technical features.
The above-mentioned embodiments only express several embodiments of the present invention, and the description thereof is more specific and detailed, but not construed as limiting the scope of the invention. It should be noted that, for a person skilled in the art, several variations and modifications can be made without departing from the inventive concept, which falls within the scope of the present invention. Therefore, the protection scope of the present patent shall be subject to the appended claims.

Claims (9)

1. A method of generating an automated test script, the method comprising:
acquiring keywords of test operation;
a test execution step of acquiring the keywords from the selected general template;
acquiring test data of the keywords according to the test data template associated with the keywords; each keyword has the test data template associated with the keyword, and the test data templates corresponding to different keywords are different;
automatically generating a test script according to the key words, the test execution steps and the test data;
the step of obtaining the test data of the keyword according to the test data template associated with the keyword comprises:
acquiring and displaying a data field of the test data in the test data template;
and acquiring test data of the keywords input according to the data fields.
2. The method of claim 1, further comprising:
a test execution step of determining the selected keyword from the acquired test execution steps;
and executing logic operation on the determined test execution step according to the received logic operation instruction.
3. The method of claim 2, wherein the logical operation instruction comprises at least one of:
whether said step of testing execution of said keyword is performed;
whether the test execution step of the keyword is a verification point;
whether the test execution step of the keyword is exited when the execution fails.
4. The method of claim 1, wherein the test data template is pre-stored with test reference data associated with the keyword; the step of obtaining the test data of the keyword according to the test data template associated with the keyword further includes:
receiving a selection instruction of test reference data;
setting the selected test reference data as the test data of the keyword.
5. The method according to any one of claims 1 to 4, characterized by obtaining a keyword of a test operation; the method further comprises the following steps:
compiling preset keywords into different languages and displaying;
receiving a selection instruction of a keyword displayed in a corresponding language;
and taking the received keywords as the acquired keywords of the test operation.
6. The method of claim 5, further comprising:
and when a deleting or adding instruction of the keywords is received, deleting or adding the corresponding keywords in the keyword library containing the preset keywords.
7. An apparatus for generating an automated test script, the apparatus comprising:
the keyword acquisition module is used for acquiring keywords of the test operation;
a step acquisition module for acquiring the test execution step of the keyword from the selected general template;
the test data acquisition module is used for acquiring the test data of the keywords according to the test data template associated with the keywords; each keyword has the test data template associated with the keyword, and the test data templates corresponding to different keywords are different;
the test script generation module is used for automatically generating a test script according to the key words, the test execution steps and the test data;
the test data acquisition module includes:
the data field display unit is used for acquiring and displaying the data field of the test data in the test data template;
and the first test data acquisition unit is used for acquiring the test data of the keywords input according to the data field.
8. The apparatus of claim 7, further comprising:
a step determination unit configured to determine a test execution step of the selected keyword from the acquired test execution steps;
and the logic operation unit is used for executing logic operation on the determined test execution step according to the received logic operation instruction.
9. A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, characterized in that the processor implements the method of generating an automated test script according to any one of claims 1 to 6 when executing the program.
CN201710318946.6A 2017-05-08 2017-05-08 Method and device for generating automatic test script and computer equipment thereof Active CN108874649B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710318946.6A CN108874649B (en) 2017-05-08 2017-05-08 Method and device for generating automatic test script and computer equipment thereof

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710318946.6A CN108874649B (en) 2017-05-08 2017-05-08 Method and device for generating automatic test script and computer equipment thereof

Publications (2)

Publication Number Publication Date
CN108874649A CN108874649A (en) 2018-11-23
CN108874649B true CN108874649B (en) 2021-08-17

Family

ID=64287289

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710318946.6A Active CN108874649B (en) 2017-05-08 2017-05-08 Method and device for generating automatic test script and computer equipment thereof

Country Status (1)

Country Link
CN (1) CN108874649B (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109491920A (en) * 2018-11-28 2019-03-19 郑州云海信息技术有限公司 A kind of method and apparatus increasing use-case function declaration for test case
CN110888641B (en) * 2019-11-15 2024-04-05 深圳市宏电技术股份有限公司 Script automatic generation method and device, server and storage medium
CN111176707A (en) * 2019-12-06 2020-05-19 上海上讯信息技术股份有限公司 Templated automatic operation and maintenance method and device and electronic equipment
CN113656295A (en) * 2021-08-10 2021-11-16 上海浦东发展银行股份有限公司 Automatic generation method and device of test data, electronic equipment and storage medium
CN113986441A (en) * 2021-11-05 2022-01-28 中国航空无线电电子研究所 Automatic testing method for man-machine interaction interface of airplane ground station software

Family Cites Families (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN100561444C (en) * 2006-11-15 2009-11-18 中兴通讯股份有限公司 A kind of automatic test approach and test macro thereof that drives based on key word
CN100583920C (en) * 2007-01-26 2010-01-20 华为技术有限公司 Method and apparatus for generating testing script, testing method, apparatus and system
CN101308495B (en) * 2007-10-24 2011-05-25 河北全通通信有限公司 Office data checking and manufacture method
CN101252469B (en) * 2008-03-24 2010-07-14 中兴通讯股份有限公司 Multi-net elements automated testing method
CN102693183B (en) * 2012-05-30 2015-04-01 瑞斯康达科技发展股份有限公司 Method and system for realizing automatic software testing
CN102819492B (en) * 2012-08-02 2015-03-04 中山大学 Keyword driven automatic testing frame on basis of Android
US9355015B2 (en) * 2012-09-26 2016-05-31 Dynatrace Llc Technique for simulating an orientation change event in a test environment
CN104023056B (en) * 2014-05-30 2017-11-24 华为技术有限公司 The method and relevant device updated the data
CN106557416B (en) * 2015-09-28 2019-03-08 百度在线网络技术(北京)有限公司 The implementation method and device of software cloud test

Also Published As

Publication number Publication date
CN108874649A (en) 2018-11-23

Similar Documents

Publication Publication Date Title
CN108874649B (en) Method and device for generating automatic test script and computer equipment thereof
CN111310934B (en) Model generation method and device, electronic equipment and storage medium
US9389849B2 (en) Test case pattern matching
CN105094783B (en) method and device for testing stability of android application
US6408403B1 (en) Method for integrating automated software testing with software development
CN111124919A (en) User interface testing method, device, equipment and storage medium
CN104375934B (en) Method for testing reliability of Android mobile phone software
CN115080398A (en) Automatic interface test system and method
CN110659197B (en) Application test case generation method and device and software test system
CN103049374B (en) Automatic testing method and device
CN110597721A (en) Automatic interface pressure testing method based on pressure testing script
CN112732587A (en) Method and device for acquiring automatic test log, electronic equipment and storage medium
US11422917B2 (en) Deriving software application dependency trees for white-box testing
CN116166525A (en) Method and device for generating test script
CN114238134A (en) Test result display method, device, equipment and storage medium
CN113138937A (en) Test method and device
CN117407312A (en) Application testing method, device, computer equipment and storage medium
CN108132799B (en) Inter-process static program analysis information extraction method, device and equipment
CN115757014A (en) Power consumption testing method and device
CN113515452A (en) Automatic test method and system for application, electronic equipment and storage medium
CN113672509A (en) Automatic testing method, device, testing platform and storage medium
CN113282504A (en) Incremental code coverage rate detection method and service development method and device
KR102519639B1 (en) Method for providing code inspection interface, and apparatus implementing the same method
CN114116466B (en) Unit test method, device and medium based on operation log
WO2023155384A1 (en) Method and apparatus for generating test case, and related device

Legal Events

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