CN115857919A - System and method for quick output interface without programming - Google Patents

System and method for quick output interface without programming Download PDF

Info

Publication number
CN115857919A
CN115857919A CN202211694458.2A CN202211694458A CN115857919A CN 115857919 A CN115857919 A CN 115857919A CN 202211694458 A CN202211694458 A CN 202211694458A CN 115857919 A CN115857919 A CN 115857919A
Authority
CN
China
Prior art keywords
interface
unit
module
logic
data
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
CN202211694458.2A
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.)
Wuhan Sanzang Technology Co ltd
Original Assignee
Wuhan Sanzang Technology 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 Wuhan Sanzang Technology Co ltd filed Critical Wuhan Sanzang Technology Co ltd
Priority to CN202211694458.2A priority Critical patent/CN115857919A/en
Publication of CN115857919A publication Critical patent/CN115857919A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Stored Programmes (AREA)

Abstract

A system and a method for fast output interface without programming relate to the technical field of interface, comprising: the interface analysis module analyzes the interface, and is convenient for a user to debug the generated interface to meet the use requirement.

Description

System and method for quick output interface without programming
Technical Field
The invention relates to the technical field of interfaces, in particular to a system and a method for rapidly outputting an interface without programming.
Background
In the traditional web application program development process, each interface needs a professional programmer to write a Controller layer, a logic layer and a Model layer to complete data adding, deleting, modifying and checking operations, a spring framework is used for developing the web application program at present, a large amount of interface codes, database scripts and the like need to be written in the development process, the repetition rate of working contents is high, mistakes are easy to make, meanwhile, a large amount of developers are needed in the development process, the cost investment is large, the development efficiency is low, inconvenience is brought to smooth landing of a project, and meanwhile, debugging is not convenient after the interface is generated to meet the use requirement.
Disclosure of Invention
The embodiment of the invention provides a system and a method for quickly outputting an interface without programming, wherein the interface is generated by integrating a logic module library and a condition module library and adopting an interactive mode of graphical interactive interface operation without compiling codes, so that the quantity of developers is reduced, the development time is saved, the development efficiency is improved, after the interface is generated, a real-time preview module performs real-time operation preview on the generated interface, and an interface analysis module analyzes the interface, so that a user can conveniently debug the generated interface to meet the use requirement.
A system for programming a fast output interface, comprising: the system comprises an interface interaction module, a data source module, a logic module library, a condition module library, a real-time preview module and an interface analysis module;
the interface interaction module is used for performing man-machine interaction with a user, editing the data source module, the logic module library and the condition module library, and mutually combining the data source module, the logic module library and the condition module library to generate an interface;
the data source module is used for the user to manage the data source;
the logic module library comprises a plurality of logic nodes with different functions and is used for executing preset operation on input data;
the condition module library comprises a plurality of condition nodes with different functions and is used for executing preset judgment on input data and triggering logic nodes in the logic module library to execute preset operation on the input data;
the real-time preview module is used for previewing the effect of the generated interface in real time;
and the interface analysis module is used for analyzing the generated interface and outputting an analysis result.
Further, the interface interaction module comprises an interaction interface and an interaction unit, wherein the interaction interface is used for displaying a graphic picture for a user, and the interaction unit is used for the user to perform interaction operation.
Further, the data source module comprises a data retrieval unit, a range definition unit and a data source editing unit, wherein the data retrieval unit is used for a user to retrieve specified data in the database, the range definition unit is used for extracting data in the database according to a set range, and the data source editing unit is used for setting parameters of the data retrieval unit and the range definition unit.
Further, the logic module library further includes a logic node definition unit and a logic node retrieval unit, the logic node retrieval unit is used for a user to retrieve the required logic node, the logic node definition unit is used for editing the logic node, and if the logic node is not edited, the logic node executes a preset operation.
Further, the condition module library further includes a condition node definition unit and a condition node search unit, the condition node search unit is configured to search the condition node required by the user, the condition node definition unit is configured to edit the condition node, and if the condition node is not edited, the condition node performs a preset judgment.
Furthermore, the real-time preview module comprises an operation unit, a verification unit and a display unit, wherein the operation unit is used for simulating the operation of a user, generating a plurality of groups of input data and corresponding output data and inputting the input data into the generated interface, the verification unit is used for comparing the output data generated by the data output by the interface and verifying the result, and the display unit is used for displaying the whole process.
Further, the interface analysis module includes an interface analysis unit and an interface recommendation unit, the interface analysis unit is configured to perform reliability analysis and security analysis on the generated interface, and the interface recommendation unit is configured to recommend a usage scenario of the interface according to an analysis result obtained by the interface analysis unit.
In a second aspect, an embodiment of the present invention provides a method for fast output interface without programming, including the following steps:
s1, editing a data source, and screening data in a database through an interface interaction module to obtain the data source required by the character;
s2, node editing, namely selecting logic nodes and condition nodes with proper functions to edit according to requirements;
s3, generating an interface, and combining the logic node, the condition node and the data source together to generate the interface;
s4, previewing an interface in real time, simulating the operation of a user, generating a plurality of groups of input data and corresponding output data, inputting the input data into the generated interface, simultaneously comparing the output data generated by the data output by the interface, checking the result, and displaying the whole process through an interactive interface;
and S5, analyzing the interface, performing reliability analysis and safety analysis on the generated interface, and recommending the use scene of the interface according to the obtained analysis result.
The technical scheme provided by the embodiment of the invention has the beneficial effects that at least:
according to the invention, the logic module library and the condition module library are integrated, the logic module library and the condition module library comprise a plurality of logic nodes and condition nodes with different functions and can be edited, a user combines the logic nodes, the condition nodes and the data source in an interactive mode of graphical interactive interface operation to generate an interface, codes do not need to be written, the number of developers is reduced, the development time is saved, the development efficiency is improved, after the interface is generated, the real-time preview module performs real-time operation preview on the generated interface, and the interface analysis module analyzes the interface, so that the user can debug the generated interface to meet the use requirement.
Additional features and advantages of the invention will be set forth in the description which follows, and in part will be obvious from the description, or may be learned by practice of the invention. The objectives and other advantages of the invention will be realized and attained by the structure particularly pointed out in the written description and claims hereof as well as the appended drawings.
The technical solution of the present invention is further described in detail by the accompanying drawings and embodiments.
Drawings
The accompanying drawings, which are included to provide a further understanding of the invention and are incorporated in and constitute a part of this specification, illustrate embodiments of the invention and together with the description serve to explain the principles of the invention and not to limit the invention. In the drawings:
FIG. 1 is a block diagram of a system without a fast output interface according to an embodiment of the present invention;
fig. 2 is a flowchart illustrating a method of programming-free fast output interface according to an embodiment of the present invention.
Reference numerals:
1. an interface interaction module; 11. an interactive interface; 12. an interaction unit; 2. a data source module; 21. a data retrieval unit; 22. a range definition unit; 23. a data source editing unit; 3. a library of logic modules; 31. a logical node; 32. a logical node definition unit; 33. a logical node retrieval unit; 4. a library of condition modules; 41. a condition node; 42. a conditional node defining unit; 43. a conditional node retrieval unit; 5. a real-time preview module; 51. an operation unit; 52. a verification unit; 53. a display unit; 6. an interface analysis module; 61. an interface analysis unit; 62. and an interface recommending unit.
Detailed Description
Exemplary embodiments of the present disclosure will be described in more detail below with reference to the accompanying drawings. While exemplary embodiments of the present disclosure are shown in the drawings, it should be understood that the present disclosure may be embodied in various forms and should not be limited to the embodiments set forth herein. Rather, these embodiments are provided so that this disclosure will be thorough and complete, and will fully convey the scope of the disclosure to those skilled in the art.
Example one
As shown in fig. 1, an embodiment of the present invention provides a system without programming a fast output interface, including: the system comprises an interface interaction module 1, a data source module 2, a logic module library 3, a condition module library 4, a real-time preview module 5 and an interface analysis module 6.
The interface interaction module 1 is used for performing man-machine interaction with a user, editing the data source module 2, the logic module library 3 and the condition module library 4, mutually combining the data source module 2, the logic module library 3 and the condition module library 4 to generate an interface, the interface interaction module 1 comprises an interaction interface 11 and an interaction unit 12, the interaction interface 11 is used for displaying a graphic picture for the user, and the interaction unit 12 is used for performing interaction operation by the user.
Specifically, a user operates through the interface interaction module 1, specifically, an interaction interface 11 in the interface interaction module 1 displays an interactive graphical interface for the user, and the user performs operation interaction with a system that does not need to program a fast output interface through an interaction unit 12 in the interface interaction module 1, where the operation includes editing a data source, editing a logic node 31, and editing a condition node 41, and further includes combining the logic node 31, the data source, and the condition node 41 in a certain order.
The data source module 2 is used for the user to manage the data source;
specifically, the data source module 2 includes a data retrieving unit 21, a range defining unit 22 and a data source editing unit 23, the data retrieving unit 21 is used for a user to retrieve specified data in the database, the range defining unit 22 is used for extracting data in the database according to a set range, and the data source editing unit 23 is used for setting parameters of the data retrieving unit 21 and the range defining unit 22;
it should be noted that the data source is all data or part of data in the database in this embodiment, data meeting requirements are screened out from the database according to the requirements of the interface, a user can search the data by inputting keywords, or key statements through the data search unit 21, and can screen out data within a set parameter range after setting parameters through the range definition unit 22, the user can set specific parameters of the data search unit 21 and the range definition unit 22 through the data source editing unit 23 to screen and extract data required in the database, and the extracted data is the data source.
The logic module library 3 comprises a plurality of logic nodes 31 with different functions, and is used for executing preset operation on input data, the logic module library 3 further comprises a logic node definition unit 32 and a logic node retrieval unit 33, the logic node retrieval unit 33 is used for a user to retrieve the required logic node 31, the logic node definition unit 32 is used for editing the logic node 31, and if the logic node is not edited, the logic node 31 executes the preset operation;
specifically, the logic module library 3 is composed of a plurality of logic nodes 31 with different functions, the functions of the different logic nodes 31 are not consistent, and multiple operations can be performed on data, the logic nodes 31 are function modules for processing data, when input data pass through the logic nodes 31, preset operations of the logic nodes 31 can process the data, wherein the preset operations of the logic nodes 31 can be edited through the logic node definition unit 32, the preset operations of the logic nodes 31 are increased, decreased or modified into other operations, in the interface construction process, the logic nodes 31 with required functions in the logic module library 3 are searched through the logic node retrieval unit 33, if the required logic nodes 31 are not found, the logic nodes are customized through the logic node definition unit 32 to meet requirements, through the above operations, the setting of the logic nodes 31 can be completed without editing codes, the number of developers can be reduced, meanwhile, the development process is completed through a graphical interface, the development process is simple, and the development efficiency is improved.
The condition module library 4 comprises a plurality of condition nodes 41 with different functions, and is used for executing preset judgment on input data and triggering the logic nodes 31 in the logic module library 3 to execute preset operation on the input data, the condition module library 4 further comprises a condition node defining unit 42 and a condition node retrieving unit 43, the condition node retrieving unit 43 is used for a user to retrieve the required condition nodes 41, the condition node defining unit 42 is used for editing the condition nodes 41, and if the condition nodes are not edited, the condition nodes 41 execute the preset judgment;
specifically, the condition module library 4 is composed of a plurality of condition nodes 41 with different functions, the functions of the different condition nodes 41 are inconsistent, and multiple judgment operations can be performed on data, the condition nodes 41 are function modules for judging data, when input data passes through the condition nodes 41, the judgment logic preset by the condition nodes 41 can judge the data, wherein the judgment logic preset by the condition nodes 41 can be edited by the condition node definition unit 42, the judgment logic preset by the condition nodes 41 can be increased or decreased or modified into another judgment logic, in the interface construction process, the condition nodes 41 with required functions in the condition module library 4 are searched by the condition node search unit 43, if the required condition nodes 41 are not found, the condition nodes are customized by the condition node definition unit 42 to meet requirements, through the above operations, the setting of the condition nodes 41 can be completed without editing codes, the number of developers can be reduced, meanwhile, the development process is completed through a graphical interface, the development process is simple, and the development efficiency is improved.
The real-time preview module 5 is used for previewing the effect of the generated interface in real time;
specifically, the real-time preview module 5 includes an operation unit 51, a verification unit 52 and a display unit 53, the operation unit 51 is configured to simulate an operation of a user, generate a plurality of sets of input data and corresponding output data, and input the input data into the generated interface, the verification unit 52 is configured to compare the output data generated by the data output by the interface, and verify a result, and the display unit 53 is configured to display the whole process.
It should be noted that, after the user generates a good interface, the real-time preview module 5 automatically starts to operate, and the user checks the operation process through the interactive interface 11, so as to facilitate modification after finding a problem.
The interface analysis module 6 is used for analyzing the generated interface and outputting an analysis result;
specifically, the interface analysis module 6 includes an interface analysis unit 61 and an interface recommendation unit 62, where the interface analysis unit 61 is configured to perform reliability analysis and security analysis on the generated interface, and the interface recommendation unit 62 is configured to recommend a use scenario of the interface according to an analysis result obtained by the interface analysis unit 61.
It should be noted that, during the process of analyzing the reliability of the interface, the interface analyzing unit 61 generates a plurality of sets of input data and corresponding output data by simulating the operation of the user, inputs the input data into the generated interface, compares the output data generated by the data output by the interface, verifies the result, and is further used for analyzing the efficiency of data processing and analyzing the safety of the interface, the interface is evaluated according to three levels, a, b, and c, when the interface is evaluated as a, the interface recommending unit 62 recommends that the interface is used at a place where the requirements for reliability, safety, and data processing efficiency are high, when the interface is evaluated as b, the interface recommending unit 62 recommends that the interface is used at a place where the requirements for reliability, safety, and data processing efficiency are medium, when the interface recommending unit 62 is evaluated as c, recommends that the interface is used at a place where the requirements for reliability, safety, and data processing efficiency are low, the interface can be edited again according to the evaluation of the interface, or the interface can be recommended to be used in a corresponding scene.
According to the invention, the logic module library 3 and the condition module library 4 are integrated, the logic module library 3 and the condition module library 4 comprise a plurality of logic nodes 31 and condition nodes 41 with different functions, and can be edited, a user adopts an interactive mode operated by the graphical interactive interface 11 to combine the logic nodes 31, the condition nodes 41 and a data source to generate an interface, codes do not need to be compiled, the number of developers is reduced, the development time is saved, the development efficiency is improved, after the interface is generated, the real-time preview module 5 performs real-time operation preview on the generated interface, and the interface analysis module 6 analyzes the interface, so that the user can debug the generated interface to meet the use requirement.
Example two
The embodiment of the invention also discloses a method for rapidly outputting an interface without programming, which comprises the following steps as shown in figure 2:
s1, editing a data source, and screening data in a database through an interface interaction module 1 to obtain the data source required by the character;
it should be noted that, in this embodiment, the data source is used as a database for processing/judging data in the logic node 31 and the condition node 41, that is, after the data is input, the logic node 31 processes the input data according to a preset operation or a judgment logic preset by the condition node 41 in combination with the data in the data source, for example, an interface of an additional user, data in the data source is a registered user, after the logic node 31 performs a preset process on data filled in the user registration, the condition node 41 determines, according to the preset judgment logic, a current registered user according to the registered user data in the data source, and judges whether the current registered user is a new user, and if the current registered user is not a new user, the logic node 31 calls out the data of the registered user in the data source to show the user for the user to do so.
S2, node editing, namely selecting a logic node 31 and a condition node 41 with proper functions for editing according to requirements;
specifically, the logical node retrieval unit 33 and the conditional node retrieval unit 43 retrieve the required logical node 31 and the required conditional node 41, respectively define the logical node and the conditional node, and obtain the required editing node and the required conditional node 41 after the definition is completed, it should be noted that all node editing is editing after copying the logical node 31 and the conditional node 41, and the logical node 31 and the conditional node 41 in the logical module library 3 and the conditional module library 4 are not modified.
S3, generating an interface, namely combining the logic node 31, the conditional node 41 and the data source together to generate the interface;
specifically, the user operates through the interaction unit 12 to combine the data source with the plurality of logical nodes 31 and the conditional node 41 in a certain order, so as to generate an interface.
S4, previewing an interface in real time, simulating the operation of a user, generating a plurality of groups of input data and corresponding output data, inputting the input data into the generated interface, comparing the output data generated by the data output by the interface, checking the result, and displaying the whole process through the interactive interface 11;
and S5, analyzing the interface, performing reliability analysis and safety analysis on the generated interface, and recommending the use scene of the interface according to the obtained analysis result.
The method for rapidly outputting the interface without programming disclosed in this embodiment integrates the logic module library 3 and the condition module library 4, wherein the logic module library 3 and the condition module library 4 include a plurality of logic nodes 31 and condition nodes 41 with different functions, and can be edited, a user combines the logic nodes 31, the condition nodes 41 and a data source in an interactive mode of operation of the graphical interaction interface 11 to generate the interface, and code writing is not required, so that the number of developers is reduced, the development time is saved, and the development efficiency is improved, after the interface is generated, the real-time preview module 5 performs real-time operation preview on the generated interface, and the interface analysis module 6 analyzes the interface, so that the user can debug the generated interface to meet the use requirement.
It should be understood that the specific order or hierarchy of steps in the processes disclosed is an example of exemplary approaches. Based upon design preferences, it is understood that the specific order or hierarchy of steps in the processes may be rearranged without departing from the scope of the present disclosure. The accompanying method claims present elements of the various steps in a sample order, and are not meant to be limited to the specific order or hierarchy presented.
In the foregoing detailed description, various features are grouped together in a single embodiment for the purpose of streamlining the disclosure. This method of disclosure is not to be interpreted as reflecting an intention that the claimed embodiments of the subject matter require more features than are expressly recited in each claim. Rather, as the following claims reflect, invention lies in less than all features of a single disclosed embodiment. Thus, the following claims are hereby expressly incorporated into the detailed description, with each claim standing on its own as a separate preferred embodiment of the invention.
Those of skill would further appreciate that the various illustrative logical blocks, modules, circuits, and algorithm steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware, computer software, or combinations of both. To clearly illustrate this interchangeability of hardware and software, various illustrative components, blocks, modules, circuits, and steps have been described above generally in terms of their functionality. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the overall system. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present disclosure.
The steps of a method or algorithm described in connection with the embodiments disclosed herein may be embodied directly in hardware, in a software module executed by a processor, or in a combination of the two. A software module may reside in RAM memory, flash memory, ROM memory, EPROM memory, EEPROM memory, registers, hard disk, a removable disk, a CD-ROM, or any other form of storage medium known in the art. An exemplary storage medium is coupled to the processor such the processor can read information from, and write information to, the storage medium. Of course, the storage medium may also be integral to the processor. The processor and the storage medium may reside in an ASIC. The ASIC may reside in a user terminal. Of course, the processor and the storage medium may reside as discrete components in a user terminal.
For a software implementation, the techniques described herein may be implemented with modules (e.g., procedures, functions, and so on) that perform the functions described herein. The software codes may be stored in memory units and executed by processors. The memory unit may be implemented within the processor or external to the processor, in which case it can be communicatively coupled to the processor via various means as is known in the art.
What has been described above includes examples of one or more embodiments. It is, of course, not possible to describe every conceivable combination of components or methodologies for purposes of describing the aforementioned embodiments, but one of ordinary skill in the art may recognize that many further combinations and permutations of various embodiments are possible. Accordingly, the embodiments described herein are intended to embrace all such alterations, modifications and variations that fall within the scope of the appended claims. Furthermore, to the extent that the term "includes" is used in either the detailed description or the claims, such term is intended to be inclusive in a manner similar to the term "comprising" as "comprising" is interpreted when employed as a transitional word in a claim. Furthermore, any use of the term "or" in the specification of the claims is intended to mean a "non-exclusive or".

