CN101968770A - Reusable embedded software testing and developing method and system - Google Patents

Reusable embedded software testing and developing method and system Download PDF

Info

Publication number
CN101968770A
CN101968770A CN 201010526821 CN201010526821A CN101968770A CN 101968770 A CN101968770 A CN 101968770A CN 201010526821 CN201010526821 CN 201010526821 CN 201010526821 A CN201010526821 A CN 201010526821A CN 101968770 A CN101968770 A CN 101968770A
Authority
CN
China
Prior art keywords
test
software
information
embedded software
realistic model
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
CN 201010526821
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.)
Beihang University
Original Assignee
Beihang University
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 Beihang University filed Critical Beihang University
Priority to CN 201010526821 priority Critical patent/CN101968770A/en
Publication of CN101968770A publication Critical patent/CN101968770A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Debugging And Monitoring (AREA)

Abstract

The invention relates to a reusable embedded software testing and developing method and a reusable embedded software testing and developing system. The method comprises the following steps of: loading a test scheme; configuring a test environment; building a crosslinked environment model, and generating the information of the crosslinked equipment simulation model; organizing a test process through the development of a test script, selecting a test script language and generating a test script; using a test panel plug-in to allow a user to build a test display panel by drawing in a way of a visual virtual instrument; using a test task management plug-in to flexibly organize the information, such as a simulation model file, a test script file, a test panel file and the like, for each test in a test unit way; and generating the description of the test configuration information and test data based on an XML format, namely, loading the generated test configuration information and test data in the XML format onto a specific test platform. The method and the system can drive a test process to finish automation test of the embedded software.

Description

