CN111737154A - Vehicle networking automatic test method and device based on UFT - Google Patents

Vehicle networking automatic test method and device based on UFT Download PDF

Info

Publication number
CN111737154A
CN111737154A CN202010767696.6A CN202010767696A CN111737154A CN 111737154 A CN111737154 A CN 111737154A CN 202010767696 A CN202010767696 A CN 202010767696A CN 111737154 A CN111737154 A CN 111737154A
Authority
CN
China
Prior art keywords
test
software
uft
script
message information
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202010767696.6A
Other languages
Chinese (zh)
Inventor
于龙
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Ningbo Joynext Technology Corp
Original Assignee
Ningbo Joynext Technology Corp
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 Ningbo Joynext Technology Corp filed Critical Ningbo Joynext Technology Corp
Priority to CN202010767696.6A priority Critical patent/CN111737154A/en
Publication of CN111737154A publication Critical patent/CN111737154A/en
Pending legal-status Critical Current

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/3688Test management for test execution, e.g. scheduling of test suites
    • 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/3692Test management for test results analysis
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • G06F9/45504Abstract machines for programme code execution, e.g. Java virtual machine [JVM], interpreters, emulators
    • G06F9/45508Runtime interpretation or emulation, e g. emulator loops, bytecode interpretation
    • G06F9/45512Command shells

Landscapes

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

Abstract

The invention discloses a vehicle networking automatic test method and device based on UFT, relates to the technical field of software testing, and can improve the automatic test level of a vehicle networking software product and improve the test efficiency and the test quality of the vehicle networking software product. The method comprises the following steps: building a test environment of the car networking software based on UFT software, wherein UFT Mobile plug-ins are integrated in the UFT software; building a test script in the UFT software, setting a check point, and controlling the car networking software installed in the mobile terminal to simulate test operation by running the test script; and acquiring message information after the test operation is executed in the CAN network, and generating a test report comprising a check point test result according to the message information and the test information corresponding to the test operation. The device is applied with the method provided by the scheme.

Description

