CN108021501B - Test case migration terminal, test case migration method, and storage medium - Google Patents

Test case migration terminal, test case migration method, and storage medium Download PDF

Info

Publication number
CN108021501B
CN108021501B CN201711059222.0A CN201711059222A CN108021501B CN 108021501 B CN108021501 B CN 108021501B CN 201711059222 A CN201711059222 A CN 201711059222A CN 108021501 B CN108021501 B CN 108021501B
Authority
CN
China
Prior art keywords
migration
test case
file
test
format
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
CN201711059222.0A
Other languages
Chinese (zh)
Other versions
CN108021501A (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.)
Ping An Technology Shenzhen Co Ltd
Original Assignee
Ping An Technology Shenzhen 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 Ping An Technology Shenzhen Co Ltd filed Critical Ping An Technology Shenzhen Co Ltd
Priority to CN201711059222.0A priority Critical patent/CN108021501B/en
Priority to PCT/CN2018/077636 priority patent/WO2019085353A1/en
Publication of CN108021501A publication Critical patent/CN108021501A/en
Application granted granted Critical
Publication of CN108021501B publication Critical patent/CN108021501B/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 discloses a test case migration terminal, a test case migration method and a storage medium, wherein the method comprises the following steps: after a test case migration request with a custom field is received, generating a migration operation interface based on the migration request, wherein the migration operation interface comprises a test case selection area, and the test case selection area is used for displaying a test case to be selected corresponding to the custom field in the migration request; after receiving a test case selected by a user based on the migration operation interface, generating a migration file with a predetermined format, wherein the migration file comprises the selected test case and a corresponding custom field; and sending the migration file with the predetermined format to a predetermined terminal. The test case migration can be automatically completed, and the migration efficiency is high and easy to realize.

Description