Claims (8)

1. A system for programming a fast output interface, comprising: the system comprises an interface interaction module, a data source module, a logic module library, a condition module library, a real-time preview module and an interface analysis module;
the interface interaction module is used for performing human-computer interaction with a user, editing the data source module, the logic module library and the condition module library, and mutually combining the data source module, the logic module library and the condition module library to generate an interface;
the data source module is used for the user to manage the data source;
the logic module library comprises a plurality of logic nodes with different functions and is used for executing preset operation on input data;
the condition module library comprises a plurality of condition nodes with different functions and is used for executing preset judgment on input data and triggering logic nodes in the logic module library to execute preset operation on the input data;
the real-time preview module is used for previewing the effect of the generated interface in real time;
and the interface analysis module is used for analyzing the generated interface and outputting an analysis result.
2. The system of claim 1, wherein the interface interaction module comprises an interaction interface and an interaction unit, the interaction interface is used for displaying a graphical picture to a user, and the interaction unit is used for a user to perform an interaction operation.
3. The system for fast output interface without programming according to claim 1, wherein the data source module comprises a data retrieving unit for a user to retrieve specified data in the database, a range defining unit for extracting data in the database according to a set range, and a data source editing unit for setting parameters of the data retrieving unit and the range defining unit.
4. The system according to claim 1, wherein the logic module library further comprises a logic node definition unit and a logic node search unit, the logic node search unit is configured to search the required logic node by a user, the logic node definition unit is configured to edit the logic node, and if the logic node is not edited, the logic node executes a predetermined operation.
5. The system as claimed in claim 1, wherein the condition module library further comprises a condition node definition unit and a condition node search unit, the condition node search unit is used for a user to search the required condition node, the condition node definition unit is used for editing the condition node, and if the condition node is not edited, the condition node executes a preset judgment.
6. The system of claim 1, wherein the live preview module comprises a running unit, a verification unit and a display unit, the running unit is configured to simulate a user operation, generate a plurality of sets of input data and corresponding output data, and input the input data into the generated interface, the verification unit is configured to compare the output data generated from the data output by the interface, and verify the result, and the display unit is configured to display the entire process.
7. The system of claim 1, wherein the interface analysis module comprises an interface analysis unit and an interface recommendation unit, the interface analysis unit is configured to perform reliability analysis and security analysis on the generated interface, and the interface recommendation unit is configured to recommend a usage scenario of the interface according to an analysis result obtained by the interface analysis unit.
8. A method for programming-free fast output interface, which is applied to the system for programming-free fast output interface according to any claim 1, and which comprises the following steps:
s1, editing a data source, and screening data in a database through an interface interaction module to obtain the data source required by the character;
s2, node editing, namely selecting logic nodes and condition nodes with proper functions to edit according to requirements;
s3, generating an interface, and combining the logic node, the condition node and the data source together to generate the interface;
s4, previewing an interface in real time, simulating the operation of a user, generating a plurality of groups of input data and corresponding output data, inputting the input data into the generated interface, simultaneously comparing the output data generated by the data output by the interface, checking the result, and displaying the whole process through an interactive interface;
and S5, analyzing the interface, performing reliability analysis and safety analysis on the generated interface, and recommending the use scene of the interface according to the obtained analysis result.
CN202211694458.2A 2022-12-28 2022-12-28 System and method for quick output interface without programming Pending CN115857919A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202211694458.2A CN115857919A (en) 2022-12-28 2022-12-28 System and method for quick output interface without programming

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202211694458.2A CN115857919A (en) 2022-12-28 2022-12-28 System and method for quick output interface without programming

