CN107102938B - Test script updating method and device - Google Patents

Test script updating method and device Download PDF

Info

Publication number
CN107102938B
CN107102938B CN201610094314.1A CN201610094314A CN107102938B CN 107102938 B CN107102938 B CN 107102938B CN 201610094314 A CN201610094314 A CN 201610094314A CN 107102938 B CN107102938 B CN 107102938B
Authority
CN
China
Prior art keywords
code
code segment
change
test
changed
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
CN201610094314.1A
Other languages
Chinese (zh)
Other versions
CN107102938A (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.)
Advanced New Technologies Co Ltd
Advantageous New Technologies Co Ltd
Original Assignee
Advanced New Technologies 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 Advanced New Technologies Co Ltd filed Critical Advanced New Technologies Co Ltd
Priority to CN201610094314.1A priority Critical patent/CN107102938B/en
Publication of CN107102938A publication Critical patent/CN107102938A/en
Application granted granted Critical
Publication of CN107102938B publication Critical patent/CN107102938B/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/368Test management for test version control, e.g. updating test cases to a new software version

Abstract

The embodiment of the application relates to a method and a device for updating a test script, and the method comprises the following steps: monitoring all or part of at least one code segment; when the change of a first code segment in all or part of the code segments is monitored, reading one or more corresponding test steps from a preset storage unit; identifying the changed codes in the first code section to determine the change types of the changed codes; and when the change type of the code belongs to the preset change type, updating one or more test steps according to the changed code. Therefore, automatic updating of the test script is achieved, and the test efficiency of the application program is improved.

Description