A kind of reusable embedded software test development approach and system
Technical field
The present invention relates to embedded software test field, test development and Test Design field.
Background technology
In recent years, along with the widespread use of embedded computer, the application scale of embedded software is in continuous growth, and this is mainly reflected in:
1, the size of code of embedded software increases gradually.For example, the airborne software of U.S. F22 fighter plane has reached more than 200 ten thousand line statements, and the situation of domestic air mail equipment is also similar, China newly develops in the military aircraft of research and development, its flight control system, fire control system, engine fuel regulating system, even ejection life-saving system etc. all adopted by software and realizes its control function, progressively replaced original machinery, hydraulic pressure or optical device, newly grind in the aircraft at some, airborne software has surpassed 1,000,000 row source codes.
2, numerous embedded systems often need collaborative work, constitute a big system.For example, the airborne embedded computer quantity in China's new fighter has surpassed 100, needs mutual mass data collaborative work each other.
Follow the continuous growth of scale and the complexity of these embedded systems constantly to increase, the problem that exposes also increases gradually, and increasing sight has been invested the embedded software test field, makes embedded software test become the focus of software test area research.
Because the complicacy of embedded software, in engineering practice, be subjected to the influence of the factors such as characteristics, test resource and test request of tested software, test environment at embedded software also can constantly change, promptly at different tested softwares, even, often all to develop a test environment again at the different test requests of identical tested software, thereby caused the test environment customizations, and the environment of customizations there are the following problems:
1, reusability is low: lack multiplexing consideration in the test environment design, the life of test environment finishes along with end of test (EOT), causes the wasting of resources;
2, reliability is low: because life cycle is short, and special-purpose test environment, itself is mostly without crossing test fully;
3, test weak effect: insecure test environment is difficult to guarantee the correctness and the efficient of test.
For addressing the above problem, an effective method is to adopt the general-purpose built-in type STE, and the general-purpose built-in type STE generally should comprise test development system and test execution system two parts.In order to reach versatility, the test development system need carry out comprehensive demand analysis, but new demand always can constantly be proposed, and can't estimate all pent-up demands in the design, how to allow the capable track demand of test development system change so be necessary research, the present invention addresses the above problem by the test development system with good reusability.
Summary of the invention
At present, lot of domestic and foreign embedded software test development system is special-purpose mostly, can not satisfy the demand of test development system at aspects such as reusability, versatility and maintainabilitys, therefore, reusable embedded software test development system provided by the present invention has solved following several problem:
1, adopts the software frame technology, improve the reusability and the versatility of embedded software test development system, make it to possess good extended capability, for the embedded software test of robotization lays the foundation.
2, development and operation visual test development easy, that easily fast grasp system is so that generate satisfactory test configurations information and test data quickly and easily.
3, the architecture of reply embedded software test development system is analysed in depth, and puts the cold spot and the focus of embedded software test development system in order, solves the key problem in the test development system.
4, the function that should provide the test development system is analysed in depth, to guarantee the engineering adaptability of test development system.
Disclosed by the invention is a kind of reusable embedded software test development system.The present invention introduces the software frame technology of field of software engineering in the design of embedded software test development system, make full use of the modular development scheme of plug-in type framework technology and powerful expanded function, by discerning and define the design of kernel, basic plug-in unit and the application plug-in of embedded software test development system, realized a kind of reusable embedded software test development system.By utilizing this test development system can finish test development work, for the automatic test of embedded software lays the foundation.
The design of this system is based on micro-kernel plug-in type framework technology.At first the embedded software test development system is defined as three-decker, comprises kernel, basic layer plug and application plug-in layer.Wherein kernel has comprised all kernels and the fundamental norms of test development system, the basis layer plug is based upon on the kernel, for the application plug-in in problem-oriented territory provides generic service, and the application plug-in layer before being based upon two-layer on, provide towards the application plug-in of embedded software test exploitation.On the basis of finishing the design of kernel and basic layer plug, manage the analysis and the design of plug-in unit by the test configurations plug-in unit of using layer plug, crosslinked environmental modeling plug-in unit, test script being developed plug-in unit, test panel exploitation plug-in unit and test assignment, thereby finish the design of whole embedded software test development system.
Embedded software test development system proposed by the invention, can utilize the modular development scheme of plug-in type framework technology and powerful expanded function, effectively improve the reusability of embedded software test development system, and offer a kind of visual test development method of tester, thereby finish the preliminary work before the test.
Select the basis of micro-kernel plug-in type framework as the total system design for use, the core of micro-kernel plug-in type framework only provides the plug-in management function, and the exploitation that makes system development compare huge kernel is more prone to, and the envelop of function that each plug-in unit can provide is more extensive.
The design of this system kernel standard and each plug-in unit extension point is adopted and is stored based on universal data format XML (Extensible Markup Language), is convenient to the systemic-function expansion.
Employing comprises the three-decker of kernel, basic layer plug and application plug-in layer, and wherein kernel and basic layer plug are field independences, and the application plug-in layer is directly towards embedded testing development problem territory.
Offer the user and finish the embedded software test exploitation, finish the preceding preliminary work of test easily with easy and simple to handle, easy quick grasp, visual way.
Test configurations information and test data that this system generated are not subject to specific test platform, possess good versatility and maintainability.
This system can finish and comprise embedded software test configuration, crosslinked environmental modeling, test script exploitation, test panel development﹠ testing task management functions, thereby guarantees the integrality of test development work.
The test configurations information and the test data that are generated are stored with generalized markup language XML, and the tester can finish the embedded software automatic test by secondary development.
The invention provides a kind of method of embedded software test exploitation, it comprises the steps:
(1) load testing scheme, described testing scheme is that according to the characteristics and the test request of tested software, the input of clear and definite test development work forms according to the analysis to tested embedded software document;
(2) test environment configuration is configured according to the general parameter of testing scheme to embedded software automatic test environment, so that the adaptive better automatic test platform of the test environment that is generated configuration;
(3) crosslinked environmental modeling is promptly finished the structure of cross-linking apparatus realistic model, generates the information of described cross-linking apparatus realistic model;
(4) test script is developed, and promptly calls the information of described cross-linking apparatus realistic model, and the tested tissue process is selected the test script language for use, generates test script;
(5) test panel exploitation, use test panel plug-in unit allows the user to set up the test display panel by pulling in visual virtual instrument mode;
(6) test assignment management, use test task management plug-in unit is organized each test required realistic model file, test script file, information such as test panel file neatly in the mode of test cell;
(7) generate based on the test configurations information of XML form and the description of test data;
(8) transfer to automatic test platform and carry out, the test configurations information and the test data of the XML form that has soon generated are loaded into the fc-specific test FC platform, can drive test process, finish the automatic test of embedded software.
The method of a kind of embedded software test exploitation provided by the invention, its feature also is:
Tested embedded software document can comprise described in the step (1): Software Requirement Specification, software design document, software interface control document or software user's mannual etc.
Test request described in the step (1) comprises measurable function, performance, security, the interface requirement information of tested software.
The general parameter of embedded software automatic test environment described in the step (2) comprises information such as the setting of system call clock period, bus type and quantity setting, test execution system maximum memory are provided with.
Crosslinked environmental modeling can adopt visual way to finish described in the step (3), and described cross-linking apparatus realistic model information comprises: the connected mode of realistic model sign, realistic model and system under test (SUT), the variable information of realistic model.
The exploitation of test script described in the step (4) is under the visual development environment, according to tester's the free tested tissue process of intention, adopt the structured programming Programming with Pascal Language, and after the programming of finishing described test script, it is carried out syntax check, guarantee the correctness of described test script.
Virtual instrument described in the step (5) comprises that charactron demonstration, pointer dial plate, curve display frame, column show, the ON/OF switch shows, the virtual instrument of drop-down list demonstration.
The invention provides a kind of system of embedded software test exploitation, it is characterized in that comprising:
Be used to load the device of testing scheme, described testing scheme is that according to the characteristics and the test request of tested software, the input of clear and definite test development work forms according to the analysis to tested embedded software document;
Be used for the device of test environment configuration, it is configured according to the general parameter of testing scheme to embedded software automatic test environment, so that the adaptive better automatic test platform of the test environment that is generated configuration;
The device that is used for crosslinked environmental modeling is used to finish the structure of cross-linking apparatus realistic model, generates the information of described cross-linking apparatus realistic model;
Be used for the device of test script exploitation, it calls the information of described cross-linking apparatus realistic model, and the tested tissue process is selected the test script language for use, generates test script;
The device that is used for test panel exploitation, its use test panel plug-in unit allows the user to set up the test display panel by pulling in the mode of visual virtual instrument;
Be used for the device of test assignment management, its use test task management plug-in unit is organized each test required realistic model file, test script file, information such as test panel file neatly in the mode of test cell;
Generation is based on the device of the description of the test configurations information of XML form and test data;
Transfer to automatic test platform and carry out, the test configurations information and the test data of the XML form that has soon generated are loaded into the fc-specific test FC platform, can drive test process, finish the device of the automatic test of embedded software.
According to the system of a kind of embedded software test exploitation provided by the invention, its feature also is:
Described tested embedded software document can comprise: Software Requirement Specification, software design document, software interface control document or software user's mannual etc.
Described test request comprises measurable function, performance, security, the interface requirement information of tested software.
The general parameter of described embedded software automatic test environment comprises information such as the setting of system call clock period, bus type and quantity setting, test execution system maximum memory are provided with.
Described crosslinked environmental modeling can adopt visual way to finish, and described cross-linking apparatus realistic model information comprises: the connected mode of realistic model sign, realistic model and system under test (SUT), the variable information of realistic model.
Described test script exploitation is under the visual development environment, according to tester's the free tested tissue process of intention, adopt the structured programming Programming with Pascal Language, and after the programming of finishing described test script, it is carried out syntax check, guarantee the correctness of described test script.
Described virtual instrument comprises that charactron demonstration, pointer dial plate, curve display frame, column show, the ON/OF switch shows, the virtual instrument of drop-down list demonstration.
Description of drawings
Fig. 1 shows the embedded software test development system surface chart that the present invention develops.
Fig. 2 shows the architecture of embedded software test development system and the design of extension point.
Fig. 3 shows the process of utilizing the present invention to carry out the embedded software test exploitation.
Fig. 4 shows the process flow diagram of crosslinked environmental modeling in the embedded software test exploitation
Fig. 5 shows the process flow diagram of embedded software test script exploitation.
Fig. 6 shows the flow process of embedded software test panel exploitation.
Fig. 7 shows the process flow diagram of embedded software test unit exploitation.
Embodiment
Understand and enforcement the present invention for the ease of those of ordinary skills, the present invention is done further in detail, in depth describes, should be appreciated that enforcement described herein only is used for description and interpretation the present invention, and be not used in qualification the present invention below in conjunction with accompanying drawing.
1. the present invention adopts present field of software engineering newest research results, introduces the software frame technology, and the advantage of performance framework technology aspect modular development scheme and powerful expanded function improves embedded software test development system reusability and extended capability.
2. by adopting the basis of micro-kernel plug-in type framework, make this system development compare huge kernel, be more prone to that the envelop of function that each plug-in unit can provide is more extensive, specifies as follows as the design of embedded software test development system:
1) the embedded software test development system is designed to comprise the three-decker of kernel, basic layer plug and application plug-in layer, based on above-mentioned each layer, the tester can set up expansion plugin according to new demand, or expands new function by the extension point that framework itself provides.
2) in the three-decker, kernel and basic layer plug are field independences, the application plug-in layer is directly towards embedded testing development problem territory, thereby having guaranteed that layer and the interface between the layer are changed only is subject to the influence of being changed layer, has good portability and extensibility.
3) design of system kernel standard and each plug-in unit extension point is adopted and is stored based on generalized markup language XML, is convenient to the systemic-function expansion.
3. according to the functional analysis of general-purpose built-in type software test development system, the application plug-in layer is refined as test configurations plug-in unit, crosslinked environmental modeling plug-in unit, test script exploitation plug-in unit, test panel exploitation plug-in unit and test assignment management plug-in unit, has guaranteed the functional completeness and the versatility of test development system.
4. the test configurations information and the test data of the present invention's generation are stored with generalized markup language XML, and the tester can finish the embedded software automatic test by secondary development.
The concrete workflow of utilizing the present invention to carry out the embedded software test exploitation has been shown among Fig. 3, has specified as follows:
1) load testing scheme F01:
The value-added tax function of testing scheme is realized in this part, it is the foundation of follow-up test development, the prerequisite that realizes this function is according to the analysis to tested embedded software document (as Software Requirement Specification, software design document, software interface control document and software user's mannual etc.), characteristics and test request according to tested software, obtain the information such as measurable function, performance, security, interface requirement of tested software, the input of clear and definite test development work forms testing scheme.
2) test environment configuration F02:
The present invention allows the tester to be configured according to the general parameter of testing scheme to embedded software automatic test environment, as information such as the setting of system call clock period, bus type and quantity setting, test execution system maximum memory are provided with etc., so that the adaptive better automatic test platform of the test environment that is generated configuration.
3) crosslinked environmental modeling F03:
The residing running environment of embedded software is more complicated often, relates to a plurality of cross-linking apparatus, multiple I/O interface and multiple kinds.Crosslinked environmental modeling is the basis of finishing the embedded software closed cycle simulation test, has only the crosslinked environmental simulation of formation system under test (SUT) periphery complete, true to nature, just can finish real-time, closed loop test to system under test (SUT).The invention provides the function of tested embedded software being carried out crosslinked environmental simulation, allow the user to adopt visual way to finish the structure of cross-linking apparatus realistic model, cross-linking apparatus realistic model information spinner will comprise: the connected mode of realistic model sign, realistic model and system under test (SUT), the variable information of realistic model etc.Fig. 4 has provided the process flow diagram of crosslinked environmental modeling in the embedded software test exploitation.
4) test script exploitation F04:
In the embedded software automatic test, test case will finally be converted to the test script that drives test execution.Test script is the formal test case form of expression, can move on the fc-specific test FC platform.The invention provides the visual development environment of test script, can allow the tester is the free tested tissue process of intention according to its, the test script generative process need be called the cross-linking apparatus realistic model information that has generated, and structured programming language commonly used (as C language etc.) can be selected for use in the test script language.In addition, finishing also needs after the Script Programming carry out syntax check to test script, to guarantee the correctness of script.Fig. 5 has provided the process flow diagram of embedded software test script exploitation.
5) test panel exploitation F05:
For the ease of the data in tester's Real Time Observation test process, the invention provides based on the test panel plug-in unit, allow the user to set up the test display panel in visual virtual instrument mode by pulling.The invention provides virtual instrument kind commonly used 9 kinds of virtual instruments such as charactron demonstration, pointer dial plate, curve display frame, column demonstration, the demonstration of ON/OF switch, drop-down list demonstration are arranged.The test panel performance history need be called the cross-linking apparatus realistic model information that has generated, to finish the associated model variable information of each virtual instrument.Fig. 6 has provided the flow process of embedded software test panel exploitation.
6) test assignment management F06:
At specific tested embedded system, the tester tends to generate realistic model file, the test script file of a plurality of crosslinked environment, the test panel file, and once test does not need the above-mentioned file of all generations is all included in the test run scope usually, therefore need carry out orderly organization and management to test assignment.Test assignment management plug-in unit provided by the invention allows the tester to organize each test required realistic model file, test script file, information such as test panel file neatly in the mode of test cell.Fig. 7 has provided the flow process of embedded software test unit exploitation.
7) based on plug-in unit extension specification and the data storage F07 of XML:
XML (Extensible Markup Language) is a kind of generalized markup language.XML provides a kind of structurized metadata to represent method, has platform and characteristics such as semantic independence, opening and extensibility.The present invention is with the kernel standard of embedded software test development system and the design of each plug-in unit extension point, and test configurations information and test data adopt and store based on the mode of XML, improved reusability, versatility and the maintainability of test development system greatly.The XML that table 1 has provided test development system plugin extension specification describes.Table 2 has provided the XML storage format of test configurations information and test data.
The XML of table 1 plug-in unit extension specification describes
Figure BSA00000326430300091
The XML storage format of table 2 test data
Figure BSA00000326430300101
8) transfer to automatic test platform and carry out F08:
The test of the XML form that has generated is joined
Figure BSA00000326430300103
Information and test data are loaded into the fc-specific test FC platform, can drive test process, finish the automatic test of embedded software.
Embedded software test development system among the present invention,Following beneficial effect is arranged:
1) durability, versatility and the maintainability of raising embedded software developing system. By introducing micro-kernel plug-in type framework technology,
Figure BSA00000326430300105
The layering processing is carried out in the design of embedded software test development system, by the design of plug-in unit definition and extension point, can greatly improve durability, versatility and the maintainability of test development system.
2) automatization level of raising embedded software test. The test development stage is the whole of embedded software test preparation, is the most important stage in the embedded software automatic test course, and its specification requirement is the highest, and is consuming time the longest, the invention provides a kind of easy and simple to handle, easily quick that grasp, visual
Figure BSA00000326430300111
Mode finish embedded software test exploitation, automatization level that can the Effective Raise test.
3) improve testing efficiency, reduce testing expense, save testing cost. The present invention
Figure BSA00000326430300112
The embedded software test development system of exploitation
Figure BSA00000326430300113
Have visual, easy and simple to handle and simple
Figure BSA00000326430300114
The characteristics of seeing are conducive to tester's quick grasp and use. In addition, test development system kernel, plug-in unit Specification Design reach
Figure BSA00000326430300115
The detecting information and the test data that generate all adopt generalized markup language XML to store, and also are convenient to tester's quick grasp and skilled the application, thereby improve testing efficiency, reduce testing expense, save testing cost.
4)
Figure BSA00000326430300116
Important engineering using value is arranged. In view of the present invention derives from practical engineering application, and be successfully applied to actual Software Testing Project, after therefore promoting
Figure BSA00000326430300117
Important engineering using value is arranged.