Vehicle networking automatic test method and device based on UFT
Technical Field
The invention relates to the technical field of software testing, in particular to a vehicle networking automatic testing method and device based on UFT.
Background
With the development of the internet of vehicles software industry, quality control and quality management of internet of vehicles software products are becoming the core of the survival and development of internet of vehicles software enterprises. Software products for almost every internet of vehicles require a great deal of quality control, testing, and documentation before release, and these operations must be accomplished by specialized software personnel with skilled skills.
At present, when a car networking software product is tested, an engineer is required to manually drive car networking application software to be tested and installed on an intelligent terminal, a car machine is controlled through a TSP, then a test result is recorded through a monitoring CAN network, and a test report is finally generated through arrangement. Because a large amount of Internet of vehicles application software needs to be tested repeatedly for a long time, the workload of manual testing is large, time and labor are wasted, and the quality of a test result is difficult to guarantee strictly.
Disclosure of Invention
The invention aims to provide a vehicle networking automatic testing method and device based on UFT, which can improve the automatic testing level of a vehicle networking software product and improve the testing efficiency and the testing quality of the vehicle networking software product.
In order to achieve the above object, a first aspect of the present invention provides a vehicle networking automation testing method based on UFT, including:
building a test environment of the car networking software based on UFT software, wherein UFT Mobile plug-in is integrated in the UFT software;
building a test script in the UFT software, setting a check point, and controlling the car networking software installed in the mobile terminal to simulate test operation by running the test script;
and acquiring message information after the test operation is executed in the CAN network, and generating a test report comprising the test result of the check point according to the message information and the test information corresponding to the test operation.
Preferably, the method for building the test environment of the car networking software based on the UFT software comprises the following steps:
UFT software and PCAN-Explorer software are installed on a test terminal, the test terminal is connected with the CAN network through the PCAN, and the test terminal is also connected with the mobile terminal through a data line;
and the UFT software simulates the test operation of the car networking software through the UFT Mobile plug-in.
Preferably, the method for constructing a test script and checkpointing in UFT software comprises:
testing operation is carried out on the Internet of vehicles software according to testing requirements, a recorder system in the UFT software is used for recording operation steps and an operated object in each operation step, and a testing script is automatically generated;
and editing the test script in UFT software and setting a check point.
Further, setting a test table corresponding to the check point in the test script, wherein the test table comprises a plurality of variable parameters;
and traversing and selecting each variable parameter in the test table when the test script runs, and circularly controlling the Internet of vehicles software to execute corresponding test operation according to the record to perform simulation test, wherein the number of the variable parameters is equal to the number of times of the simulation test.
Further, the method for acquiring the message information after the test operation is executed in the CAN network and generating the test report including the test result of the check point according to the message information and the test information corresponding to the test operation includes:
the test script generates a piece of test information based on the check point every time the test script simulates the test operation, and generates a piece of message information in the corresponding CAN network;
respectively searching corresponding code values from an object library of the UFT software based on the test information and the message information;
when the code values corresponding to the test information and the message information are consistent, marking a primary test result to be qualified, otherwise, marking a primary test result to be unqualified;
summarizing the test results, the check points corresponding to the test results and the selected variable parameters, and generating a test report.
Preferably, the test script is a VBScript scripting language test script.
Compared with the prior art, the UFT-based vehicle networking automatic testing method provided by the invention has the following beneficial effects:
the vehicle networking automatic test method based on the UFT provided by the invention firstly needs to build a test environment for testing the vehicle networking software based on the UFT software, so that a mobile terminal provided with the vehicle networking software is connected with a vehicle machine system, then a test script is built in the UFT software and a check point is set, the vehicle networking software is subjected to simulation test operation by running the test script in the UFT software, message information after the test operation is executed is correspondingly obtained from a vehicle CAN network, and finally a test report comprising a test result corresponding to the check point is automatically generated according to the message information and the test information corresponding to the test operation.
Therefore, the method and the device can realize the automatic simulation test of the Internet of vehicles software through the UFT software, and automatically output the test report comprising the test result according to the set check point. Compared with a manual testing scheme in the prior art, the method has the advantages of high testing efficiency and uniform testing standard for the Internet of vehicles software products.
A second aspect of the present invention provides an automatic vehicle networking test device based on UFT, which is applied to the automatic vehicle networking test method based on UFT in the above technical solution, and the device includes:
the environment building unit builds a test environment of the Internet of vehicles software based on UFT software, wherein UFT software is integrated with a UFTMobile plug-in;
the script building unit is used for building a test script in the UFT software, setting a check point and controlling the Internet of vehicles software installed in the mobile terminal to simulate test operation by running the test script;
and the report generating unit is used for acquiring the message information after the test operation is executed in the CAN network and generating a test report comprising the test result of the check point according to the message information and the test information corresponding to the test operation.
Preferably, the environment building unit comprises a UFT software and a PCAN-Explorer software installed on a test terminal, the test terminal is connected with the CAN network through the PCAN, and the test terminal is also connected with the mobile terminal through a data line;
and the UFT software simulates the test operation of the car networking software through the UFT Mobile plug-in.
Preferably, the report generating unit includes:
the data generation module is used for generating a piece of test information based on the check point and a piece of message information in the corresponding CAN network when the test script simulates the test operation once;
the database searching module is used for respectively searching corresponding code values from an object library of the UFT software based on the test information and the message information;
the comparison module is used for marking a primary test result to be qualified when the code values corresponding to the test information and the message information are consistent, or else marking a primary test result to be unqualified;
and the report module is used for summarizing the test results, the check points corresponding to the test results and the selected variable parameters to generate a test report.
Compared with the prior art, the UFT-based automatic testing device for the internet of vehicles has the same beneficial effects as the UFT-based automatic testing method for the internet of vehicles provided by the above technical scheme, and is not described herein again.
A third aspect of the present invention provides a computer-readable storage medium, on which a computer program is stored, where the computer program, when executed by a processor, performs the steps of the above-mentioned UFT-based vehicle networking automation test method.
Compared with the prior art, the beneficial effects of the computer-readable storage medium provided by the invention are the same as the beneficial effects of the UFT-based vehicle networking automatic testing method provided by the above technical scheme, and are not described herein again.
Drawings
The accompanying drawings, which are included to provide a further understanding of the invention and are incorporated in and constitute a part of this specification, illustrate embodiments of the invention and together with the description serve to explain the invention and not to limit the invention. In the drawings:
fig. 1 is a schematic flowchart of a vehicle networking automation test method based on UFT according to an embodiment of the present invention;
FIG. 2 is a schematic diagram of a testing environment of the Internet of vehicles software built in the first embodiment of the invention;
fig. 3 is a schematic structural diagram of an automated testing apparatus for an internet of vehicles based on a UFT in a second embodiment of the present invention.
Detailed Description
In order to make the aforementioned objects, features and advantages of the present invention comprehensible, embodiments accompanied with figures are described in detail below. It is to be understood that the described embodiments are merely exemplary of the invention, and not restrictive of the full scope of the invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Example one
Referring to fig. 1, the present embodiment provides a vehicle networking automation testing method based on UFT, including:
building a test environment of the car networking software based on UFT software, wherein UFT Mobile plug-ins are integrated in the UFT software; building a test script in the UFT software, setting a check point, and controlling the car networking software installed in the mobile terminal to simulate test operation by running the test script; and acquiring message information after the test operation is executed in the CAN network, and generating a test report comprising a check point test result according to the message information and the test information corresponding to the test operation.
The vehicle networking automation test method based on the UFT provided by the embodiment includes the steps of firstly, building a test environment for testing vehicle networking software based on the UFT software, enabling a mobile terminal provided with the vehicle networking software to be connected with a vehicle machine system (TBOX), then building a test script in the UFT software and setting a check point, running the test script in the UFT software to perform simulation test operation on the vehicle networking software, correspondingly obtaining message information after the test operation is performed from a vehicle CAN network, and finally automatically generating a test report including a test result corresponding to the check point according to the message information and the test information corresponding to the test operation.
Therefore, in the embodiment, the UFT software can realize the automatic simulation test of the car networking software, and automatically output the test report including the test result according to the set check point. Compared with a manual testing scheme in the prior art, the method has the advantages of high testing efficiency and unified testing standard for the Internet of vehicles software products.
In the above embodiment, the method for building the test environment of the car networking software based on the UFT software includes:
UFT software and PCAN-Explorer software are installed on a test terminal, the test terminal is connected with a CAN network through the PCAN, and the test terminal is also connected with a mobile terminal through a data line; and the UFT software simulates the test operation of the Internet of vehicles software through the UFT Mobile plug-in.
Referring to fig. 2, in specific implementation, UFT software and PCAN-Explorer software are respectively installed in a test terminal, a driver corresponding to a UFT Mobile plug-in is installed on a Mobile terminal, the test terminal is then connected to the Mobile terminal through a data line, and is connected to a vehicle-mounted CAN network through a PCAN, and the Mobile terminal is connected to a vehicle system through a TSP or a bluetooth.
Illustratively, the test terminal is a computer, and the mobile terminal is a smart phone.
In the above embodiment, the method for constructing a test script and setting a checkpoint in UFT software includes:
testing operation is carried out on the Internet of vehicles software according to testing requirements, a recorder system in the UFT software is used for recording the operation steps and the operated object in each operation step, and a testing script is automatically generated; the test script is edited and checkpointed in the UFT software.
During specific implementation, a tester can implement test operation on the Internet of vehicles software according to test requirements, and meanwhile, a recording machine system in the UFT software is used for automatically generating a test script for the test requirements, so that the compiling difficulty of the test script can be simplified. Certainly, in order to expand the test requirements, an engineer may view and edit the automatically generated test script in the expert view of the UFT software, for example, add functions such as a check point and a test table corresponding to the check point in the test script.
Further, in the above embodiment, a test table corresponding to the check point is set in the test script, and the test table includes a plurality of variable parameters;
and traversing and selecting each variable parameter in the test table when the test script runs, and circularly controlling the Internet of vehicles software to execute corresponding test operation according to the record to perform simulation test, wherein the number of the variable parameters is equal to the number of times of the simulation test.
In specific implementation, for a specific test scenario, repeated parameter adjustment tests need to be performed on an operated object in a certain operation step in the car networking software, so as to ensure the stability of the corresponding function. For example, in the process of debugging and testing the temperature of the automobile air conditioner in the car networking software, the regulation test needs to be repeatedly performed in the car networking software by traversing from the lowest set temperature to the highest set temperature. In order to improve the testing efficiency in the scene, the testing table comprising the variable parameters is arranged under the corresponding checking point, so that the variable parameters in the testing table can be selected in a traversing manner when the testing script runs, and the car networking software is controlled in a circulating manner to execute corresponding testing operations according to the recorded records.
For example, since the adjustable temperature of the vehicle air conditioner is 16 ℃ to 35 ℃, the variable parameter in the test table is 16 ℃ to 35 ℃, and each time the test script executes the simulation test, one of the variable parameters of the temperature is correspondingly selected to adjust the vehicle air conditioner.
In the above embodiment, the method for obtaining the message information after the test operation is performed in the CAN network and generating the test report including the test result of the checkpoint according to the message information and the test information corresponding to the test operation includes:
each time the test script simulates the test operation once, a piece of test information is generated based on the check point, and a piece of message information is generated in the corresponding CAN network; respectively searching corresponding code values from an object library of the UFT software based on the test information and the message information; when the code values corresponding to the test information and the message information are consistent, marking the first test result to be qualified, otherwise, marking the first test result to be unqualified; summarizing the test results, check points corresponding to the test results and the selected variable parameters, and generating a test report.
When the test script is used for simulating one test operation, a piece of test information is generated based on a detection point, a piece of test information is correspondingly generated by a CAN (controller area network) after the test operation is executed, then a corresponding code value is searched from the object library of the UFT software based on the test information and the message information, when the code values are consistent, a test instruction sent by the Internet of vehicles software is considered to be matched with an action instruction executed in the CAN, a test result of the simulation test mark is qualified, and otherwise, a test result of the simulation test mark is unqualified. Finally, test results corresponding to all the inspection points are collected, each test result is indexed with the selected variable parameters, and a detailed test report is generated.
Illustratively, the test script in the above embodiment is a VBScript scripting language test script.
Example two
Referring to fig. 3, the present embodiment provides an automatic testing apparatus for a vehicle networking based on a UFT, including:
the environment building unit builds a test environment of the Internet of vehicles software based on UFT software, wherein UFT software is integrated with a UFTMobile plug-in;
the script building unit is used for building a test script in the UFT software, setting a check point and controlling the Internet of vehicles software installed in the mobile terminal to simulate test operation by running the test script;
and the report generating unit is used for acquiring the message information after the test operation is executed in the CAN network and generating a test report comprising the test result of the check point according to the message information and the test information corresponding to the test operation.
Preferably, the environment building unit comprises a UFT software and a PCAN-Explorer software installed on a test terminal, the test terminal is connected with the CAN network through the PCAN, and the test terminal is also connected with the mobile terminal through a data line;
and the UFT software simulates the test operation of the car networking software through the UFT Mobile plug-in.
Preferably, the report generating unit includes:
the data generation module is used for generating a piece of test information based on the check point and a piece of message information in the corresponding CAN network when the test script simulates the test operation once;
the database searching module is used for respectively searching corresponding code values from an object library of the UFT software based on the test information and the message information;
the comparison module is used for marking a primary test result to be qualified when the code values corresponding to the test information and the message information are consistent, or else marking a primary test result to be unqualified;
and the report module is used for summarizing the test results, the check points corresponding to the test results and the selected variable parameters to generate a test report.
Compared with the prior art, the UFT-based automatic testing device for the internet of vehicles according to the embodiment of the present invention has the same beneficial effects as the UFT-based automatic testing method for the internet of vehicles according to the first embodiment, and details thereof are omitted here.
EXAMPLE III
The present embodiment provides a computer-readable storage medium, on which a computer program is stored, where the computer program is executed by a processor to perform the steps of the above-mentioned UFT-based vehicle networking automation test method.
Compared with the prior art, the beneficial effects of the computer-readable storage medium provided by this embodiment are the same as the beneficial effects of the UFT-based vehicle networking automation test method provided by the above technical solution, and are not described herein again.
It will be understood by those skilled in the art that all or part of the steps in the method for implementing the invention may be implemented by hardware instructions related to a program, the program may be stored in a computer-readable storage medium, and when executed, the program includes the steps of the method of the embodiment, and the storage medium may be: ROM/RAM, magnetic disks, optical disks, memory cards, and the like.
The above description is only for the specific embodiments of the present invention, but the scope of the present invention is not limited thereto, and any person skilled in the art can easily conceive of the changes or substitutions within the technical scope of the present invention, and the changes or substitutions should be covered within the scope of the present invention. Therefore, the protection scope of the present invention shall be subject to the protection scope of the appended claims.

