CN110618778A - Method and system for automatically generating business data, electronic equipment and computer storage medium - Google Patents

Method and system for automatically generating business data, electronic equipment and computer storage medium Download PDF

Info

Publication number
CN110618778A
CN110618778A CN201910886778.XA CN201910886778A CN110618778A CN 110618778 A CN110618778 A CN 110618778A CN 201910886778 A CN201910886778 A CN 201910886778A CN 110618778 A CN110618778 A CN 110618778A
Authority
CN
China
Prior art keywords
automatic execution
execution code
service data
page
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.)
Pending
Application number
CN201910886778.XA
Other languages
Chinese (zh)
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.)
Shenzhen Qianhai Huanlianyi Information Technology Service Co Ltd
Shenzhen Qianhai Huanrong Lianyi Information Technology Service Co Ltd
Original Assignee
Shenzhen Qianhai Huanlianyi Information Technology Service 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 Shenzhen Qianhai Huanlianyi Information Technology Service Co Ltd filed Critical Shenzhen Qianhai Huanlianyi Information Technology Service Co Ltd
Priority to CN201910886778.XA priority Critical patent/CN110618778A/en
Publication of CN110618778A publication Critical patent/CN110618778A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0484Interaction techniques based on graphical user interfaces [GUI] for the control of specific functions or operations, e.g. selecting or manipulating an object, an image or a displayed text element, setting a parameter value or selecting a range
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0484Interaction techniques based on graphical user interfaces [GUI] for the control of specific functions or operations, e.g. selecting or manipulating an object, an image or a displayed text element, setting a parameter value or selecting a range
    • G06F3/04842Selection of displayed objects or displayed text elements

Abstract

The embodiment of the invention discloses a method, a system, electronic equipment and a computer storage medium for automatically generating service data. The automatic generation method of the service data comprises the following steps: acquiring information of a service process; according to the information of the business process, creating an automatic execution code for simulating manual operation; triggering the automatic execution code on the new page; and generating corresponding service data through the simulation operation of the automatic execution code. The method can automatically finish operations such as clicking and the like in a simulated real scene in an automatic execution mode, and can quickly and automatically generate the service data to be used, so that the time cost required by manually operating the page is greatly saved, the operation requirement on users is low, and the system and the service flow do not need to be deeply known. Moreover, the obtained data is real, and the simulation effect is better compared with a background direct adding mode.

Description

