CN105487975A - Self organization method for spacecraft test software processes - Google Patents

Self organization method for spacecraft test software processes Download PDF

Info

Publication number
CN105487975A
CN105487975A CN201510843472.8A CN201510843472A CN105487975A CN 105487975 A CN105487975 A CN 105487975A CN 201510843472 A CN201510843472 A CN 201510843472A CN 105487975 A CN105487975 A CN 105487975A
Authority
CN
China
Prior art keywords
testing
configuration file
flow
spacecraft
core layer
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
CN201510843472.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.)
Guizhou Aerospace Fenghua Precision Equipment Co Ltd
Original Assignee
Guizhou Aerospace Fenghua Precision Equipment 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 Guizhou Aerospace Fenghua Precision Equipment Co Ltd filed Critical Guizhou Aerospace Fenghua Precision Equipment Co Ltd
Priority to CN201510843472.8A priority Critical patent/CN105487975A/en
Publication of CN105487975A publication Critical patent/CN105487975A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The invention provides a self organization method for spacecraft test software processes. The self organization method comprises the following steps: (1) setting a configuration file: abstractly writing the correlativity of a test process and processes in the configuration file; (2) generating the test process: reading the configuration file when loading a core layer of the test software, and generating a process list according to the information of the configuration file; (3) generating a process panel: generating the process panel by an interface layer according to the process list; and (4) executing the test: a user operates the interface layer, and the interface layer dispatches an operation function of a corresponding operation process of the core layer according to the information of the process list and displays a dispatch result on the process panel. By adopting the self organization method provided by the invention, the interaction relation of the processes is realized, whether necessary conditions of a certain process are satisfied can be automatically judged, the processes can be defined in the configuration file, and the self organization of the processes can be realized by modifying the configuration file.

Description

A kind of spacecraft-testing software flow self-organizing method
Technical field
The present invention relates to a kind of spacecraft-testing software flow self-organizing method, belong to spacecraft-testing technology.
Background technology
Spacecraft changes frequent in the development stage, the adjustment comprising test event, flow process related to.If according to this redjustment and modification software, revise, verify that workload is large, and easily cause state of the art chaotic, not manageable problem.
Summary of the invention
For solving the problems of the technologies described above, the invention provides a kind of spacecraft-testing software flow self-organizing method, this spacecraft-testing software flow self-organizing method achieves the mutual interactively of flow process, whether the necessary condition of a certain flow process of energy automatic discrimination meets, and by amendment configuration file, can the self-organization of realization flow.
The present invention is achieved by the following technical programs.
A kind of spacecraft-testing software flow self-organizing method provided by the invention, comprises the steps:
1. configuration file is set: write in configuration file by abstract for the correlationship between testing process and each flow process;
2. testing process is generated: when the core layer of testing software loads, read configuration file, and according to the list of profile information product process;
3. product process panel: contact bed is according to flow process list product process panel;
4. perform test: user interface layer, contact bed calls the handling function of core layer respective operations flow process according to flow process list information, and will call result and be presented on flow process panel.
Described step 2. in, core layer is loaded as dynamic load.
Described step 4. in, the handling function that contact bed calls core layer calls for dynamically reading.
In described core layer, operation information corresponding for each testing process is stored as testing process node, and be whole process module by testing process ID list storage, read by reading whole process module information the testing process nodal information needing to call when flow process panel calls.
On-board test flow nodes executive condition is gone back in described whole process module, first judge when whole process module is read and calls whether testing process node executive condition is satisfied, the complete call when condition is satisfied again, returns miscue information in the unsatisfied situation of condition.
Whether beneficial effect of the present invention is: achieve the interactively that flow process is mutual, can the necessary condition of automatic discrimination a certain flow process meet, by flow definition in configuration file, by amendment configuration file, and can the self-organization of realization flow.
Accompanying drawing explanation
Fig. 1 is schematic flow sheet of the present invention;
Fig. 2 is the model schematic of flow process panel in Fig. 1.
Embodiment
Further describe technical scheme of the present invention below, but described in claimed scope is not limited to.
A kind of spacecraft-testing software flow self-organizing method as shown in Figure 1, comprises the steps:
1. configuration file is set: write in configuration file by abstract for the correlationship between testing process and each flow process;
2. testing process is generated: when the core layer of testing software loads, read configuration file, and according to the list of profile information product process;
3. product process panel: contact bed is according to flow process list product process panel;
4. perform test: user interface layer, contact bed calls the handling function of core layer respective operations flow process according to flow process list information, and will call result and be presented on flow process panel.
Described step 2. in, core layer is loaded as dynamic load.
Described step 4. in, the handling function that contact bed calls core layer calls for dynamically reading.
As shown in Figure 2, in described core layer, operation information corresponding for each testing process is stored as testing process node, and be whole process module by testing process ID list storage, read by reading whole process module information the testing process nodal information needing to call when flow process panel calls.
Specifically, On-board test flow nodes executive condition is gone back in described whole process module, first judge when whole process module is read and calls whether testing process node executive condition is satisfied, the complete call when condition is satisfied again, returns miscue information in the unsatisfied situation of condition.
Thus, testing process and correlationship thereof carry out abstract by the present invention, and are stored in configuration file.Read configuration file during test of missile Bootload, generate testing process by configuration file, testing process title is associated with concrete test operation, the self-organization of realization flow.

Claims (5)

