CN112732237A - Method and system for constructing code-free development technology model - Google Patents

Method and system for constructing code-free development technology model Download PDF

Info

Publication number
CN112732237A
CN112732237A CN202110106770.4A CN202110106770A CN112732237A CN 112732237 A CN112732237 A CN 112732237A CN 202110106770 A CN202110106770 A CN 202110106770A CN 112732237 A CN112732237 A CN 112732237A
Authority
CN
China
Prior art keywords
model
sub
module
testing
application program
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.)
Granted
Application number
CN202110106770.4A
Other languages
Chinese (zh)
Other versions
CN112732237B (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.)
Evecom Information Technology Development Co ltd
Original Assignee
Evecom Information Technology Development 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 Evecom Information Technology Development Co ltd filed Critical Evecom Information Technology Development Co ltd
Priority to CN202110106770.4A priority Critical patent/CN112732237B/en
Publication of CN112732237A publication Critical patent/CN112732237A/en
Application granted granted Critical
Publication of CN112732237B publication Critical patent/CN112732237B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/20Software design
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/10Requirements analysis; Specification techniques

Landscapes

  • Engineering & Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)
  • Debugging And Monitoring (AREA)

Abstract

A method for constructing a code-free development technology model comprises the following steps: s1, analyzing specific requirements of customers; s2, confirming a third-party application program interface according to the model of the actual development design; s3, drawing a sub-model of the user interface and the data model of the application program according to the time sequence; s4, discovering and connecting a third-party application program interface by using the service and the function; s5, importing effective data in the third-party application program into a data model submodel, and storing the submodel into a server; s6, testing the function of each submodel, integrating the submodels according to a set scheme, and testing the function of the integrated model; s7, deleting the part which is not applied in the test, and merging the repeated parts in each sub-module; the invention also provides a system for developing the technical model component without the code. The invention can not only realize timely modification of the client problem, but also has small difficulty and high speed in function modification work.

Description