Test script updating method and device
Technical Field
The present application relates to the field of computer technologies, and in particular, to a method and an apparatus for updating a test script.
Background
In the application test, in order to save the test time, a tester writes a test script, and then runs the written test script in a test platform (also called a test framework) to test the application. When the code of the application program changes, in order to correctly test the changed code, the test script corresponding to the application program needs to be modified, however, in the prior art, the test script can only be modified manually by a tester, which increases the maintenance cost of the test script and affects the test efficiency.
Disclosure of Invention
The embodiment of the application provides a method and a device for updating a test script, which can realize automatic updating of the test script, so that the test efficiency of an application program can be improved.
In a first aspect, a method for updating a test script is provided, where the method includes:
monitoring all or part of the at least one code section;
when the first code segment in all or part of the code segments is monitored to change, reading one or more corresponding test steps from a preset storage unit, wherein the preset storage unit is used for storing the corresponding relation between the code segments of the application program and the test steps in the test script;
identifying a code that changed in the first code segment to determine a change type of the changed code;
and when the change type of the code belongs to a preset change type, updating the one or more test steps according to the changed code.
In a second aspect, an apparatus for updating a test script is provided, the apparatus comprising: the device comprises a monitoring unit, a reading unit, an identification unit and an updating unit;
the monitoring unit is used for monitoring all or part of the at least one code segment;
the reading unit is configured to read one or more corresponding test steps from a preset storage unit when the monitoring unit monitors that a first code segment in all or part of the code segments changes, where the preset storage unit is configured to store a corresponding relationship between a code segment of the application program and a test step in the test script;
the identification unit is used for identifying the changed codes in the first code segment so as to determine the change type of the changed codes;
the updating unit is used for updating the one or more testing steps according to the changed codes when the identifying unit identifies that the change types of the codes belong to preset change types.
The method and the device for updating the test script monitor all or part of at least one code segment; when the change of a first code segment in all or part of the code segments is monitored, reading one or more corresponding test steps from a preset storage unit; identifying the changed codes in the first code section to determine the change types of the changed codes; and when the change type of the code belongs to the preset change type, updating one or more test steps according to the changed code. That is, in the application, when the code segment is monitored to change, the corresponding test step can be directly updated according to the changed code, so that the automatic updating of the test script is realized, and the test efficiency of the application program is improved.
Drawings
FIG. 1 is a flowchart of a method for updating a test script according to an embodiment of the present application;
fig. 2 is a schematic diagram of an apparatus for updating a test script according to another embodiment of the present application.
Detailed Description
Embodiments of the present invention will be described below with reference to the accompanying drawings.
The method and the device for updating the test script are suitable for a scene of updating the test script of the test application program when the application program is updated in the process of automatically testing the application program (also called a system). The method is particularly suitable for a scene that the normal operation of the test script is influenced after the application program is updated, and the test script of the test application program is updated. The application program may be an application program of a third party, and may also be an application program of the terminal device, which may include at least one code segment. The test script is compiled, operated and debugged in a test platform (also called a test frame), and when the test script operates in the test frame, the test on the corresponding application program can be realized; a test script is also made up of lines of code (called test code), where one or more lines of test code are used to perform a test operation on an application program, and the one or more lines of test code used to perform a test operation on an application program are called a test step, and the execution of the test step may cause the execution of one or more code segments in the application program, and thus each test step may be said to test one or more code segments in at least one code segment.
In practical applications, the running of multiple test scripts may enable the testing of one application, while one test script uniquely tests one application. Therefore, it can be said that one application corresponds to a plurality of test scripts, and one test script corresponds to one application.
In the automated testing of applications, test scripts are typically written based on the application. Therefore, when an application is updated, especially when the application is updated to affect the running of the test script, the test script needs to be updated. However, since the maintenance cost of the test script is increased by manually updating the test script, the following method for updating the test script is proposed in the present application.
Fig. 1 is a flowchart of a method for updating a test script according to an embodiment of the present application. The execution subject of the method may be a device with processing capabilities: as shown in fig. 1, a server, a system, or an apparatus, such as a test platform, the method specifically includes:
all or part of the at least one code section is monitored, step 110.
Optionally, before performing step 110, all of the at least one code segment of the updated application program may be loaded into a management interface of the testing platform, and in the management interface, a user may select a part of the at least one code segment for monitoring. Specifically, if a selection instruction input by a user is received, selecting a part of code segments from at least one code segment according to the selection instruction; storing the partial code segments in a background database of the test platform, namely monitoring only the partial code segments when monitoring the code segments of the application program subsequently; otherwise, all the code segments in at least one code segment are stored in a background database of the test platform, namely all the code segments are monitored when the code segments of the application program are monitored subsequently.
Of course, the above description is only given by taking the process of storing part of code segments once as an example; when a plurality of partial code sections need to be monitored, repeatedly executing the operation of storing the partial code sections for many times; in addition, it should be noted that a part of the code segment may include one code segment, or may include a plurality of code segments.
It is understood that at least one original code segment of the application program before updating is stored in a background database of the test platform in advance, wherein each original code segment may correspond to one code segment of the application program after updating. The process of monitoring all code sections in at least one code section is as follows: reading each code segment in at least one code segment from a background database of the test platform, reading an original code segment corresponding to the code segment, comparing the code segment with the original code segment, and if the first code segment is inconsistent with the corresponding original code segment, determining that the first code segment is changed. The first code segment here may be any of at least one code segment. Similarly, the process of monitoring a part of code sections in at least one code section is: reading each code segment in a part of code segments from a background database of the test platform, reading an original code segment corresponding to each code segment, comparing the two code segments, and if the first code segment in the part of code segments is inconsistent with the corresponding original code segment, determining that the first code segment is changed.
In fact, in at least one code segment of the application program, part of the code segments are important, so that the updating frequency is high, and other code segments are not updated basically, or even if the code segments are updated, the running of the test script is not influenced, so that the code segments with low updating frequency are not monitored, and only the important part of the code segments are monitored, thereby improving the monitoring efficiency of the code segments.
And 120, when it is monitored that the first code segment in all or part of the code segments changes, reading one or more corresponding test steps from a preset storage unit, wherein the preset storage unit is used for storing the corresponding relation between the code segments of the application program and the test steps in the test script.
It is stated that one or more test steps corresponding to each of the at least one code section are predetermined. Specifically, the correspondence relationship may be stored in a preset storage unit. In one example, the predetermined memory location may be as shown in table 1.
TABLE 1
Figure BDA0000926290990000051
In table 1, the application includes four code segments, which are: a code segment A, a code segment B, a code segment C and a code segment D; in addition, the application program corresponds to two test scripts, which are respectively: test script X and test script Y. Taking the first code segment as "code segment a" as an example, it can be read from table 1 that the corresponding test script is "test script X", and the corresponding test steps are "test step 1" and "test step 2" in "test script X".
Of course, in practical applications, the test steps corresponding to the code segments may be determined in other manners.
Step 130, identifying the changed codes in the first code segment to determine the change type of the changed codes.
It should be noted that when it is monitored that the first code segment changes, that is, when it is monitored that the first code segment is inconsistent with the corresponding original code segment in comparison, the code with inconsistent comparison in the first code segment and the corresponding original code segment, that is, the changed code may be identified, so as to determine the change type of the changed code. In one example, when it is recognized that a name of a User Interface (UI) element in the first code segment is changed, for example, the name of the UI element in the first code segment is "button a", and the name of the UI element in the corresponding original code segment is "button B", where the name of the UI element is a changed code, so that a change type of the changed code may be determined as "change of UI element"; in another example, when it is recognized that the number of the interface parameters in the first code segment changes, for example, the interface parameters of the service interface provided by the application program in the first code segment include "parameter a", "parameter B", and "parameter C", and the interface parameters of the service interface in the corresponding original code segment include "parameter a" and "parameter B". Here, the interface parameter of the service interface is the changed code, and therefore, the change type of the changed code may be determined as "change of the interface parameter"; by analogy, the change type of all changed codes can be determined.
And step 140, when the change type of the code belongs to a preset change type, updating the one or more test steps according to the changed code.
Here, the preset variation types include, but are not limited to, one or more of the following types: changes in UI elements of the user interface, changes in parameters of the interface, changes in results returned by the interface, changes in paths, and the like. Here, the change of the UI element and the change of the interface parameter may be referred to as an example in step 130. And the change of the interface return result may mean that the first code segment is inconsistent with the type of the return result in the corresponding original code segment, for example, the change is from a return boolean type value to a return numerical value, etc. The change of the path may refer to a new field in the database table or a change in the field name, etc.
It should be noted that, in practical applications, the preset change types may not be limited to the above-mentioned ones, and those skilled in the art may preset according to experience and needs, for example, all the change types of the code that can affect the running of the test script may be set as the preset change types, which is not limited in this application.
In step 140, updating the one or more test steps according to the changed code, specifically:
replacing the UI element before change in the one or more testing steps with the changed UI element in the first code segment when the change type of the code belongs to the change of the UI element; alternatively, the first and second electrodes may be,
when the change type of the code belongs to the change of the interface parameters, replacing the interface parameters before the change in the one or more test steps with the changed interface parameters in the first code segment; alternatively, the first and second electrodes may be,
when the change type of the code belongs to the change of the interface return result, replacing the interface return result before the change in the one or more test steps with the changed interface return result in the first code segment;
when the change type of the code belongs to the change of the path, replacing the path before the change in the one or more test steps with the changed path in the first code segment.
It should be noted that the test script of the present application is used for testing the application program before updating, and therefore, information such as the name of the UI element, the interface parameter, the interface return result, and the path in the test script is the same as information in the application program before updating; in order to correctly test the updated application program, the information in one or more steps corresponding to the first code segment may be modified to update the test script. As in the previous example, the name of the UI element in one or more test steps corresponding to the first code segment "button B" may be modified to "button a"; the interface parameters "parameter a" and "parameter B" in one or more test steps corresponding to the first code segment may be modified to "parameter a", "parameter B", and "parameter C", etc.
Based on the above two updating methods of the test script, those skilled in the art can perform corresponding updating on the test steps corresponding to the code segments of other variation types, which is not described herein again. It should be noted that, when the test platform executes the above update process on the test script, the update part in each test step may be recorded accordingly.
It is understood that the above-mentioned determination of whether the change type of the code belongs to the preset change type is to determine whether the change of the code affects the operation of the test script. Of course, in practical applications, it may also be determined whether the change of the code will affect the operation of the test script in other ways, as long as the code affecting the change of the test script operation can be correctly and safely identified. For example, the corresponding test steps of the changed code segment may be combined to determine whether the changed code may affect the execution of the test script.
It should be noted that when it is determined by some judgment method that the change of the code does not affect the running of the test script, the change can be ignored. It is understood that after updating one or more test steps according to the changed code or ignoring the change of the code, the monitoring process of the test platform on at least one code segment of the updated application program is finished; after the monitoring process is finished, testing the updated application program according to the updated or non-updated test script; after the testing process is finished, the testing platform may send the updated part in each testing step and the running result of the updated or non-updated testing script to the tester by way of mail, so that the tester may summarize the testing result of the updated application program.
Of course, in practical applications, there may be a case where the test platform fails to analyze the change type of the code, and in this case, the test platform may also notify the tester by sending an email, so that the tester may perform further analysis.
The updating method of the test script provided by the application monitors all or part of at least one code segment; when the change of a first code segment in all or part of the code segments is monitored, reading one or more corresponding test steps from a preset storage unit; identifying the changed codes in the first code section to determine the change types of the changed codes; and when the change type of the code belongs to the preset change type, updating one or more test steps according to the changed code. In the application, when the code segment is monitored to change, the corresponding test step can be directly updated according to the changed code, so that the automatic updating and maintenance of the test script are realized, the workload of testers is reduced, and the test efficiency of the application program is improved.
Correspondingly to the above method for updating a test script, an embodiment of the present application further provides an apparatus for updating a test script, where the test script is used to test a corresponding application program, where the application program includes at least one code segment, and the test script includes at least one test step, where each test step is used to test one or more code segments in the at least one code segment, as shown in fig. 2, the apparatus includes: a monitoring unit 201, a reading unit 202, an identification unit 203 and an update unit 204.
A monitoring unit 201, configured to monitor all or part of the at least one code segment.
The monitoring unit 201 is specifically configured to:
acquiring at least one original code segment of the application program before updating, wherein each original code segment corresponds to one code segment in the at least one code segment;
and comparing each code segment in all or part of the code segments with the corresponding original code segment, and if the comparison of the first code segment with the corresponding original code segment is inconsistent, determining that the first code segment in all or part of the code segments is changed.
A reading unit 202, configured to read one or more corresponding test steps from a preset storage unit when the monitoring unit 201 monitors that a first code segment in all or part of the code segments changes, where the preset storage unit is used to store a corresponding relationship between a code segment of the application and a test step in the test script.
An identifying unit 203, configured to identify a code that changes in the first code segment to determine a change type of the changed code.
An updating unit 204, configured to update the one or more testing steps according to the changed code when the identifying unit 203 identifies that the change type of the code belongs to a preset change type.
Wherein the preset variation types include, but are not limited to, one or more of the following types:
changes in user interface UI elements, changes in interface parameters, changes in interface return results, and changes in paths.
The updating unit 204 is specifically configured to:
replacing the UI element before change in the one or more testing steps with the changed UI element in the first code segment when the change type of the code belongs to the change of the UI element; alternatively, the first and second electrodes may be,
when the change type of the code belongs to the change of the interface parameters, replacing the interface parameters before the change in the one or more test steps with the changed interface parameters in the first code segment; alternatively, the first and second electrodes may be,
when the change type of the code belongs to the change of the interface return result, replacing the interface return result before the change in the one or more test steps with the changed interface return result in the first code segment;
when the change type of the code belongs to the change of the path, replacing the path before the change in the one or more test steps with the changed path in the first code segment.
Optionally, the apparatus further comprises: a selecting unit 205 and a storing unit 206.
A selecting unit 205, configured to select a part of code segments from the at least one code segment according to a selection instruction input by a user.
A storage unit 206, configured to store the part of code segments selected by the selecting unit 205 in a background database.
The functions of the functional modules of the device in the embodiment of the present application may be implemented through the steps in the method embodiment described above, and therefore, the specific working process of the device provided in the present application is not repeated herein.
In the updating apparatus for a test script provided by the present application, the monitoring unit 201 monitors all or part of the at least one code segment; when the first code segment in all or part of the code segments changes, the reading unit 202 reads the corresponding one or more test steps from a preset storage unit; the identifying unit 203 identifies the changed codes in the first code segment to determine the change type of the changed codes; when the change type of the code belongs to a preset change type, the updating unit 204 updates the one or more test steps according to the changed code. Therefore, automatic updating and maintenance of the test script are achieved, workload of testers is reduced, and test efficiency of the application program is improved.
The updating device of the test script can be embedded into the existing test platform in a plug-in mode, and monitors all or part of the code segments of at least one code segment of the application program on the basis of the existing test platform.
Those of skill would further appreciate that the various illustrative objects and algorithm steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware, computer software, or combinations of both, and that the various illustrative components and steps have been described above generally in terms of their functionality in order to clearly illustrate the interchangeability of hardware and software. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the implementation. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present application.
The steps of a method or algorithm described in connection with the embodiments disclosed herein may be embodied in hardware, a software module executed by a processor, or a combination of the two. A software module may reside in Random Access Memory (RAM), memory, Read Only Memory (ROM), electrically programmable ROM, electrically erasable programmable ROM, registers, hard disk, a removable disk, a CD-ROM, or any other form of storage medium known in the art.
The above-mentioned embodiments, objects, technical solutions and advantages of the present application are described in further detail, it should be understood that the above-mentioned embodiments are merely exemplary embodiments of the present application, and are not intended to limit the scope of the present application, and any modifications, equivalent substitutions, improvements and the like made within the spirit and principle of the present application should be included in the scope of the present application.

Claims (10)

1. An updating method of a test script, wherein the test script is used for testing a corresponding application program, wherein the application program comprises at least one code segment, and the test script comprises at least one test step, wherein each test step is used for testing one or more code segments in the at least one code segment, and the method comprises:
monitoring all or part of the at least one code section;
when the first code segment in all or part of the code segments is monitored to be changed, determining that the application program is updated, and reading one or more corresponding test steps from a preset storage unit, wherein the preset storage unit is used for storing the corresponding relation between the code segments of the application program and the test steps in the test script;
identifying a code that changed in the first code segment to determine a change type of the changed code;
when the change type of the code belongs to a preset change type, updating the one or more test steps according to the changed code to obtain an updated test script; wherein, the change of the code belonging to the preset change type can influence the operation of the corresponding test script.
2. The method of claim 1, wherein the preset variation types include one or more of the following types:
changes in user interface UI elements, changes in interface parameters, changes in interface return results, and changes in paths.
3. The method according to claim 1 or 2, wherein prior to said monitoring a part of said at least one code section, the method further comprises:
selecting a part of code segments from the at least one code segment according to a selection instruction input by a user;
storing the partial code segments in a background database.
4. The method according to claim 1, wherein the monitoring of all or part of the at least one code section comprises:
acquiring at least one original code segment of the application program before updating, wherein each original code segment corresponds to one code segment in the at least one code segment;
and comparing each code segment in all or part of the code segments with the corresponding original code segment, and if the comparison of the first code segment with the corresponding original code segment is inconsistent, determining that the first code segment in all or part of the code segments is changed.
5. The method according to claim 1, wherein the updating of the one or more test steps according to the changed code is performed by:
replacing the UI element before change in the one or more testing steps with the changed UI element in the first code segment when the change type of the code belongs to the change of the UI element; alternatively, the first and second electrodes may be,
when the change type of the code belongs to the change of the interface parameters, replacing the interface parameters before the change in the one or more test steps with the changed interface parameters in the first code segment; alternatively, the first and second electrodes may be,
when the change type of the code belongs to the change of the interface return result, replacing the interface return result before the change in the one or more test steps with the changed interface return result in the first code segment;
when the change type of the code belongs to the change of the path, replacing the path before the change in the one or more test steps with the changed path in the first code segment.
6. An apparatus for updating a test script, wherein the test script is used to test a corresponding application program, wherein the application program comprises at least one code segment, and the test script comprises at least one test step, wherein each test step is used to test one or more code segments in the at least one code segment, the apparatus comprising: the device comprises a monitoring unit, a reading unit, an identification unit and an updating unit;
the monitoring unit is used for monitoring all or part of the at least one code segment;
the reading unit is configured to determine that the application program is updated when the monitoring unit monitors that a first code segment in all or part of the code segments changes, and read one or more corresponding test steps from a preset storage unit, where the preset storage unit is configured to store a correspondence between the code segment of the application program and the test steps in the test script;
the identification unit is used for identifying the changed codes in the first code segment so as to determine the change type of the changed codes;
the updating unit is used for updating the one or more testing steps according to the changed codes to obtain updated testing scripts when the change types of the codes are identified to belong to preset change types by the identifying unit; wherein, the change of the code belonging to the preset change type can influence the operation of the corresponding test script.
7. The apparatus of claim 6, wherein the preset variation types comprise one or more of the following types:
changes in user interface UI elements, changes in interface parameters, changes in interface return results, and changes in paths.
8. The apparatus of claim 6 or 7, further comprising: a selection unit and a storage unit;
the selection unit is used for selecting a part of code segments from the at least one code segment according to a selection instruction input by a user;
the storage unit is used for storing the part of the code segments selected by the selection unit in a background database.
9. The apparatus according to claim 6, wherein the monitoring unit is specifically configured to:
acquiring at least one original code segment of the application program before updating, wherein each original code segment corresponds to one code segment in the at least one code segment;
and comparing each code segment in all or part of the code segments with the corresponding original code segment, and if the comparison of the first code segment with the corresponding original code segment is inconsistent, determining that the first code segment in all or part of the code segments is changed.
10. The apparatus according to claim 6, wherein the updating unit is specifically configured to:
replacing the UI element before change in the one or more testing steps with the changed UI element in the first code segment when the change type of the code belongs to the change of the UI element; alternatively, the first and second electrodes may be,
when the change type of the code belongs to the change of the interface parameters, replacing the interface parameters before the change in the one or more test steps with the changed interface parameters in the first code segment; alternatively, the first and second electrodes may be,
when the change type of the code belongs to the change of the interface return result, replacing the interface return result before the change in the one or more test steps with the changed interface return result in the first code segment;
when the change type of the code belongs to the change of the path, replacing the path before the change in the one or more test steps with the changed path in the first code segment.
CN201610094314.1A 2016-02-19 2016-02-19 Test script updating method and device Active CN107102938B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610094314.1A CN107102938B (en) 2016-02-19 2016-02-19 Test script updating method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610094314.1A CN107102938B (en) 2016-02-19 2016-02-19 Test script updating method and device