Publications (1)

Publication Number Publication Date
CN115857919A true CN115857919A (en) 2023-03-28

Family

ID=85655379

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202211694458.2A Pending CN115857919A (en) 2022-12-28 2022-12-28 System and method for quick output interface without programming

Country Status (1)

Country Link
CN (1) CN115857919A (en)

Similar Documents

Publication Publication Date Title
US7302677B2 (en) Event driven graph explorer for model-based testing of software
EP1236104B1 (en) Method for computer-assisted testing of software application components
CA2483287C (en) Automated software testing system and method
US6061643A (en) Method for defining durable data for regression testing
US6895577B1 (en) Risk metric for testing software
CN110008455A (en) Table edit method, apparatus, computer equipment and storage medium
US20070061641A1 (en) Apparatus and method for generating test driver
US8732676B1 (en) System and method for generating unit test based on recorded execution paths
CN101996131A (en) Automatic test method and automatic test platform for graphic user interface (GUI) based on x extensive makeup language (XML) packaging key word
KR100808257B1 (en) Apparatus and Method for prototype development of embedded system
CN110941467A (en) Data processing method, device and system
US6453450B1 (en) Timing diagram compiler and runtime environment for interactive generation of executable test programs for logic verification
CN111667231B (en) Automatic tax return method, device, system, computer equipment and storage medium
CN112882930A (en) Automatic testing method and device, storage medium and electronic equipment
CN113626326B (en) Dragging type zero code front end automatic test system based on image recognition
US20220075710A1 (en) System and method for improved unit test creation
JPH08212106A (en) Device and method for supporting system test
CN112860587A (en) UI automatic test method and device
CN115857919A (en) System and method for quick output interface without programming
CN114297961A (en) Chip test case processing method and related device
CN113805861A (en) Code generation method based on machine learning, code editing system and storage medium
CN105787214A (en) Method and device for model verification
CN112540920A (en) Test method, device, equipment and storage medium
KR101012805B1 (en) Method and device for modifying modular messages
CN117667669A (en) Function test method, system, medium and equipment based on mutation genetic algorithm

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