Method and system for automatically generating business data, electronic equipment and computer storage medium
Technical Field
The present invention relates to the field of computer technologies, and in particular, to a method and a system for automatically generating service data, an electronic device, and a computer storage medium.
Background
In the process of developing business systems, there are many very complex business processes. These complex business processes generally involve long processes and links. For example, the data flow may need to go through a number of different links a, B, C through N, etc.
When the problem of a certain link in a certain complex business process needs to be solved in the development of the front end, corresponding business data needs to be relied on as a basis. However, if the business data is missing, the developer needs to use a manual method, and the first link or step of the business process is started and clicked in turn to create or generate the business data.
When the simulation service scene is operated from beginning to end on the page, the time cost is higher, and the simulation service scene is more complicated and boring. Especially, in some service scenarios with complex flow, a plurality of pages, buttons, etc. need to be clicked, and the whole service flow page needs to be operated more skillfully, which has certain admission threshold requirements for users.
There are also some ways to add the business data directly to the background database. However, the method is difficult to simulate real service scene data, dependence and association of a lot of data are difficult to guarantee, and the data are not real enough.
Therefore, it is desirable to provide a new service data generation method to solve one or more of the above problems.
Disclosure of Invention
The embodiment of the invention provides a method, a system, electronic equipment and a computer storage medium for automatically generating business data, which are used for solving one or more problems of the existing business data generation method.
The first aspect of the embodiments of the present invention provides a method for automatically generating service data. The automatic generation method of the service data comprises the following steps:
acquiring information of a service process; according to the information of the business process, creating an automatic execution code for simulating manual operation; triggering the automatic execution code on the new page; and generating corresponding service data through the simulation operation of the automatic execution code.
Optionally, the acquiring information of the service flow specifically includes: acquiring links in the business process and a page corresponding to each link; determining an operation that can be triggered on the page to determine a plurality of steps included in the business process.
Optionally, the triggering the automatic execution code on the new page specifically includes: triggering the automatic execution code, and automatically executing in the initial step; automatically executing a plurality of steps until the termination step, and stopping executing; and recording the operation data from the starting step to the ending step as service data.
Optionally, the method further comprises: determining target service data to be generated; and modifying the automatic execution code according to the target service data to adjust the starting step and the terminating step.
Optionally, writing the automatic execution code on the new page through JavaScript.
A second aspect of the embodiments of the present invention provides an automatic generation system of service data. The system for automatically generating the service data comprises:
a service flow acquiring unit, configured to acquire information of a service flow;
the code creating unit is used for creating an automatic execution code for simulating manual operation according to the information of the business process;
the execution unit is used for triggering the automatic execution code on the newly-built page;
and the recording unit is used for generating corresponding service data through the simulation operation of the automatic execution code.
Optionally, the service flow acquiring unit is specifically configured to: acquiring links in the business process and a page corresponding to each link; determining the operation which can be triggered on the page to determine the steps included in the business process.
Optionally, the execution unit is specifically configured to: triggering the automatic execution code, and automatically executing in the initial step; automatically executing a plurality of steps until the termination step, and stopping executing; and recording the operation data from the starting step to the ending step as service data.
A third aspect of the embodiments of the present invention provides an electronic device for task scheduling. The electronic equipment comprises a processor, a memory, a communication interface and a communication bus, wherein the processor, the memory and the communication interface complete mutual communication through the communication bus;
the memory is used for storing at least one executable instruction, and the executable instruction causes the processor to execute the steps of the business data automatic generation method.
A fourth aspect of the embodiments of the present invention provides a computer storage medium, where computer program instructions are stored in the computer storage medium, and the computer program instructions enable a processor to execute the steps of the above-mentioned method for automatically generating service data.
The method for automatically generating the service data provided by the embodiment of the invention can automatically complete operations such as clicking and the like in a simulated real scene in an automatic execution mode, and quickly and automatically generate the service data required to be used.
The business data generation mode can greatly save the time cost required by manually operating the page, has low operation requirements on users, and does not need to deeply understand the system and the business process. Moreover, the obtained data is real, and the simulation effect is better compared with a background direct adding mode.
The foregoing description is only an overview of the technical solutions of the embodiments of the present invention, and the embodiments of the present invention can be implemented according to the content of the description in order to make the technical means of the embodiments of the present invention more clearly understood, and the detailed description of the present invention is provided below in order to make the foregoing and other objects, features, and advantages of the embodiments of the present invention more clearly understandable.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings needed to be used in the description of the embodiments are briefly introduced below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings based on these drawings without creative efforts.
Fig. 1 is a flowchart of a method for automatically generating service data according to an embodiment of the present invention;
FIG. 2 is a schematic diagram illustrating steps for executing a business process according to an embodiment of the present invention;
fig. 3 is a functional block diagram of an automatic business data generation system according to an embodiment of the present invention;
fig. 4 is a block diagram of an electronic device according to an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, not all, embodiments of the present 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 will be understood that the terms "comprises" and/or "comprising," when used in this specification and the appended claims, specify the presence of stated features, integers, steps, operations, elements, and/or components, but do not preclude the presence or addition of one or more other features, integers, steps, operations, elements, components, and/or groups thereof.
Fig. 1 shows a flowchart of a method for automatically generating service data according to an embodiment of the present invention. The method can be applied to a front-end maintenance system, and is used for automatically generating or creating corresponding service data, providing the service data for the front-end to develop and solve corresponding problems, and realizing ordered control among tasks.
As shown in fig. 1, the method may include the steps of:
step 110: and acquiring information of the business process.
The information of the business process refers to all relevant information included in the business process, including but not limited to links of the business process, corresponding pages and association conditions among the pages. Typically, each business process has a corresponding series of sequential steps, such as a business process of applying for a loan, a business process of underwriting a financial product, and so forth.
In some embodiments, links in the business process and a page corresponding to each link may be determined, and further, operations that may be triggered on the page may be determined.
For example, in a business process, the first step is to enter a login page, the second step is to enter a user name and password on the login page, and the third step is to click a login button to enter a home page. The fourth step is clicking one of the function buttons on the main page to jump to other pages.
It should be noted that the entire business process may be divided into a plurality of consecutive steps based on the information of the business process. The specific dividing step mode may be determined according to actual situations, and only the whole service flow needs to be continuously completed, which is not limited to the above examples.
Step 120: and creating automatic execution codes for simulating manual operation according to the information of the business process.
Based on the information of the determined business process, corresponding auto-executable code can be written to implement the simulation of the manual operation. For example, a manual operation of entering a user name and password is simulated. In particular, any suitable form of code may be used to implement the above-described auto-execution code. In some embodiments, the auto-execute code may be written in JavaScript.
Step 130: and triggering the automatic execution code on the new page.
The new page is additionally established and used for simulating the page of the real application scene. On the new page, the automatic execution code can automatically execute corresponding operation to generate corresponding service data. The automatic execution code can be triggered automatically by clicking or the like. In some embodiments, it may be a function that triggers the start of execution after clicking.
Step 140: and generating corresponding service data through the simulation operation of the automatic execution code.
The service data refers to a set of data information generated after a certain step is executed, and corresponding dependency and association relations may exist between the data information. The automatic execution code can be automatically executed on the newly-built page, and a series of steps are completed by simulating manual operation, so that corresponding business data is created or generated and provided for front-end development to solve problems.
Specifically, step 140 may include: firstly, the automatic execution code is triggered to be automatically executed in the initial step. Then, several steps are automatically performed until the terminating step. And finally, recording the operation data from the starting step to the ending step as service data.
By writing the automatic execution code and executing the automatic execution code on the newly-built page, the original manual operation can be changed into automatic execution, the time cost can be greatly saved, the same simulation effect as the manual operation can be achieved, and real service data can be obtained.
The automatic execution code has good flexibility, and can be modified correspondingly according to different requirements. In some embodiments, when a certain service data needs to be created, the method may further include:
first, target service data to be generated is determined. Then, according to the target service data, the automatic execution code is modified to adjust the starting step and the terminating step.
That is, for the same business process, the specific starting step and terminating step can be specified by modifying the automatic execution code to obtain the required business data. Of course, when the business process has a plurality of different branches, the branch sub-process involved in automatically executing the code may also be modified to generate corresponding business data.
Fig. 2 is a schematic diagram of an execution step of a business process according to an embodiment of the present invention. In the following, the triggering and automatic execution of code in a simulated real scene in a specific business process is described in detail in conjunction with the implementation of code.
As shown in fig. 2, the first step S1 is to simulate manual operation and enter a landing page. After entering the login page, a second step S2 is to simulate a manual operation, filling in a username and password. After completion of the filling, the click of the landing button on the landing page is simulated by performing a third step S3.
After simulating clicking the login button, a fourth step S4 may be executed to jump to the first page (pageOne). In some embodiments, to simulate a manual click, an additional delay may be set, as shown in code lines 7 to 9, delaying a certain number of seconds before jumping into the first page.
Based on the same idea, one or more manual simulation operations such as clicking an operation button of the first page, automatically jumping from the first page to the second page, and the like can be further set. For simplicity of presentation, the above-mentioned lines of code are omitted and not shown in detail.
Fig. 3 is a schematic structural diagram illustrating a business data automatic generation system according to an embodiment of the present invention. As shown in fig. 3, the automatic business data generation system may include: a business process obtaining unit 310, a code creating unit 320, an executing unit 330, and a recording unit 340.
The business process obtaining unit 310 is configured to obtain information of a business process. The code creating unit 320 is used for creating automatic execution codes for simulating manual operation according to the information of the business process. The execution unit 330 is configured to trigger the automatic execution code on the new page. The recording unit 340 is configured to generate corresponding service data through the operation of the automatic execution code.
Specifically, the service flow acquiring unit 310 is specifically configured to: and acquiring links in the business process and pages corresponding to each link, and determining the operation which can be triggered on the pages, thereby determining the steps included in the business process.
A complete business process consists of a series of ordered steps. That is, in a real service scenario, a complete service process can be completed by sequentially executing corresponding steps through operations such as clicking and the like.
In some embodiments, the execution unit 330 is specifically configured to: triggering the automatic execution code, and automatically executing in the initial step; automatically executing a plurality of steps until the termination step, and stopping executing; and recording the operation data from the starting step to the ending step as service data.
Through the automatic generation system of the service data provided by the embodiment of the invention, manual operation can be automatically executed and simulated on the newly-built page in a mode of compiling the automatic execution code, a corresponding target service process is completed without depending on operations such as manual clicking and the like, the time cost is greatly saved, the same simulation effect as the manual operation is obtained, and real service data is obtained.
An embodiment of the present invention provides a non-volatile computer storage medium, where at least one executable instruction is stored in the computer storage medium, and the computer executable instruction may execute the task scheduling method in any method embodiment described above.
The executable instructions may be specifically configured to cause the processor to: acquiring information of a service process; according to the information of the business process, creating an automatic execution code for simulating manual operation; triggering the automatic execution code on the new page; and generating corresponding service data through the operation of the automatic execution code.
Fig. 4 is a schematic structural diagram of an embodiment of an electronic device according to an embodiment of the present invention, and the specific embodiment of the present invention does not limit the specific implementation of the electronic device.
As shown in fig. 4, the electronic device may include: a processor (processor)402, a Communications Interface 604, a memory 406, and a communication bus 408.
The processor 402, the communication interface 404, and the memory 406 communicate with each other via a communication bus 408. A communication interface 404 for communicating with network elements of other devices, such as clients or other servers. The processor 402 is configured to execute the program 410, and may specifically execute relevant steps in the foregoing service data automatic generation method embodiment.
In particular, program 410 may include program code comprising computer operating instructions.
The processor 402 may be a central processing unit CPU or an application Specific Integrated circuit asic or one or more Integrated circuits configured to implement embodiments of the present invention. The electronic device comprises one or more processors, which can be the same type of processor, such as one or more CPUs; or may be different types of processors such as one or more CPUs and one or more ASICs.
And a memory 406 for storing a program 410. Memory 406 may comprise high-speed RAM memory, and may also include non-volatile memory (non-volatile memory), such as at least one disk memory.
The program 410 may specifically be configured to cause the processor 402 to perform the following operations: acquiring information of a service process; according to the information of the business process, creating an automatic execution code for simulating manual operation; triggering the automatic execution code on the new page; and generating corresponding service data through the operation of the automatic execution code.
The algorithms or displays presented herein are not inherently related to any particular computer, virtual system, or other apparatus. Various general purpose systems may also be used with the teachings herein. The required structure for constructing such a system will be apparent from the description above. In addition, embodiments of the present invention are not directed to any particular programming language. It is appreciated that a variety of programming languages may be used to implement the teachings of the present invention as described herein, and any descriptions of specific languages are provided above to disclose the best mode of the invention.
In the description provided herein, numerous specific details are set forth. It is understood, however, that embodiments of the invention may be practiced without these specific details. In some instances, well-known methods, structures and techniques have not been shown in detail in order not to obscure an understanding of this description.
Similarly, it should be appreciated that in the foregoing description of exemplary embodiments of the invention, various features of the embodiments of the invention are sometimes grouped together in a single embodiment, figure, or description thereof for the purpose of streamlining the invention and aiding in the understanding of one or more of the various inventive aspects. However, the disclosed method should not be interpreted as reflecting an intention that: that the invention as claimed requires more features than are expressly recited in each claim. Rather, as the following claims reflect, inventive aspects lie in less than all features of a single foregoing disclosed embodiment. Thus, the claims following the detailed description are hereby expressly incorporated into this detailed description, with each claim standing on its own as a separate embodiment of this invention.
Those skilled in the art will appreciate that the modules in the device in an embodiment may be adaptively changed and disposed in one or more devices different from the embodiment. The modules or units or components of the embodiments may be combined into one module or unit or component, and furthermore they may be divided into a plurality of sub-modules or sub-units or sub-components. All of the features disclosed in this specification (including any accompanying claims, abstract and drawings), and all of the processes or elements of any method or apparatus so disclosed, may be combined in any combination, except combinations where at least some of such features and/or processes or elements are mutually exclusive. Each feature disclosed in this specification (including any accompanying claims, abstract and drawings) may be replaced by alternative features serving the same, equivalent or similar purpose, unless expressly stated otherwise.
While the invention has been described with reference to specific embodiments, the invention is not limited thereto, and various equivalent modifications and substitutions can be easily made by those skilled in the art within the technical scope of the invention. Therefore, the protection scope of the present invention shall be subject to the protection scope of the claims.