Test case migration terminal, test case migration method, and storage medium
Technical Field
The invention relates to the field of software development, in particular to a test case migration terminal, a test case migration method and a storage medium.
Background
Before the software product enters the market, in order to meet the requirements of the user, the use effect of the software product is usually verified and confirmed according to the expectation of the user. The test cases reflect requirements to be verified, however, verifying these requirements may be performed in different ways and by different departments of the tester, for example, executing software to verify its functionality and performance, which may be performed by a tester using automated testing techniques; the shutdown step of the computer system may be accomplished by manual testing and observation, and so on. In the process of testing by testers in different departments, test case management platforms used by habits may be different, for example, testers in some departments are used by QualityCenter, testers in some departments are used by Testlink, and in the complete testing process of software, testers in all the departments need to be matched, which often relates to the problem of transferring test cases among different platforms.
Disclosure of Invention
In view of this, the invention provides a test case migration terminal, a test case migration method and a storage medium, which can automatically complete the migration of test cases, and have high migration efficiency and are easy to implement.
Firstly, in order to achieve the above object, the present invention provides a test case migration method, including the following steps:
s1, after receiving a test case migration request with a custom field, generating a migration operation interface based on the migration request, wherein the migration operation interface comprises a test case selection area, and the test case selection area is used for displaying a test case to be selected corresponding to the custom field in the migration request;
s2, after receiving a test case selected by a user based on the migration operation interface, generating a migration file with a predetermined format and containing the selected test case and a corresponding custom field;
and S3, sending the migration file with the predetermined format to a predetermined terminal.
Further, the migration operation interface further comprises a selection item for the user to select the migration file format and/or an input box for the user to input the migration file format.
Further, the step S2 may be replaced by the following steps:
and after receiving a test case selected by a user based on the operation interface, and a migration file format selected or input by the user, generating a migration file in the selected or input format, wherein the migration file comprises the selected test case and the corresponding custom field.
Further, the step S3 includes the following steps:
s4, determining a test case library corresponding to the generated file format according to the mapping relation between the predetermined migration file format and the test case library, and acquiring a predetermined test environment corresponding to the test case library;
s5, substituting the generated migration file containing the selected test case and the corresponding custom field into the test environment for testing;
and S6, if the test is passed, sending the generated migration file with the file format to a predetermined terminal, or if the test is not passed, sending a prompt message to prompt a corresponding operator.
In addition, to achieve the above object, the present invention further provides a test case migration terminal, where the test case migration terminal includes a memory and a processor connected to the memory, the processor is configured to execute a test case migration program stored in the memory, and when executed by the processor, the test case migration program implements the following steps:
a1, after receiving a test case migration request with a custom field, generating a migration operation interface based on the migration request, wherein the migration operation interface comprises a test case selection area, and the test case selection area is used for displaying a test case to be selected corresponding to the custom field in the migration request;
a2, after receiving a test case selected by a user based on the migration operation interface, generating a migration file with a predetermined format, wherein the migration file comprises the selected test case and a corresponding custom field;
and A3, sending the migration file with the predetermined format to a predetermined terminal.
Further, the migration operation interface further comprises a selection item for the user to select the migration file format and/or an input box for the user to input the migration file format.
Further, the step a2 may be replaced by the following steps:
and after receiving a test case selected by a user based on the operation interface, and a migration file format selected or input by the user, generating a migration file in the selected or input format, wherein the migration file comprises the selected test case and the corresponding custom field.
Further, the step a3 includes the following steps:
a4, determining a test case library corresponding to the generated file format according to the mapping relation between the predetermined migration file format and the test case library, and acquiring a predetermined test environment corresponding to the test case library;
a5, substituting the generated migration file containing the selected test case and the corresponding custom field into the test environment for testing;
and A6, if the test is passed, sending the generated migration file in the file format to a predetermined terminal, or if the test is not passed, sending a prompt message to prompt a corresponding operator.
Furthermore, the test case migration terminal stores a mapping relationship between the test case library and the custom field.
Further, to achieve the above object, the present invention also provides a computer-readable storage medium storing a test case migration program, where the test case migration program is executable by at least one processor, so as to cause the at least one processor to execute the steps of the test case migration method as described above.
Compared with the prior art, the test case migration terminal, the test case migration method and the storage medium provided by the invention can be used for selecting the migrated test case in the migration operation interface by the user through the migration operation interface after receiving the test case migration request with the custom field, and can be used for generating the migration file containing the selected test case and the predetermined format corresponding to the custom field when accessing the test case migration server through the client program of the terminal after receiving the test case selected by the user based on the operation interface. Automatic migration of the test cases is realized, and migration efficiency and accuracy are improved.
Drawings
FIG. 1 is a diagram of an alternative hardware architecture for a test case migration terminal according to the present invention;
FIG. 2 is a block diagram of a test case migration program in a test case migration terminal according to a preferred embodiment of the present invention;
FIG. 3 is a flow chart illustrating an implementation of the external test case migration method according to a preferred embodiment of the present invention.
The implementation, functional features and advantages of the objects of the present invention will be further explained with reference to the accompanying drawings.
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. 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.
It should be noted that the description relating to "first", "second", etc. in the present invention is for descriptive purposes only and is not to be construed as indicating or implying relative importance or implicitly indicating the number of technical features indicated. Thus, a feature defined as "first" or "second" may explicitly or implicitly include at least one such feature. In addition, technical solutions between various embodiments may be combined with each other, but must be realized by a person skilled in the art, and when the technical solutions are contradictory or cannot be realized, such a combination should not be considered to exist, and is not within the protection scope of the present invention.
Fig. 1 is a schematic diagram showing an alternative hardware architecture of the test case migration terminal according to the present invention. In this embodiment, the test case migration terminal 10 may include, but is not limited to, a memory 11, a processor 12, and a network interface 13, which may be communicatively connected to each other through a communication bus 14. It is noted that FIG. 1 only shows the test case migration terminal 10 having components 11-14, but it is to be understood that not all of the shown components are required to be implemented, and that more or fewer components may be implemented instead.
The memory 11 includes at least one type of computer-readable storage medium, which includes a flash memory, a hard disk, a multimedia card, a card-type memory (e.g., SD or DX memory, etc.), a Random Access Memory (RAM), a Static Random Access Memory (SRAM), a Read Only Memory (ROM), an Electrically Erasable Programmable Read Only Memory (EEPROM), a Programmable Read Only Memory (PROM), a magnetic memory, a magnetic disk, an optical disk, and the like. In some embodiments, the storage 11 may be an internal storage unit of the test case migration terminal 10, such as a hard disk or a memory of the test case migration terminal 10. In other embodiments, the memory 11 may also be an external storage device of the test case migration terminal 10, such as a plug-in hard disk, a Smart Media Card (SMC), a Secure Digital (SD) Card, a Flash memory Card (Flash Card), and the like, which are provided on the test case migration terminal 10. Of course, the memory 11 may also include both internal and external storage devices of the test case migration server 10. In this embodiment, the memory 11 is generally used for storing an operating system and various application software installed in the test case migration terminal 10, such as a test case migration program. Further, the memory 11 may also be used to temporarily store various types of data that have been output or are to be output.
Processor 12 may be a Central Processing Unit (CPU), controller, microcontroller, microprocessor, or other data Processing chip in some embodiments. The processor 12 is generally used to control the overall operation of the test case migration terminal 10. In this embodiment, the processor 12 is configured to run program codes stored in the memory 11 or process data, such as a running test case migration program.
The network interface 13 may include a wireless network interface or a wired network interface, and the network interface 13 is generally used to establish a communication connection between the test case migration terminal 10 and other electronic devices.
The communication bus 14 is used to enable connection communication between these components.
Optionally, the test case migration terminal 10 may further include a user interface, the user interface may include a Display (Display), an input unit such as a Keyboard (Keyboard), and the user interface may further include a standard wired interface and a wireless interface.
In some embodiments, the display may be an LED display, a liquid crystal display, a touch-sensitive liquid crystal display, an OLED touch, and the like. The display may also be referred to as a display screen or a display unit, where appropriate, for displaying information processed in the test case migration server and for displaying a visualized user interface.
In the embodiment of the test case migration server shown in fig. 1, the memory 11 stores a test case migration program, and the processor 12 implements the following steps when executing the test case migration program stored in the memory 11:
a1, after receiving a test case migration request with a custom field, generating a migration operation interface based on the migration request, wherein the migration operation interface comprises a test case selection area, and the test case selection area is used for displaying a test case to be selected corresponding to the custom field in the migration request;
a2, after receiving a test case selected by a user based on the migration operation interface, generating a migration file with a predetermined format, wherein the migration file comprises the selected test case and a corresponding custom field;
and A3, sending the migration file with the predetermined format to a predetermined terminal.
In this embodiment, the test case migration terminal may be a computer or other device, and the test case migration terminal may use the test case database through a predetermined user interface, or the test case migration terminal may be a server of the test case database, and manages the migrated test cases through the test case database. The method comprises the following steps that a related user operates on a test case migration terminal, and after a test case migration request is triggered, a migration operation interface is generated and displayed and can be obtained through the following two modes: the test case migration terminal is provided with a test case migration client program in advance, and when a user clicks and operates the test case migration client program, a migration operation interface can be generated by the test case migration client program; or the test case migration terminal is internally provided with a browser system in advance, a user accesses the test case migration server through the browser system, and the test case migration server sends the migration operation interface to the test case migration terminal.
The migration interface comprises a test case selection area, the test case selection area is used for displaying test cases to be selected corresponding to the received migration request, and a user can continuously select the test cases and can randomly select the test cases.
In this embodiment, the test case migration terminal stores a mapping relationship between a test case library and a custom field in advance, the test case libraries of different test case management systems correspond to different custom fields, for example, the custom field corresponding to the QualityCenter test case management system is QC, the custom field corresponding to the Testlink test case management system is TL, and the like, and after receiving a test case selected by a user based on the operation interface, generates a migration file in a predetermined format including the selected test case and the corresponding custom field.
In another implementation manner of this embodiment, the migration operation interface further includes a selection item and/or an input box for the format of the migration file, where the selection item is used by the user to select the format of the migration file, for example, after the user clicks the selection item, a drop-down bar may be displayed, and the drop-down bar includes all the formats of the migration file; the input box functions similarly to the selection item for the user to input the migration file format. It should be noted that, in this embodiment, the user only needs to select the migration file format in the summary of the selection items or input the migration file format in the input box, and the two formats are selected. The purpose of setting both the options and the input boxes is to increase the flexibility of use. The migration file format may be an xml format file, an html format file, or the like, for example.
And after receiving a test case selected by a user based on the operation interface and a migration file format selected based on the selection item or input based on the input box, generating a migration file in the selected or input format, wherein the migration file comprises the selected test case and a corresponding custom field.
In order to verify whether the migration file with the predetermined format generated in the above embodiment can normally operate, in another embodiment, the test case library corresponding to the generated file format is determined according to the mapping relationship between the predetermined migration file format and the test case library, the test environment corresponding to the predetermined test case library is obtained, the generated migration file containing the selected test case and the corresponding custom field is substituted into the test environment for testing, if the test is passed, the generated migration file with the file format is sent to the predetermined user side, and if the test is not passed, the early warning information is sent to prompt the corresponding operator.
Compared with the prior art, after receiving the test case migration request with the custom field, the embodiment can provide the user to select the migrated test case in the migration operation interface through the migration operation interface, and after receiving the test case selected by the user based on the operation interface, when accessing the test case migration server through the client program of the terminal, generate the migration file with the predetermined format containing the selected test case and the corresponding custom field. Automatic migration of the test cases is realized, and migration efficiency and accuracy are improved.
As in the embodiment shown in FIG. 2 below, the test case migration program may be described by program modules having the same functionality, depending on the functionality implemented by each of its components.
Fig. 2 is a schematic diagram showing program modules of a test case migration program in the test case migration terminal according to a preferred embodiment of the present invention.
In this embodiment, the test case migration program is divided into an operation interface generation module 201, a migration file generation module 202, and a sending module 203 according to different objects of the functions implemented by each part of the test case migration program. The program module referred to in the present invention refers to a series of computer program instruction segments capable of performing specific functions, and is more suitable than a program for describing the execution process of the test case migration program in the test case migration terminal 10. The following will exemplarily describe the functions of the respective program modules 201 and 203.
The operation interface generation module 201 is configured to generate a migration operation interface based on a migration request after receiving the test case migration request with a custom field, where the migration operation interface includes a test case selection area, and the test case selection area is used to display a test case to be selected corresponding to the custom field in the migration request;
the migration file generation module 202 is configured to generate a migration file of a predetermined format including the selected test case and the corresponding custom field after receiving a test case selected by a user based on the migration operation interface;
the sending module 203 is configured to send the migration file in the predetermined format to a predetermined terminal.
In addition, the present invention further provides a test case migration method, as shown in fig. 3, which is a schematic flow chart of a preferred embodiment of the test case migration method according to the present invention. As shown in FIG. 3, the test case migration method includes steps S301-S303.
Step S301, after receiving a test case migration request with a custom field, generating a migration operation interface based on the migration request, wherein the migration operation interface comprises a test case selection area, and the test case selection area is used for displaying a test case to be selected corresponding to the custom field in the migration request;
step S302, after receiving a test case selected by a user based on the migration operation interface, generating a migration file with a predetermined format and containing the selected test case and a corresponding custom field;
step S303, the migration file with the predetermined format is sent to a predetermined terminal.
In this embodiment, the test case migration terminal may be a computer or other device, and the test case migration terminal may use the test case database through a predetermined user interface, or the test case migration terminal may be a server of the test case database, and manages the migrated test cases through the test case database. The method comprises the following steps that a related user operates on a test case migration terminal, and after a test case migration request is triggered, a migration operation interface is generated and displayed and can be obtained through the following two modes: the test case migration terminal is provided with a test case migration client program in advance, and when a user clicks and operates the test case migration client program, a migration operation interface can be generated by the test case migration client program; or the test case migration terminal is internally provided with a browser system in advance, a user accesses the test case migration server through the browser system, and the test case migration server sends the migration operation interface to the test case migration terminal.
The migration interface comprises a test case selection area, the test case selection area is used for displaying test cases to be selected corresponding to the received migration request, and a user can continuously select the test cases and can randomly select the test cases.
In this embodiment, the test case migration terminal stores a mapping relationship between a test case library and a custom field in advance, the test case libraries of different test case management systems correspond to different custom fields, for example, the custom field corresponding to the QualityCenter test case management system is QC, the custom field corresponding to the Testlink test case management system is TL, and the like, and after receiving a test case selected by a user based on the operation interface, generates a migration file in a predetermined format including the selected test case and the corresponding custom field.
In another implementation manner of this embodiment, the migration operation interface further includes a selection item and/or an input box for the format of the migration file, where the selection item is used by the user to select the format of the migration file, for example, after the user clicks the selection item, a drop-down bar may be displayed, and the drop-down bar includes all the formats of the migration file; the input box functions similarly to the selection item for the user to input the migration file format. It should be noted that, in this embodiment, the user only needs to select the migration file format in the summary of the selection items or input the migration file format in the input box, and the two formats are selected. The purpose of setting both the options and the input boxes is to increase the flexibility of use. The migration file format may be an xml format file, an html format file, or the like, for example.
And after receiving a test case selected by a user based on the operation interface and a migration file format selected based on the selection item or input based on the input box, generating a migration file in the selected or input format, wherein the migration file comprises the selected test case and a corresponding custom field.
In order to verify whether the migration file with the predetermined format generated in the above embodiment can normally operate, in another embodiment, the test case library corresponding to the generated file format is determined according to the mapping relationship between the predetermined migration file format and the test case library, the test environment corresponding to the predetermined test case library is obtained, the generated migration file containing the selected test case and the corresponding custom field is substituted into the test environment for testing, if the test is passed, the generated migration file with the file format is sent to the predetermined user side, and if the test is not passed, the warning information is sent to prompt the corresponding operator.
Compared with the prior art, after receiving the test case migration request with the custom field, the embodiment can provide the user to select the migrated test case in the migration operation interface through the migration operation interface, and after receiving the test case selected by the user based on the operation interface, when accessing the test case migration server through the client program of the terminal, generate the migration file with the predetermined format containing the selected test case and the corresponding custom field. Automatic migration of the test cases is realized, and migration efficiency and accuracy are improved.
In addition, the present invention also provides a computer-readable storage medium storing a test case migration program, where the test case migration program is executable by at least one processor to cause the at least one processor to execute the following steps:
after a test case migration request with a custom field is received, generating a migration operation interface based on the migration request, wherein the migration operation interface comprises a test case selection area, and the test case selection area is used for displaying a test case to be selected corresponding to the custom field in the migration request;
after receiving a test case selected by a user based on the migration operation interface, generating a migration file with a predetermined format, wherein the migration file comprises the selected test case and a corresponding custom field;
and sending the migration file with the predetermined format to a predetermined terminal.
Further, the test case migration program may be executable by at least one processor to cause the at least one processor to further perform the steps of:
determining a test case library corresponding to the generated file format according to a mapping relation between a predetermined migration file format and the test case library, and generating a test environment corresponding to the determined test case library;
substituting the generated migration file containing the selected test case and the corresponding custom field into the test environment for testing;
and if the test is passed, sending the generated migration file in the file format to a predetermined user side, and if the test is not passed, sending a prompt message to prompt a corresponding operator.
It should be noted that the implementation process of the computer-readable storage medium is the same as the implementation process of the test case migration terminal and the test case migration method in the foregoing embodiments, and will not be described again here.
It can be seen from the above embodiments that, the test case migration terminal, the test case migration method and the storage medium provided by the present invention,
after a test case migration request with a custom field is received, generating a migration operation interface based on the migration request, wherein the migration operation interface comprises a test case selection area, and the test case selection area is used for displaying a test case to be selected corresponding to the custom field in the migration request; after receiving a test case selected by a user based on the migration operation interface, generating a migration file with a predetermined format, wherein the migration file comprises the selected test case and a corresponding custom field; and sending the migration file with the predetermined format to a predetermined terminal. The test case migration can be automatically completed, and the migration efficiency is high and easy to realize.
The above-mentioned serial numbers of the embodiments of the present invention are merely for description and do not represent the merits of the embodiments.
Through the above description of the embodiments, those skilled in the art will clearly understand that the method of the above embodiments can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware, but in many cases, the former is a better implementation manner. 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 (such as ROM/RAM, magnetic disk, optical disk) and includes instructions for enabling a terminal device (such as a mobile phone, a computer, a server, an air conditioner, or a network device) to execute the method according to the embodiments of the present invention.
The above description is only a preferred embodiment of the present invention, and not intended to limit the scope of the present invention, and all modifications of equivalent structures and equivalent processes, which are made by using the contents of the present specification and the accompanying drawings, or directly or indirectly applied to other related technical fields, are included in the scope of the present invention.

