CN109213685B - Service logic test method and device - Google Patents

Service logic test method and device Download PDF

Info

Publication number
CN109213685B
CN109213685B CN201811145310.7A CN201811145310A CN109213685B CN 109213685 B CN109213685 B CN 109213685B CN 201811145310 A CN201811145310 A CN 201811145310A CN 109213685 B CN109213685 B CN 109213685B
Authority
CN
China
Prior art keywords
service
target
template
business
business process
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
CN201811145310.7A
Other languages
Chinese (zh)
Other versions
CN109213685A (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 CN201811145310.7A priority Critical patent/CN109213685B/en
Publication of CN109213685A publication Critical patent/CN109213685A/en
Application granted granted Critical
Publication of CN109213685B publication Critical patent/CN109213685B/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/3688Test management for test execution, e.g. scheduling of test suites

Abstract

The embodiment of the application provides a service logic test method and a device, wherein the method comprises the following steps: receiving a first input operation of a user, selecting and loading a target business flow template from business flow templates corresponding to various types of businesses according to the first input operation, receiving a second input operation of the user aiming at the loaded target business flow template, editing the target business flow template according to the second input operation, and performing business logic test based on the edited target business flow template.

Description

Service logic test 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 testing business logic.
Background
At present, various applications are running in terminal devices such as computers and mobile phones, and these applications can provide various services for users, for example, shopping programs can provide shopping functions, and video programs can provide video viewing functions.
In order to ensure that the application program provides services for the user smoothly, the business logic of the application program needs to be tested in the development stage so as to avoid reporting errors after the application program is online. Therefore, it is necessary to provide a technical solution to improve the testing efficiency of the service logic.
Disclosure of Invention
The embodiment of the application aims to provide a service logic testing method and a service logic testing device so as to improve the testing efficiency of service logic.
In order to solve the above technical problem, the embodiment of the present application is implemented as follows:
in a first aspect, an embodiment of the present application provides a service logic testing method, including:
receiving a first input operation of a user, selecting a target business flow template from all business flow templates corresponding to all types of businesses according to the first input operation, and loading the target business flow template; the business process template comprises a plurality of business processing nodes and a connection relation between the business processing nodes;
receiving a second input operation of a user aiming at the target business process template, and editing the target business process template according to the second input operation;
and performing service logic test based on the edited target service flow template.
In a second aspect, an embodiment of the present application provides a service logic testing apparatus, including:
the loading module is used for receiving a first input operation of a user, selecting and loading a target business flow template from all business flow templates corresponding to all types of businesses according to the first input operation; the business process template comprises a plurality of business processing nodes and a connection relation between the business processing nodes;
the editing module is used for receiving a second input operation of a user aiming at the target business process template and editing the target business process template according to the second input operation;
and the test module is used for carrying out service logic test based on the edited target service flow template.
In a third aspect, an embodiment of the present application provides a service logic testing device, including: a processor; and a memory arranged to store computer executable instructions which, when executed, cause the processor to implement the steps of the business logic testing method as described in the first aspect above.
In a fourth aspect, embodiments of the present application provide a storage medium for storing computer-executable instructions, which when executed implement the steps of the business logic testing method according to the first aspect.
According to the embodiment of the application, the target business flow template can be selected from all the business flow templates corresponding to all types of businesses and loaded according to the first input operation of the user, the target business flow template is edited according to the second input operation of the user, and the business logic test is carried out based on the edited target business flow template. Therefore, according to the embodiment, only the target business process template needs to be edited, and the business logic test can be performed based on the edited target business process template without manually compiling test codes, so that the test efficiency of the business logic is improved, and the test complexity is reduced.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings needed to be used in the description of the embodiments or the prior art will be briefly introduced below, it is obvious that the drawings in the following description are only some embodiments described in the present application, and for those skilled in the art, other drawings can be obtained according to the drawings without any creative effort.
Fig. 1 is a schematic view of a scenario of a service logic test according to an embodiment of the present application;
fig. 2 is a schematic flowchart of a service logic testing method according to an embodiment of the present application;
FIG. 3 is a schematic diagram of a business process template provided in an embodiment of the present application;
fig. 4 is a schematic diagram of default values of service processing parameters according to an embodiment of the present application;
fig. 5 is a schematic diagram of a default service processing result viewing item of a service processing node according to an embodiment of the present application;
fig. 6 is a schematic diagram of a default service implementation method to be tested of a service processing node according to an embodiment of the present application;
FIG. 7 is a diagram illustrating an edited target business process template according to an embodiment of the present application;
fig. 8 is a schematic block diagram of a service logic testing apparatus according to an embodiment of the present application;
fig. 9 is a schematic structural diagram of a service logic testing device according to an embodiment of the present application.
Detailed Description
In order to make those skilled in the art better understand the technical solutions in the present application, the technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are only a part of the embodiments of the present application, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
In order to improve the testing efficiency of the service logic, embodiments of the present application provide a method and an apparatus for testing the service logic, which are described in detail below with reference to the accompanying drawings.
Fig. 1 is a schematic view of a scenario of a service logic test provided in an embodiment of the present application, as shown in fig. 1, the scenario includes a test device 100, and the service logic test method provided in the embodiment of the present application can be applied to the test device 100 and executed by the test device 100. The test apparatus 100 may be a computer or the like. By the service logic testing method provided by the embodiment of the application, a tester can test the service logic of various services by using the testing equipment 100.
Fig. 2 is a schematic flowchart of a service logic testing method according to an embodiment of the present application, and as shown in fig. 2, the process includes the following steps:
step S202, receiving a first input operation of a user, selecting a target business process template from all business process templates corresponding to all types of businesses according to the first input operation, and loading the target business process template; the business process template comprises a plurality of business processing nodes and a connection relation between each business processing node;
step S204, receiving a second input operation of the user aiming at the target business process template, and editing the target business process template according to the second input operation;
and step S206, performing service logic test based on the edited target service flow template.
In the embodiment of the application, the target service flow template can be selected and loaded from the service flow templates corresponding to the services of various types according to the first input operation of the user, the target service flow template is edited according to the second input operation of the user, and the service logic test is performed based on the edited target service flow template. Therefore, according to the embodiment, only the target business process template needs to be edited, and the business logic test can be performed based on the edited target business process template without manually compiling test codes, so that the test efficiency of the business logic is improved, and the test complexity is reduced.
Moreover, the service flow template can show the connection relationship between the plurality of service processing nodes and each service processing node, the visual editing of the target service flow template is simple and convenient, the maintenance cost is low, the test efficiency of service logic is improved, and the test complexity is reduced.
In addition, in this embodiment, the user can directly select the target business process template, the target business process template can provide the business process diagram, and the user does not need to manually create the business process diagram, thereby improving the testing efficiency of the business logic and reducing the testing complexity.
In this embodiment, corresponding service flow templates are set for various types of services, for example, a payment template is set for a payment service, a refund template is set for a refund service, and a refund template is set for a refund service. In this embodiment, each service flow template corresponding to each type of service may be displayed on the test device. The first input operation may be an operation of selecting a business process template among the displayed business process templates.
In the step S202, the test device selects and loads a target business process template from the business process templates corresponding to the types of businesses according to the first input operation of the user. The loading of the target business process template may specifically be: and acquiring template data of the target business process template from a local database or a remote database, and loading the template data of the target business process template. For example, the test device obtains and loads template data of the target business process template in a local database, or the test device obtains and loads template data of the target business process template in a remote database.
The business process template is used for showing a plurality of business processing nodes and the connection relation between the business processing nodes. Fig. 3 is a schematic view of a service flow template provided in an embodiment of the present application, where the service flow template in fig. 3 corresponds to a refund service, and the service flow template includes a start node, an order placing node, a payment node, a refund node, and an end node, and all the nodes are connected as shown in fig. 3.
It can be understood that the target service flow template is one of the service flow templates corresponding to the services of the types selected by the user, and therefore, the structure and the attribute of the target service flow template are the same as those of the service flow template, and the target service flow template is also used for displaying the connection relationship between the service processing nodes and each service processing node.
In this embodiment, in the service flow template, the service processing node has corresponding service processing parameters, taking the payment node as an example, the service processing parameters may be payment amount, payment time, and the like, taking the refund node as an example, and the service processing parameters may be refund amount, refund time, and the like. In the business process template, each business processing node has one or more corresponding business processing parameters.
In one case, the second input operation includes a first viewing sub-operation and a first modifying sub-operation, and in the step S202, according to the second input operation, the editing of the target business process template may be: and displaying the default value of the service processing parameter in the target service flow template according to the first viewing sub-operation, and modifying the default value of the service processing parameter in the target service flow template according to the first modifying sub-operation.
Specifically, in the business process template, the business processing parameter of each business processing node has a default value. In this embodiment, the default values of the service processing parameters of each service processing node in the target service flow template are displayed to the user according to the first viewing sub-operation, and then the default values of the service processing parameters of each service processing node in the target service flow template are modified according to the first modifying sub-operation.
Of course, the user may not modify the default value of the service processing parameter, and directly use the default value to perform the service logic test.
Fig. 4 is a schematic view of default values of service processing parameters provided in an embodiment of the present application, and as shown in fig. 4, a target service flow template corresponds to a refund service, and the target service flow template includes a start node, an order placement node, a payment node, a refund node, and an end node, where the service processing parameters of the refund node include a refund amount and a refund path. In the target business process template, the default value of the refund amount is 500 yuan, and the default value of the refund path is the payment path, namely refund is carried out according to the payment path. The user may modify the default values for the refund amount and the default values for the refund path.
Therefore, in the embodiment, before testing, a tester does not need to manually write a code for setting the service processing parameter, and only needs to modify the default value of the service processing parameter in the target service flow template, so that the testing efficiency is improved, and the testing complexity is reduced.
In this embodiment, in the service flow template, the service processing node has a corresponding service processing result item, and taking the payment node as an example, the service processing result item may include a payment status item used for indicating whether the payment is successful, may also include a user account balance item used for indicating a user account balance, and may also include a merchant account balance item used for indicating a merchant account balance. In the business process template, each business processing node has one or more corresponding business processing result items.
In one case, the second input operation includes a second viewing sub-operation and a second modifying sub-operation, and in the step S202, according to the second input operation, the editing of the target business process template may be: and displaying each service processing result item corresponding to the service processing node in the target service flow template according to the second viewing sub-operation, wherein each service processing result item comprises a service processing result viewing item which is acquiescent to the target service flow template and is used for viewing the service processing result after the service logic test is completed, changing the service processing result viewing item which is acquiescent to the target service flow template according to the second modifying sub-operation, and reselecting the service processing result viewing item for the target service flow template in each service processing result item.
Specifically, in the business process template, each business processing node has a default business processing result check item, and the business processing result check item is an item selected in advance for the business process template in the business processing result items of the business processing nodes of the business process template. After the service logic test is completed, the test equipment can display the service processing result corresponding to the service processing result checking item, so that a tester can conveniently know whether the service processing result is correct.
Fig. 5 is a schematic view of a default service processing result viewing item of a service processing node according to an embodiment of the present application, and as shown in fig. 5, a target service flow template corresponds to a refund service, and the target service flow template includes a start node, an order placing node, a payment node, a refund node, and an end node, where a service processing result item of the refund node includes a refund status item, a user account balance item, and a merchant account balance item. The test equipment sets the refund status item and the user account balance item as default service processing result checking items so as to display the refund status and the user account balance after the service logic test is completed, and a tester can know whether the service processing result is correct or not.
In this embodiment, each service processing result item corresponding to a service processing node in the target service flow template may be displayed through the second viewing sub-operation, where each service processing result item includes a service processing result viewing item that is default for the target service flow template. Then, through a second modification sub-operation, a service processing result check item default for the target service flow template is changed, and a service processing result check item is reselected for the target service flow template in each service processing result item, for example, the user account balance in fig. 5 is set not to be the service processing result check item, and the merchant account balance is increased to be the service processing result check item.
Therefore, by the embodiment, before testing, a tester does not need to manually write codes to set the service processing result check items, and only needs to change the default service processing result check items in the target service flow template, so that the testing efficiency is improved, and the testing complexity is reduced.
In addition, through the embodiment, the service processing result checking item is set in the target service flow template, so that the problem that a tester misses checking the service processing result is avoided, and the testing efficiency is improved.
Of course, the user may also decide not to modify the default service processing result viewing item according to the test requirement, and directly view the default service processing result viewing item.
In this embodiment, in the service flow template, a service processing node has one or more corresponding service implementation methods, and the service implementation method is used to implement a service logic of the service processing node. For example, the service processing node is a payment node, the payment node corresponds to three service implementation methods, which are respectively a payment method 1 provided by the payment system a, a payment method 2 provided by the payment system B, a payment method 3 provided by the payment system C, and the payment methods 1, 2, and 3 can be implemented by different classes, and can all implement the payment logic of the payment node.
In one case, the second input operation includes a third viewing sub-operation and a third modifying sub-operation, and in the step S202, according to the second input operation, the editing of the target business process template may be: and displaying each service implementation method corresponding to the service processing node in the target service flow template according to the third viewing sub-operation, wherein each service implementation method comprises a service implementation method to be tested which is the default of the target service flow template, changing the service implementation method to be tested which is the default of the target service flow template according to the third modifying sub-operation, and reselecting the service implementation method for the target service flow template in each service implementation method.
Specifically, in the service flow template, each service processing node has a default service implementation method to be tested, for example, the default service implementation method to be tested of the payment node is the payment method 1 provided by the payment system a, that is, the payment logic of the payment node is implemented by the payment method 1 by default, so as to test the payment method 1.
Fig. 6 is a schematic diagram of a default service implementation method to be tested of a service processing node according to an embodiment of the present application, and as shown in fig. 6, a target service flow template corresponds to a refund service, and the target service flow template includes a start node, an order placement node, a payment node, a refund node, and an end node, where the service implementation method of the payment node includes a payment method 1 provided by a payment system a, a payment method 2 provided by a payment system B, and a payment method 3 provided by a payment system C. The test equipment sets the payment method 1 as a default service implementation method to be tested, that is, in the test process, the payment method 1 is called to implement the service logic of the payment node, so that the effect of testing the payment method 1 is achieved.
In this embodiment, each service implementation method corresponding to each service processing node in the target service flow template may be displayed through the third viewing sub-operation, each service implementation method includes a service implementation method to be tested that is default to the target service flow template, then, the service implementation method to be tested that is default to the target service flow template is changed through the third modifying sub-operation, and a service implementation method is reselected for the target service flow template in each service implementation method. For example, the payment method 1 in fig. 6 is not set as the default payment method, and the payment method 2 is reselected for the target business process template, so that the effect of testing the payment method 2 is achieved. The service implementation method of the service processing node can be packaged by the test equipment in advance, and a user does not need to pay attention to the internal logic of the service implementation method, does not need to write codes, and only needs to select the service implementation method.
Therefore, in the embodiment, before testing, a tester does not need to manually write a code to set a service implementation method to be tested, and only needs to change the default service implementation method to be tested in the target service flow template, so that the testing efficiency is improved, and the testing complexity is reduced.
Of course, the user may also directly test the default service implementation method without modifying the default service implementation method to be tested.
In another case, the second input operation includes a fourth modification sub-operation, and in the step S202, according to the second input operation, the editing of the target business process template may be: and according to the fourth modification sub-operation, adding or reducing service processing nodes in the target service flow template, and modifying the connection relation among all the service processing nodes.
For the case that the service flow in the target service flow template is inconsistent with the service flow to be tested, the fourth modification sub-operation can be used for increasing or decreasing service processing nodes in the target service flow template and modifying the connection relation between the service processing nodes, so that the service flow in the target service flow template is adjusted to be the same as the service flow to be tested.
Therefore, in the embodiment, the business process can be adjusted by adjusting the connection relation between the business processing node and the node in the target business process template, and the effect of testing various business processes can be achieved without manually compiling codes, so that the testing efficiency is improved, and the testing complexity is reduced.
It can be understood that, for the newly added service processing nodes in the target service flow template, the service processing parameters, the service implementation method to be tested, the default service processing result viewing item, and the like can be modified in the foregoing manner, and are not repeated here.
It is to be understood that in one particular embodiment, at least one or a combination of the following actions may be performed in the foregoing manner, depending on actual needs, and are not repeated here. The actions include: modifying service processing parameters, modifying a service implementation method to be tested, modifying a default service processing result viewing item, increasing or decreasing service processing nodes and adjusting the connection relation among all the service processing nodes.
In this embodiment, in the step S206, the service logic test is performed based on the edited target service flow template, and the method may be: and sequentially operating the service logics corresponding to the service processing nodes according to the connection relation among the service processing nodes in the edited target service flow template, and outputting the operation results of the service processing nodes.
Fig. 7 is a schematic diagram of an edited target service flow template according to an embodiment of the present application, where as shown in fig. 7, the edited target service flow template corresponds to a refund service, and the target service flow template includes a start node, an order placing node, a payment node, a first refund node, a second refund node, and an end node. In this embodiment, the service logic corresponding to each service processing node may be sequentially run according to the connection relationship between each service processing node in the edited target service flow template shown in fig. 7, and the running result of each service processing node may be output. The operation result includes operation success or operation failure, and also includes information of the service processing result check items of the service processing nodes, for example, if the service processing result check item of the first refund node includes a merchant account balance item and a user account balance item, the information of the merchant account balance and the information of the user account balance of the first refund node are output, so that a tester can know the operation condition of the service logic.
In this embodiment, when the service logic corresponding to each service processing node is sequentially run, if the running fails, the running may be stopped, and a failure reason may be output, or the running may be continued until the running succeeds.
To sum up, the service logic testing method provided by the embodiment of the present application has the following beneficial effects:
(1) The method can provide various service flow templates corresponding to various types of services, and a user only needs to select a target service flow template without manually creating a service flow;
(2) The service flow template comprises important information such as service processing result checking items and the like, so that a user is prevented from omitting to check the service processing result;
(3) A user can directly modify the service processing parameters, the service processing result viewing items, the service implementation method to be tested, the number of service processing nodes and the connection relation among the nodes in the target service flow template, manual code change is not needed, the target service flow template is very convenient to visually edit, the test maintenance cost is low, the test efficiency is improved, and the test complexity is reduced;
(4) For special service users, service processing nodes can be added and deleted in the target service flow template, the connection relation between the nodes is modified, manual compiling of test codes is not needed, test efficiency is improved, and test complexity is reduced.
An embodiment of the present application further provides a service logic testing apparatus, and fig. 8 is a schematic diagram of a module composition of the service logic testing apparatus provided in the embodiment of the present application, as shown in fig. 8, the apparatus includes:
the loading module 81 is configured to receive a first input operation of a user, select a target service flow template from service flow templates corresponding to services of various types according to the first input operation, and load the target service flow template; the business process template comprises a plurality of business processing nodes and a connection relation between the business processing nodes;
the editing module 82 is configured to receive a second input operation of the user for the target business process template, and edit the target business process template according to the second input operation;
and the test module 83 is configured to perform a service logic test based on the edited target service flow template.
Optionally, the loading module 81 is specifically configured to:
acquiring template data of the target business process template from a local database or a remote database;
and loading the template data of the target business process template.
Optionally, in the service flow template, the service processing node has a corresponding service processing parameter; the second input operation comprises a first viewing sub-operation and a first modifying sub-operation;
the editing module 82 is specifically configured to:
displaying the default value of the service processing parameter in the target service flow template according to the first viewing sub-operation;
and modifying the default value of the service processing parameter according to the first modification sub-operation.
Optionally, in the service flow template, the service processing node has a corresponding service processing result item; the second input operation comprises a second viewing sub-operation and a second modifying sub-operation;
the editing module 82 is specifically configured to:
displaying each service processing result item corresponding to the service processing node in the target service flow template according to the second viewing sub-operation; each business processing result item comprises a business processing result viewing item which is the default of the target business process template; the service processing result checking item is used for checking the service processing result after the service logic test is finished;
and according to the second modification sub-operation, changing the default service processing result viewing item of the target service flow template, and reselecting a service processing result viewing item for the target service flow template in each service processing result item.
Optionally, in the service flow template, the service processing node has a corresponding service implementation method, and the service implementation method is used for implementing a service logic of the service processing node; the second input operation comprises a third viewing sub-operation and a third modifying sub-operation;
the editing module 82 is specifically configured to:
displaying each service implementation method corresponding to the service processing node in the target service flow template according to the third viewing sub-operation; each service implementation method comprises a service implementation method to be tested and acquiescent to the target service flow template;
and according to the third modification sub-operation, changing the default service implementation method to be tested of the target service flow template, and reselecting a service implementation method for the target service flow template in each service implementation method.
Optionally, the second input operation comprises a fourth modify sub-operation;
the editing module 82 is specifically configured to:
and according to the fourth modification sub-operation, adding or reducing service processing nodes in the target service flow template, and modifying the connection relation among all the service processing nodes.
Optionally, the test module 83 is specifically configured to:
and sequentially operating the service logics corresponding to the service processing nodes according to the connection relation among the service processing nodes in the edited target service flow template, and outputting the operation results of the service processing nodes.
According to the embodiment of the application, the target business flow template can be selected from all the business flow templates corresponding to all types of businesses and loaded according to the first input operation of the user, the target business flow template is edited according to the second input operation of the user, and the business logic test is carried out based on the edited target business flow template. Therefore, through the embodiment, only the target business flow template needs to be edited, the business logic test can be performed based on the edited target business flow template, the test code does not need to be written manually, the test efficiency of the business logic is improved, and the test complexity is reduced.
The service logic testing device provided by the embodiment of the application can realize the processes in the method embodiments and achieve the same effects, and the processes are not repeated here.
Further, an embodiment of the present application also provides a service logic testing device, fig. 9 is a schematic structural diagram of the service logic testing device provided in an embodiment of the present application, as shown in fig. 9, the service logic testing device may generate a relatively large difference due to different configurations or performances, and may include one or more processors 901 and a memory 902, where the memory 902 may store one or more stored applications or data. Memory 902 may be, among other things, transient storage or persistent storage. The application program stored in memory 902 may include one or more modules (not shown), each of which may include a series of computer-executable instructions for a business logic testing apparatus. Still further, the processor 901 may be configured to communicate with the memory 902 to execute a series of computer-executable instructions in the memory 902 on the business logic testing apparatus. The business logic test apparatus may also include one or more power supplies 903, one or more wired or wireless network interfaces 904, one or more input-output interfaces 905, one or more keyboards 906, and the like.
In a particular embodiment, the business logic testing apparatus includes a memory, and one or more programs, wherein the one or more programs are stored in the memory, and the one or more programs may include one or more modules, and each module may include a series of computer-executable instructions for the business logic testing apparatus, and the one or more programs configured to be executed by the one or more processors include computer-executable instructions for:
receiving a first input operation of a user, selecting a target business flow template from all business flow templates corresponding to all types of businesses according to the first input operation, and loading the target business flow template; the business process template comprises a plurality of business processing nodes and a connection relation between the business processing nodes;
receiving a second input operation of the user for the target business process template, and editing the target business process template according to the second input operation;
and performing service logic test based on the edited target service flow template.
Optionally, the computer executable instructions, when executed, load the target business process template, comprising:
acquiring template data of the target business process template from a local database or a remote database;
and loading the template data of the target business process template.
Optionally, when executed, the computer-executable instructions provide that the service processing node has a corresponding service processing parameter in the service flow template; the second input operation comprises a first viewing sub-operation and a first modifying sub-operation;
the editing the target business process template according to the second input operation comprises:
displaying the default value of the service processing parameter in the target service flow template according to the first viewing sub-operation;
and modifying the default value of the service processing parameter according to the first modification sub-operation.
Optionally, when executed, the computer-executable instructions cause the service processing nodes to have corresponding service processing result items in the service flow template; the second input operation comprises a second viewing sub-operation and a second modifying sub-operation;
the editing the target business process template according to the second input operation comprises:
displaying each service processing result item corresponding to the service processing node in the target service flow template according to the second viewing sub-operation; each business processing result item comprises a business processing result viewing item which is the default of the target business process template; the service processing result checking item is used for checking the service processing result after the service logic test is finished;
and according to the second modification sub-operation, changing the default service processing result viewing item of the target service flow template, and reselecting a service processing result viewing item for the target service flow template in each service processing result item.
Optionally, when the computer executable instruction is executed, in the service flow template, the service processing node has a corresponding service implementation method, and the service implementation method is used for implementing a service logic of the service processing node; the second input operation comprises a third viewing sub-operation and a third modifying sub-operation;
the editing the target business process template according to the second input operation comprises:
displaying each service implementation method corresponding to the service processing node in the target service flow template according to the third viewing sub-operation; each service implementation method comprises a service implementation method to be tested and acquiescent to the target service flow template;
and according to the third modification sub-operation, changing the default service implementation method to be tested of the target service flow template, and reselecting a service implementation method for the target service flow template in each service implementation method.
Optionally, the second input operation comprises a fourth modify sub-operation when the computer-executable instructions are executed;
the editing the target business process template according to the second input operation comprises:
and according to the fourth modification sub-operation, adding or reducing service processing nodes in the target service flow template, and modifying the connection relation among all the service processing nodes.
Optionally, when executed, the computer-executable instructions perform a business logic test based on the edited target business process template, including:
and sequentially operating the service logics corresponding to the service processing nodes according to the connection relation among the service processing nodes in the edited target service flow template, and outputting the operation results of the service processing nodes.
According to the embodiment of the application, the target business flow template can be selected from all the business flow templates corresponding to all types of businesses and loaded according to the first input operation of the user, the target business flow template is edited according to the second input operation of the user, and the business logic test is carried out based on the edited target business flow template. Therefore, through the embodiment, only the target business flow template needs to be edited, the business logic test can be performed based on the edited target business flow template, the test code does not need to be written manually, the test efficiency of the business logic is improved, and the test complexity is reduced.
The service logic test device provided by the embodiment of the application can realize the processes in the method embodiments and achieve the same effects, and the processes are not repeated here.
Further, embodiments of the present application also provide a storage medium for storing computer-executable instructions, in a specific embodiment, the storage medium may be a usb disk, an optical disk, a hard disk, and the like, and the storage medium stores computer-executable instructions that, when executed by a processor, implement the following processes:
receiving a first input operation of a user, selecting a target business flow template from all business flow templates corresponding to all types of businesses according to the first input operation, and loading the target business flow template; the business process template comprises a plurality of business processing nodes and a connection relation between the business processing nodes;
receiving a second input operation of a user aiming at the target business process template, and editing the target business process template according to the second input operation;
and performing service logic test based on the edited target service flow template.
Optionally, the storage medium stores computer-executable instructions that, when executed by the processor, load the target business process template, including:
acquiring template data of the target business process template from a local database or a remote database;
and loading the template data of the target business process template.
Optionally, the storage medium stores computer-executable instructions that, when executed by the processor, in the business process template, the business processing node has corresponding business processing parameters; the second input operation comprises a first viewing sub-operation and a first modifying sub-operation;
the editing the target business process template according to the second input operation comprises:
displaying the default value of the service processing parameter in the target service flow template according to the first viewing sub-operation;
and modifying the default value of the service processing parameter according to the first modification sub-operation.
Optionally, when executed by a processor, the storage medium stores computer-executable instructions, in the business process template, where the business processing node has a corresponding business processing result item; the second input operation comprises a second viewing sub-operation and a second modifying sub-operation;
the editing the target business process template according to the second input operation comprises:
displaying each service processing result item corresponding to the service processing node in the target service flow template according to the second viewing sub-operation; each business processing result item comprises a business processing result viewing item which is the default of the target business process template; the service processing result checking item is used for checking the service processing result after the service logic test is finished;
and according to the second modification sub-operation, changing the default service processing result viewing item of the target service flow template, and reselecting a service processing result viewing item for the target service flow template in each service processing result item.
Optionally, when executed by a processor, the storage medium stores computer-executable instructions, in the service flow template, where the service processing node has a corresponding service implementation method, and the service implementation method is used to implement a service logic of the service processing node; the second input operation comprises a third view sub-operation and a third modify sub-operation;
the editing the target business process template according to the second input operation comprises:
displaying each service implementation method corresponding to the service processing node in the target service flow template according to the third viewing sub-operation; each service implementation method comprises a service implementation method to be tested and acquiescent to the target service flow template;
and according to the third modification sub-operation, changing the default service implementation method to be tested of the target service flow template, and reselecting a service implementation method for the target service flow template in each service implementation method.
Optionally, the storage medium stores computer-executable instructions that, when executed by the processor, the second input operation comprises a fourth modify sub-operation;
the editing the target business process template according to the second input operation comprises:
and according to the fourth modification sub-operation, adding or reducing service processing nodes in the target service flow template, and modifying the connection relation among all the service processing nodes.
Optionally, when executed by a processor, the storage medium stores computer-executable instructions for performing a business logic test based on the edited target business process template, including:
and sequentially operating the service logics corresponding to the service processing nodes according to the connection relation among the service processing nodes in the edited target service flow template, and outputting the operation results of the service processing nodes.
According to the embodiment of the application, the target business flow template can be selected from all the business flow templates corresponding to all types of businesses and loaded according to the first input operation of the user, the target business flow template is edited according to the second input operation of the user, and the business logic test is carried out based on the edited target business flow template. Therefore, according to the embodiment, only the target business process template needs to be edited, and the business logic test can be performed based on the edited target business process template without manually compiling test codes, so that the test efficiency of the business logic is improved, and the test complexity is reduced.
The computer-executable instructions stored in the storage medium provided by the embodiment of the present application can implement the processes in the foregoing method embodiments when executed by a processor, and achieve the same effects, which are not repeated here.
In the 90 s of the 20 th century, improvements in a technology could clearly distinguish between improvements in hardware (e.g., improvements in circuit structures such as diodes, transistors, switches, etc.) and improvements in software (improvements in process flow). However, as technology advances, many of today's process flow improvements have been seen as direct improvements in hardware circuit architecture. Designers almost always obtain the corresponding hardware circuit structure by programming an improved method flow into the hardware circuit. Thus, it cannot be said that an improvement in the process flow cannot be realized by hardware physical blocks. For example, a Programmable Logic Device (PLD), such as a Field Programmable Gate Array (FPGA), is an integrated circuit whose Logic functions are determined by programming the Device by a user. A digital system is "integrated" on a PLD by the designer's own programming without requiring the chip manufacturer to design and fabricate application-specific integrated circuit chips. Furthermore, nowadays, instead of manually manufacturing an Integrated Circuit chip, such Programming is often implemented by "logic compiler" software, which is similar to a software compiler used in program development and writing, but the original code before compiling is also written by a specific Programming Language, which is called Hardware Description Language (HDL), and HDL is not only one but many, such as ABEL (Advanced Boolean Expression Language), AHDL (alternate Hardware Description Language), traffic, CUPL (core universal Programming Language), HDCal, jhddl (Java Hardware Description Language), lava, lola, HDL, PALASM, rhyd (Hardware Description Language), and vhigh-Language (Hardware Description Language), which is currently used in most popular applications. It will also be apparent to those skilled in the art that hardware circuitry that implements the logical method flows can be readily obtained by merely slightly programming the method flows into an integrated circuit using the hardware description languages described above.
The controller may be implemented in any suitable manner, for example, the controller may take the form of, for example, a microprocessor or processor and a computer-readable medium storing computer-readable program code (e.g., software or firmware) executable by the (micro) processor, logic gates, switches, an Application Specific Integrated Circuit (ASIC), a programmable logic controller, and an embedded microcontroller, examples of which include, but are not limited to, the following microcontrollers: ARC 625D, atmel AT91SAM, microchip PIC18F26K20, and Silicone Labs C8051F320, the memory controller may also be implemented as part of the control logic for the memory. Those skilled in the art will also appreciate that, in addition to implementing the controller as pure computer readable program code, the same functionality can be implemented by logically programming method steps such that the controller is in the form of logic gates, switches, application specific integrated circuits, programmable logic controllers, embedded microcontrollers and the like. Such a controller may thus be considered a hardware component, and the means included therein for performing the various functions may also be considered as a structure within the hardware component. Or even means for performing the functions may be regarded as being both a software module for performing the method and a structure within a hardware component.
The systems, devices, modules or units illustrated in the above embodiments may be implemented by a computer chip or an entity, or by a product with certain functions. One typical implementation device is a computer. In particular, the computer may be, for example, a personal computer, a laptop computer, a cellular telephone, a camera phone, a smartphone, a personal digital assistant, a media player, a navigation device, an email device, a game console, a tablet computer, a wearable device, or a combination of any of these devices.
For convenience of description, the above devices are described as being divided into various units by function, and are described separately. Of course, the functionality of the various elements may be implemented in the same one or more pieces of software and/or hardware in the practice of the present application.
As will be appreciated by one skilled in the art, embodiments of the present application may be provided as a method, system, or computer program product. Accordingly, the present application may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present application may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present application is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the application. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
In a typical configuration, a computing device includes one or more processors (CPUs), input/output interfaces, network interfaces, and memory.
The memory may include forms of volatile memory in a computer readable medium, random Access Memory (RAM) and/or non-volatile memory, such as Read Only Memory (ROM) or flash memory (flash RAM). Memory is an example of a computer-readable medium.
Computer-readable media, including both non-transitory and non-transitory, removable and non-removable media, may implement information storage by any method or technology. The information may be computer readable instructions, data structures, modules of a program, or other data. Examples of computer storage media include, but are not limited to, phase change memory (PRAM), static Random Access Memory (SRAM), dynamic Random Access Memory (DRAM), other types of Random Access Memory (RAM), read Only Memory (ROM), electrically Erasable Programmable Read Only Memory (EEPROM), flash memory or other memory technology, compact disc read only memory (CD-ROM), digital Versatile Discs (DVD) or other optical storage, magnetic cassettes, magnetic tape magnetic disk storage or other magnetic storage devices, or any other non-transmission medium that can be used to store information that can be accessed by a computing device. As defined herein, a computer readable medium does not include a transitory computer readable medium such as a modulated data signal and a carrier wave.
It should also be noted that the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrases "comprising one of 8230; \8230;" 8230; "does not exclude the presence of additional like elements in a process, method, article, or apparatus that comprises that element.
As will be appreciated by one skilled in the art, embodiments of the present application may be provided as a method, system, or computer program product. Accordingly, the present application may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present application may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The application may be described in the general context of computer-executable instructions, such as program modules, being executed by a computer. Generally, program modules include routines, programs, objects, components, data structures, etc. that perform particular tasks or implement particular abstract data types. The application may also be practiced in distributed computing environments where tasks are performed by remote processing devices that are linked through a communications network. In a distributed computing environment, program modules may be located in both local and remote computer storage media including memory storage devices.
The embodiments in the present specification are described in a progressive manner, and the same and similar parts among the embodiments are referred to each other, and each embodiment focuses on the differences from the other embodiments. In particular, for the system embodiment, since it is substantially similar to the method embodiment, the description is simple, and for the relevant points, reference may be made to the partial description of the method embodiment.
The above description is only an example of the present application and is not intended to limit the present application. Various modifications and changes may occur to those skilled in the art. Any modification, equivalent replacement, improvement, etc. made within the spirit and principle of the present application should be included in the scope of the claims of the present application.

Claims (14)

1. A service logic test method is characterized by comprising the following steps:
receiving a first input operation of a user, selecting a target business flow template from all business flow templates corresponding to all types of businesses according to the first input operation, and loading the target business flow template; the business process template comprises a plurality of business processing nodes and a connection relation between the business processing nodes;
receiving a second input operation of a user aiming at the target business process template, and editing the target business process template according to the second input operation;
performing service logic test based on the edited target service flow template;
wherein the second input operation comprises a fourth modify sub-operation and a third modify sub-operation; the editing the target business process template according to the second input operation comprises:
if the business process in the target business process template is inconsistent with the business process to be tested, adding or reducing business processing nodes in the target business process template according to the fourth modification sub-operation, and modifying the connection relation among all the business processing nodes so as to enable the business process in the target business process template to be the same as the business process to be tested;
and according to the third modification sub-operation, changing the default service implementation method to be tested of the target service flow template, and reselecting a service implementation method for the target service flow template in each service implementation method.
2. The method of claim 1, wherein loading the target business process template comprises:
acquiring template data of the target business process template from a local database or a remote database;
and loading the template data of the target business process template.
3. The method according to claim 1 or 2, wherein in the business process template, the business processing node has corresponding business processing parameters; the second input operation comprises a first viewing sub-operation and a first modifying sub-operation;
the editing the target business process template according to the second input operation comprises:
displaying the default value of the service processing parameter in the target service flow template according to the first viewing sub-operation;
and modifying the default value of the service processing parameter according to the first modification sub-operation.
4. The method according to claim 1 or 2, wherein in the business process template, the business processing node has a corresponding business processing result item; the second input operation comprises a second viewing sub-operation and a second modifying sub-operation;
the editing the target business process template according to the second input operation comprises:
displaying each service processing result item corresponding to the service processing node in the target service flow template according to the second viewing sub-operation; each business processing result item comprises a business processing result viewing item which is the default of the target business process template; the service processing result checking item is used for checking the service processing result after the service logic test is finished;
and according to the second modification sub-operation, changing the default service processing result viewing item of the target service flow template, and reselecting a service processing result viewing item for the target service flow template in each service processing result item.
5. The method according to claim 1 or 2, wherein in the service flow template, the service processing node has a corresponding service implementation method, and the service implementation method is used for implementing service logic of the service processing node; the second input operation comprises a third viewing sub-operation;
the editing the target business process template according to the second input operation comprises:
displaying each service implementation method corresponding to the service processing node in the target service flow template according to the third viewing sub-operation; and each service implementation method comprises a service implementation method to be tested which is the default of the target service flow template.
6. The method of claim 1, wherein the performing business logic testing based on the edited target business process template comprises:
and sequentially operating the service logics corresponding to the service processing nodes according to the connection relation among the service processing nodes in the edited target service flow template, and outputting the operation results of the service processing nodes.
7. A business logic testing apparatus, comprising:
the loading module is used for receiving a first input operation of a user, selecting and loading a target business flow template from all business flow templates corresponding to all types of businesses according to the first input operation; the business process template comprises a plurality of business processing nodes and a connection relation between the business processing nodes;
the editing module is used for receiving a second input operation of a user aiming at the target business process template and editing the target business process template according to the second input operation;
the test module is used for carrying out service logic test based on the edited target service flow template;
wherein the second input operation comprises a fourth modify sub-operation and a third modify sub-operation; the editing module is specifically configured to:
if the business process in the target business process template is inconsistent with the business process to be tested, adding or reducing business processing nodes in the target business process template according to the fourth modification sub-operation, and modifying the connection relation among all the business processing nodes so as to enable the business process in the target business process template to be the same as the business process to be tested;
and according to the third modification sub-operation, changing the default service implementation method to be tested of the target service flow template, and reselecting a service implementation method for the target service flow template in each service implementation method.
8. The apparatus of claim 7, wherein the loading module is specifically configured to:
acquiring template data of the target business process template from a local database or a remote database;
and loading the template data of the target business process template.
9. The apparatus according to claim 7 or 8, wherein in the business process template, the business processing node has corresponding business processing parameters; the second input operation comprises a first viewing sub-operation and a first modifying sub-operation;
the editing module is specifically configured to:
displaying the default value of the service processing parameter in the target service flow template according to the first viewing sub-operation;
and modifying the default value of the service processing parameter according to the first modification sub-operation.
10. The apparatus according to claim 7 or 8, wherein in the business process template, the business processing node has a corresponding business processing result item; the second input operation comprises a second viewing sub-operation and a second modifying sub-operation;
the editing module is specifically configured to:
displaying each service processing result item corresponding to the service processing node in the target service flow template according to the second viewing sub-operation; each business processing result item comprises a business processing result viewing item which is the default of the target business process template; the service processing result checking item is used for checking the service processing result after the service logic test is finished;
and according to the second modification sub-operation, changing the default service processing result viewing item of the target service flow template, and reselecting a service processing result viewing item for the target service flow template in each service processing result item.
11. The apparatus according to claim 7 or 8, wherein in the service flow template, the service processing node has a corresponding service implementation method, and the service implementation method is used for implementing the service logic of the service processing node; the second input operation comprises a third viewing sub-operation;
the editing module is specifically configured to:
displaying each service implementation method corresponding to the service processing node in the target service flow template according to the third viewing sub-operation; and each service implementation method comprises a service implementation method to be tested which is the default of the target service flow template.
12. The apparatus of claim 7, wherein the testing module is specifically configured to:
and sequentially operating the service logics corresponding to the service processing nodes according to the connection relation among the service processing nodes in the edited target service flow template, and outputting the operation results of the service processing nodes.
13. A business logic test apparatus, comprising: a processor; and a memory arranged to store computer executable instructions which, when executed, cause the processor to implement the steps of the business logic testing method of any one of claims 1-6.
14. A storage medium storing computer-executable instructions, which when executed perform the steps of the business logic testing method of any one of claims 1-6.
CN201811145310.7A 2018-09-29 2018-09-29 Service logic test method and device Active CN109213685B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811145310.7A CN109213685B (en) 2018-09-29 2018-09-29 Service logic test method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811145310.7A CN109213685B (en) 2018-09-29 2018-09-29 Service logic test method and device

Publications (2)

Publication Number Publication Date
CN109213685A CN109213685A (en) 2019-01-15
CN109213685B true CN109213685B (en) 2023-03-21

Family

ID=64982133

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811145310.7A Active CN109213685B (en) 2018-09-29 2018-09-29 Service logic test method and device

Country Status (1)

Country Link
CN (1) CN109213685B (en)

Families Citing this family (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109815145B (en) * 2019-01-18 2023-03-21 中国农业银行股份有限公司 Batch measurement order testing method and device
CN110008098B (en) * 2019-02-25 2023-06-30 创新先进技术有限公司 Method and device for evaluating operation condition of nodes in business process
CN110147318B (en) * 2019-04-19 2023-12-29 天航长鹰(江苏)科技有限公司 Method and device for generating test data and electronic equipment
CN110309052A (en) * 2019-05-22 2019-10-08 梁俊杰 A kind of data verification method and relevant device
CN110309034B (en) * 2019-06-13 2023-05-16 阿里巴巴集团控股有限公司 Service flow link view generation method and device
CN110688111A (en) * 2019-09-25 2020-01-14 深圳乐信软件技术有限公司 Configuration method, device, server and storage medium of business process
CN112905441A (en) * 2019-12-04 2021-06-04 阿里巴巴集团控股有限公司 Test case generation method, test method, device and equipment
CN111338932B (en) * 2020-02-06 2022-11-15 支付宝(杭州)信息技术有限公司 Picture rendering method and device and electronic equipment
CN111538555A (en) * 2020-04-28 2020-08-14 北京同邦卓益科技有限公司 Interface processing method, device, equipment and computer readable storage medium
CN111695827B (en) * 2020-06-17 2024-04-16 北京同邦卓益科技有限公司 Business process management method and device, electronic equipment and storage medium
CN112699047B (en) * 2021-01-13 2023-08-25 腾讯科技(深圳)有限公司 Application testing method and device, computer equipment and storage medium

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104679488B (en) * 2013-11-29 2018-12-21 亿阳信通股份有限公司 A kind of flow custom development platform and flow custom development approach
CN106648664A (en) * 2016-12-23 2017-05-10 东软集团股份有限公司 Self-service terminal business process updating method and apparatus
CN107886295A (en) * 2017-10-23 2018-04-06 东软集团股份有限公司 Flow template changing process method, device, readable storage medium storing program for executing and electronic equipment
CN108595324A (en) * 2018-04-09 2018-09-28 中国银行股份有限公司 Test cases reuse management method and system

Also Published As

Publication number Publication date
CN109213685A (en) 2019-01-15

Similar Documents

Publication Publication Date Title
CN109213685B (en) Service logic test method and device
CN107038042B (en) Service execution method and device
CN113011483B (en) Method and device for model training and business processing
CN108345539A (en) A kind of method and apparatus for carrying out AB tests
CN112162915A (en) Test data generation method, device, equipment and storage medium
CN112015739A (en) Data verification and data query method and device
CN109597678B (en) Task processing method and device
CN111158650B (en) Report template and report generation method and device
CN113672323A (en) Page display method and device
CN114168114A (en) Operator registration method, device and equipment
CN113079201B (en) Information processing system, method, device and equipment
CN110602163B (en) File uploading method and device
CN111210222B (en) Data display and payment method, device, equipment and medium
CN111538667A (en) Page testing method and device
CN107562533B (en) Data loading processing method and device
CN107402749B (en) Method and device for realizing picture loading library
CN110704742B (en) Feature extraction method and device
CN109597695B (en) Data processing method, device and equipment
CN111984247A (en) Service processing method and device and electronic equipment
CN103220186A (en) Communication equipment testing method and system
CN108733564B (en) Browser performance testing method, device and equipment
CN108920241B (en) Display state adjusting method, device and equipment
CN112596781A (en) Service execution and service configuration method and device
CN109903165B (en) Model merging method and device
CN112000329A (en) Data display method, device, equipment and 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
TA01 Transfer of patent application right

Effective date of registration: 20200922

Address after: Cayman Enterprise Centre, 27 Hospital Road, George Town, Grand Cayman, British 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.

Effective date of registration: 20200922

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

Applicant after: Innovative advanced technology Co.,Ltd.

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

Applicant before: Advanced innovation technology Co.,Ltd.

TA01 Transfer of patent application right
GR01 Patent grant
GR01 Patent grant