CN102541730A - Semantic identification and automatic generation method for spacecraft test script - Google Patents

Semantic identification and automatic generation method for spacecraft test script Download PDF

Info

Publication number
CN102541730A
CN102541730A CN2011104072522A CN201110407252A CN102541730A CN 102541730 A CN102541730 A CN 102541730A CN 2011104072522 A CN2011104072522 A CN 2011104072522A CN 201110407252 A CN201110407252 A CN 201110407252A CN 102541730 A CN102541730 A CN 102541730A
Authority
CN
China
Prior art keywords
test
script
test case
module
spacecraft
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN2011104072522A
Other languages
Chinese (zh)
Other versions
CN102541730B (en
Inventor
吕伟
闫金栋
张海祥
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Institute of Spacecraft System Engineering
Original Assignee
Beijing Institute of Spacecraft System Engineering
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 Beijing Institute of Spacecraft System Engineering filed Critical Beijing Institute of Spacecraft System Engineering
Priority to CN201110407252.2A priority Critical patent/CN102541730B/en
Publication of CN102541730A publication Critical patent/CN102541730A/en
Application granted granted Critical
Publication of CN102541730B publication Critical patent/CN102541730B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Abstract

The invention discloses a semantic identification and automatic generation method for a spacecraft test script, which is applied to the field of automatic test of a spacecraft. The method comprises the following steps: step1: establishing a table module for describing a spacecraft test case, and setting a step data column for each step in the test case; step2: establishing a binding relationship configuring module for describing a test script syntax and the test case table module, describing the binding relationship of corresponding columns in test script syntax elements and the test case table module by using an XML (extensible markup language); and step3: establishing a test script automatic generating engine module based on the test case table module and the binding relationship configuring module, parsing a test case table through the engine, and reading a script syntax binding configuring file of the test case table. According to the invention, a tester can fill in parameters of a test step directly, without the need of mastering the syntax of an underlying script language; all test cases are maintained in a table form; the test business is clear in logic; and the maintenance workload is reduced.

Description

Semantic identification of a kind of spacecraft test script and automatic generation method
Technical field
The present invention relates to a kind of automatic generation method of test script, be applied to spacecraft automatic test field.
Background technology
In the satellite test field, possessed at present and utilized script to carry out the to a certain degree condition of automatic test, but the common more complicated of test script grammer as far as being unfamiliar with the tester of script grammer, is not easy to direct compile script.And spacecraft test case quantity is very big, directly writes with maintenance test very big with the workload of case script.
Summary of the invention
The present invention provides semantic identification of a kind of spacecraft test script and automatic generation method; The tester can directly fill in the parameter of testing procedure; Need not to grasp the grammer of bottom script, all test cases safeguard that with form test service clear logic and maintenance workload reduce.
Technical solution of the present invention is: propose semantic identification of a kind of spacecraft test script and automatic generation method, may further comprise the steps:
The first step: set up and describe spacecraft test case form module, each step in the test case is provided with the step data rows, not the setting operation key column; Test case is write personnel through the required step data of each testing procedure of filling in any test case line by line in this template, forms the test case form with flow process and step data;
Second step: set up the binding relationship configuration module of describing test script grammer and test case form template, adopt the XML language to realize description to the binding relationship of respective column in test script syntactic element and the test case form template; Through using different configuration files, realize the test case form template of different structure is bound with different test script language syntaxs;
The 3rd step: realize that based on test case form module and binding relationship configuration module test script generates engine modules automatically; Resolve the test case form through this engine; And read its script grammer and bind configuration file, the script syntactic element of line by line each row content being bound is associated, and is that test parameter carries out the pattern-recognition based on regular expression to cell content then; Obtain its semanteme, and then generate corresponding script automatically.
Test script generates engine modules automatically and comprises form analysis module, configuration file parsing module and script generation module; Wherein the form analysis module is responsible for line by line, is resolved the test case table content by row; The configuration file parsing module is responsible for resolving the configuration file based on the binding relationship of the test script grammer of XML and test case form template; Obtain the pairing script syntactic element of table content; Script generation module is responsible for the pattern match through regular expression, generation script text.
Beneficial effect of the present invention:
1. existing script generation technique needs assigned operation key word and data (key word driving method), perhaps solidifies the test script actuating logic in advance, and the tester fills in the use-case data, dynamic reading of data (data-driven method) when test script is carried out.The key word driving method needs the tester to remember key word and uses, and is not easy to grasp.Data-driven method does not need tester's nominal key, only need the nominative testing data parameters, but test logic solidifies, and revising test logic also needs the direct modification scripted code.The present invention generates engine automatically through script and carries out pattern-recognition, the format semanteme of template content of resolution table, and the user need not in template, to specify action type, only need insert concrete parameter, and system just can the identifying operation type, and generates corresponding scripts.Foundation and maintenance test script are all very convenient.
2. form template can be bound with different script syntax rules, and script generates engine and has versatility, can generate multiple script.
Embodiment
The semantic identification of spacecraft test script of the present invention is at first set up with automatic generation method and is described spacecraft test case form module, and the basic structure of this form is following, and can on basic structure, expand new row by the test case personnel that write.
Table 1 test case form template basic structure
Figure BDA0000117633130000021
The tester directly fills in the step data (for example the target step of telecommand number, telemetry parameter criterion, testing process control types and redirect number etc.) of each testing procedure in the form template according to test case; Need not in template, to specify operational motion, do not rely on the key word and the syntax format of script; After the intact step data of form template completion, the test case form examples of formation is following.
Table 2 test case form examples
Figure BDA0000117633130000022
Secondly set up the binding relationship configuration module of describing test script grammer and test case form template, be used for describing the binding relationship of certain specific each syntactic element of script of respectively being listed as of test case form template.
The structure of this configuration file is following.
Figure BDA0000117633130000031
Realize that based on test case form module and binding relationship configuration module test script generates engine modules automatically at last; That this engine can be resolved the test case form and read its script grammer and bind configuration file; The script syntactic element of line by line each row content being bound is associated; Automatically cell content (being test parameter) is carried out the pattern-recognition based on regular expression then, obtain its semanteme, and then generate corresponding script automatically.When test service generation marked change need be changed the form template; In the time of maybe need using new test script language; Can revise the configuration file that form and script grammer are bound flexibly, need not revise script and generate engine automatically, can generate demand by the new script of fast adaptation.
Script generates engine automatically and comprises 3 modules: the form analysis module: be responsible for line by line, resolve the test case table content by row; Configuration file parsing module: resolve configuration file, obtain the pairing script syntactic element of table content based on the binding relationship of the test script grammer of XML and test case form template; Script generation module: through the pattern match of regular expression, the generation script text.
To sum up; The tester is according to the actual flow process of test case; Directly in form, fill in the parameter (for example telecommand number, telemetry parameter criterion, testing process control) of each testing procedure; Need not in template, to specify action type, do not rely on the key word and the syntax format of script; Designed and Implemented a kind of test script and generated engine automatically, this engine can carry out pattern-recognition to the test parameter in the test case form, obtains its semanteme, and then generates corresponding script automatically; The form template can be bound with different script syntax rules, and binding information adopts configuration file to describe, and script generates engine and has certain versatility, can according to different table format template with bind configuration and generate multiple script.

Claims (2)

1. semantic identification of spacecraft test script and automatic generation method is characterized in that, may further comprise the steps:
The first step: set up and describe spacecraft test case form module, each step in the test case is provided with the step data rows, not the setting operation key column; Test case is write personnel through the required step data of each testing procedure of filling in any test case line by line in this template, forms the test case form with flow process and step data;
Second step: set up the binding relationship configuration module of describing test script grammer and test case form template, adopt the XML language to realize description to the binding relationship of respective column in test script syntactic element and the test case form template; Through using different configuration files, realize the test case form template of different structure is bound with different test script language syntaxs;
The 3rd step: realize that based on test case form module and binding relationship configuration module test script generates engine modules automatically; Resolve the test case form through this engine; And read its script grammer and bind configuration file, the script syntactic element of line by line each row content being bound is associated, and is that test parameter carries out the pattern-recognition based on regular expression to cell content then; Obtain its semanteme, and then generate corresponding script automatically.
2. semantic identification of a kind of spacecraft test script as claimed in claim 1 and automatic generation method is characterized in that test script generates engine modules automatically and comprises form analysis module, configuration file parsing module and script generation module; Wherein the form analysis module is responsible for line by line, is resolved the test case table content by row; The configuration file parsing module is responsible for resolving the configuration file based on the binding relationship of the test script grammer of XML and test case form template; Obtain the pairing script syntactic element of table content; Script generation module is responsible for the pattern match through regular expression, generation script text.
CN201110407252.2A 2011-12-08 2011-12-08 Semantic identification and automatic generation method for spacecraft test script Active CN102541730B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201110407252.2A CN102541730B (en) 2011-12-08 2011-12-08 Semantic identification and automatic generation method for spacecraft test script

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201110407252.2A CN102541730B (en) 2011-12-08 2011-12-08 Semantic identification and automatic generation method for spacecraft test script

Publications (2)

Publication Number Publication Date
CN102541730A true CN102541730A (en) 2012-07-04
CN102541730B CN102541730B (en) 2014-08-27

Family

ID=46348672

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201110407252.2A Active CN102541730B (en) 2011-12-08 2011-12-08 Semantic identification and automatic generation method for spacecraft test script

Country Status (1)

Country Link
CN (1) CN102541730B (en)

Cited By (36)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103064403A (en) * 2012-12-19 2013-04-24 潍柴动力股份有限公司 Method and system of electronic control unit (ECU) hardware-in-loop simulation automated testing
CN103218451A (en) * 2013-04-27 2013-07-24 北京空间飞行器总体设计部 Automatic spacecraft test data interpreting method
CN103218292A (en) * 2013-03-29 2013-07-24 北京控制工程研究所 Automatic testing system for aerospace satellite-borne software
CN103810088A (en) * 2012-11-09 2014-05-21 阿里巴巴集团控股有限公司 Method and device for testing business valves of business pipeline
CN103942140A (en) * 2013-12-19 2014-07-23 江苏锐天信息科技有限公司 Automatic testing program conversion method
CN104572370A (en) * 2013-10-28 2015-04-29 帝斯贝思数字信号处理和控制工程有限公司 System and method for testing controller by means of test environment
CN104615541A (en) * 2015-02-10 2015-05-13 上海创景计算机系统有限公司 Simulation testing modeling system and method based on flow chart
CN105808437A (en) * 2016-03-09 2016-07-27 广州彩瞳网络技术有限公司 Automation testing method and system based on test case data table
CN106526506A (en) * 2016-11-03 2017-03-22 武汉通畅汽车电子照明有限公司 LED automobile headlamp test case automatic generation method
US9690689B2 (en) 2015-04-24 2017-06-27 Microsoft Technology Licensing, Llc Test case generation in a development environment
CN106959876A (en) * 2017-03-23 2017-07-18 广东工业大学 A kind of ship control device software layout method and system
CN107590079A (en) * 2017-10-26 2018-01-16 郑州云海信息技术有限公司 A kind of heterogeneous test script scheduling method of testing of service-oriented device
CN107678973A (en) * 2017-10-31 2018-02-09 北京润科通用技术有限公司 The automatic generation method and system of a kind of test script
CN107861872A (en) * 2017-11-03 2018-03-30 郑州云海信息技术有限公司 A kind of generation method, device, equipment and the storage medium of automatized script template
CN108459957A (en) * 2017-11-29 2018-08-28 平安科技(深圳)有限公司 Test method, device, equipment and the storage medium of fund system test case
WO2018188342A1 (en) * 2017-04-13 2018-10-18 平安科技(深圳)有限公司 Method, apparatus and device for generating script file, and computer-readable storage medium
CN108920382A (en) * 2018-07-31 2018-11-30 惠州市德赛西威汽车电子股份有限公司 Method for generating test case, device, storage medium and server
CN109101840A (en) * 2018-08-17 2018-12-28 中国建设银行股份有限公司 A kind of authorization business rule structuring conversion method and device
CN109299005A (en) * 2018-09-05 2019-02-01 北京邮电大学 The generation method and device of test script
CN109840206A (en) * 2018-12-26 2019-06-04 深圳壹账通智能科技有限公司 Data test method, apparatus, terminal and storage medium
CN109840192A (en) * 2017-11-27 2019-06-04 北京京东尚科信息技术有限公司 The method and apparatus of automatic test
CN109857646A (en) * 2019-01-08 2019-06-07 广州云测信息技术有限公司 A kind of automated testing method and device
CN110286901A (en) * 2019-07-04 2019-09-27 广州广燃设计有限公司 A kind of scenario generation method based on CAD, system and storage medium
CN110632878A (en) * 2019-10-08 2019-12-31 上海宝阶智能科技有限公司 Method and device for heterogeneous embedded tabular processing and action flow execution
CN110765012A (en) * 2019-10-15 2020-02-07 北京信安世纪科技股份有限公司 Automatic test script generation and analysis execution method
CN110770700A (en) * 2017-06-23 2020-02-07 通用电气航空系统有限责任公司 Generating scripts that facilitate performing tasks within different runtime environments utilizing different languages and grammars
CN111221728A (en) * 2019-12-31 2020-06-02 卡斯柯信号有限公司 Self-adaptive test script system and method for rail transit automatic control software
CN111723005A (en) * 2020-05-25 2020-09-29 四川九洲电器集团有限责任公司 Configuration method of automatic test software of test system
CN112100053A (en) * 2020-08-07 2020-12-18 北京控制工程研究所 Automatic operation compiling method based on satellite-borne target system verification
CN112306841A (en) * 2019-07-26 2021-02-02 比亚迪股份有限公司 Automatic testing method, device and equipment for track service
CN112783774A (en) * 2021-01-25 2021-05-11 东风电子科技股份有限公司 Script file generation system for realizing automatic test and test control method thereof
CN112799967A (en) * 2021-03-29 2021-05-14 广州嘉为科技有限公司 GIT-based test script write-back test case method, system, device and medium
CN113010358A (en) * 2021-03-17 2021-06-22 北京航空航天大学 LTPB (Low temperature pluggable) bus detection device applied to avionics system and method for testing flow description language of LTPB bus detection device
CN113419774A (en) * 2021-05-31 2021-09-21 西南电子技术研究所(中国电子科技集团公司第十研究所) Test method for automatically traversing different test parameters of tested product
CN113704099A (en) * 2021-08-20 2021-11-26 北京空间飞行器总体设计部 Test script generation method and equipment for spacecraft power system evaluation
CN117171052A (en) * 2023-10-30 2023-12-05 浙江禾川科技股份有限公司 Script testing method, device, equipment and medium based on XML language

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1677197A1 (en) * 2004-12-31 2006-07-05 ST Incard S.r.l. Test case automatic generation method for testing proactive GSM applications on SIM card
US7299382B2 (en) * 2002-04-29 2007-11-20 Sun Microsystems, Inc. System and method for automatic test case generation
CN101996131A (en) * 2009-08-19 2011-03-30 航天信息股份有限公司 Automatic test method and automatic test platform for graphic user interface (GUI) based on x extensive makeup language (XML) packaging key word
CN102156673A (en) * 2011-04-20 2011-08-17 北京航空航天大学 Test case description oriented GUI (Graphical User Interface) automatic test system and test method thereof

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7299382B2 (en) * 2002-04-29 2007-11-20 Sun Microsystems, Inc. System and method for automatic test case generation
EP1677197A1 (en) * 2004-12-31 2006-07-05 ST Incard S.r.l. Test case automatic generation method for testing proactive GSM applications on SIM card
CN101996131A (en) * 2009-08-19 2011-03-30 航天信息股份有限公司 Automatic test method and automatic test platform for graphic user interface (GUI) based on x extensive makeup language (XML) packaging key word
CN102156673A (en) * 2011-04-20 2011-08-17 北京航空航天大学 Test case description oriented GUI (Graphical User Interface) automatic test system and test method thereof

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
李玮: "《软件自动化测试混合框架的研究与实现》", 《中国优秀硕士学位论文全文数据库》, 15 May 2007 (2007-05-15), pages 24 - 29 *

Cited By (48)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103810088B (en) * 2012-11-09 2017-06-09 阿里巴巴集团控股有限公司 The business valve method of testing and device of a kind of business pipeline
CN103810088A (en) * 2012-11-09 2014-05-21 阿里巴巴集团控股有限公司 Method and device for testing business valves of business pipeline
CN103064403B (en) * 2012-12-19 2015-11-18 潍柴动力股份有限公司 A kind of ECU hardware-in-loop simulation automated testing method and system
CN103064403A (en) * 2012-12-19 2013-04-24 潍柴动力股份有限公司 Method and system of electronic control unit (ECU) hardware-in-loop simulation automated testing
CN103218292A (en) * 2013-03-29 2013-07-24 北京控制工程研究所 Automatic testing system for aerospace satellite-borne software
CN103218292B (en) * 2013-03-29 2015-09-23 北京控制工程研究所 A kind of aerospace satellite-borne software Auto-Test System
CN103218451A (en) * 2013-04-27 2013-07-24 北京空间飞行器总体设计部 Automatic spacecraft test data interpreting method
CN103218451B (en) * 2013-04-27 2015-07-01 北京空间飞行器总体设计部 Automatic spacecraft test data interpreting method
CN104572370A (en) * 2013-10-28 2015-04-29 帝斯贝思数字信号处理和控制工程有限公司 System and method for testing controller by means of test environment
CN103942140A (en) * 2013-12-19 2014-07-23 江苏锐天信息科技有限公司 Automatic testing program conversion method
CN104615541A (en) * 2015-02-10 2015-05-13 上海创景计算机系统有限公司 Simulation testing modeling system and method based on flow chart
US9690689B2 (en) 2015-04-24 2017-06-27 Microsoft Technology Licensing, Llc Test case generation in a development environment
CN105808437A (en) * 2016-03-09 2016-07-27 广州彩瞳网络技术有限公司 Automation testing method and system based on test case data table
CN105808437B (en) * 2016-03-09 2020-05-12 广州优视网络科技有限公司 Automatic test method and system based on test case data sheet
CN106526506A (en) * 2016-11-03 2017-03-22 武汉通畅汽车电子照明有限公司 LED automobile headlamp test case automatic generation method
CN106959876A (en) * 2017-03-23 2017-07-18 广东工业大学 A kind of ship control device software layout method and system
WO2018188342A1 (en) * 2017-04-13 2018-10-18 平安科技(深圳)有限公司 Method, apparatus and device for generating script file, and computer-readable storage medium
CN110770700A (en) * 2017-06-23 2020-02-07 通用电气航空系统有限责任公司 Generating scripts that facilitate performing tasks within different runtime environments utilizing different languages and grammars
CN107590079A (en) * 2017-10-26 2018-01-16 郑州云海信息技术有限公司 A kind of heterogeneous test script scheduling method of testing of service-oriented device
CN107678973A (en) * 2017-10-31 2018-02-09 北京润科通用技术有限公司 The automatic generation method and system of a kind of test script
CN107678973B (en) * 2017-10-31 2020-06-05 北京润科通用技术有限公司 Automatic generation method and system of test script
CN107861872A (en) * 2017-11-03 2018-03-30 郑州云海信息技术有限公司 A kind of generation method, device, equipment and the storage medium of automatized script template
CN109840192A (en) * 2017-11-27 2019-06-04 北京京东尚科信息技术有限公司 The method and apparatus of automatic test
CN109840192B (en) * 2017-11-27 2022-06-07 北京京东尚科信息技术有限公司 Method and device for automatic testing
CN108459957A (en) * 2017-11-29 2018-08-28 平安科技(深圳)有限公司 Test method, device, equipment and the storage medium of fund system test case
CN108920382A (en) * 2018-07-31 2018-11-30 惠州市德赛西威汽车电子股份有限公司 Method for generating test case, device, storage medium and server
CN109101840A (en) * 2018-08-17 2018-12-28 中国建设银行股份有限公司 A kind of authorization business rule structuring conversion method and device
CN109299005A (en) * 2018-09-05 2019-02-01 北京邮电大学 The generation method and device of test script
CN109840206A (en) * 2018-12-26 2019-06-04 深圳壹账通智能科技有限公司 Data test method, apparatus, terminal and storage medium
CN109857646A (en) * 2019-01-08 2019-06-07 广州云测信息技术有限公司 A kind of automated testing method and device
CN110286901A (en) * 2019-07-04 2019-09-27 广州广燃设计有限公司 A kind of scenario generation method based on CAD, system and storage medium
CN112306841A (en) * 2019-07-26 2021-02-02 比亚迪股份有限公司 Automatic testing method, device and equipment for track service
CN112306841B (en) * 2019-07-26 2022-09-09 比亚迪股份有限公司 Automatic testing method, device and equipment for track service
CN110632878A (en) * 2019-10-08 2019-12-31 上海宝阶智能科技有限公司 Method and device for heterogeneous embedded tabular processing and action flow execution
CN110765012A (en) * 2019-10-15 2020-02-07 北京信安世纪科技股份有限公司 Automatic test script generation and analysis execution method
CN111221728A (en) * 2019-12-31 2020-06-02 卡斯柯信号有限公司 Self-adaptive test script system and method for rail transit automatic control software
CN111221728B (en) * 2019-12-31 2022-08-23 卡斯柯信号有限公司 Self-adaptive test script system and method for rail transit automatic control software
CN111723005A (en) * 2020-05-25 2020-09-29 四川九洲电器集团有限责任公司 Configuration method of automatic test software of test system
CN112100053A (en) * 2020-08-07 2020-12-18 北京控制工程研究所 Automatic operation compiling method based on satellite-borne target system verification
CN112100053B (en) * 2020-08-07 2023-07-14 北京控制工程研究所 Automatic operation writing method based on verification of satellite-borne target system
CN112783774A (en) * 2021-01-25 2021-05-11 东风电子科技股份有限公司 Script file generation system for realizing automatic test and test control method thereof
CN113010358A (en) * 2021-03-17 2021-06-22 北京航空航天大学 LTPB (Low temperature pluggable) bus detection device applied to avionics system and method for testing flow description language of LTPB bus detection device
CN112799967B (en) * 2021-03-29 2021-07-06 广州嘉为科技有限公司 GIT-based test script write-back test case method, system, device and medium
CN112799967A (en) * 2021-03-29 2021-05-14 广州嘉为科技有限公司 GIT-based test script write-back test case method, system, device and medium
CN113419774A (en) * 2021-05-31 2021-09-21 西南电子技术研究所(中国电子科技集团公司第十研究所) Test method for automatically traversing different test parameters of tested product
CN113704099A (en) * 2021-08-20 2021-11-26 北京空间飞行器总体设计部 Test script generation method and equipment for spacecraft power system evaluation
CN117171052A (en) * 2023-10-30 2023-12-05 浙江禾川科技股份有限公司 Script testing method, device, equipment and medium based on XML language
CN117171052B (en) * 2023-10-30 2024-02-09 浙江禾川科技股份有限公司 Script testing method, device, equipment and medium based on XML language

Also Published As

Publication number Publication date
CN102541730B (en) 2014-08-27

Similar Documents

Publication Publication Date Title
CN102541730B (en) Semantic identification and automatic generation method for spacecraft test script
CN101661460B (en) Method and device for generating management system report
CN102663103A (en) Configurable method for automatically generating database and accessing data
CN104133772A (en) Automatic test data generation method
CN103502952A (en) Creating a test case
CN107273117A (en) A kind of quick Code automatic build system for programming friendly
CN101976235A (en) Extensible Word report automatically-generating method based on dynamic web page
CN105373469A (en) Interface based software automation test method
CN102214244A (en) Analytic method and system for docx file information
CN104407863A (en) Abstract control model programming device and method
CN106469140A (en) A kind of report generating system and its method
CN102830947A (en) Report printing control implemented based on report printing template format
CN102779321A (en) Method and device used for verifying message and based on integrated Ethernet chip (IEC) 61968 message type definition
CN103823793A (en) Realizing method for dynamic report based on Excel template
CN102215126A (en) Method and device for generating performance report
CN109445771A (en) A kind of off line network layers block code Auto-Generation Tool of CS framework and method
CN109766280A (en) Method for testing software and software test platform
CN103780624A (en) General application layer network communication protocol application method for complicated system
CN102955740A (en) Driving function and stub function generating method based on Perl
CN103176778A (en) Method and device for webpage development
CN101968782B (en) Sample report conversion method and system based on bank system
CN104991776A (en) Excel reading and writing method based on configuration
CN103699478A (en) Test case generation system and test case generation method
CN102520942B (en) Development platform and method of distributed marine observation software system based on sensor
CN104750887A (en) Method for generating parameterized unit in modularized mode

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant