CN111078572B - Automatic interaction testing method and system - Google Patents

Automatic interaction testing method and system Download PDF

Info

Publication number
CN111078572B
CN111078572B CN201911340975.8A CN201911340975A CN111078572B CN 111078572 B CN111078572 B CN 111078572B CN 201911340975 A CN201911340975 A CN 201911340975A CN 111078572 B CN111078572 B CN 111078572B
Authority
CN
China
Prior art keywords
test
configuration
engine
serial port
testing
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.)
Active
Application number
CN201911340975.8A
Other languages
Chinese (zh)
Other versions
CN111078572A (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 Toyou Feiji Electronics Co ltd
Original Assignee
Beijing Toyou Feiji Electronics 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 Beijing Toyou Feiji Electronics Co ltd filed Critical Beijing Toyou Feiji Electronics Co ltd
Priority to CN201911340975.8A priority Critical patent/CN111078572B/en
Publication of CN111078572A publication Critical patent/CN111078572A/en
Application granted granted Critical
Publication of CN111078572B publication Critical patent/CN111078572B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

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
    • G06F11/3684Test management for test design, e.g. generating new test cases
    • 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
    • G06F11/3688Test management for test execution, e.g. scheduling of test suites
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Abstract

The invention provides an automatic interaction testing method and system. The method comprises the following steps: after the test program is connected to the test equipment, the current software configuration and hardware configuration of the test equipment are comprehensively scanned; comparing the scanned software configuration with hardware configuration and configuration data in a built-in configuration database; if the comparison is consistent, automatically generating a test configuration file of the automatic test; and driving automatic testing according to the generated testing configuration file. The automatic interaction testing method and system provided by the invention can greatly improve the execution efficiency of automatic testing.

Description

Automatic interaction testing method and system
Technical Field
The invention relates to the technical field of software testing, in particular to an automatic interaction testing method and system.
Background
In the storage industry, software testing and hardware testing are an indispensable ring in a quality assurance system, and especially after the production and assembly of storage equipment are finished, the quality of the equipment must be ensured through a necessary software and hardware testing standard flow. In general, if the functional points required by the software and hardware are covered in whole, the test procedure is necessarily tedious and lengthy, and the test cost is increased. In order to solve the problem that the assembly and delivery delay is caused by shortage of workers in production test due to shortage of construction period in the actual production process, a software and hardware test system which is simple and easy to use and highly automated is of great importance.
The existing hardware test scheme is mainly divided into manual test and automatic test, and for the manual test, mainly experienced testers execute the bottom-layer command and corresponding test cases one by one according to an instruction manual for error checking. For automated testing, different configuration files are manually selected, mainly according to different device models, and then automated testing is performed.
For manual testing, the main problems are insufficient hands of engineers with abundant experience, difficult culture, long testing time and test failure caused by human negligence.
For an automated test scheme, the main problem is that the configuration files are cumbersome, and each test requires a corresponding configuration file to which it corresponds, as well as a skilled tester to write the configuration files. Secondly, when the test file is positioned to be abnormal, errors are often thrown directly, the root cause of the errors is not positioned accurately by a subsequent means, and corresponding engineers are required to conduct detailed investigation.
Disclosure of Invention
The invention aims to provide an automatic interaction test method and system, which can greatly improve the execution efficiency of automatic test.
In order to solve the technical problems, the invention provides an automatic interaction testing method, which comprises the following steps: after the test program is connected to the test equipment, the current software configuration and hardware configuration of the test equipment are comprehensively scanned; comparing the scanned software configuration with hardware configuration and configuration data in a built-in configuration database; if the comparison is consistent, automatically generating a test configuration file of the automatic test; driving automatic testing according to the generated testing configuration file; driving automatic testing according to the generated testing configuration file, comprising: and the test engine drives the serial port verification engine and the bottom interaction engine to test.
In some embodiments, further comprising: after comparing the scanned software configuration with the hardware configuration and configuration data in the built-in configuration database, prompting a tester to check the configuration if the comparison is inconsistent.
In some embodiments, the interface verification engine and the underlying interaction engine are driven by the test engine to perform testing, including: the serial port verification engine pulls corresponding test data from the configuration file database to compare whether the serial port output is correct or not.
In some embodiments, the test engine is configured to drive the serial port verification engine and the underlying interaction engine to perform a test, and further comprising: and if the serial port output is correct, outputting a test result.
In some embodiments, the test engine is configured to drive the serial port verification engine and the underlying interaction engine to perform a test, and further comprising: if the serial port output is abnormal, generating error codes, and further positioning the abnormality by the bottom interaction engine.
In some embodiments, the test engine is configured to drive the serial port verification engine and the underlying interaction engine to perform a test, and further comprising: and the bottom interaction engine automatically executes corresponding software and hardware test commands according to the abnormal codes to locate the reasons of the abnormality.
In addition, the invention also provides an automatic interaction testing system, which comprises: one or more processors; and a storage means for storing one or more programs which, when executed by the one or more processors, cause the one or more processors to implement the automated interactive test method according to the foregoing.
In addition, the invention also provides an automatic interaction testing system, which comprises: the scanning module is used for comprehensively scanning the current software configuration and hardware configuration of the test equipment after the test program is connected to the test equipment; the comparison module is used for comparing the scanned software configuration with the hardware configuration and the configuration data in the built-in configuration database; the generating module is used for automatically generating a test configuration file of automatic test if the comparison is consistent; the test module is used for driving automatic test according to the generated test configuration file; the test module is specifically used for: the test engine drives the serial port verification engine and the bottom interaction engine to test; further comprises: the prompting module is used for prompting a tester to check the configuration after comparing the scanned software configuration with the hardware configuration and the configuration data in the built-in configuration database if the comparison is inconsistent; the test engine drives the serial port verification engine and the bottom interaction engine to test, and the method comprises the following steps: the serial port verification engine pulls corresponding test data from the configuration file database to compare whether serial port output is correct or not; the test engine drives the serial port verification engine and the bottom interaction engine to test, and the method further comprises the following steps: if the serial port output is correct, outputting a test result; the test engine drives the serial port verification engine and the bottom interaction engine to test, and the method further comprises the following steps: if the serial port output is abnormal, generating error codes, and delivering the error codes to a bottom interaction engine to further locate the abnormality; the test engine drives the serial port verification engine and the bottom interaction engine to test, and the method further comprises the following steps: and the bottom interaction engine automatically executes corresponding software and hardware test commands according to the abnormal codes to locate the reasons of the abnormality.
With such a design, the invention has at least the following advantages:
1. the automatic test method is simple and easy to use, and the study cost of testers is reduced;
2. the test equipment information is automatically scanned and configuration files are generated, so that the speed, efficiency and quality of test are improved;
3. and corresponding verification operation is automatically executed according to the error information during detection, and the cause of error is directly positioned, so that the detection cost of engineers is reduced.
Drawings
The foregoing is merely an overview of the present invention, and the present invention is further described in detail below with reference to the accompanying drawings and detailed description.
FIG. 1 is a flow chart of a test method of automated interaction provided by an embodiment of the present invention;
FIG. 2 is a flow chart of an automated interactive test method provided by an embodiment of the present invention;
FIG. 3 is a block diagram of an automated interactive test system provided by an embodiment of the present invention;
FIG. 4 is a block diagram of an automated interactive test system provided by an embodiment of the present invention.
Detailed Description
The preferred embodiments of the present invention will be described below with reference to the accompanying drawings, it being understood that the preferred embodiments described herein are for illustration and explanation of the present invention only, and are not intended to limit the present invention.
The invention mainly comprises four parts, namely a configuration contrast generation engine, a serial port verification engine, a bottom interaction engine and a test engine.
The configuration contrast generating engine is used for comprehensively scanning the current software and hardware configuration of the test equipment after the test program is connected to the test equipment, comparing the current software and hardware configuration with data stored in the database, automatically generating a configuration file required by the current test if the comparison is consistent, and popping up a prompt to enable a tester to check whether hardware installation is correct or generate a new data file to be imported into the database if no matching data exists in the database.
The serial port verification engine is used for interacting with the serial port and verifying whether the serial port output is correct. The core design thought is that after specific interaction, whether the serial port output is correct or not is checked, if the serial port output is abnormal, the serial port output is matched with the abnormality, the corresponding abnormality number is searched, and then the control right is delivered to the bottom interaction engine for further positioning errors.
The bottom interactive engine automatically executes test commands designed by software and hardware engineers for testing and subsequent abnormal positioning, provides a good interface for continuously adding new testing and positioning programs, and can cover most of software and hardware problems encountered in the production process in the later period along with the continuous accumulation of production and test quantity.
The test engine is used for connecting the configuration engine, the serial port verification engine and the bottom interaction engine in series.
FIG. 1 illustrates an execution flow of a test method of the present invention that provides automated interaction. Referring to fig. 1, the execution process of the automated interactive test method includes:
1. after the main program is executed, entering a configuration contrast generation engine;
2. the configuration comparison generation engine analyzes the current hardware configuration, compares the current hardware configuration with hardware configuration data in a configuration file database, and automatically generates a test configuration file if the comparison is consistent; if the hardware configuration is inconsistent, the program automatically prompts 'the hardware configuration of the tester is not matched, please check the hardware configuration' or 'generate new hardware test configuration, update to the configuration file database';
3. after the configuration comparison generating engine generates a configuration file, the configuration file is transmitted to the testing engine to drive the serial port verification engine and the bottom interaction engine for testing;
4. the serial port verification engine pulls corresponding test data from the configuration file database to compare whether serial port output is correct or not, and if so, a test result is output; if so, generating error codes, and delivering the error codes to a bottom interaction engine to further locate the abnormality;
5. and the bottom interaction engine automatically executes corresponding software and hardware test commands according to the abnormal codes to locate the reasons of the abnormality. The engine can be updated continuously according to the requirements.
Fig. 2 is a schematic flow chart of the implementation of the method provided by the invention. Referring to fig. 2, after entering the main program portal, the profile database is read, in which the current configuration is matched. If the matching is successful, automatically generating a configuration file, and driving an automatic test process according to the generated configuration file.
FIG. 3 shows the structure of an automated interactive test system provided by the present invention. Referring to fig. 3, an automated interactive test system includes: a Central Processing Unit (CPU) 301 that can perform various appropriate actions and processes according to a program stored in a Read Only Memory (ROM) or a program loaded from a storage section 308 into a Random Access Memory (RAM) 303. In the RAM 303, various programs and data required for the system operation are also stored. The CPU 301, ROM 302, and RAM 303 are connected to each other through a bus 304. An input/output (I/O) interface 305 is also connected to bus 304.
The following components are connected to the I/O interface 305: an input section 306 including a keyboard, a mouse, and the like; an output portion 307 including a Cathode Ray Tube (CRT), a Liquid Crystal Display (LCD), and the like, a speaker, and the like; a storage section 308 including a hard disk or the like; and a communication section 309 including a network interface card such as a LAN card, a modem, or the like. The communication section 309 performs communication processing via a network such as the internet. The drive 310 is also connected to the I/O interface 305 as needed. A removable medium 311 such as a magnetic disk, an optical disk, a magneto-optical disk, a semiconductor memory, or the like is installed on the drive 310 as needed, so that a computer program read therefrom is installed into the storage section 308 as needed.
FIG. 4 shows the structure of an automated interactive test system provided by the present invention. Referring to fig. 4, an automated interactive test system includes: the scanning module is used for comprehensively scanning the current software configuration and hardware configuration of the test equipment after the test program is connected to the test equipment; the comparison module is used for comparing the scanned software configuration with the hardware configuration and the configuration data in the built-in configuration database; the generating module is used for automatically generating a test configuration file of automatic test if the comparison is consistent; the test module is used for driving automatic test according to the generated test configuration file; the test module is specifically used for: and the test engine drives the serial port verification engine and the bottom interaction engine to test.
In some embodiments, further comprising: and the prompting module is used for prompting a tester to check the configuration after comparing the scanned software configuration with the hardware configuration and the configuration data in the built-in configuration database if the comparison is inconsistent.
In some embodiments, the interface verification engine and the underlying interaction engine are driven by the test engine to perform testing, including: the serial port verification engine pulls corresponding test data from the configuration file database to compare whether the serial port output is correct or not.
In some embodiments, the test engine is configured to drive the serial port verification engine and the underlying interaction engine to perform a test, and further comprising: and if the serial port output is correct, outputting a test result.
In some embodiments, the test engine is configured to drive the serial port verification engine and the underlying interaction engine to perform a test, and further comprising: if the serial port output is abnormal, generating error codes, and further positioning the abnormality by the bottom interaction engine.
In some embodiments, the test engine is configured to drive the serial port verification engine and the underlying interaction engine to perform a test, and further comprising: and the bottom interaction engine automatically executes corresponding software and hardware test commands according to the abnormal codes to locate the reasons of the abnormality.
The technical scheme provided by the invention has the following beneficial effects:
1. the automatic test method is simple and easy to use, and the study cost of testers is reduced;
2. the test equipment information is automatically scanned and configuration files are generated, so that the speed, efficiency and quality of test are improved;
3. and corresponding verification operation is automatically executed according to the error information during detection, and the cause of error is directly positioned, so that the detection cost of engineers is reduced.
The above description is only of the preferred embodiments of the present invention, and is not intended to limit the invention in any way, and some simple modifications, equivalent variations or modifications can be made by those skilled in the art using the teachings disclosed herein, which fall within the scope of the present invention.

Claims (6)

1. An automated interactive testing method, comprising:
after the test program is connected to the test equipment, the current software configuration and hardware configuration of the test equipment are comprehensively scanned;
comparing the scanned software configuration with hardware configuration and configuration data in a built-in configuration database;
if the comparison is consistent, automatically generating a test configuration file of the automatic test;
driving automatic testing according to the generated testing configuration file;
driving automatic testing according to the generated testing configuration file, comprising:
the test engine drives the serial port verification engine and the bottom interaction engine to test; the serial port verification engine pulls corresponding test data from the configuration file database to compare whether serial port output is correct or not; if the serial port output is abnormal, generating error codes, and further positioning the abnormality by the bottom interaction engine.
2. The automated interactive testing method of claim 1, further comprising:
after comparing the scanned software configuration with the hardware configuration and configuration data in the built-in configuration database, prompting a tester to check the configuration if the comparison is inconsistent.
3. The automated interactive testing method of claim 1, wherein the testing engine is configured to drive the serial port verification engine and the underlying interactive engine for testing, further comprising:
and if the serial port output is correct, outputting a test result.
4. The automated interactive testing method of claim 1, wherein the testing engine is configured to drive the serial port verification engine and the underlying interactive engine for testing, further comprising:
and the bottom interaction engine automatically executes corresponding software and hardware test commands according to the abnormal codes to locate the reasons of the abnormality.
5. An automated interactive testing system, comprising:
one or more processors;
storage means for storing one or more programs,
when the one or more programs are executed by the one or more processors, the one or more processors are caused to implement the automated interactive testing method according to any one of claims 1 to 4.
6. An automated interactive testing system, comprising:
the scanning module is used for comprehensively scanning the current software configuration and hardware configuration of the test equipment after the test program is connected to the test equipment;
the comparison module is used for comparing the scanned software configuration with the hardware configuration and the configuration data in the built-in configuration database;
the generating module is used for automatically generating a test configuration file of automatic test if the comparison is consistent;
the test module is used for driving automatic test according to the generated test configuration file;
the test module is specifically used for: the test engine drives the serial port verification engine and the bottom interaction engine to test;
further comprises:
the prompting module is used for prompting a tester to check the configuration after comparing the scanned software configuration with the hardware configuration and the configuration data in the built-in configuration database if the comparison is inconsistent;
the test engine drives the serial port verification engine and the bottom interaction engine to test, and the method comprises the following steps:
the serial port verification engine pulls corresponding test data from the configuration file database to compare whether serial port output is correct or not;
the test engine drives the serial port verification engine and the bottom interaction engine to test, and the method further comprises the following steps:
if the serial port output is correct, outputting a test result;
the test engine drives the serial port verification engine and the bottom interaction engine to test, and the method further comprises the following steps:
if the serial port output is abnormal, generating error codes, and delivering the error codes to a bottom interaction engine to further locate the abnormality;
the test engine drives the serial port verification engine and the bottom interaction engine to test, and the method further comprises the following steps:
and the bottom interaction engine automatically executes corresponding software and hardware test commands according to the abnormal codes to locate the reasons of the abnormality.
CN201911340975.8A 2019-12-23 2019-12-23 Automatic interaction testing method and system Active CN111078572B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911340975.8A CN111078572B (en) 2019-12-23 2019-12-23 Automatic interaction testing method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911340975.8A CN111078572B (en) 2019-12-23 2019-12-23 Automatic interaction testing method and system

Publications (2)

Publication Number Publication Date
CN111078572A CN111078572A (en) 2020-04-28
CN111078572B true CN111078572B (en) 2023-08-11

Family

ID=70316911

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911340975.8A Active CN111078572B (en) 2019-12-23 2019-12-23 Automatic interaction testing method and system

Country Status (1)

Country Link
CN (1) CN111078572B (en)

Citations (21)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6779134B1 (en) * 2000-06-27 2004-08-17 Ati International Srl Software test system and method
JP2006059476A (en) * 2004-08-20 2006-03-02 Matsushita Electric Ind Co Ltd Optical disk controller and optical disk control method
CN101520744A (en) * 2009-03-31 2009-09-02 上海远景数字信息技术有限公司 Self-checking serial communication system and self-checking method thereof
CN102289398A (en) * 2010-06-17 2011-12-21 英业达股份有限公司 Restart testing method
CN102665093A (en) * 2012-03-13 2012-09-12 深圳市九洲电器有限公司 Test method for set top box and test system thereof
US8433953B1 (en) * 2007-08-13 2013-04-30 The Mathworks, Inc. Automatic configuration of a test environment
CN103401723A (en) * 2013-07-05 2013-11-20 上海市共进通信技术有限公司 Double configuration region leading-in testing system and method in coaxial cable Ethernet terminal equipment
CN105930274A (en) * 2016-05-05 2016-09-07 中国银行股份有限公司 Automated test method and system
CN106227633A (en) * 2016-08-02 2016-12-14 浪潮电子信息产业股份有限公司 A kind of server diagnostic test method automatically configuring test item
CN106569943A (en) * 2015-10-09 2017-04-19 北京北方微电子基地设备工艺研究中心有限责任公司 Hardware testing method and hardware testing system for equipment
CN106708718A (en) * 2015-07-22 2017-05-24 北京京东尚科信息技术有限公司 Service framework interface testing method and device
CN106776320A (en) * 2016-12-16 2017-05-31 四川长虹电器股份有限公司 Android intelligent terminal automatization test system and method
CN106897179A (en) * 2017-02-23 2017-06-27 重庆大学 A kind of serial communication self checking method
CN206876863U (en) * 2017-06-08 2018-01-12 山东超越数控电子股份有限公司 A kind of configurable high-speed record board
CN107992409A (en) * 2017-11-21 2018-05-04 平安养老保险股份有限公司 Method for generating test case, device, computer equipment and storage medium
CN108874678A (en) * 2018-06-28 2018-11-23 北京顺丰同城科技有限公司 A kind of automatic test approach and device of intelligent program
CN109240915A (en) * 2018-08-14 2019-01-18 平安普惠企业管理有限公司 System detection method, device, computer equipment and storage medium
CN109508267A (en) * 2018-11-09 2019-03-22 郑州云海信息技术有限公司 A kind of server hardware configuration detection method, device, equipment and storage medium
CN109800156A (en) * 2018-12-20 2019-05-24 交控科技股份有限公司 A kind of subway signal system automation test method based on profile command
CN109933533A (en) * 2019-03-25 2019-06-25 杭州安恒信息技术股份有限公司 A kind of visualized data test method, device, equipment and readable storage medium storing program for executing
CN110389867A (en) * 2018-04-19 2019-10-29 卡巴斯基实验室股份制公司 Method for testing Hardware & software system automatically

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7793269B2 (en) * 2005-02-15 2010-09-07 Ebay Inc. Parallel software testing based on a normalized configuration

Patent Citations (21)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6779134B1 (en) * 2000-06-27 2004-08-17 Ati International Srl Software test system and method
JP2006059476A (en) * 2004-08-20 2006-03-02 Matsushita Electric Ind Co Ltd Optical disk controller and optical disk control method
US8433953B1 (en) * 2007-08-13 2013-04-30 The Mathworks, Inc. Automatic configuration of a test environment
CN101520744A (en) * 2009-03-31 2009-09-02 上海远景数字信息技术有限公司 Self-checking serial communication system and self-checking method thereof
CN102289398A (en) * 2010-06-17 2011-12-21 英业达股份有限公司 Restart testing method
CN102665093A (en) * 2012-03-13 2012-09-12 深圳市九洲电器有限公司 Test method for set top box and test system thereof
CN103401723A (en) * 2013-07-05 2013-11-20 上海市共进通信技术有限公司 Double configuration region leading-in testing system and method in coaxial cable Ethernet terminal equipment
CN106708718A (en) * 2015-07-22 2017-05-24 北京京东尚科信息技术有限公司 Service framework interface testing method and device
CN106569943A (en) * 2015-10-09 2017-04-19 北京北方微电子基地设备工艺研究中心有限责任公司 Hardware testing method and hardware testing system for equipment
CN105930274A (en) * 2016-05-05 2016-09-07 中国银行股份有限公司 Automated test method and system
CN106227633A (en) * 2016-08-02 2016-12-14 浪潮电子信息产业股份有限公司 A kind of server diagnostic test method automatically configuring test item
CN106776320A (en) * 2016-12-16 2017-05-31 四川长虹电器股份有限公司 Android intelligent terminal automatization test system and method
CN106897179A (en) * 2017-02-23 2017-06-27 重庆大学 A kind of serial communication self checking method
CN206876863U (en) * 2017-06-08 2018-01-12 山东超越数控电子股份有限公司 A kind of configurable high-speed record board
CN107992409A (en) * 2017-11-21 2018-05-04 平安养老保险股份有限公司 Method for generating test case, device, computer equipment and storage medium
CN110389867A (en) * 2018-04-19 2019-10-29 卡巴斯基实验室股份制公司 Method for testing Hardware & software system automatically
CN108874678A (en) * 2018-06-28 2018-11-23 北京顺丰同城科技有限公司 A kind of automatic test approach and device of intelligent program
CN109240915A (en) * 2018-08-14 2019-01-18 平安普惠企业管理有限公司 System detection method, device, computer equipment and storage medium
CN109508267A (en) * 2018-11-09 2019-03-22 郑州云海信息技术有限公司 A kind of server hardware configuration detection method, device, equipment and storage medium
CN109800156A (en) * 2018-12-20 2019-05-24 交控科技股份有限公司 A kind of subway signal system automation test method based on profile command
CN109933533A (en) * 2019-03-25 2019-06-25 杭州安恒信息技术股份有限公司 A kind of visualized data test method, device, equipment and readable storage medium storing program for executing

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
赖建勇.弹载计算机实时测试系统的研究.《中国优秀硕士学位论文全文数据库 (信息科技辑)》.2013,I140-471. *

Also Published As

Publication number Publication date
CN111078572A (en) 2020-04-28

Similar Documents

Publication Publication Date Title
US6799145B2 (en) Process and system for quality assurance for software
EP2960799A1 (en) Defect localization in software integration tests
US20060248405A1 (en) Method for automating unit test development
US20110125448A1 (en) Three-dimensional application program framework structure and a method for implementing an application program based on the same, and an automatic testing system based on a three-dimensional application software framework and a method therefor
EP2557499A1 (en) A system and method for automatic impact variable analysis and field expansion in mainframe systems
CN111814354B (en) Simulation test method, system, medium and electronic device for instrument performance
CN110119348B (en) Software upgrading test method and terminal
CN110910081A (en) Workflow configuration implementation method and system based on laboratory information management system
CN107832176A (en) Hard disk pressure automatic test approach and system under a kind of Windows
CN113127486B (en) Information collection and storage method, device, equipment and storage medium
CN111078572B (en) Automatic interaction testing method and system
CN115794639B (en) Visual test based on flow and visual simulation test system and method
CN114661615B (en) FPGA software testing method and device
CN109976963A (en) A kind of method and apparatus that the BMC test macro based on general-purpose platform is realized
CN111753296B (en) Method and device for repairing system component bugs
CN112487669A (en) System and method for verifying control logic design of nuclear power plant
CN109634842B (en) QT application-based test method and system
CN109542768A (en) A kind of multi-lingual automatic testing method based on Labview
CN111752823A (en) Method, device and equipment for testing vehicle-mounted power supply application software
CN116627992A (en) Verification data importing method, device, computer equipment and storage medium
CN114371997A (en) Method and device for verifying software and hardware configuration and logic diagram of relay protection device
CN114401032B (en) Testing method and system for satellite communication comprehensive tester
CN109815131B (en) Static inspection system and method for rail transit vehicle-mounted software semi-formalization requirement
CN110750452B (en) Automatic test method and device
CN117893149A (en) Method, system, computer equipment and storage medium for managing probe card acceptance

Legal Events

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