Claims (10)

1. A vehicle networking automatic test method based on UFT is characterized by comprising the following steps:
building a test environment of the car networking software based on UFT software, wherein UFT Mobile plug-in is integrated in the UFT software;
building a test script in the UFT software, setting a check point, and controlling the car networking software installed in the mobile terminal to simulate test operation by running the test script;
and acquiring message information after the test operation is executed in the CAN network, and generating a test report comprising the test result of the check point according to the message information and the test information corresponding to the test operation.
2. The method of claim 1, wherein the method of building a testing environment for car networking software based on UFT software comprises:
UFT software and PCAN-Explorer software are installed on a test terminal, the test terminal is connected with the CAN network through the PCAN, and the test terminal is also connected with the mobile terminal through a data line;
and the UFT software simulates the test operation of the car networking software through the UFT Mobile plug-in.
3. The method of claim 2, wherein the method of building a test script and checkpointing in UFT software comprises:
testing operation is carried out on the Internet of vehicles software according to testing requirements, a recorder system in the UFT software is used for recording operation steps and an operated object in each operation step, and a testing script is automatically generated;
and editing the test script in UFT software and setting a check point.
4. The method according to claim 3, wherein a test table corresponding to the check point is set in the test script, and the test table comprises a plurality of variable parameters;
and traversing and selecting each variable parameter in the test table when the test script runs, and circularly controlling the Internet of vehicles software to execute corresponding test operation according to the record to perform simulation test, wherein the number of the variable parameters is equal to the number of times of the simulation test.
5. The method according to claim 4, wherein the method for obtaining the message information after the test operation is performed in the CAN network and generating the test report including the test result of the check point according to the message information and the test information corresponding to the test operation comprises:
the test script generates a piece of test information based on the check point every time the test script simulates the test operation, and generates a piece of message information in the corresponding CAN network;
respectively searching corresponding code values from an object library of the UFT software based on the test information and the message information;
when the code values corresponding to the test information and the message information are consistent, marking a primary test result to be qualified, otherwise, marking a primary test result to be unqualified;
summarizing the test results, the check points corresponding to the test results and the selected variable parameters, and generating a test report.
6. A method according to any of claims 1-5, wherein the test script is a VBScript scripting language test script.
7. The utility model provides a car networking automation testing arrangement based on UFT which characterized in that includes:
the environment building unit builds a test environment of the Internet of vehicles software based on UFT software, wherein UFT software is integrated with a UFTMobile plug-in;
the script building unit is used for building a test script in the UFT software, setting a check point and controlling the Internet of vehicles software installed in the mobile terminal to simulate test operation by running the test script;
and the report generating unit is used for acquiring the message information after the test operation is executed in the CAN network and generating a test report comprising the test result of the check point according to the message information and the test information corresponding to the test operation.
8. The apparatus of claim 7, wherein the environment construction unit comprises a UFT software and a PCAN-Explorer software installed on a test terminal, the test terminal is connected to the CAN network through a PCAN, and the test terminal is further connected to the mobile terminal through a data line;
and the UFT software simulates the test operation of the car networking software through the UFT Mobile plug-in.
9. The apparatus of claim 8, wherein the report generating unit comprises:
the data generation module is used for generating a piece of test information based on the check point and a piece of message information in the corresponding CAN network when the test script simulates the test operation once;
the database searching module is used for respectively searching corresponding code values from an object library of the UFT software based on the test information and the message information;
the comparison module is used for marking a primary test result to be qualified when the code values corresponding to the test information and the message information are consistent, or else marking a primary test result to be unqualified;
and the report module is used for summarizing the test results, the check points corresponding to the test results and the selected variable parameters to generate a test report.
10. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out the steps of the method according to any one of the claims 1 to 6.
CN202010767696.6A 2020-08-03 2020-08-03 Vehicle networking automatic test method and device based on UFT Pending CN111737154A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010767696.6A CN111737154A (en) 2020-08-03 2020-08-03 Vehicle networking automatic test method and device based on UFT

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010767696.6A CN111737154A (en) 2020-08-03 2020-08-03 Vehicle networking automatic test method and device based on UFT