Claims (14)

1. the method for an embedded software test exploitation is characterized in that comprising the steps:
(1) load testing scheme, described testing scheme is that according to the characteristics and the test request of tested software, the input of clear and definite test development work forms according to the analysis to tested embedded software document;
(2) test environment configuration is configured according to the general parameter of testing scheme to embedded software automatic test environment, so that the adaptive better automatic test platform of the test environment that is generated configuration;
(3) crosslinked environmental modeling is promptly finished the structure of cross-linking apparatus realistic model, generates the information of described cross-linking apparatus realistic model;
(4) test script is developed, and promptly calls the information of described cross-linking apparatus realistic model, and the tested tissue process is selected the test script language for use, generates test script;
(5) test panel exploitation, use test panel plug-in unit allows the user to set up the test display panel by pulling in visual virtual instrument mode;
(6) test assignment management, use test task management plug-in unit is organized each test required realistic model file, test script file, information such as test panel file neatly in the mode of test cell;
(7) generate based on the test configurations information of XML form and the description of test data;
(8) transfer to automatic test platform and carry out, the test configurations information and the test data of the XML form that has soon generated are loaded into the fc-specific test FC platform, can drive test process, finish the automatic test of embedded software.
2. according to the method described in the claim 1, it is characterized in that:
Tested embedded software document can comprise described in the step (1): Software Requirement Specification, software design document, software interface control document or software user's mannual etc.
3. according to the method described in the claim 1, it is characterized in that:
Test request described in the step (1) comprises measurable function, performance, security, the interface requirement information of tested software.
4. method according to claim 1 is characterized in that:
The general parameter of embedded software automatic test environment described in the step (2) comprises information such as the setting of system call clock period, bus type and quantity setting, test execution system maximum memory are provided with.
5. method according to claim 1 is characterized in that:
Crosslinked environmental modeling can adopt visual way to finish described in the step (3), and described cross-linking apparatus realistic model information comprises: the connected mode of realistic model sign, realistic model and system under test (SUT), the variable information of realistic model.
6. method according to claim 1 is characterized in that:
The exploitation of test script described in the step (4) is under the visual development environment, according to tester's the free tested tissue process of intention, adopt the structured programming Programming with Pascal Language, and after the programming of finishing described test script, it is carried out syntax check, guarantee the correctness of described test script.
7. method according to claim 1 is characterized in that:
Virtual instrument described in the step (5) comprises that charactron demonstration, pointer dial plate, curve display frame, column show, the ON/OF switch shows, the virtual instrument of drop-down list demonstration.
8. the system of embedded software test exploitation is characterized in that comprising:
Be used to load the device of testing scheme, described testing scheme is that according to the characteristics and the test request of tested software, the input of clear and definite test development work forms according to the analysis to tested embedded software document;
Be used for the device of test environment configuration, it is configured according to the general parameter of testing scheme to embedded software automatic test environment, so that the adaptive better automatic test platform of the test environment that is generated configuration;
The device that is used for crosslinked environmental modeling is used to finish the structure of cross-linking apparatus realistic model, generates the information of described cross-linking apparatus realistic model;
Be used for the device of test script exploitation, it calls the information of described cross-linking apparatus realistic model, and the tested tissue process is selected the test script language for use, generates test script;
The device that is used for test panel exploitation, its use test panel plug-in unit allows the user to set up the test display panel by pulling in the mode of visual virtual instrument;
Be used for the device of test assignment management, its use test task management plug-in unit is organized each test required realistic model file, test script file, information such as test panel file neatly in the mode of test cell;
Generation is based on the device of the description of the test configurations information of XML form and test data;
Transfer to automatic test platform and carry out, the test configurations information and the test data of the XML form that has soon generated are loaded into the fc-specific test FC platform, can drive test process, finish the device of the automatic test of embedded software.
9. the system described in according to Claim 8 is characterized in that:
Described tested embedded software document can comprise: Software Requirement Specification, software design document, software interface control document or software user's mannual etc.
10. the system described in according to Claim 8 is characterized in that:
Described test request comprises measurable function, performance, security, the interface requirement information of tested software.
11. the system according to Claim 8 is characterized in that:
The general parameter of described embedded software automatic test environment comprises information such as the setting of system call clock period, bus type and quantity setting, test execution system maximum memory are provided with.
12. the system according to Claim 8 is characterized in that:
Described crosslinked environmental modeling can adopt visual way to finish, and described cross-linking apparatus realistic model information comprises: the connected mode of realistic model sign, realistic model and system under test (SUT), the variable information of realistic model.
13. the system according to Claim 8 is characterized in that:
Described test script exploitation is under the visual development environment, according to tester's the free tested tissue process of intention, adopt the structured programming Programming with Pascal Language, and after the programming of finishing described test script, it is carried out syntax check, guarantee the correctness of described test script.
14. the system according to Claim 8 is characterized in that:
Described virtual instrument comprises that charactron demonstration, pointer dial plate, curve display frame, column show, the ON/OF switch shows, the virtual instrument of drop-down list demonstration.
CN 201010526821 2010-11-01 2010-11-01 Reusable embedded software testing and developing method and system Pending CN101968770A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN 201010526821 CN101968770A (en) 2010-11-01 2010-11-01 Reusable embedded software testing and developing method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN 201010526821 CN101968770A (en) 2010-11-01 2010-11-01 Reusable embedded software testing and developing method and system