Method and system for constructing code-free development technology model
Technical Field
The invention relates to the technical field of codeless development model components, in particular to a method and a system for constructing a codeless development technical model.
Background
Intuitively, code-free development is a software development mode in which a software developer can achieve target requirements without manual coding. Media reports that software manufacturers based on this idea have developed related projects in japan and the economically developed usa ten years ago. The rapid development tool of the domestic software manufacturer also responds to the trend at the application level, reduces the task amount of programmers for coding and writing the repeated function codes, and greatly improves the development efficiency of the application software. A codeless development platform, newly defined by Gartner in 2018, month 5. The code-free development is the innovative practice of the software development technology, and can reduce the code writing of 95% of the construction of the management information system. The scientific and technological field indicates that the code-free development is a method for producing software by using software, and people prefer a platform, so that the code-free development technology is considered to be a software platform with a unique language.
Compared with the code development technology, the code development-free technology has low cost and short completion period. However, in the process of actually developing a technical model component by software, the change of the requirement is inevitable, a constructed system part is often damaged when the completed or to-be-completed model is changed, so that the time for modeling without the code development technology can still be effectively shortened at present, in the process of developing without the code development technology, a modification module which is mutually nested with a submodule is lacked, the initial submodule needs to be called, modified and debugged again in the process of modifying the function, and the matched model also needs to be changed again, so that the construction time and the difficulty are greatly increased.
Disclosure of Invention
Objects of the invention
In order to solve the technical problems in the background art, the invention provides a method and a system for constructing a code-free development technical model, which can quickly enable a modified sub-function module to pass through a newly-built module embedded in a sub-module, replace an initial sub-module through the newly-built module, automatically perform matching and optimization, and have high efficiency in function modification and small working difficulty; meanwhile, in the process of actually developing and constructing the model, the invention further increases the test of the extended function, increases the compatibility and the practicability of the invention, and can effectively improve the functional diversity of the model constructed without codes.
(II) technical scheme
The invention provides a method for constructing a code-free development technology model, which comprises the following steps:
s1, analyzing specific requirements of customers, planning and processing the requirements of the customers and designing a plan;
s2, confirming a third-party application program interface according to the model of the actual development design;
s3, drawing sub-models of the user interface and the data model of the application program according to the time sequence in the visual program development application program;
s4, using the service and function discovery to connect with a third-party application program interface, and matching the design model sub-model data with the model in the third-party application program;
s5, importing effective data in the third-party application program into a data model submodel, and storing the submodel into a server;
s6, testing the function of each submodel, integrating the submodels according to a set scheme, and testing the function of the integrated model;
and S7, deleting the parts which are not applied in the test, combining the repeated parts in each sub-module, optimizing each functional part, re-integrating and re-testing.
Preferably, in S1, the method further includes the following operations:
after analysis and design, the reasonableness and the architecture compatibility of the model components are calculated, at least three schemes are used as comparison, and the comparison process is integrated according to the advantages of the schemes.
Preferably, in S3, the constructing of the sub-model further comprises the following steps:
when building the submodels, adding the newly-built submodels to each submodel, placing the newly-built submodels in the initial submodel, calling each newly-built submodel by inputting 'modification', and comparing and combining the newly-built submodels with the initial submodel.
Preferably, in S3, the constructing of the sub-model further comprises the following steps:
and the newly-built sub-model is independently tested before and after being combined with the initial sub-model, the test data before and after the newly-built sub-model is compared, and the comparison data is visually displayed to the client.
Preferably, in S6 and S7, the method further comprises the steps of:
after the model acceptance test is performed, the model of the component needs to be deployed to a production environment for a plurality of tests, and optimization is performed again after the tests.
Preferably, in S7, the method mainly includes the following steps:
and uniformly testing the functional requirements, safety and performance of the finished product model, and testing the cross-functional requirements of the model.
Preferably, the method further comprises the step of setting forth the results and model utility ranges across functional tests.
The invention also provides a system for constructing the code-free development technology model, which comprises a development module and a server, wherein the development module is connected with the server and comprises a data acquisition module, an analysis matching module, a sub-module testing module, a storage module, a comprehensive testing module, an optimization processing module and a visualization device;
the data acquisition module is used for acquiring effective data in a third-party application program database, the analysis matching module is used for matching sub-module data acquired, the sub-module testing module is used for testing functions of sub-modules, the storage module is used for storing the data of the sub-modules, the comprehensive testing module is used for testing the functions of the sub-modules after the sub-modules are integrated and performing cross-function testing, the optimization processing module is used for optimizing an initial model passing the testing, and the visualization equipment is used for performing visual display.
The technical scheme of the invention has the following beneficial technical effects: by analyzing the specific requirements of the customer to carry out the plan design, the workload can be accurately and gradually thinned, and a large problem is divided into a plurality of small solving modules, so that the working progress is accelerated, and convenience is provided for later detection and modification; the design of the third-party application program interface enables developers to directly call the existing matched data structure model when designing, so that the time is saved; the modification efficiency at the later stage can be improved in the process of carrying out structure detection through the sub-models drawn in time sequence; when the function modification is needed, the modification data are placed in the newly-built sub-model, the newly-built sub-model is used for replacing the initial sub-model, the function modification efficiency is very high, and the sub-model which is designed independently is stored in the storage module through the modularized design, so that the raw material is provided for the later-stage manufacture.
Drawings
Fig. 1 is a schematic diagram of a method and a system for constructing a code-free development technology model according to the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention will be described in further detail with reference to the accompanying drawings in conjunction with the following detailed description. It should be understood that the description is intended to be exemplary only, and is not intended to limit the scope of the present invention. Moreover, in the following description, descriptions of well-known structures and techniques are omitted so as to not unnecessarily obscure the concepts of the present invention.
As shown in fig. 1, the method for constructing a code-free development technology model provided by the present invention includes the following steps:
s1, analyzing specific requirements of customers, planning and processing the requirements of the customers and designing a plan;
s2, confirming a third-party application program interface according to the model of the actual development design;
s3, drawing sub-models of the user interface and the data model of the application program according to the time sequence in the visual program development application program;
s4, using the service and function discovery to connect with a third-party application program interface, and matching the design model sub-model data with the model in the third-party application program;
s5, importing effective data in the third-party application program into a data model submodel, and storing the submodel into a server;
s6, testing the function of each submodel, integrating the submodels according to a set scheme, and testing the function of the integrated model;
and S7, deleting the parts which are not applied in the test, combining the repeated parts in each sub-module, optimizing each functional part, re-integrating and re-testing.
In the present invention, in S1, the method further includes:
after analysis and design, the reasonability and the framework compatibility of the model component are calculated, at least three schemes are used for comparison, and the comparison is carried out according to the advantages of the schemes in the comparison process, so that the idea of a designer and the requirements of customers are visually compared and researched, the final function is determined, and the large change in the later working process is avoided.
In an alternative embodiment, in S3, the constructing of the sub-model further includes the following steps:
when building the submodels, adding the newly-built submodels to each submodel, placing the newly-built submodels in the initial submodel, calling each newly-built submodel by inputting 'modification' and comparing and combining the newly-built submodel with the initial submodel, and building the submodels to dedifferentiate the main functions of the models, so that the main frame does not need to be modified when the functions are slightly modified in the later stage of a client, the time required by later-stage adjustment is reduced, and the later-stage work difficulty is further reduced.
In an alternative embodiment, in S3, the constructing of the sub-model further includes the following steps:
newly-built submodel all carries out the function realization test alone around merging with initial submodel to test data contrast around, give the customer with the audio-visual demonstration of contrast data, the independent test purpose is for carrying out data storage with each submodule piece in the convenience later stage, with the data storage of submodule piece in the memory, make things convenient for later stage to call.
In an alternative embodiment, in S6 and S7, the method further comprises the following steps:
after the model acceptance test is carried out, the model of the component is required to be deployed to the production environment for multiple tests, optimization is carried out again after the tests, the stability of the program can be further determined through the multiple tests, the model is deployed in the production environment for visually showing the effect of the constructed model in practice, and the model system without code construction is ensured to be matched with the actual environment.
In an alternative embodiment, in S7, the following steps are mainly included:
the method has the advantages that the functional requirements, safety and performance of the finished product model are tested in a unified mode, the model is tested in a cross-functional requirement mode, other expansion functions of the built model are known, the expansion functions are labeled, and calling in the later period is facilitated.
In an alternative embodiment, it is included to set forth results and model utility ranges across functional tests.
The invention also provides a system for constructing the code-free development technology model, which comprises a development module and a server, wherein the development module is connected with the server and comprises a data acquisition module, an analysis matching module, a sub-module testing module, a storage module, a comprehensive testing module, an optimization processing module and a visualization device;
the data acquisition module is used for acquiring effective data in a third-party application program database, the analysis matching module is used for matching sub-module data acquired, the sub-module testing module is used for testing functions of sub-modules, the storage module is used for storing the data of the sub-modules, the comprehensive testing module is used for testing the functions of the sub-modules after the sub-modules are integrated and performing cross-function testing, the optimization processing module is used for optimizing an initial model passing the testing, and the visualization equipment is used for performing visual display.
In the invention, when a model is constructed, firstly, communication with a client is needed, modularization processing is carried out on the model by analyzing the specific requirements of the client, the model function proposed by the client is divided into a plurality of sub-modules, a designer selects a proper third-party application program interface according to the function of each sub-module, the function entries of the sub-modules are utilized for retrieval in a database, a background of a drawing program automatically imports retrieved data, the designer imports the retrieved and optimized function sub-models into a design drawing in a dragging mode, and the function sub-modules are arranged according to the realized time sequence to form a complete model; simultaneously, each sub-module is tested independently before the model is built, the imported model program is prevented from being lost, the built model also needs to be tested for realizing functions, the sub-programs are prevented from being incompatible or the expected effect cannot be achieved, the similar functions are combined after the test, the overlapped part is deleted, the model processed in the steps needs to be further tested, and finally the method is implemented in a production environment for final test.
It is to be understood that the above-described embodiments of the present invention are merely illustrative of or explaining the principles of the invention and are not to be construed as limiting the invention. Therefore, any modification, equivalent replacement, improvement and the like made without departing from the spirit and scope of the present invention should be included in the protection scope of the present invention. Further, it is intended that the appended claims cover all such variations and modifications as fall within the scope and boundaries of the appended claims or the equivalents of such scope and boundaries.