Claims (10)

1. A method for automatically generating service data is characterized by comprising the following steps:
acquiring information of a service process;
according to the information of the business process, creating an automatic execution code for simulating manual operation;
triggering the automatic execution code on the new page;
and generating corresponding service data through the simulation operation of the automatic execution code.
2. The method according to claim 1, wherein the acquiring information of the business process specifically includes:
acquiring links in the business process and a page corresponding to each link;
determining an operation that can be triggered on the page to determine a plurality of steps included in the business process.
3. The method according to claim 2, wherein the triggering the automatic execution code on the new page specifically includes:
triggering the automatic execution code, and automatically executing in the initial step;
automatically executing a plurality of steps until the termination step, and stopping executing;
and recording the operation data from the starting step to the ending step as service data.
4. The method of claim 3, further comprising:
determining target service data to be generated;
and modifying the automatic execution code according to the target service data to adjust the starting step and the terminating step.
5. The method of any of claims 1-4, wherein the auto-execute code is written in JavaScript on the new page.
6. An automatic generation system of business data, characterized in that the automatic generation system of business data comprises:
a service flow acquiring unit, configured to acquire information of a service flow;
the code creating unit is used for creating an automatic execution code for simulating manual operation according to the information of the business process;
the execution unit is used for triggering the automatic execution code on the newly-built page;
and the recording unit is used for generating corresponding service data through the simulation operation of the automatic execution code.
7. The system of claim 6, wherein the service flow obtaining unit is specifically configured to:
acquiring links in the business process and a page corresponding to each link; determining an operation that can be triggered on the page to determine a plurality of steps included in the business process.
8. The system of claim 6, wherein the execution unit is specifically configured to:
triggering the automatic execution code, and automatically executing in the initial step; automatically executing a plurality of steps until the termination step, and stopping executing; and recording the operation data from the starting step to the ending step as service data.
9. An electronic device, comprising a processor, a memory, a communication interface and a communication bus, wherein the processor, the memory and the communication interface complete communication with each other through the communication bus;
the memory is used for storing at least one executable instruction which causes the processor to execute the steps of the automatic business data generation method according to any one of claims 1-5.
10. A computer storage medium, characterized in that the storage medium has stored therein computer program instructions for causing a processor to execute the steps of the automatic generation method of service data according to any one of claims 1-5.
CN201910886778.XA 2019-09-19 2019-09-19 Method and system for automatically generating business data, electronic equipment and computer storage medium Pending CN110618778A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910886778.XA CN110618778A (en) 2019-09-19 2019-09-19 Method and system for automatically generating business data, electronic equipment and computer storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910886778.XA CN110618778A (en) 2019-09-19 2019-09-19 Method and system for automatically generating business data, electronic equipment and computer storage medium