Publications (1)

Publication Number Publication Date
CN111737154A true CN111737154A (en) 2020-10-02

Family

ID=72656985

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010767696.6A Pending CN111737154A (en) 2020-08-03 2020-08-03 Vehicle networking automatic test method and device based on UFT

Country Status (1)

Country Link
CN (1) CN111737154A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112256594A (en) * 2020-12-21 2021-01-22 智道网联科技(北京)有限公司 Project information processing method and device and electronic equipment
CN112286834A (en) * 2020-12-31 2021-01-29 智道网联科技(北京)有限公司 Multi-device software testing method, testing device, electronic device and storage medium
CN112532492A (en) * 2020-12-08 2021-03-19 航天科技控股集团股份有限公司 CAN virtual message construction method and system for testing automobile instrument
CN114594754A (en) * 2022-03-31 2022-06-07 重庆长安新能源汽车科技有限公司 HIL automatic test method and system for vehicle networking controller

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110096425A (en) * 2018-12-10 2019-08-06 厦门市美亚柏科信息股份有限公司 A kind of automated testing method based on QT development mode, device and storage medium

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110096425A (en) * 2018-12-10 2019-08-06 厦门市美亚柏科信息股份有限公司 A kind of automated testing method based on QT development mode, device and storage medium

Non-Patent Citations (8)

