CN115952089A - Software automation unit testing method and device, server and storage medium - Google Patents

Software automation unit testing method and device, server and storage medium Download PDF

Info

Publication number
CN115952089A
CN115952089A CN202211669671.8A CN202211669671A CN115952089A CN 115952089 A CN115952089 A CN 115952089A CN 202211669671 A CN202211669671 A CN 202211669671A CN 115952089 A CN115952089 A CN 115952089A
Authority
CN
China
Prior art keywords
unit test
unit
compiling
platform
software
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.)
Withdrawn
Application number
CN202211669671.8A
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.)
I Xinnuo Credit Co ltd
Original Assignee
I Xinnuo Credit 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 I Xinnuo Credit Co ltd filed Critical I Xinnuo Credit Co ltd
Priority to CN202211669671.8A priority Critical patent/CN115952089A/en
Publication of CN115952089A publication Critical patent/CN115952089A/en
Withdrawn legal-status Critical Current

Links

Images

Classifications

    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

  • Debugging And Monitoring (AREA)

Abstract

The invention provides a software automation unit testing method, a device, a server and a storage medium, wherein the method comprises the steps of downloading unit testing framework source codes, and compiling a unit testing framework in a code development tool to generate a unit testing framework static library; configuring a unit test project file, and creating a unit test folder in a configuration management server; building a Windows software compiling and running platform; building a continuous integration platform and configuring project plug-ins; compiling an automation script; the continuous integration platform creates projects and sets timing tasks; and running a timing task to realize the automatic unit test of the software. The software automation unit test method, the device, the server and the storage medium can realize automatic uploading of source codes and unit test codes, automatic compiling and generation of executable files, and automatic running of the executable files on a Windows platform to generate unit test results.

Description