Publications (1)

Publication Number Publication Date
CN101968770A true CN101968770A (en) 2011-02-09

Family

ID=43547930

Family Applications (1)

Application Number Title Priority Date Filing Date
CN 201010526821 Pending CN101968770A (en) 2010-11-01 2010-11-01 Reusable embedded software testing and developing method and system

Country Status (1)

Country Link
CN (1) CN101968770A (en)

Cited By (25)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102360331A (en) * 2011-10-09 2012-02-22 中国航空无线电电子研究所 Test program automatic generation method based on formal description
CN102495789A (en) * 2011-10-18 2012-06-13 瑞斯康达科技发展股份有限公司 Automatic test method and device for the same
CN102857375A (en) * 2012-09-08 2013-01-02 中色科技股份有限公司 Method for managing and explaining communication protocols
CN103544108A (en) * 2013-11-12 2014-01-29 福建联迪商用设备有限公司 System and method for testing embedded software integration strength
CN103777949A (en) * 2014-01-17 2014-05-07 浪潮电子信息产业股份有限公司 Design method of automated testing script
CN103984631A (en) * 2014-05-28 2014-08-13 中国银行股份有限公司 Z/OS host single platform based test driving system and method
CN104657274A (en) * 2015-03-06 2015-05-27 中国银行股份有限公司 Method and device for testing software interface
CN104899138A (en) * 2015-05-25 2015-09-09 浪潮集团有限公司 Method for multiplexing C program test vectors in UVM verification environment
CN105005522A (en) * 2015-06-30 2015-10-28 深圳市芯海科技有限公司 Online simulation method of LCD nixie tube
CN105487975A (en) * 2015-11-27 2016-04-13 贵州航天风华精密设备有限公司 Self organization method for spacecraft test software processes
CN106201891A (en) * 2016-07-19 2016-12-07 意昂神州(北京)科技有限公司 A kind of model automatization method of testing and device
CN106528425A (en) * 2016-11-18 2017-03-22 南京南瑞继保电气有限公司 Platform plug-in automatically testing method for microprocessor
CN106897469A (en) * 2015-12-17 2017-06-27 北汽福田汽车股份有限公司 A kind of test environment generation method and device
CN107943683A (en) * 2017-10-30 2018-04-20 北京奇虎科技有限公司 A kind of test script generation method, device, electronic equipment and storage medium
CN108121657A (en) * 2017-11-29 2018-06-05 北京京航计算通讯研究所 Programmable logic device software simulation verification system based on system model
CN108595317A (en) * 2017-12-28 2018-09-28 合肥工大高科信息科技股份有限公司 A kind of embedded automated testing method of safety computer of rail transit
CN110879769A (en) * 2019-10-16 2020-03-13 中国航空工业集团公司洛阳电光设备研究所 Embedded system test environment construction method based on dynamically configurable framework
CN111190811A (en) * 2019-12-05 2020-05-22 东方微银科技(北京)有限公司 Method, device, equipment and storage medium for testing resource allocation system
CN111752840A (en) * 2020-06-28 2020-10-09 中电长城(长沙)信息技术有限公司 Cross-system financial self-service equipment SP automatic test method, equipment and medium
CN111813702A (en) * 2020-09-09 2020-10-23 鹏城实验室 Debugging system, debugging method, device, and computer-readable storage medium
CN112084113A (en) * 2020-09-16 2020-12-15 上海创景信息科技有限公司 Configurable automatic test method and system based on embedded simulation verification software
CN112131094A (en) * 2019-06-25 2020-12-25 比亚迪汽车工业有限公司 Method and device for testing track signal system software and storage medium
CN112463130A (en) * 2021-02-02 2021-03-09 湖南高至科技有限公司 Flexible configurable simulation system
CN112527650A (en) * 2020-12-15 2021-03-19 西安中朗智控科技有限公司 Test case multiplexing method and multiplexing device
CN114328278A (en) * 2022-03-14 2022-04-12 南昌航空大学 Distributed simulation test method, system, readable storage medium and computer equipment

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101571802A (en) * 2009-06-19 2009-11-04 北京航空航天大学 Visualization automatic generation method of embedded software test data and system thereof
CN101739334A (en) * 2008-11-21 2010-06-16 上海科梁信息工程有限公司 Automatic testing method of embedded software
CN101833498A (en) * 2009-07-31 2010-09-15 北京伟晨豪嘉科技有限责任公司 Automatic detection system of embedded type system based on testing script technique

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101739334A (en) * 2008-11-21 2010-06-16 上海科梁信息工程有限公司 Automatic testing method of embedded software
CN101571802A (en) * 2009-06-19 2009-11-04 北京航空航天大学 Visualization automatic generation method of embedded software test data and system thereof
CN101833498A (en) * 2009-07-31 2010-09-15 北京伟晨豪嘉科技有限责任公司 Automatic detection system of embedded type system based on testing script technique