Publications (2)

Publication Number Publication Date
CN107102938A CN107102938A (en) 2017-08-29
CN107102938B true CN107102938B (en) 2020-11-17

Family

ID=59658243

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610094314.1A Active CN107102938B (en) 2016-02-19 2016-02-19 Test script updating method and device

Country Status (1)

Country Link
CN (1) CN107102938B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108959079B (en) * 2018-06-27 2021-08-20 郑州云海信息技术有限公司 Software agile development method and system taking automatic test as leading factor

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011034274A (en) * 2009-07-31 2011-02-17 Hitachi Solutions Ltd Automatic test execution system
CN104423961A (en) * 2013-09-11 2015-03-18 阿里巴巴集团控股有限公司 Method and system for generating testing script
CN104572431A (en) * 2013-10-24 2015-04-29 阿里巴巴集团控股有限公司 Test method and test device
CN105260303A (en) * 2015-10-10 2016-01-20 浪潮电子信息产业股份有限公司 Automated-test based agile testing scheme

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011034274A (en) * 2009-07-31 2011-02-17 Hitachi Solutions Ltd Automatic test execution system
CN104423961A (en) * 2013-09-11 2015-03-18 阿里巴巴集团控股有限公司 Method and system for generating testing script
CN104572431A (en) * 2013-10-24 2015-04-29 阿里巴巴集团控股有限公司 Test method and test device
CN105260303A (en) * 2015-10-10 2016-01-20 浪潮电子信息产业股份有限公司 Automated-test based agile testing scheme