Software automation unit testing method and device, server and storage medium
Technical Field
The invention belongs to the field of software testing, and particularly relates to a software automation unit testing method, a software automation unit testing device, a server and a storage medium.
Background
In the conventional Windows platform software unit testing project, a developer needs to manually compile source codes into a dynamic library and then provide the dynamic library for a unit tester to use. The unit tester calls the source code dynamic library to execute the unit test in the unit test engineering (the Windows console program comprises unit test codes and unit test framework main functions). Developers need to manually compile the codes into a source code dynamic library after updating the codes each time, and the speed of the developers for updating the codes is greatly reduced. The source code is provided for unit testers in a dynamic library mode, the unit testers cannot add debugging information in the source code, and the problem of accurate positioning cannot be solved, so that the testing efficiency of the unit testers is greatly reduced. The unit tester can only manually compile the unit test project to generate an executable file; and running the executable file to display the unit test result in the console of the Windows platform. The unit testing personnel needs a long time to generate a unit testing result once, and the testing efficiency of the unit testing personnel is greatly reduced. The unit test result can only be displayed in the console of the Windows platform, and quick feedback cannot be achieved. Therefore, the testing difficulty of the Windows platform software execution unit is high, the efficiency is low, and an efficient unit testing method is lacked.
Disclosure of Invention
In view of the above, the present invention is directed to a method, an apparatus, a server and a storage medium for testing a software automation unit, so as to solve the problem of low testing efficiency of the existing unit testing.
In order to achieve the purpose, the technical scheme of the invention is realized as follows:
in a first aspect, the present invention provides a software automation unit testing method, including:
downloading unit test framework source codes, and compiling the unit test framework in a code development tool to generate a unit test framework static library;
configuring a unit test project file, and creating a unit test folder in a configuration management server;
building a Windows software compiling and running platform;
building a continuous integration platform and configuring project plug-ins;
compiling an automatic script to realize that a continuous integration platform can automatically and remotely copy a unit test folder and a source code folder into a compiling server, and a Windows software compiling and running platform can automatically compile and generate an executable file and automatically run by using the executable file to generate a unit test result, so that the continuous integration platform can automatically acquire the unit test result to generate a unit test report and a unit test coverage rate report and display the unit test report;
the continuous integration platform creates a project and sets a timing task;
and running a timing task to realize the automatic unit test of the software.
Further, the configuring the unit test engineering file and creating a unit test folder in the configuration management server includes:
configuring a unit test engineering file, configuring an additional library directory and an additional dependency item to realize a unit test framework static library, compiling a source code engineering, a unit test code and a unit test framework main function and generating an executable file;
and integrating the unit test engineering file, the unit test framework static library, the unit test code and the unit test framework main function into a unit test folder, and uploading the unit test folder to a configuration management server.
Further, the building of the Windows software compiling and running platform includes:
building a Windows software compiling and running environment;
building a Windows software network communication environment;
and obtaining the Windows software compiling and running platform.
Further, the building of the continuous integration platform and the configuration of project plug-ins include:
constructing a continuous integration platform, and configuring a unit test result plug-in to realize the display of the unit test result;
and configuring a unit test coverage plug-in unit to realize the display of the unit test coverage condition.
Further, the running a timing task to implement an automated unit test on software includes:
automatically downloading a unit test folder and a source code folder from a configuration management server into a compiling server by using a continuous integration platform at a fixed time interval every day;
automatically and remotely copying the unit test folder and the source code folder into a Windows software compiling and running platform by using a continuous integration platform;
automatically compiling in a Windows software compiling and running platform to generate an executable file;
automatically operating the executable file in the Windows software compiling and operating platform, generating a unit test result file, and automatically and remotely copying the unit test result file to a continuous integration platform;
and automatically reading the display unit test report and the unit test coverage rate report according to the unit test result file by using the continuous integration platform, and displaying.
In a second aspect, the present invention further provides a software automation unit testing apparatus, including:
the compiling module is used for downloading the unit testing framework source codes and compiling the unit testing framework in the code development tool to generate a unit testing framework static library;
the configuration module is used for configuring the unit test project files and creating a unit test folder in the configuration management server;
the building module is used for building a Windows software compiling and running platform;
the construction module is used for building a continuous integration platform and configuring project plug-ins;
the compiling module is used for compiling an automatic script so as to realize that the continuous integration platform can automatically and remotely copy the unit test folder and the source code folder into the compiling server, the Windows software compiling and running platform can automatically compile to generate an executable file, and automatically run to generate a unit test result by utilizing the executable file, so that the continuous integration platform can automatically acquire and display a unit test result generation unit test report and a unit test coverage rate report;
the creating module is used for continuously integrating the platform creating project and setting a timing task;
and the operation module is used for operating the timing task so as to realize the automatic unit test of the software.
In a third aspect, the present invention further provides a server, including a memory, a processor, and a computer program stored in the memory and executable on the processor, wherein the processor implements the steps of the software automation unit testing method when executing the computer program.
In a fourth aspect, the present invention also provides a storage medium containing computer-executable instructions for performing the steps of the software automation unit testing method as described above when executed by a computer processor.
Compared with the prior art, the software automation unit testing method, the device, the server and the storage medium have the following advantages:
(1) The invention realizes the compiling and generating of the unit test framework static library, the source code engineering, the unit test code and the unit test framework main function. Developers do not need to manually compile source codes into a dynamic library to be provided for unit testers, and only need to directly upload the source codes to a configuration management server, so that the speed of the developers for updating the codes is greatly improved. After the unit tester acquires the source code from the configuration management server, debugging information can be added into the source code, so that the testing efficiency of the unit tester is greatly improved.
(2) The invention also realizes the unit test frame static library, the unit test code and the source code project, and the unit test frame main function automatically executes compiling and automatically packs to generate an executable file on the Windows platform according to the project configuration file; the executable file automatically runs on the Windows platform to generate a unit test result and automatically copies the unit test result to the continuous integration platform; and the continuous integration platform automatically acquires the unit test result to generate a unit test report and displays the unit test result and the unit test coverage rate on a page. The manual execution process is changed into automation, and the testing efficiency of unit testing personnel is greatly improved.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate an embodiment of the invention and, together with the description, serve to explain the invention and not to limit the invention. In the drawings:
FIG. 1 is a flowchart of a software automation unit testing method according to an embodiment of the present invention;
FIG. 2 is a schematic structural diagram of a software automation unit testing apparatus according to a second embodiment of the present invention;
fig. 3 is a schematic diagram of a server according to a third embodiment of the present invention.
Detailed Description
The present invention will be described in further detail with reference to the accompanying drawings and examples. It is to be understood that the specific embodiments described herein are merely illustrative of the invention and are not limiting of the invention. It should be further noted that, for the convenience of description, only some of the structures related to the present invention are shown in the drawings, not all of the structures.
Example one
Fig. 1 is a flowchart of a software automation unit testing method according to an embodiment of the present invention, and referring to fig. 1, the method includes the following specific steps:
step 101, downloading unit test framework source codes, and compiling the unit test framework in a code development tool to generate a unit test framework static library; the code development tool version is consistent with that of the source code engineering, and the configuration mode is consistent with that of the source code engineering.
Step 102, configuring the unit test project file, and creating a unit test folder in the configuration management server.
Specifically, the unit test project file may be configured first, and the additional library directory and the additional dependency item may be configured, so as to implement the static library of the unit test framework, compile the source code project, the unit test code, and the unit test framework main function, and generate the executable file. And then integrating the unit test engineering file, the unit test framework static library, the unit test code and the unit test framework main function into a unit test folder, and uploading the unit test folder to a configuration management server.
In the actual application process, the unit tester and the developer only need to upload the codes to the configuration management server.
And 103, building a Windows software compiling and running platform.
For example, a Windows software compiling and running environment may be set up first, then a Windows software network communication environment may be set up, and then a Windows software compiling and running platform may be obtained.
And step 104, building a continuous integration platform and configuring project plug-ins.
For example, a continuous integration platform may be built, a unit test result plug-in may be configured to display a unit test result, and then a unit test coverage plug-in may be configured to display a unit test coverage situation.
And 105, compiling an automatic script to realize that the continuous integration platform can automatically and remotely copy the unit test folder and the source code folder into the compiling server, and the Windows software compiling and running platform can automatically compile to generate an executable file and automatically run to generate a unit test result by using the executable file, so that the continuous integration platform can automatically acquire the unit test result to generate a unit test report and a unit test coverage rate report and display the unit test report and the unit test coverage rate report.
And 106, continuously establishing a project by the integration platform, and setting a timing task.
And step 107, running a timing task to realize the automation unit test of the software.
In the practical application process, the following steps can be referred to for the running of the timing task:
1071, in every fixed time interval, utilize and continue the integrated platform and download unit test folder and source code folder from the configuration management server automatically to compile the server;
step 1072, automatically and remotely copying the unit test folder and the source code folder into a Windows software compiling and running platform by using a continuous integration platform;
step 1073, automatically compiling in a Windows software compiling and running platform to generate an executable file;
step 1074, automatically running the executable file in the Windows software compiling and running platform, generating a unit test result file, and automatically and remotely copying the unit test result file to the continuous integration platform;
and 1075, automatically reading the display unit test report and the unit test coverage rate report according to the unit test result file by using the continuous integration platform, and displaying the display unit test report and the unit test coverage rate report on a page.
The software automation unit testing method according to the embodiment can realize automatic uploading of source codes and unit testing codes, automatic compiling to generate an executable file, the executable file automatically runs on a Windows platform to generate a unit testing result, a continuous integration platform automatically acquires the unit testing result to generate a unit testing report and a unit testing coverage rate report, and the unit testing result and the unit testing coverage rate are displayed on a page.
Example two
Fig. 2 is a schematic structural diagram of a software automation unit testing apparatus according to a second embodiment of the present invention, and referring to fig. 2, the apparatus includes:
the compiling module 201 is used for downloading the unit testing framework source codes and compiling the unit testing framework in the code development tool to generate a unit testing framework static library;
a configuration module 202, configured to configure a unit test project file, and create a unit test folder in a configuration management server;
the building module 203 is used for building a Windows software compiling and running platform;
the building module 204 is used for building a continuous integration platform and configuring project plug-ins;
the compiling module 205 is used for compiling an automatic script so as to realize that the continuous integration platform can automatically and remotely copy the unit test folder and the source code folder into the compiling server, the Windows software compiling and running platform can automatically compile and generate an executable file, and automatically run and generate a unit test result by using the executable file, so that the continuous integration platform can automatically acquire and display a unit test result generation unit test report and a unit test coverage rate report;
a creating module 206, configured to continue the integration platform to create a project, and set a timing task;
and the running module 207 is used for running a timing task so as to realize the automatic unit test of the software.
The software automation unit testing device of the embodiment can be used for testing the software automation unit.
EXAMPLE III
Fig. 3 is a schematic diagram of a server provided by a third embodiment of the present invention, referring to fig. 3, the server of this embodiment includes: a processor, a memory, a computer program stored in the memory and executable on the processor, and a network adapter. The processor, when executing the computer program, implements the software automation unit testing method described in the above embodiments, for example, steps 101 to 107 shown in fig. 1. Alternatively, the processor, when executing the computer program, implements the functions of each module/unit in the above-described apparatus embodiments, such as the functions of the modules/units shown in fig. 2.
Illustratively, a computer program may be partitioned into one or more modules/units, which are stored in a memory and executed by a processor to implement the present invention. One or more modules/units may be a series of computer program instruction segments capable of performing specific functions, the instruction segments describing the execution of a computer program in a server. For example, the computer program may be divided into modules/units as shown in fig. 2.
The server may be a desktop computer, a notebook, a palmtop computer, a cloud server, or other computing device. The server may include, but is not limited to, a processor, memory, network adapter. Those skilled in the art will appreciate that fig. 3 is merely an example of a server and is not intended to be limiting and may include more or fewer components than those shown, or some components may be combined, or different components, e.g., a server may also include input-output devices, buses, etc.
The Processor may be a Central Processing Unit (CPU), other general purpose Processor, a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), a Field Programmable Gate Array (FPGA) or other Programmable logic device, discrete Gate or transistor logic, discrete hardware components, etc. A general purpose processor may be a microprocessor or the processor may be any conventional processor or the like.
The storage may be an internal storage unit of the server, such as a hard disk or a memory of the server. The memory may also be an external storage device of the server, such as a plug-in hard disk provided on the server, a Smart Media Card (SMC), a Secure Digital (SD) Card, a Flash memory Card (Flash Card), and the like. Further, the memory may also include both an internal storage unit of the server and an external storage device. The memory is used for storing computer programs and other programs and data required by the server. The memory may also be used to temporarily store data that has been output or is to be output.
The network adapter may be a wired network element of the server, such as a network interface board of the server. The network adapter may also be a wireless network element of the server, such as a wireless network card. Furthermore, the network adapter may include both a wired network unit and a wireless network unit of the server, where the network adapter is used for the server to communicate with the outside, is a network component working at a data link layer, and is an interface for connecting a computer and a transmission medium in a local area network, and not only can implement physical connection electrical signal matching with the transmission medium of the local area network, but also relates to functions of frame sending and receiving, frame packaging and unpacking, medium access control, data encoding and decoding, and data caching.
It will be apparent to those skilled in the art that, for convenience and brevity of description, only the above-mentioned division of the functional units and modules is illustrated, and in practical applications, the above-mentioned function distribution may be performed by different functional units and modules according to needs, that is, the internal structure of the apparatus is divided into different functional units or modules, so as to perform all or part of the functions described above. Each functional unit and module in the embodiments may be integrated in one processing unit, or each unit may exist alone physically, or two or more units are integrated in one unit, and the integrated unit may be implemented in a form of hardware, or in a form of software functional unit. In addition, specific names of the functional units and modules are only used for distinguishing one functional unit from another, and are not used for limiting the protection scope of the present application. The specific working processes of the units and modules in the system may refer to the corresponding processes in the foregoing method embodiments, and are not described herein again.
Example four
A fourth embodiment of the present invention further provides a storage medium containing computer-executable instructions which, when executed by a computer processor, are configured to perform the steps of the software automation unit testing method as described above.
Computer storage media for embodiments of the present invention may take the form of any combination of one or more computer-readable media. The computer readable medium may be a computer readable signal medium or a computer readable storage medium. A computer readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any combination of the foregoing. More specific examples (a non-exhaustive list) of the computer readable storage medium would include the following: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In the context of this document, a computer readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device.
A computer readable signal medium may include a propagated data signal with computer readable program code embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated data signal may take many forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A computer readable signal medium may be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device.
Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to wireless, wireline, optical fiber cable, RF, etc., or any suitable combination of the foregoing.
Computer program code for carrying out operations for aspects of the present invention may be written in any combination of one or more programming languages, including an object oriented programming language such as Java, smalltalk, C + + or the like and conventional procedural programming languages, such as the "C" programming language or similar programming languages. The program code may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server. In the latter scenario, the remote computer may be connected to the user's computer through any type of network, including a Local Area Network (LAN) or a Wide Area Network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet service provider).
It is to be noted that the foregoing is only illustrative of the preferred embodiments of the present invention and the technical principles employed. It will be understood by those skilled in the art that the present invention is not limited to the particular embodiments described herein, but is capable of various obvious changes, rearrangements and substitutions as will now become apparent to those skilled in the art without departing from the scope of the invention. Therefore, although the present invention has been described in greater detail by the above embodiments, the present invention is not limited to the above embodiments, and may include other equivalent embodiments without departing from the spirit of the present invention, and the scope of the present invention is determined by the scope of the appended claims.