* Cited by examiner, † Cited by third party
Title
AMMAN等: "Automation Testing and Monitoring Lab on the Cloud for IOT Smart Fleet System (ATML & SFS)", 《ICEMIS’18》 *
ATLANDIS_JL: "HP UFT Mobile 加快自动化移动测试的速度", 《HTTPS://DOWNLOAD.CSDN.NET/DOWNLOAD/ATLANDIS_JL/6481807?UTM_SOURCE=BBSSEO》 *
席飞剑: "UFT Mobile – The Official HP Mobile Testing Solution", 《HTTPS://BLOG.CSDN.NET/XIFEIJIAN/ARTICLE/DETAILS/8580048》 *
张伟: "基于Web系统的UFT自动化测试框架研究与应用", 《科技创新与应用》 *
李玉等: "基于QTP的企业级应用软件自动化测试方法", 《计算机系统应用》 *
杜丽洁: "基于QTP自动化测试框架的开发与应用", 《中国优秀硕士学位论文全文数据库 信息科技辑》 *
林勤花: "UFT自动化功能测试对象库设计、研究和实现", 《电脑知识与技术》 *
水色蓝天不见云: "车联网系统 基于Python实现的现网全自动化测试方案", 《HTTPS://WWW.CNBLOGS.COM/YAO-ZHANG/P/10348978.HTML》 *

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112532492A (en) * 2020-12-08 2021-03-19 航天科技控股集团股份有限公司 CAN virtual message construction method and system for testing automobile instrument
CN112256594A (en) * 2020-12-21 2021-01-22 智道网联科技(北京)有限公司 Project information processing method and device and electronic equipment
CN112286834A (en) * 2020-12-31 2021-01-29 智道网联科技(北京)有限公司 Multi-device software testing method, testing device, electronic device and storage medium
CN112286834B (en) * 2020-12-31 2021-04-16 智道网联科技(北京)有限公司 Multi-device software testing method, testing device, electronic device and storage medium
CN114594754A (en) * 2022-03-31 2022-06-07 重庆长安新能源汽车科技有限公司 HIL automatic test method and system for vehicle networking controller
CN114594754B (en) * 2022-03-31 2023-08-25 深蓝汽车科技有限公司 HIL automatic test method and system for Internet of vehicles controller