Publications (1)

Publication Number Publication Date
CN110618778A true CN110618778A (en) 2019-12-27

Family

ID=68923677

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910886778.XA Pending CN110618778A (en) 2019-09-19 2019-09-19 Method and system for automatically generating business data, electronic equipment and computer storage medium

Country Status (1)

Country Link
CN (1) CN110618778A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113157581A (en) * 2021-04-27 2021-07-23 网易(杭州)网络有限公司 Method and device for automatically triggering service, electronic equipment and storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080086660A1 (en) * 2006-10-09 2008-04-10 Marcus Wefers Test data management
US8627296B1 (en) * 2010-09-15 2014-01-07 Google Inc. Unified unit and integration test with automatic mock creation
CN109815119A (en) * 2018-12-14 2019-05-28 平安科技(深圳)有限公司 A kind of test method and device of APP link channel
CN110059002A (en) * 2019-03-16 2019-07-26 平安普惠企业管理有限公司 Generation method, test equipment, storage medium and the device of test data
CN110147318A (en) * 2019-04-19 2019-08-20 平安普惠企业管理有限公司 It is a kind of to generate the method and device of test data, electronic equipment

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080086660A1 (en) * 2006-10-09 2008-04-10 Marcus Wefers Test data management
US8627296B1 (en) * 2010-09-15 2014-01-07 Google Inc. Unified unit and integration test with automatic mock creation
CN109815119A (en) * 2018-12-14 2019-05-28 平安科技(深圳)有限公司 A kind of test method and device of APP link channel
CN110059002A (en) * 2019-03-16 2019-07-26 平安普惠企业管理有限公司 Generation method, test equipment, storage medium and the device of test data
CN110147318A (en) * 2019-04-19 2019-08-20 平安普惠企业管理有限公司 It is a kind of to generate the method and device of test data, electronic equipment

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113157581A (en) * 2021-04-27 2021-07-23 网易(杭州)网络有限公司 Method and device for automatically triggering service, electronic equipment and storage medium