Claims (8)

1. A software automation unit testing method, comprising:
downloading unit test framework source codes, and compiling the unit test framework in a code development tool to generate a unit test framework static library;
configuring a unit test project file, and creating a unit test folder in a configuration management server;
building a Windows software compiling and running platform;
building a continuous integration platform and configuring project plug-ins;
compiling an automatic script to realize that a continuous integration platform can automatically and remotely copy a unit test folder and a source code folder into a compiling server, and a Windows software compiling and running platform can automatically compile to generate an executable file and automatically run to generate a unit test result by using the executable file, so that the continuous integration platform can automatically acquire the unit test result to generate a unit test report and a unit test coverage rate report and display the unit test report;
the continuous integration platform creates projects and sets timing tasks;
and running a timing task to realize the automatic unit test of the software.
2. The method of claim 1, wherein configuring the unit test project files and creating unit test folders in the configuration management server comprises:
configuring a unit test engineering file, configuring an additional library directory and additional dependency items to realize a unit test framework static library, compiling a source code engineering, a unit test code and a unit test framework main function and generating an executable file;
and integrating the unit test engineering file, the unit test framework static library, the unit test code and the unit test framework main function into a unit test folder, and uploading the unit test folder to a configuration management server.
3. The method according to claim 1, wherein the building of the Windows software compiling and running platform comprises:
building a Windows software compiling and running environment;
building a Windows software network communication environment;
and obtaining the Windows software compiling and running platform.
4. The method of claim 1, wherein the building of a persistent integration platform and configuring project plugins comprises:
constructing a continuous integration platform, and configuring a unit test result plug-in to realize the display of the unit test result;
and configuring a unit test coverage plug-in unit to realize the display of the unit test coverage condition.
5. The method of claim 1, wherein the running of the timed task to implement automated unit testing of software comprises:
automatically downloading the unit test folder and the source code folder from the configuration management server into the compiling server by using the continuous integration platform at a fixed time interval every day;
automatically and remotely copying the unit test folder and the source code folder into a Windows software compiling and running platform by using a continuous integration platform;
automatically compiling in a Windows software compiling and running platform to generate an executable file;
automatically operating the executable file in the Windows software compiling and operating platform, generating a unit test result file, and automatically and remotely copying the unit test result file to a continuous integration platform;
and automatically reading the display unit test report and the unit test coverage rate report according to the unit test result file by using the continuous integration platform, and displaying.
6. A software automation unit testing apparatus, comprising:
the compiling module is used for downloading the unit testing framework source codes and compiling the unit testing framework in the code development tool to generate a unit testing framework static library;
the configuration module is used for configuring the unit test project files and creating unit test folders in the configuration management server;
the building module is used for building a Windows software compiling and running platform;
the construction module is used for constructing a continuous integration platform and configuring project plugins;
the compiling module is used for compiling an automatic script so as to realize that the continuous integration platform can automatically and remotely copy the unit test folder and the source code folder into the compiling server, the Windows software compiling and running platform can automatically compile and generate an executable file, and automatically run and generate a unit test result by using the executable file, so that the continuous integration platform can automatically acquire a unit test result generation unit test report and a unit test coverage rate report and display the unit test result generation unit test report and the unit test coverage rate report;
the creating module is used for continuously integrating the platform creating project and setting a timing task;
and the operation module is used for operating the timing task so as to realize the automatic unit test of the software.
7. A server comprising a memory, a processor, and a computer program stored in the memory and executable on the processor, the processor implementing the steps of the software automation unit testing method of any one of the preceding claims 1 to 5 when executing the computer program.
8. A storage medium containing computer executable instructions for performing the steps of the software automation unit testing method of any one of the preceding claims 1 to 5 when executed by a computer processor.
CN202211669671.8A 2022-12-25 2022-12-25 Software automation unit testing method and device, server and storage medium Withdrawn CN115952089A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202211669671.8A CN115952089A (en) 2022-12-25 2022-12-25 Software automation unit testing method and device, server and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202211669671.8A CN115952089A (en) 2022-12-25 2022-12-25 Software automation unit testing method and device, server and storage medium

