CN111078572A - Automated interaction testing method and system - Google Patents

Automated interaction testing method and system Download PDF

Info

Publication number
CN111078572A
CN111078572A CN201911340975.8A CN201911340975A CN111078572A CN 111078572 A CN111078572 A CN 111078572A CN 201911340975 A CN201911340975 A CN 201911340975A CN 111078572 A CN111078572 A CN 111078572A
Authority
CN
China
Prior art keywords
test
engine
configuration
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.)
Granted
Application number
CN201911340975.8A
Other languages
Chinese (zh)
Other versions
CN111078572B (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

Images

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

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 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 and hardware configuration with configuration data in a built-in configuration database; if the comparison is consistent, automatically generating a test configuration file for automatic test; and driving automatic test according to the generated test configuration file. The automatic interactive test method and the automatic interactive test system can greatly improve the execution efficiency of automatic test.

Description

Automated 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 indispensable in a quality assurance system, and particularly after the production and assembly of storage equipment are finished, the quality of the equipment must be ensured through necessary software and hardware testing standard processes. Generally, if the functional points required by the software and hardware are covered completely, the testing process is tedious and lengthy, and the testing cost is increased. In order to solve the problems of short construction period and delay of assembly and delivery caused by insufficient hands of production testers in the actual production process, a simple and easy-to-use highly-automated software and hardware testing system is of great importance.
The existing hardware testing scheme mainly comprises manual testing and automatic testing, and for the manual testing, mainly experienced testers execute bottom-layer commands and corresponding test cases one by one according to a guide manual to check errors. For automated testing, different configuration files are manually selected mainly according to different equipment models, and then the automated testing is executed.
For manual testing, the main problems are insufficient hands of experienced engineers, difficulty in culture, long testing time and test failure caused by human negligence.
For an automatic test scheme, the main problem is that configuration files are complicated, each test needs a corresponding configuration file corresponding to the test, and a skilled tester needs to write the configuration files. Secondly, when the test file is positioned to be abnormal, errors are often thrown out directly, the root cause of the accurate positioning errors of subsequent means is avoided, and corresponding engineers are required to conduct detailed investigation.
Disclosure of Invention
The technical problem to be solved by the invention is to provide an automatic interactive testing method and system, which can greatly improve the execution efficiency of automatic testing.
In order to solve the technical problem, 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 and hardware configuration with configuration data in a built-in configuration database; if the comparison is consistent, automatically generating a test configuration file for automatic test; driving automatic test according to the generated test configuration file; driving an automatic test according to the generated test configuration file, comprising: and the test engine drives the serial port verification engine and the bottom layer interaction engine to test.
In some embodiments, further comprising: after the scanned software configuration and hardware configuration are compared with the configuration data in the built-in configuration database, if the comparison is inconsistent, a tester is prompted to check the configuration.
In some embodiments, the test engine drives the serial port verification engine and the underlying interaction engine to perform the test, including: the serial port verification engine is used for comparing whether the serial port output is correct or not by pulling the corresponding test data from the configuration file database.
In some embodiments, the testing engine drives the serial port verification engine and the underlying interaction engine to perform testing, and further includes: and if the serial port outputs correctly, outputting a test result.
In some embodiments, the testing engine drives the serial port verification engine and the underlying interaction engine to perform testing, and further includes: and if the serial port output is abnormal, generating error codes, and delivering the error codes to a bottom layer interaction engine to further position the abnormality.
In some embodiments, the testing engine drives the serial port verification engine and the underlying interaction engine to perform testing, and further includes: and the bottom layer interaction engine automatically executes corresponding software and hardware test commands according to the abnormal codes and locates the reasons of the abnormal codes.
In addition, the invention also provides an automatic interactive test system, which comprises: one or more processors; a storage device for storing one or more programs that, when executed by the one or more processors, cause the one or more processors to implement a test method according to the automated interaction described above.
In addition, the invention also provides an automatic interactive test 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 with the configuration data in the built-in configuration database; the generating module is used for automatically generating a test configuration file for 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 configured to: testing by a serial port verification engine and a bottom layer interaction engine driven by a test engine; further comprising: the prompting module is used for prompting a tester to check the configuration if the scanned software configuration and the scanned hardware configuration are not consistent with the configuration data in the built-in configuration database after the scanned software configuration and the scanned hardware configuration are compared with the configuration data in the built-in configuration database; the test engine drives the serial port verification engine and the bottom layer interaction engine to test, and the test method comprises the following steps: the serial port verification engine is used for comparing whether the serial port output is correct or not by pulling corresponding test data from the configuration file database; the test engine drives the serial port verification engine and the bottom layer interaction engine to test, and the method further comprises the following steps: if the serial port outputs correctly, outputting a test result; the test engine drives the serial port verification engine and the bottom layer interaction engine to test, and the method further comprises the following steps: if the serial port output is abnormal, generating error codes, and submitting the error codes to a bottom layer interaction engine to further position the abnormality; the test engine drives the serial port verification engine and the bottom layer interaction engine to test, and the method further comprises the following steps: and the bottom layer interaction engine automatically executes corresponding software and hardware test commands according to the abnormal codes and locates the reasons of the abnormal codes.
After adopting such design, the invention has at least the following advantages:
1. the simple and easy-to-use automatic testing method is provided, and the learning cost of testers is reduced;
2. the test equipment information is automatically scanned and a configuration file is generated, so that the test speed, efficiency and quality are improved;
3. corresponding verification operation is automatically executed according to the error information during detection, the reason of error generation is directly positioned, and the detection cost of engineers is reduced.
Drawings
The foregoing is only an overview of the technical solutions of the present invention, and in order to make the technical solutions of the present invention more clearly understood, the present invention is further described in detail below with reference to the accompanying drawings and the detailed description.
FIG. 1 is a flow chart of a method for testing automated interactions provided by an embodiment of the present invention;
FIG. 2 is a flow chart of a testing method for automated interaction according to 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 according to an embodiment of the present invention.
Detailed Description
The preferred embodiments of the present invention will be described in conjunction with the accompanying drawings, and it will be understood that they are described herein for the purpose of illustration and explanation and not limitation.
The main core of the invention comprises four parts, namely a configuration comparison generation engine, a serial port verification engine, a bottom layer interaction engine and a test engine.
The configuration comparison generation 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 the 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 the 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 idea is that after specific interaction, whether the serial port output is correct or not is checked, if the output is abnormal, the abnormal is matched, a corresponding abnormal number is searched, and then the control right is delivered to a bottom layer interaction engine for further positioning errors.
The bottom layer interaction engine automatically executes the test command 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 the software and hardware problems encountered in the production process in the later period along with the continuous accumulation of the production and testing quantity.
The test engine is used for serially connecting the configuration engine, the serial port verification engine and the bottom layer interaction engine.
FIG. 1 shows the flow of execution of the testing method of the present invention to provide automated interaction. Referring to fig. 1, the implementation process of the automated interactive test method includes:
1. after the main program is executed, entering a configuration comparison generation engine;
2. the configuration comparison generation engine analyzes the current hardware configuration, compares the current hardware configuration with the hardware configuration data in the configuration file database, and automatically generates a test configuration file if the comparison is consistent; if the hardware configuration is inconsistent with the hardware configuration, the program automatically prompts 'the tester does not match the hardware configuration, please check the hardware configuration' or 'generate a new hardware test configuration and update the new hardware test configuration to a configuration file database';
3. after the configuration comparison generation engine generates a configuration file, the configuration file is sent to a test engine to drive a serial port verification engine and a bottom layer interaction engine to test;
4. the serial port verification engine is used for comparing whether the serial port output is correct or not by pulling corresponding test data from the configuration file database, and outputting a test result if the serial port output is normal; if the abnormal condition exists, generating error codes, and sending the error codes to a bottom layer interaction engine to further position the abnormal condition;
5. and the bottom layer interaction engine automatically executes corresponding software and hardware test commands according to the abnormal codes and locates the reasons of the abnormal codes. The engine can be continuously updated as required.
FIG. 2 is a flow chart illustrating the implementation of the method of the present invention. Referring to fig. 2, after entering the main program entry, the configuration file database is read, in which the current configuration is matched. And if the matching is successful, automatically generating a configuration file, and driving an automatic test process according to the generated configuration file.
FIG. 3 illustrates the structure of the 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 necessary for system operation are also stored. The CPU 301, ROM 302, and RAM 303 are connected to each other via 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 portion 306 including a keyboard, a mouse, and the like; an output section 307 including a display such as a Cathode Ray Tube (CRT), a Liquid Crystal Display (LCD), and the like, and a speaker; a storage section 308 including a hard disk and 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. A 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 mounted on the drive 310 as necessary, so that a computer program read out therefrom is mounted into the storage section 308 as necessary.
FIG. 4 shows the structure of the 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 with the configuration data in the built-in configuration database; the generating module is used for automatically generating a test configuration file for 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 configured to: and the test engine drives the serial port verification engine and the bottom layer interaction engine to test.
In some embodiments, further comprising: and the prompting module is used for prompting a tester to check the configuration if the scanned software configuration and the scanned hardware configuration are not consistent with the configuration data in the built-in configuration database after the scanned software configuration and the scanned hardware configuration are compared with the configuration data in the built-in configuration database.
In some embodiments, the test engine drives the serial port verification engine and the underlying interaction engine to perform the test, including: the serial port verification engine is used for comparing whether the serial port output is correct or not by pulling the corresponding test data from the configuration file database.
In some embodiments, the testing engine drives the serial port verification engine and the underlying interaction engine to perform testing, and further includes: and if the serial port outputs correctly, outputting a test result.
In some embodiments, the testing engine drives the serial port verification engine and the underlying interaction engine to perform testing, and further includes: and if the serial port output is abnormal, generating error codes, and delivering the error codes to a bottom layer interaction engine to further position the abnormality.
In some embodiments, the testing engine drives the serial port verification engine and the underlying interaction engine to perform testing, and further includes: and the bottom layer interaction engine automatically executes corresponding software and hardware test commands according to the abnormal codes and locates the reasons of the abnormal codes.
The technical scheme provided by the invention has the following beneficial effects:
1. the simple and easy-to-use automatic testing method is provided, and the learning cost of testers is reduced;
2. the test equipment information is automatically scanned and a configuration file is generated, so that the test speed, efficiency and quality are improved;
3. corresponding verification operation is automatically executed according to the error information during detection, the reason of error generation is directly positioned, and the detection cost of engineers is reduced.
The above description is only for the purpose of illustrating the preferred embodiments of the present invention and is not to be construed as limiting the present invention in any way, and it will be apparent to those skilled in the art that the above description of the present invention can be applied to various modifications, equivalent variations or modifications without departing from the spirit and scope of the present invention.

Claims (8)

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 and hardware configuration with configuration data in a built-in configuration database;
if the comparison is consistent, automatically generating a test configuration file for automatic test;
driving automatic test according to the generated test configuration file;
driving an automatic test according to the generated test configuration file, comprising:
and the test engine drives the serial port verification engine and the bottom layer interaction engine to test.
2. The automated interactive testing method of claim 1, further comprising:
after the scanned software configuration and hardware configuration are compared with the configuration data in the built-in configuration database, if the comparison is inconsistent, a tester is prompted to check the configuration.
3. The automated interactive testing method of claim 1, wherein the testing engine drives the serial port verification engine and the underlying interactive engine to perform testing, comprising:
the serial port verification engine is used for comparing whether the serial port output is correct or not by pulling the corresponding test data from the configuration file database.
4. The automated interactive testing method of claim 3, wherein the testing engine drives the serial port verification engine and the underlying interactive engine to perform testing, further comprising:
and if the serial port outputs correctly, outputting a test result.
5. The automated interactive testing method of claim 3, wherein the testing engine drives the serial port verification engine and the underlying interactive engine to perform testing, further comprising:
and if the serial port output is abnormal, generating error codes, and delivering the error codes to a bottom layer interaction engine to further position the abnormality.
6. The automated interactive testing method of claim 5, wherein the testing engine drives the serial port verification engine and the underlying interactive engine to perform testing, further comprising:
and the bottom layer interaction engine automatically executes corresponding software and hardware test commands according to the abnormal codes and locates the reasons of the abnormal codes.
7. An automated interactive testing system, comprising:
one or more processors;
a storage device for storing one or more programs,
the one or more programs, when executed by the one or more processors, cause the one or more processors to implement the automated interactive testing method of any of claims 1 to 6.
8. 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 with the configuration data in the built-in configuration database;
the generating module is used for automatically generating a test configuration file for 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 configured to: testing by a serial port verification engine and a bottom layer interaction engine driven by a test engine;
further comprising:
the prompting module is used for prompting a tester to check the configuration if the scanned software configuration and the scanned hardware configuration are not consistent with the configuration data in the built-in configuration database after the scanned software configuration and the scanned hardware configuration are compared with the configuration data in the built-in configuration database;
the test engine drives the serial port verification engine and the bottom layer interaction engine to test, and the test method comprises the following steps:
the serial port verification engine is used for comparing whether the serial port output is correct or not by pulling corresponding test data from the configuration file database;
the test engine drives the serial port verification engine and the bottom layer interaction engine to test, and the method further comprises the following steps:
if the serial port outputs correctly, outputting a test result;
the test engine drives the serial port verification engine and the bottom layer interaction engine to test, and the method further comprises the following steps:
if the serial port output is abnormal, generating error codes, and submitting the error codes to a bottom layer interaction engine to further position the abnormality;
the test engine drives the serial port verification engine and the bottom layer interaction engine to test, and the method further comprises the following steps:
and the bottom layer interaction engine automatically executes corresponding software and hardware test commands according to the abnormal codes and locates the reasons of the abnormal codes.
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 true CN111078572A (en) 2020-04-28
CN111078572B 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 (22)

* 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
US20060184838A1 (en) * 2005-02-15 2006-08-17 Ebay Inc. Parallel software testing based on a normalized configuration
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

Patent Citations (22)

* 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
US20060184838A1 (en) * 2005-02-15 2006-08-17 Ebay Inc. Parallel software testing based on a normalized configuration
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 (7)

* Cited by examiner, † Cited by third party
Title
A. TIWARI: "Scan-chain based watch-points for efficient run-time debugging and verification of FPGA designs", 《PROCEEDINGS OF THE ASP-DAC ASIA AND SOUTH PACIFIC DESIGN AUTOMATION CONFERENCE, 2003.》, pages 1 - 7 *
佚名: "硬件测试方案模版", pages 1 - 3, Retrieved from the Internet <URL:《https://www.docin.com/p-465982945.html 》> *
佚名: "硬件自动化测试浅谈", 《HTTPS://BLOG.CSDN.NET/ALLAN_012/ARTICLE/DETAILS/99538736》, pages 1 - 4 *
曾皓: "数据驱动型测试平台设计与实现", 《中国优秀硕士学位论文全文数据库 (信息科技辑)》, pages 1 - 67 *
李永洁: "基于TCL的IP电话自动化测试系统通话测试模块的设计与实现", 《中国优秀硕士学位论文全文数据库 (信息科技辑)》, pages 136 - 64 *
赖建勇: "弹载计算机实时测试系统的研究", 《中国优秀硕士学位论文全文数据库 (信息科技辑)》, pages 140 - 471 *
陈锐: "基于UVM的FPGA软硬件联合仿真验证技术研究", 《空间电子技术》, pages 38 - 42 *

Also Published As

Publication number Publication date
CN111078572B (en) 2023-08-11

Similar Documents

Publication Publication Date Title
US6799145B2 (en) Process and system for quality assurance for software
US7640423B2 (en) System and method for verifying compatibility of computer equipment with a software product
US8204711B2 (en) System and apparatus for managing test procedures within a hardware-in-the-loop simulation system
US20190362321A1 (en) Feedback based automated maintenance system
CN111814354B (en) Simulation test method, system, medium and electronic device for instrument performance
CN113760718A (en) Automatic testing method and device
CN110119348B (en) Software upgrading test method and terminal
CN110716843B (en) System fault analysis processing method and device, storage medium and electronic equipment
CN113127486B (en) Information collection and storage method, device, equipment and storage medium
CN111078572B (en) Automatic interaction testing method and system
CN113642308A (en) Data import method, system, equipment and storage medium based on data variability
CN112988578A (en) Automatic testing method and device
CN107766072A (en) Video card refreshes BIOS method under a kind of linux system
US20080001959A1 (en) System, Method and Computer Program Product for Performing Information Transfer Using a Virtual Operator
CN112487669A (en) System and method for verifying control logic design of nuclear power plant
CN110992023A (en) Transaction fund safety control method, system, equipment and storage medium
US20230196013A1 (en) Automated verification of commands in a software product guide
CN109542768A (en) A kind of multi-lingual automatic testing method based on Labview
CN109669868A (en) The method and system of software test
CN116627992A (en) Verification data importing method, device, computer equipment and storage medium
CN115328797A (en) Test parameter generation method, system, equipment, medium and software test method
CN117435407A (en) Android mobile device testing method and device
CN117435222A (en) Vehicle software updating method and device, electronic equipment and storage medium
CN114721954A (en) Response engine operation management method and device, electronic equipment and readable medium
US20160162479A1 (en) System and method for procedure execution

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