Similar Documents

Publication Publication Date Title
CN109951547B (en) Transaction request parallel processing method, device, equipment and medium
CA2915619C (en) Method and apparatus for customized software development kit (sdk) generation
US10146668B1 (en) Modeling code coverage in software life cycle
CN109240908B (en) Method and device for creating abnormal test case template
CN107729246B (en) Auxiliary test method, device and equipment for target application and storage medium
US11954011B2 (en) Apparatus and method for executing customized artificial intelligence production line
CN110599341A (en) Transaction calling method and system
CN111444103A (en) Automatic testing method for Web page and related equipment
CN108831444A (en) Semantic resources training method and system for voice dialogue platform
WO2014070165A1 (en) Executable software specification generation
CN114385816A (en) Conversation flow mining method and device, electronic equipment and computer storage medium
CN110618778A (en) Method and system for automatically generating business data, electronic equipment and computer storage medium
CN117009238A (en) Data testing method, device, electronic equipment, storage medium and program product
CN110609786A (en) Software testing method and device, computer equipment and storage medium
CN114741294A (en) Page debugging method, device, equipment and storage medium
CN111679924B (en) Reliability simulation method and device for componentized software system and electronic equipment
US20080195453A1 (en) Organisational Representational System
CN113254332A (en) Multi-scenario testing method, system, terminal and storage medium for storage system
CN113656268B (en) Performance test method and device for business service, electronic equipment and storage medium
US9800692B2 (en) Expression based declarative data service execution chaining
CN112799924B (en) Simulation test system and method for cloud storage system for storing training data
CN112948245B (en) Element debugging method, device, equipment, storage medium and program product
CN116185425B (en) Event flow arrangement method, device, equipment and medium based on node combination
CN114489919B (en) Complex electromagnetic environment signal synthesis method and apparatus for signal playback device
US20230110499A1 (en) Address solving for instruction sequence generation

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
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20191227