Claims (8)

1. A method for constructing a code-free development technology model is characterized by comprising the following steps:
s1, analyzing specific requirements of customers, planning and processing the requirements of the customers and designing a plan;
s2, confirming a third-party application program interface according to the model of the actual development design;
s3, drawing sub-models of the user interface and the data model of the application program according to the time sequence in the visual program development application program;
s4, using the service and function discovery to connect with a third-party application program interface, and matching the design model sub-model data with the model in the third-party application program;
s5, importing effective data in the third-party application program into a data model submodel, and storing the submodel into a server;
s6, testing the function of each submodel, integrating the submodels according to a set scheme, and testing the function of the integrated model;
and S7, deleting the parts which are not applied in the test, combining the repeated parts in each sub-module, optimizing each functional part, re-integrating and re-testing.
2. The method and system for code-free development technology model building according to claim 1, wherein in S1, the method further comprises the following operations:
after analysis and design, the reasonableness and the architecture compatibility of the model components are calculated, at least three schemes are used as comparison, and the comparison process is integrated according to the advantages of the schemes.
3. The method and system for code-free development technology model building according to claim 1, wherein in S3, the building of sub-models further comprises the following steps:
when building the submodels, adding the newly-built submodels to each submodel, placing the newly-built submodels in the initial submodel, calling each newly-built submodel by inputting 'modification', and comparing and combining the newly-built submodels with the initial submodel.
4. The method and system for code-free development technology model building according to claim 1, wherein in S3, the building of sub-models further comprises the following steps:
and the newly-built sub-model is independently tested before and after being combined with the initial sub-model, the test data before and after the newly-built sub-model is compared, and the comparison data is visually displayed to the client.
5. The method and system for code-free development technology model building according to claim 1, further comprising the following steps in S6 and S7:
after the model acceptance test is performed, the model of the component needs to be deployed to a production environment for a plurality of tests, and optimization is performed again after the tests.
6. The method and system for code-free development technology model building according to claim 1, wherein in S7, the method mainly comprises the following steps:
and uniformly testing the functional requirements, safety and performance of the finished product model, and testing the cross-functional requirements of the model.
7. The method and system for code-free development technology model building according to claim 1, further comprising formulating results and model utility ranges across functional tests.
8. The system for constructing the code-free development technology model according to claim 1, characterized by comprising a development module and a server, wherein the development module is connected with the server and comprises a data acquisition module, an analysis matching module, a sub-module testing module, a storage module, a comprehensive testing module, an optimization processing module and a visualization device;
the data acquisition module is used for acquiring effective data in a third-party application program database, the analysis matching module is used for matching sub-module data acquired, the sub-module testing module is used for testing functions of sub-modules, the storage module is used for storing the data of the sub-modules, the comprehensive testing module is used for testing the functions of the sub-modules after the sub-modules are integrated and performing cross-function testing, the optimization processing module is used for optimizing an initial model passing the testing, and the visualization equipment is used for performing visual display.
CN202110106770.4A 2021-01-26 2021-01-26 Method and system for constructing code-free development technology model Active CN112732237B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110106770.4A CN112732237B (en) 2021-01-26 2021-01-26 Method and system for constructing code-free development technology model

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110106770.4A CN112732237B (en) 2021-01-26 2021-01-26 Method and system for constructing code-free development technology model