Claims (7)

1. A test case migration method is characterized by comprising the following steps:
s1, after receiving a test case migration request with a custom field, generating a migration operation interface based on the migration request, wherein the migration operation interface comprises a test case selection area, and the test case selection area is used for displaying a test case to be selected corresponding to the custom field in the migration request, and the custom field and a test case library have a mapping relation;
s2, after receiving a test case selected by a user based on the migration operation interface, generating a migration file with a predetermined format and containing the selected test case and a corresponding custom field;
s3, sending the migration file with the predetermined format to a predetermined terminal, wherein the step S3 comprises the following steps:
s4, determining a test case library corresponding to the migration file with the predetermined format according to the mapping relation between the predetermined format of the migration file and the test case library, and acquiring a test environment corresponding to the test case library;
s5, substituting the migration file with the predetermined format into the test environment for testing;
and S6, if the test is passed, sending the migration file with the predetermined format to a predetermined terminal, or if the test is not passed, sending a prompt message to prompt a corresponding operator.
2. The test case migration method according to claim 1, wherein the migration operation interface further includes a selection item for a user to select a migration file format and/or an input box for a user to input a migration file format.
3. The test case migration method according to claim 2, wherein the step S2 is replaced by the steps of:
and after receiving a test case selected by a user based on the operation interface, and a migration file format selected or input by the user, generating a migration file in the selected or input format, wherein the migration file comprises the selected test case and the corresponding custom field.
4. A test case migration terminal is characterized in that the test case migration terminal comprises a memory and a processor connected with the memory, the processor is used for executing a test case migration program stored on the memory, and when the test case migration program is executed by the processor, the following steps are realized:
a1, after receiving a test case migration request with a custom field, generating a migration operation interface based on the migration request, wherein the migration operation interface comprises a test case selection area, the test case selection area is used for displaying a test case to be selected corresponding to the custom field in the migration request, and a mapping relation between a test case library and the custom field is stored in the test case migration terminal;
a2, after receiving a test case selected by a user based on the migration operation interface, generating a migration file with a predetermined format, wherein the migration file comprises the selected test case and a corresponding custom field;
a3, sending the migration file with the predetermined format to a predetermined terminal, wherein the step A3 comprises the following steps:
a4, determining a test case library corresponding to the migration file with the predetermined format according to the mapping relation between the predetermined format of the migration file and the test case library, and acquiring a test environment corresponding to the test case library;
a5, substituting the migration file with the predetermined format into the test environment for testing;
and A6, if the test is passed, sending the migration file with the predetermined format to a predetermined terminal, or if the test is not passed, sending a prompt message to prompt a corresponding operator.
5. The test case migration terminal of claim 4, wherein the migration operation interface further comprises a selection item for a user to select a migration file format and/or an input box for a user to input a migration file format.
6. The test case migration terminal of claim 5, wherein said step A2 is replaceable with the steps of:
and after receiving a test case selected by a user based on the operation interface, a selected migration file format or an input migration file format, generating a migration file of the selected or input format, wherein the migration file comprises the selected test case and a corresponding custom field.
7. A computer-readable storage medium having stored thereon a test case migration program executable by at least one processor to cause the at least one processor to perform the steps of test case migration according to any one of claims 1-3.
CN201711059222.0A 2017-11-01 2017-11-01 Test case migration terminal, test case migration method, and storage medium Active CN108021501B (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN201711059222.0A CN108021501B (en) 2017-11-01 2017-11-01 Test case migration terminal, test case migration method, and storage medium
PCT/CN2018/077636 WO2019085353A1 (en) 2017-11-01 2018-02-28 Test case migration terminal, test case migration method, and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201711059222.0A CN108021501B (en) 2017-11-01 2017-11-01 Test case migration terminal, test case migration method, and storage medium

Publications (2)

Publication Number Publication Date
CN108021501A CN108021501A (en) 2018-05-11
CN108021501B true CN108021501B (en) 2021-01-22

Family

ID=62079655

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201711059222.0A Active CN108021501B (en) 2017-11-01 2017-11-01 Test case migration terminal, test case migration method, and storage medium

Country Status (2)

Country Link
CN (1) CN108021501B (en)
WO (1) WO2019085353A1 (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101281461A (en) * 2007-04-04 2008-10-08 国际商业机器公司 Method and device for transfer applying dependent system environment
CN101968769A (en) * 2010-10-22 2011-02-09 中国人民解放军理工大学 Behavioral model-based software security test case generation method
CN104090838A (en) * 2014-06-19 2014-10-08 苏州市职业大学 Method for generating test case

Family Cites Families (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7720873B2 (en) * 2007-06-21 2010-05-18 International Business Machines Corporation Dynamic data discovery of a source data schema and mapping to a target data schema
CN102135963B (en) * 2010-01-21 2013-04-24 深圳市智骏数据科技有限公司 Data transfer method and system
US8561067B2 (en) * 2011-05-31 2013-10-15 Red Hat, Inc. Test suites for virtualized computing environments
CN104050079A (en) * 2014-05-27 2014-09-17 浪潮电子信息产业股份有限公司 Real-time system testing method based on time automata
CN104484419B (en) * 2014-12-17 2018-02-13 上海斐讯数据通信技术有限公司 A kind of converting system and method for test case document
CN106557416B (en) * 2015-09-28 2019-03-08 百度在线网络技术(北京)有限公司 The implementation method and device of software cloud test
CN107133244B (en) * 2016-02-29 2020-04-28 阿里巴巴集团控股有限公司 Method and device for testing database migration
CN105630686B (en) * 2016-03-24 2018-12-18 厦门美图移动科技有限公司 A kind of application traversal test method, equipment and mobile terminal
CN106487920B (en) * 2016-11-15 2021-09-21 平安科技(深圳)有限公司 Content distribution management method and content distribution terminal

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101281461A (en) * 2007-04-04 2008-10-08 国际商业机器公司 Method and device for transfer applying dependent system environment
CN101968769A (en) * 2010-10-22 2011-02-09 中国人民解放军理工大学 Behavioral model-based software security test case generation method
CN104090838A (en) * 2014-06-19 2014-10-08 苏州市职业大学 Method for generating test case

Also Published As

Publication number Publication date
WO2019085353A1 (en) 2019-05-09
CN108021501A (en) 2018-05-11

Similar Documents

Publication Publication Date Title
CN108427705B (en) Electronic device, distributed system log query method and storage medium
CN108388599B (en) Electronic device, data migration and calling method and storage medium
CN107920112B (en) Configuration file pushing method supporting gray mode, central server and storage medium
CN108255513B (en) Electronic device, springmvc-based data interface, automatic generation method of description of springmvc-based data interface, and storage medium
CN108449313B (en) Electronic device, Internet service system risk early warning method and storage medium
CN107911401B (en) Application plug-in extension function method and application server
CN108415925B (en) Electronic device, data call log generation and query method and storage medium
US8660833B2 (en) Method, computer program product and apparatus for providing an interactive network simulator
CN108446171B (en) Electronic device, distributed system execution task allocation method and storage medium
CN108833126B (en) Electronic device, data link risk early warning method and storage medium
CN110147241A (en) Program configures update method, electronic device, computer equipment and storage medium
CN110837366A (en) Form generation method, electronic device and computer readable storage medium
CN108243254B (en) Electronic device, method for releasing application upgrading version and storage medium
CN112631911A (en) Automatic testing method and device, computer equipment and storage medium
CN112631924A (en) Automatic testing method and device, computer equipment and storage medium
CN108427637B (en) Test case recommendation method, electronic device and readable storage medium
CN113434582B (en) Service data processing method and device, computer equipment and storage medium
CN107491316B (en) Expansion method and device of baseboard management controller and electronic equipment
CN108021501B (en) Test case migration terminal, test case migration method, and storage medium
CN104539607A (en) Information checking method, terminal and server
CN113272785B (en) Method for mounting file system, terminal equipment and storage medium
CN109697166B (en) Test data preparation method and related device
CN107291614B (en) File abnormity detection method and electronic equipment
CN115712422A (en) Form page generation method and device, computer equipment and storage medium
CN113505026B (en) Method, device and equipment for verifying backup data and storage medium

Legal Events

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