Cited By (36)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102360331B (en) * 2011-10-09 2014-05-07 中国航空无线电电子研究所 Test program automatic generation method based on formal description
CN102360331A (en) * 2011-10-09 2012-02-22 中国航空无线电电子研究所 Test program automatic generation method based on formal description
CN102495789B (en) * 2011-10-18 2015-01-21 瑞斯康达科技发展股份有限公司 Automatic test method and device for the same
CN102495789A (en) * 2011-10-18 2012-06-13 瑞斯康达科技发展股份有限公司 Automatic test method and device for the same
CN102857375A (en) * 2012-09-08 2013-01-02 中色科技股份有限公司 Method for managing and explaining communication protocols
CN103544108A (en) * 2013-11-12 2014-01-29 福建联迪商用设备有限公司 System and method for testing embedded software integration strength
CN103777949A (en) * 2014-01-17 2014-05-07 浪潮电子信息产业股份有限公司 Design method of automated testing script
CN103984631B (en) * 2014-05-28 2017-07-11 中国银行股份有限公司 Test driver system and method based on the single platform of Z/OS main frames
CN103984631A (en) * 2014-05-28 2014-08-13 中国银行股份有限公司 Z/OS host single platform based test driving system and method
CN104657274A (en) * 2015-03-06 2015-05-27 中国银行股份有限公司 Method and device for testing software interface
CN104657274B (en) * 2015-03-06 2018-09-07 中国银行股份有限公司 software interface test method and device
CN104899138A (en) * 2015-05-25 2015-09-09 浪潮集团有限公司 Method for multiplexing C program test vectors in UVM verification environment
CN105005522A (en) * 2015-06-30 2015-10-28 深圳市芯海科技有限公司 Online simulation method of LCD nixie tube
CN105005522B (en) * 2015-06-30 2017-08-08 深圳市芯海科技有限公司 A kind of LCD charactrons online simulation method
CN105487975A (en) * 2015-11-27 2016-04-13 贵州航天风华精密设备有限公司 Self organization method for spacecraft test software processes
CN106897469A (en) * 2015-12-17 2017-06-27 北汽福田汽车股份有限公司 A kind of test environment generation method and device
CN106201891A (en) * 2016-07-19 2016-12-07 意昂神州(北京)科技有限公司 A kind of model automatization method of testing and device
CN106528425A (en) * 2016-11-18 2017-03-22 南京南瑞继保电气有限公司 Platform plug-in automatically testing method for microprocessor
CN107943683B (en) * 2017-10-30 2021-07-30 北京奇虎科技有限公司 Test script generation method and device, electronic equipment and storage medium
CN107943683A (en) * 2017-10-30 2018-04-20 北京奇虎科技有限公司 A kind of test script generation method, device, electronic equipment and storage medium
CN108121657A (en) * 2017-11-29 2018-06-05 北京京航计算通讯研究所 Programmable logic device software simulation verification system based on system model
CN108595317B (en) * 2017-12-28 2021-06-11 合肥工大高科信息科技股份有限公司 Embedded automatic testing method for rail transit safety computer
CN108595317A (en) * 2017-12-28 2018-09-28 合肥工大高科信息科技股份有限公司 A kind of embedded automated testing method of safety computer of rail transit
CN112131094A (en) * 2019-06-25 2020-12-25 比亚迪汽车工业有限公司 Method and device for testing track signal system software and storage medium
CN110879769A (en) * 2019-10-16 2020-03-13 中国航空工业集团公司洛阳电光设备研究所 Embedded system test environment construction method based on dynamically configurable framework
CN110879769B (en) * 2019-10-16 2024-01-26 中国航空工业集团公司洛阳电光设备研究所 Method for constructing embedded system test environment based on dynamic configurable framework
CN111190811A (en) * 2019-12-05 2020-05-22 东方微银科技(北京)有限公司 Method, device, equipment and storage medium for testing resource allocation system
CN111752840A (en) * 2020-06-28 2020-10-09 中电长城(长沙)信息技术有限公司 Cross-system financial self-service equipment SP automatic test method, equipment and medium
CN111752840B (en) * 2020-06-28 2023-08-08 中电长城(长沙)信息技术有限公司 Cross-system financial self-service equipment SP automatic test method, equipment and medium
CN111813702A (en) * 2020-09-09 2020-10-23 鹏城实验室 Debugging system, debugging method, device, and computer-readable storage medium
CN112084113A (en) * 2020-09-16 2020-12-15 上海创景信息科技有限公司 Configurable automatic test method and system based on embedded simulation verification software
CN112084113B (en) * 2020-09-16 2024-02-23 上海创景信息科技有限公司 Configurable automatic test method and system based on embedded simulation verification software
CN112527650A (en) * 2020-12-15 2021-03-19 西安中朗智控科技有限公司 Test case multiplexing method and multiplexing device
CN112463130A (en) * 2021-02-02 2021-03-09 湖南高至科技有限公司 Flexible configurable simulation system
CN114328278A (en) * 2022-03-14 2022-04-12 南昌航空大学 Distributed simulation test method, system, readable storage medium and computer equipment
CN114328278B (en) * 2022-03-14 2022-06-17 南昌航空大学 Distributed simulation test method, system, readable storage medium and computer equipment