Publications (2)

Publication Number Publication Date
CN112732237A true CN112732237A (en) 2021-04-30
CN112732237B CN112732237B (en) 2022-09-30

Family

ID=75594050

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110106770.4A Active CN112732237B (en) 2021-01-26 2021-01-26 Method and system for constructing code-free development technology model

Country Status (1)

Country Link
CN (1) CN112732237B (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113204330A (en) * 2021-06-01 2021-08-03 李麟 Program development design method and system based on artificial intelligence
CN114721647A (en) * 2022-06-10 2022-07-08 杭州普数软件有限公司 Object-oriented programming method based on codeless application development

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104123412A (en) * 2014-07-17 2014-10-29 金刚幕墙集团有限公司 Method for detecting collision of curtain wall through BIM technology
CN106778952A (en) * 2016-11-30 2017-05-31 长威信息科技发展股份有限公司 A kind of storehouse raw material full life cycle management method and system
CN108268715A (en) * 2018-01-18 2018-07-10 东南大学 A kind of paving steel bridge deck Construction simulation analogy method based on BIM technology
US20180276053A1 (en) * 2017-03-23 2018-09-27 Airwatch Llc Dynamically integrating a client application with third-party services
CN109146089A (en) * 2018-07-25 2019-01-04 中建三局第二建设工程有限责任公司 A kind of life period of an equipment management method based on BIM
CN111831276A (en) * 2020-06-30 2020-10-27 中国船舶重工集团公司第七一六研究所 Software visualization rapid development system

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104123412A (en) * 2014-07-17 2014-10-29 金刚幕墙集团有限公司 Method for detecting collision of curtain wall through BIM technology
CN106778952A (en) * 2016-11-30 2017-05-31 长威信息科技发展股份有限公司 A kind of storehouse raw material full life cycle management method and system
US20180276053A1 (en) * 2017-03-23 2018-09-27 Airwatch Llc Dynamically integrating a client application with third-party services
CN108268715A (en) * 2018-01-18 2018-07-10 东南大学 A kind of paving steel bridge deck Construction simulation analogy method based on BIM technology
CN109146089A (en) * 2018-07-25 2019-01-04 中建三局第二建设工程有限责任公司 A kind of life period of an equipment management method based on BIM
CN111831276A (en) * 2020-06-30 2020-10-27 中国船舶重工集团公司第七一六研究所 Software visualization rapid development system

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
刘强: "基于云计算的BIM数据集成与管理技术研究", 《 中国优秀硕士论文电子期刊网》, 31 December 2017 (2017-12-31) *

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113204330A (en) * 2021-06-01 2021-08-03 李麟 Program development design method and system based on artificial intelligence
CN113204330B (en) * 2021-06-01 2024-03-26 李麟 Program development design method and system based on artificial intelligence
CN114721647A (en) * 2022-06-10 2022-07-08 杭州普数软件有限公司 Object-oriented programming method based on codeless application development

Also Published As

Publication number Publication date
CN112732237B (en) 2022-09-30

Similar Documents

Publication Publication Date Title
CN104778124B (en) A kind of software application automated testing method
CN102236672B (en) A kind of data lead-in method and device
CN103365770B (en) Mobile terminal software test macro and method for testing software
CN103150249B (en) A kind of method and system of automatic test
US9021440B1 (en) System and method for automated test script generation
CN112732237B (en) Method and system for constructing code-free development technology model
CN110765523A (en) BIM technology-based rapid construction method for deep foundation pit support structure
CN105224458A (en) A kind of database method of testing and system
CN103164328A (en) Method and device and system for regression testing of service function
CN108804322A (en) Automated testing method, device, computer equipment and storage medium
CN114003451B (en) Interface testing method, device, system and medium
CN113868120A (en) Industrial software debugging method and device, computer equipment and storage medium
CN111881051A (en) Test case generation method and device, terminal and storage medium
CN111190814B (en) Method and device for generating software test case, storage medium and terminal
CN107247827B (en) Virtual terminal model modeling and automatic wiring method based on machine learning
CN105760300B (en) A kind of automated testing method and test macro of STK/UTK business
CN113760462A (en) Method and device for constructing verification environment of dispatching automation system
CN110134598B (en) Batch processing method, device and system
CN103745067A (en) Power generator stator end parameterization automatic modeling system and method
CN112256978B (en) Data processing method, device and medium based on data model
CN114064469A (en) Interface automation test method and storage medium
CN109960526A (en) A kind of application program packaging method and device
CN104615539A (en) Measurement parameter processing method and system
CN114860346A (en) Management method of modeling task and operation method of modeling task
CN112307589A (en) Unit working condition creating method and device, electronic equipment and storage medium

Legal Events

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