Similar Documents

Publication Publication Date Title
CN111737154A (en) Vehicle networking automatic test method and device based on UFT
CN107831757B (en) dSPACE-based motor controller hardware-in-loop automatic test system and method
CN106446412B (en) Model-based test method for avionics system
CN112817872B (en) Development test system and method
CN109813999B (en) Automatic test platform, method and application of power distribution network fault diagnosis algorithm
CN107370637B (en) Vehicle-mounted ECU communication function automatic test system and method
CN111258290A (en) Automatic test method and system for vehicle control unit
CN111814354B (en) Simulation test method, system, medium and electronic device for instrument performance
CN111506509A (en) Automatic testing method, device, equipment and storage medium for automobile software unit
US20050203717A1 (en) Automated testing system, method and program product using testing map
CN109634842B (en) QT application-based test method and system
CN114661615B (en) FPGA software testing method and device
CN114936054B (en) Method and device for generating debugging process file of vehicle and railway vehicle
CN113886274A (en) Stability testing method, device, equipment and storage medium for Internet of vehicles terminal
CN111858315B (en) Software debugging method, device, equipment and medium based on version management
CN111008140B (en) Cross-platform UI (user interface) automatic testing method and device
CN111177014B (en) Software automatic test method, system and storage medium
CN112527631A (en) bug positioning method, system, electronic equipment and storage medium
CN112945602A (en) Air conditioner self-learning software and hardware combined test system
CN110688299A (en) Automatic test platform for application software of nuclear power plant
CN110398901B (en) Power-loss simulation method and device for DCS (distributed control System) simulator of nuclear power station
CN114756516B (en) Method and device for generating wave-recording preservation script, electronic equipment and storage medium
CN115587023A (en) Automatic detection method and tool for platform area intelligent fusion terminal software platform
CN113673088A (en) Construction method and system of automatic test system
CN117950972A (en) Simulation verification method and device for chip, computer equipment and storage medium

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
RJ01 Rejection of invention patent application after publication

Application publication date: 20201002

RJ01 Rejection of invention patent application after publication