Also Published As

Publication number Publication date
CN107102938A (en) 2017-08-29

Similar Documents

Publication Publication Date Title
CN106294120B (en) Method, apparatus and computer program product for testing code
CN108388514B (en) Interface automation test method, device, equipment and computer readable storage medium
CN109165170B (en) Method and system for automatic request test
CN108491321B (en) Method and device for determining test case range and storage medium
CN107329894B (en) Application program system testing method and device and electronic equipment
CN112395616A (en) Vulnerability processing method and device and computer equipment
CN110554962A (en) Regression testing process covering method, server and computer readable storage medium
CN111190827A (en) Interface automation test method and device, storage medium and electronic equipment
CN113342685A (en) Precise test method and device, computer equipment and storage medium
CN112540887A (en) Fault drilling method and device, electronic equipment and storage medium
CN110990289B (en) Method and device for automatically submitting bug, electronic equipment and storage medium
CN103678380A (en) Test state presentation and anomaly indexing system and method
CN117493188A (en) Interface testing method and device, electronic equipment and storage medium
CN107102938B (en) Test script updating method and device
CN111400171B (en) Interface testing method, system and device and readable storage medium
CN117421217A (en) Automatic software function test method, system, terminal and medium
CN108628744B (en) Fault diagnosis method and device and electronic equipment
CN116431522A (en) Automatic test method and system for low-code object storage gateway
CN113238901B (en) Multi-device automatic testing method and device, storage medium and computer device
CN115757138A (en) Method and device for determining script abnormal reason, storage medium and electronic equipment
CN114519008A (en) Recommendation method, device, medium and equipment for regression test case
CN115373710A (en) Vehicle OTA upgrade control method and device, vehicle and storage medium
CN115391110A (en) Test method of storage device, terminal device and computer readable storage medium
CN105740114B (en) Fault tolerance test method and device for mobile terminal
KR20150038983A (en) Method and apparatus for verifying application by using object extracting

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
TA01 Transfer of patent application right
TA01 Transfer of patent application right

Effective date of registration: 20201013

Address after: Cayman Enterprise Centre, 27 Hospital Road, George Town, Grand Cayman Islands

Applicant after: Innovative advanced technology Co.,Ltd.

Address before: Cayman Enterprise Centre, 27 Hospital Road, George Town, Grand Cayman Islands

Applicant before: Advanced innovation technology Co.,Ltd.

Effective date of registration: 20201013

Address after: Cayman Enterprise Centre, 27 Hospital Road, George Town, Grand Cayman Islands

Applicant after: Advanced innovation technology Co.,Ltd.

Address before: A four-storey 847 mailbox in Grand Cayman Capital Building, British Cayman Islands

Applicant before: Alibaba Group Holding Ltd.

GR01 Patent grant
GR01 Patent grant