Publications (1)

Publication Number Publication Date
CN115952089A true CN115952089A (en) 2023-04-11

Family

ID=87290827

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202211669671.8A Withdrawn CN115952089A (en) 2022-12-25 2022-12-25 Software automation unit testing method and device, server and storage medium

Country Status (1)

Country Link
CN (1) CN115952089A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116340186A (en) * 2023-05-25 2023-06-27 中汽研软件测评(天津)有限公司 Automobile electronic software detection system, method and medium

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116340186A (en) * 2023-05-25 2023-06-27 中汽研软件测评(天津)有限公司 Automobile electronic software detection system, method and medium
CN116340186B (en) * 2023-05-25 2023-09-19 中汽研软件测评(天津)有限公司 Automobile electronic software detection system, method and medium

Similar Documents

Publication Publication Date Title
CN112631590B (en) Component library generation method, device, electronic equipment and computer readable medium
CN110865889A (en) Method and apparatus for transferring events between components
CN113934426A (en) Software package processing method, device, system, equipment and medium
US20230259358A1 (en) Documentation enforcement during compilation
CN111913889A (en) Test system building method and test system
CN109284222B (en) Software unit, project testing method, device and equipment in data processing system
CN115952089A (en) Software automation unit testing method and device, server and storage medium
US20130125093A1 (en) Generating object-oriented programming language code from a multi-domain dynamic simulation model
CN113127000B (en) Compiling method, compiling device, compiling equipment and compiling storage medium for application program component
CN113535567A (en) Software testing method, device, equipment and medium
CN113238739A (en) Plug-in development and data acquisition method, device, electronic equipment and medium
CN110795331A (en) Software testing method and device
CN113127361A (en) Application program development method and device, electronic equipment and storage medium
US10606569B2 (en) Declarative configuration elements
CN110443034B (en) Risk program file identification method and device, computing equipment and medium
CN113504904A (en) User-defined function implementation method and device, computer equipment and storage medium
CN115248680A (en) Software construction method, system, device, medium, and program product
CN111367791B (en) Method, device, medium and electronic equipment for generating test case
CN114115982A (en) Code issuing method, device, equipment and storage medium
CN114116509A (en) Program analysis method, program analysis device, electronic device, and storage medium
CN103577170A (en) Construction method and construction device for web application
Kulp et al. Open Component Portability Infrastructure (OPENCPI)
CN116452208B (en) Method, device, equipment and medium for determining change transaction code
CN114385159A (en) File processing method and device, electronic equipment and computer readable storage medium
US20220179648A1 (en) Subject matter expert identification for computer software

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
WW01 Invention patent application withdrawn after publication
WW01 Invention patent application withdrawn after publication

Application publication date: 20230411