1. a spacecraft-testing software flow self-organizing method, is characterized in that: comprise the steps:
1. configuration file is set: write in configuration file by abstract for the correlationship between testing process and each flow process;
2. testing process is generated: when the core layer of testing software loads, read configuration file, and according to the list of profile information product process;
3. product process panel: contact bed is according to flow process list product process panel;
4. perform test: user interface layer, contact bed calls the handling function of core layer respective operations flow process according to flow process list information, and will call result and be presented on flow process panel.
2. spacecraft-testing software flow self-organizing method as claimed in claim 1, is characterized in that: described step 2. in, core layer is loaded as dynamic load.
3. spacecraft-testing software flow self-organizing method as claimed in claim 1, is characterized in that: described step 4. in, the handling function that contact bed calls core layer calls for dynamically reading.
4. spacecraft-testing software flow self-organizing method as claimed in claim 1, it is characterized in that: in described core layer, operation information corresponding for each testing process is stored as testing process node, and be whole process module by testing process ID list storage, read by reading whole process module information the testing process nodal information needing to call when flow process panel calls.
5. spacecraft-testing software flow self-organizing method as claimed in claim 4, it is characterized in that: in described whole process module, go back On-board test flow nodes executive condition, first judge when whole process module is read and calls whether testing process node executive condition is satisfied, the complete call when condition is satisfied again, returns miscue information in the unsatisfied situation of condition.
CN201510843472.8A 2015-11-27 2015-11-27 Self organization method for spacecraft test software processes Pending CN105487975A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510843472.8A CN105487975A (en) 2015-11-27 2015-11-27 Self organization method for spacecraft test software processes

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510843472.8A CN105487975A (en) 2015-11-27 2015-11-27 Self organization method for spacecraft test software processes

Publications (1)

Publication Number Publication Date
CN105487975A true CN105487975A (en) 2016-04-13

Family

ID=55674967

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510843472.8A Pending CN105487975A (en) 2015-11-27 2015-11-27 Self organization method for spacecraft test software processes

Country Status (1)

Country Link
CN (1) CN105487975A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116501650A (en) * 2023-06-27 2023-07-28 航天科工火箭技术有限公司 Method, device and medium for executing carrier rocket measurement and control flow engine

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101162426A (en) * 2007-11-15 2008-04-16 中兴通讯股份有限公司 Example design test method for testing based on data driving and automatically testing platform
CN101876940A (en) * 2009-11-30 2010-11-03 北京飞天诚信科技有限公司 Automatic test method and device
CN101968770A (en) * 2010-11-01 2011-02-09 北京航空航天大学 Reusable embedded software testing and developing method and system
CN101989227A (en) * 2009-08-04 2011-03-23 中兴通讯股份有限公司 Test case generating method and device
TW201122807A (en) * 2009-12-17 2011-07-01 Hon Hai Prec Ind Co Ltd System and method for guiding electronic product testing program
CN102467448A (en) * 2010-11-16 2012-05-23 安凯(广州)微电子技术有限公司 Test method and system of test case
CN104615541A (en) * 2015-02-10 2015-05-13 上海创景计算机系统有限公司 Simulation testing modeling system and method based on flow chart

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101162426A (en) * 2007-11-15 2008-04-16 中兴通讯股份有限公司 Example design test method for testing based on data driving and automatically testing platform
CN101989227A (en) * 2009-08-04 2011-03-23 中兴通讯股份有限公司 Test case generating method and device
CN101876940A (en) * 2009-11-30 2010-11-03 北京飞天诚信科技有限公司 Automatic test method and device
TW201122807A (en) * 2009-12-17 2011-07-01 Hon Hai Prec Ind Co Ltd System and method for guiding electronic product testing program
CN101968770A (en) * 2010-11-01 2011-02-09 北京航空航天大学 Reusable embedded software testing and developing method and system
CN102467448A (en) * 2010-11-16 2012-05-23 安凯(广州)微电子技术有限公司 Test method and system of test case
CN104615541A (en) * 2015-02-10 2015-05-13 上海创景计算机系统有限公司 Simulation testing modeling system and method based on flow chart

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116501650A (en) * 2023-06-27 2023-07-28 航天科工火箭技术有限公司 Method, device and medium for executing carrier rocket measurement and control flow engine
CN116501650B (en) * 2023-06-27 2023-09-12 航天科工火箭技术有限公司 Method, device and medium for executing carrier rocket measurement and control flow engine

Similar Documents

Publication Publication Date Title
CN102508716B (en) Task control device and task control method
CN102467448B (en) Test method and system of test case
CN107402788B (en) Resource packaging management method and device
CN103729450A (en) Function authority centralized management method and device
CN105183547A (en) Task scheduling method and device of user interface
CN107911741A (en) Free memory method for improving, smart television and computer-readable recording medium
CN112181378B (en) Method and device for realizing business process
WO2021129056A1 (en) High-capacity emmc mirror image manufacturing method and apparatus
CN110597695A (en) Alarm method, alarm device, computer equipment and readable storage medium
CN110399089B (en) Data storage method, device, equipment and medium
CN110599305A (en) Service processing method, device and storage medium
CN111768303A (en) Transaction processing method, device, equipment and system
CN115118723A (en) Cluster scheduling system
CN110516000B (en) Workflow management system supporting complex workflow structure
CN110782253B (en) Transaction processing method, device and equipment based on block chain
CN105487975A (en) Self organization method for spacecraft test software processes
CN112905461B (en) Method and device for executing automatic interface test case
CN114138268A (en) Derived software construction method, system and equipment based on native system
CN103809979A (en) Man-machine interaction software module integration system and implementing method thereof
CN102455932A (en) Serial execution method, device and system for task instances
WO2021139358A1 (en) Service method and apparatus based on micro-kernel model plug-in mode, device, and storage medium
CN116719586A (en) Software module calling method, device, equipment, storage medium and program product
CN114296883B (en) Light-load virtualized network experimental behavior simulator construction and scheduling method
CN104965742A (en) Automated script and apparatus for processing front-end tasks
CN106202239B (en) A kind of CAD data generation SHAPE data file 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
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20160413