Similar Documents

Publication Publication Date Title
CN101968770A (en) Reusable embedded software testing and developing method and system
CN101571802B (en) Visualization automatic generation method of embedded software test data and system thereof
CN103019726B (en) The management method of software system business rule and device
CN102279766B (en) Method and system for concurrently simulating processors and scheduler
CN101556641B (en) Simulation system based on conceptual model deduction
CN104268310B (en) The method that UVM verification environment is called using special graphical interface
CN101739334A (en) Automatic testing method of embedded software
CN104460360A (en) Control system simulation system and method
CN103425574A (en) Method and device for testing applications
KR20080065936A (en) Systems and methods for turbine control simulation
CN101572026A (en) Training simulators for engineering projects
CN107463500A (en) Adjustment method, medium, system and the computing device of test script
CN102799709A (en) System simulation test environment building and configuring system and method based on extensive markup language (XML)
CN114282752A (en) Method and device for generating flow task, electronic equipment and storage medium
CN103176894A (en) Test data automatic derivative method and automatic derivative device facing database
US20130159689A1 (en) Method and apparatus for initializing embedded device
CN102331961B (en) Method, system and dispatcher for simulating multiple processors in parallel
CN102880479B (en) A kind of method of remotely modifying BIOS property parameters and device
Ulrich et al. Operator timing of task level primitives for use in computation-based human reliability analysis
US11874761B2 (en) Apparatus and method to assign threads to a plurality of processor cores for virtualization of a hardware configuration
RU158715U1 (en) DEVICE FOR SOLVING THE PROBLEM OF FORECASTING THE STATE OF THE PARK OF RADIO ELECTRONIC TECHNIQUES OF GROUPING OF AIRPLANES
CN112199273A (en) Virtual machine pressure/performance testing method and system
EP4048882A1 (en) System and method for a virtual turbocharger speed sensor using neural networks
CN115562989A (en) Automatic test sequence conversion method, system, equipment and medium
CN113805848B (en) Target machine control software integration method and system

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C02 Deemed withdrawal of patent application after publication (patent law 2001)
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20110209

DD01 Delivery of document by public notice

Addressee: Beihang University

Document name: Notification that Application Deemed to be Withdrawn