CN112416803A - Automatic testing method and device - Google Patents

Automatic testing method and device Download PDF

Info

Publication number
CN112416803A
CN112416803A CN202011429312.6A CN202011429312A CN112416803A CN 112416803 A CN112416803 A CN 112416803A CN 202011429312 A CN202011429312 A CN 202011429312A CN 112416803 A CN112416803 A CN 112416803A
Authority
CN
China
Prior art keywords
test
command
case
automatic
server
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
CN202011429312.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.)
Shanghai Xinfang Software Co ltd
Shanghai Cintel Intelligent System Co ltd
Original Assignee
Shanghai Xinfang Software Co ltd
Shanghai Cintel Intelligent System 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 Shanghai Xinfang Software Co ltd, Shanghai Cintel Intelligent System Co ltd filed Critical Shanghai Xinfang Software Co ltd
Priority to CN202011429312.6A priority Critical patent/CN112416803A/en
Publication of CN112416803A publication Critical patent/CN112416803A/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/3684Test management for test design, e.g. generating new test cases

Abstract

The application discloses an automatic testing method and device, wherein the method comprises the following steps: acquiring test related information from a tested server of a current test task; according to the automatic test case of the test task, determining whether the test related information of the tested server needs to be updated or not, and executing corresponding update when needed; traversing each automatic test case, determining a test tool used by the automatic test case according to a communication protocol adopted by the automatic test case in a test project and a preset mapping relation between the communication protocol of the test project and the test tool, running the automatic test case by using the test tool, and recording a corresponding test log and a test result; and generating a test report of the test task according to all the test logs and the test results. The invention supports various test scenes and is easy to realize.

Description

Automatic testing method and device
Technical Field
The present invention relates to the field of communications technologies, and in particular, to an automated testing method and apparatus.
Background
With the development of communication technology, the number of communication protocols increases, the content becomes more and more complex, and commonly used communication protocols include Wireless Intelligent Network Protocol (WIN), Intelligent Network Application Protocol (INAP), Session Initiation Protocol (SIP), and the like.
The inventor finds that the problems of high test difficulty, high application cost and the like exist when the existing protocol test tool is used for testing in a communication system scene adopting various communication protocols. The specific analysis is as follows:
most of the existing protocol testing tools only support a specific single communication protocol and a specific scene, so that when various communication systems adopting multiple communication protocols are tested, multiple protocol testing tools are required. Because different test tools have different design ideas and implementation modes, a test user needs to learn various test tools respectively to skillfully master the application of the test tools, so that the technical requirements of the test user are improved, and the problems of high test application difficulty, high cost and the like are caused.
Disclosure of Invention
In view of the above, the main objective of the present invention is to provide an automated testing method and apparatus, which can support multiple testing scenarios and is easy to implement.
In order to achieve the above purpose, the embodiment of the present invention provides a technical solution:
an automated testing method, comprising:
acquiring test related information from a tested server of a current test task;
according to the automatic test case of the test task, determining whether the test related information of the tested server needs to be updated or not, and executing corresponding update when needed;
traversing each automatic test case, determining a test tool used by the automatic test case according to a communication protocol adopted by the automatic test case in a test project and a preset mapping relation between the communication protocol of the test project and the test tool, running the automatic test case by using the test tool, and recording a corresponding test log and a test result;
and generating a test report of the test task according to all the test logs and the test results.
In an embodiment, the determining whether the test-related information of the server under test needs to be updated, and performing the corresponding update when needed includes:
acquiring test data and a configuration file from an automatic test case of the test task;
judging whether test related information of the server to be tested needs to be updated or not according to the test data and the configuration file, and if so, updating the test related information in the server to be tested according to the test data and the configuration file; wherein the test-related information comprises: test data, test scenarios, test conditions, and configuration files.
In one embodiment, the method further comprises:
and feeding back the test report to a corresponding test user.
In one embodiment, the method further comprises:
receiving and executing a tested server configuration management command of a test user;
the configuration management command of the tested server comprises the following steps: adding a tested server information command, modifying the tested server information command, deleting the tested server information command, displaying the tested server list command and/or automatically deploying and restoring the tested server information command and the backup testing environment; the tested server information comprises a server IP address and database configuration information.
In one embodiment, the method further comprises:
receiving and executing a test case management command of a test user;
the test case management command comprises: the method comprises the steps of displaying a test case document command, displaying the test case command, adding the test case command, editing the test case command, modifying the test case command, inquiring the test case command, deleting the test case command and importing or exporting the test case document command by adopting a tree structure according to a test item.
The embodiment of the invention also provides an automatic testing device, which comprises:
the information acquisition module is used for acquiring test related information from a tested server of a current test task;
the information updating module is used for determining whether the test related information of the tested server needs to be updated or not according to the automatic test case of the test task and executing corresponding updating when needed;
the test module is used for traversing each automatic test case, determining a test tool used by the automatic test case according to a communication protocol adopted by the automatic test case in a test project and a preset mapping relation between the communication protocol of the test project and the test tool, running the automatic test case by using the test tool, and recording a corresponding test log and a test result;
and the test report generation module is used for generating a test report of the test task according to all the test logs and the test results.
In an embodiment, the information updating module is configured to determine whether test-related information of the server to be tested needs to be updated, and perform corresponding updating when needed, and specifically includes:
acquiring test data and a configuration file from an automatic test case of the test task;
judging whether test related information of the server to be tested needs to be updated or not according to the test data and the configuration file, and if so, updating the test related information in the server to be tested according to the test data and the configuration file; wherein the test-related information comprises: test data, test scenarios, test conditions, and configuration files.
In an embodiment, the test report generating module is further configured to feed back the test report to a corresponding test user.
The embodiment of the invention also provides automatic test equipment, which comprises a processor and a memory;
the memory has stored therein an application executable by the processor for causing the processor to execute the automated testing method as described above.
An embodiment of the present invention is a computer-readable storage medium having computer-readable instructions stored therein for performing an automated testing method as described above.
According to the technical scheme, when the test task is executed, whether the test related information of the tested server needs to be updated or not is determined according to the automatic test case of the test task, corresponding updating is executed when needed, so that normal operation of the test case is ensured, and when each automatic test case is executed, the test tool used for testing is selected for the automatic test case according to the preset mapping relation between the communication protocol of the corresponding test item and the test tool, and the test tool is triggered and driven to operate the automatic test case, so that the automatic execution of the test task can be realized. Therefore, in the testing process, according to the mapping relation between the communication protocol of the preset testing project and the testing tool, the matched testing tool is automatically selected for each automated testing case of the testing task, and the testing user does not need to select the testing tool for each testing case, so that the application of the embodiment of the invention does not need to rely on the testing user to master various testing tools supporting different testing protocols, thereby being capable of reducing the skill requirement on the testing user while supporting various testing scenes, and ensuring that the embodiment of the invention is easy to realize and has low application cost. In addition, the scheme automatically matches the test tools of the test cases and drives the test tools to run without manual participation, so that the test efficiency can be effectively improved.
Drawings
Fig. 1 is a schematic flow chart of an automated testing method according to an embodiment of the present invention.
FIG. 2 is a schematic structural diagram of an automatic test apparatus according to an embodiment of the invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention will be described in further detail with reference to the accompanying drawings and specific embodiments.
Fig. 1 is a schematic flow diagram of an automated testing method according to an embodiment of the present invention, and as shown in fig. 1, the automated testing method implemented in the embodiment mainly includes:
step 101, obtaining test related information from a tested server of a current test task.
The method comprises the steps of firstly obtaining test related information of a tested server in a current test task when executing a corresponding test task according to a test instruction of a user.
And 102, determining whether the test related information of the tested server needs to be updated or not according to the automatic test case of the test task, and executing corresponding updating when needed.
The step is used for triggering the automatic test case according to the test task when needed, and updating the test related information of the tested server so as to ensure that the corresponding test requirements are met before the test case of the test task is executed.
In one embodiment, the following method may be adopted to determine whether the test related information of the server under test needs to be updated, and perform corresponding update when needed:
acquiring test data and a configuration file from an automatic test case of the test task;
and judging whether the test related information of the server to be tested needs to be updated or not according to the test data and the configuration file, and if so, updating the test related information in the server to be tested according to the test data and the configuration file.
Wherein the test-related information comprises: test data, test scenarios, test conditions, and configuration files.
Specifically, the test related information obtained in step 101 may be compared with the test related information required by all the automated test cases of the test task, and if the test related information is not consistent with the test related information required by all the automated test cases of the test task, it is determined that the test related information of the tested server needs to be updated, so as to ensure normal execution of subsequent test cases.
Step 103, traversing each automatic test case, determining a test tool used by the automatic test case according to a communication protocol adopted by the automatic test case in the test project of the automatic test case and a preset mapping relation between the communication protocol of the test project and the test tool, running the automatic test case by using the test tool, and recording a corresponding test log and a test result.
In this step, when executing the test task, the test tool used by each automated test case is determined according to the preset mapping relationship between the communication protocol of the test item and the test tool. Therefore, a test tool which needs to be used does not need to be considered when a test user writes a test case script, so that the technical requirement on testers can be effectively reduced, the test difficulty is reduced, and the test convenience is improved.
And step 104, generating a test report of the test task according to all the test logs and the test results.
In one embodiment, after generating the test report of the test task, the test report may be fed back to the corresponding test user to display the test result to the test user, for example, the test report may be fed back to the corresponding test user by using an email.
Specifically, the test report may include the following:
testing the title of the project;
test conclusion (whether the test passed/met the release requirements/could be released);
testing the version;
test content (test range);
test case execution conditions (total number, executed number, unexecuted number, passed number, failed number);
wherein, the failed case can be marked with red by using a red base color; the user may click on the failed use case view log.
In the above steps 103 and 104, log recording is performed on the test procedures of all test cases, and a test report is generated, so that the test logs can be managed uniformly, and query monitoring management of the test report can be realized.
Further, in an implementation manner, in order to improve convenience of the automated testing, the method embodiment may further include the following technical features to implement configuration management of the relevant user on the server under test:
and receiving and executing a tested server configuration management command of a test user.
Specifically, the configuration management command of the server under test may include: adding a tested server information command, modifying the tested server information command, deleting the tested server information command, displaying the tested server list command and/or automatically deploying and restoring the tested server information command and the backup testing environment; the tested server information comprises a server IP address and database configuration information.
Further, in an implementation manner, in order to improve convenience of the automated testing, the method embodiment may further include the following technical features to implement management of a test case by a relevant user:
and receiving and executing a test case management command of a test user.
Specifically, the test case management command may include: the method comprises the steps of displaying a test case document command, displaying the test case command, adding the test case command, editing the test case command, modifying the test case command, inquiring the test case command, deleting the test case command and importing or exporting the test case document command by adopting a tree structure according to a test item.
When the test case is displayed, the case identification, the test purpose, the specific test item, the test data and the like of the test case can be displayed.
Further, in an implementation manner, in order to improve convenience of the automated testing, the method embodiment may further include the following technical features to implement control management of the testing task by the relevant user:
and receiving and executing a test task control command of a test user.
Specifically, the test task control command may include: a test task start command, a test task pause command, a test task end command, and a progress check command for a test task.
Further, in an implementation manner, in order to improve convenience of the automated testing, implement user management, and perform different right assignment modification setting management of different roles for different users, the embodiment of the method may further include the following technical features to implement user right management:
and receiving and executing the authority management command of the test user.
Specifically, the rights management command may include: adding a user command, deleting the user command, modifying the user information command, inquiring the user information command and distributing or modifying the authority.
Further, in an embodiment, the following technical features may be further included to obtain the test related information of the server under test in real time:
monitoring the resources of the server to be tested in real time;
the specific indexes monitored in real time may include the following:
1. and a server Linux (comprising a CPU, a Memory, a Load and an I/O).
2.A database: mysql 2 Oracle (index, single SQL performance, database, number of threads, number of data pool connections).
3. A middleware: jboss 2.Apache (including thread number, connection number, log).
4. Network: throughput, throughput rate.
5. The application comprises the following steps: jvm memory, log, Full GC frequency.
6. A monitoring tool: user execution, scenario state, transaction response time, TPS, etc.
7. Testing machine resources: CPU, Memory, network, disk space.
Further, in an embodiment, classification management can be performed on test data used by different projects, and import of mysql test data, redis test data and the like is supported. Such as functional automation test data and performance pressure test data.
Further, in one embodiment, the automated test scripts for different projects may also be managed for classification for use.
The automatic testing method can be specifically written by python, but is not limited to this.
According to the method embodiment, the scheme supports multiple protocols, and by adopting the scheme, the automatic execution of each test case in the test task can be realized by using the test tool matched with the test case. The test user only needs to write the call flow script (i.e. test case), and does not need to pay attention to which test tool is adopted for realization, so that the technical requirement for writing the test script is effectively reduced. Furthermore, after the test task is executed, the user only needs to check whether the call flow in the test case has a problem, and does not need to check whether the used test tool is proper, so that the test efficiency can be improved, the test is convenient and quick, and the test result is visualized.
Corresponding to the above method embodiment, an embodiment of the present invention further provides an automatic testing apparatus, as shown in fig. 2, the automatic testing apparatus includes:
an information obtaining module 201, configured to obtain test related information from a tested server of a current test task;
the information updating module 202 is configured to determine whether test related information of the server under test needs to be updated according to the automated test case of the test task, and execute corresponding updating when needed;
the test module 203 is configured to traverse each of the automatic test cases, determine a test tool used by the automatic test case according to a communication protocol adopted by the automatic test case in the test item to which the automatic test case belongs and a preset mapping relationship between the communication protocol of the test item and the test tool, run the automatic test case by using the test tool, and record a corresponding test log and a corresponding test result;
and the test report generating module 204 is configured to generate a test report of the test task according to all the test logs and the test results.
In an embodiment, the information updating module is configured to determine whether test-related information of the server to be tested needs to be updated, and perform corresponding updating when needed, and specifically includes:
acquiring test data and a configuration file from an automatic test case of the test task;
judging whether test related information of the server to be tested needs to be updated or not according to the test data and the configuration file, and if so, updating the test related information in the server to be tested according to the test data and the configuration file; wherein the test-related information comprises: test data, test scenarios, test conditions, and configuration files.
In an embodiment, the test report generating module is further configured to feed back the test report to a corresponding test user.
Corresponding to the embodiment of the method, the embodiment of the invention also provides automatic test equipment, which comprises a processor and a memory;
the memory has stored therein an application executable by the processor for causing the processor to execute the automated testing method as described above.
The memory may be embodied as various storage media such as an Electrically Erasable Programmable Read Only Memory (EEPROM), a Flash memory (Flash memory), and a Programmable Read Only Memory (PROM). The processor may be implemented to include one or more central processors or one or more field programmable gate arrays, wherein the field programmable gate arrays integrate one or more central processor cores. In particular, the central processor or central processor core may be implemented as a CPU or MCU.
It should be noted that not all steps and modules in the above flows and structures are necessary, and some steps or modules may be omitted according to actual needs. The execution order of the steps is not fixed and can be adjusted as required. The division of each module is only for convenience of describing adopted functional division, and in actual implementation, one module may be divided into multiple modules, and the functions of multiple modules may also be implemented by the same module, and these modules may be located in the same device or in different devices.
The hardware modules in the various embodiments may be implemented mechanically or electronically. For example, a hardware module may include a specially designed permanent circuit or logic device (e.g., a special purpose processor such as an FPGA or ASIC) for performing specific operations. A hardware module may also include programmable logic devices or circuits (e.g., including a general-purpose processor or other programmable processor) that are temporarily configured by software to perform certain operations. The implementation of the hardware module in a mechanical manner, or in a dedicated permanent circuit, or in a temporarily configured circuit (e.g., configured by software), may be determined based on cost and time considerations.
Embodiments of the present invention also provide a machine-readable storage medium storing instructions for causing a machine to perform a method as described herein. Specifically, a system or an apparatus equipped with a storage medium on which a software program code that realizes the functions of any of the embodiments described above is stored may be provided, and a computer (or a CPU or MPU) of the system or the apparatus is caused to read out and execute the program code stored in the storage medium. Further, part or all of the actual operations may be performed by an operating system or the like operating on the computer by instructions based on the program code. The functions of any of the above-described embodiments may also be implemented by writing the program code read out from the storage medium to a memory provided in an expansion board inserted into the computer or to a memory provided in an expansion unit connected to the computer, and then causing a CPU or the like mounted on the expansion board or the expansion unit to perform part or all of the actual operations based on the instructions of the program code.
Examples of the storage medium for supplying the program code include floppy disks, hard disks, magneto-optical disks, optical disks (e.g., CD-ROMs, CD-R, CD-RWs, DVD-ROMs, DVD-RAMs, DVD-RWs, DVD + RWs), magnetic tapes, nonvolatile memory cards, and ROMs. Alternatively, the program code may be downloaded from a server computer or the cloud by a communication network.
"exemplary" means "serving as an example, instance, or illustration" herein, and any illustration, embodiment, or steps described as "exemplary" herein should not be construed as a preferred or advantageous alternative. For the sake of simplicity, the drawings are only schematic representations of the parts relevant to the invention, and do not represent the actual structure of the product. In addition, in order to make the drawings concise and understandable, components having the same structure or function in some of the drawings are only schematically illustrated or only labeled. In this document, "a" does not mean that the number of the relevant portions of the present invention is limited to "only one", and "a" does not mean that the number of the relevant portions of the present invention "more than one" is excluded. In this document, "upper", "lower", "front", "rear", "left", "right", "inner", "outer", and the like are used only to indicate relative positional relationships between relevant portions, and do not limit absolute positions of the relevant portions.
The above description is only a preferred embodiment of the present invention, and is not intended to limit the scope of the present invention. Any modification, equivalent replacement, or improvement made within the spirit and principle of the present invention should be included in the protection scope of the present invention.

Claims (10)

1. An automated testing method, comprising:
acquiring test related information from a tested server of a current test task;
according to the automatic test case of the test task, determining whether the test related information of the tested server needs to be updated or not, and executing corresponding update when needed;
traversing each automatic test case, determining a test tool used by the automatic test case according to a communication protocol adopted by the automatic test case in a test project and a preset mapping relation between the communication protocol of the test project and the test tool, running the automatic test case by using the test tool, and recording a corresponding test log and a test result;
and generating a test report of the test task according to all the test logs and the test results.
2. The method of claim 1, wherein the determining whether the test-related information of the server under test needs to be updated and performing the corresponding update when needed comprises:
acquiring test data and a configuration file from an automatic test case of the test task;
judging whether test related information of the server to be tested needs to be updated or not according to the test data and the configuration file, and if so, updating the test related information in the server to be tested according to the test data and the configuration file; wherein the test-related information comprises: test data, test scenarios, test conditions, and configuration files.
3. The method of claim 1, further comprising:
and feeding back the test report to a corresponding test user.
4. The method of claim 1, further comprising:
receiving and executing a tested server configuration management command of a test user;
the configuration management command of the tested server comprises the following steps: adding a tested server information command, modifying the tested server information command, deleting the tested server information command, displaying the tested server list command and/or automatically deploying and restoring the tested server information command and the backup testing environment; the tested server information comprises a server IP address and database configuration information.
5. The method of claim 1, further comprising:
receiving and executing a test case management command of a test user;
the test case management command comprises: the method comprises the steps of displaying a test case document command, displaying the test case command, adding the test case command, editing the test case command, modifying the test case command, inquiring the test case command, deleting the test case command and importing or exporting the test case document command by adopting a tree structure according to a test item.
6. An automated testing apparatus, comprising:
the information acquisition module is used for acquiring test related information from a tested server of a current test task;
the information updating module is used for determining whether the test related information of the tested server needs to be updated or not according to the automatic test case of the test task and executing corresponding updating when needed;
the test module is used for traversing each automatic test case, determining a test tool used by the automatic test case according to a communication protocol adopted by the automatic test case in a test project and a preset mapping relation between the communication protocol of the test project and the test tool, running the automatic test case by using the test tool, and recording a corresponding test log and a test result;
and the test report generation module is used for generating a test report of the test task according to all the test logs and the test results.
7. The apparatus according to claim 6, wherein the information updating module is configured to determine whether the test related information of the server under test needs to be updated, and perform corresponding updating when needed, and specifically includes:
acquiring test data and a configuration file from an automatic test case of the test task;
judging whether test related information of the server to be tested needs to be updated or not according to the test data and the configuration file, and if so, updating the test related information in the server to be tested according to the test data and the configuration file; wherein the test-related information comprises: test data, test scenarios, test conditions, and configuration files.
8. The apparatus of claim 6, wherein the test report generating module is further configured to feed back the test report to the corresponding test user.
9. An automated test equipment comprising a processor and a memory;
an application program executable by the processor is stored in the memory for causing the processor to execute the automated testing method of any one of claims 1 to 5.
10. A computer-readable storage medium having computer-readable instructions stored therein for performing the automated testing method of any of claims 1-5.
CN202011429312.6A 2020-12-07 2020-12-07 Automatic testing method and device Pending CN112416803A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011429312.6A CN112416803A (en) 2020-12-07 2020-12-07 Automatic testing method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011429312.6A CN112416803A (en) 2020-12-07 2020-12-07 Automatic testing method and device

Publications (1)

Publication Number Publication Date
CN112416803A true CN112416803A (en) 2021-02-26

Family

ID=74775298

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011429312.6A Pending CN112416803A (en) 2020-12-07 2020-12-07 Automatic testing method and device

Country Status (1)

Country Link
CN (1) CN112416803A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113392006A (en) * 2021-06-17 2021-09-14 浪潮思科网络科技有限公司 Method and equipment for monitoring automatic test logs by using capsules
CN113706110A (en) * 2021-08-30 2021-11-26 航天中认软件测评科技(北京)有限责任公司 FPGA test tool integrated test management platform
CN115629295A (en) * 2022-11-30 2023-01-20 苏州萨沙迈半导体有限公司 Chip automation test system, method and storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101212362A (en) * 2006-12-26 2008-07-02 中兴通讯股份有限公司 Automatic testing device and method incorporating a variety of testing tools
CN107181626A (en) * 2017-07-18 2017-09-19 郑州云海信息技术有限公司 Distributed storage group system network bandwidth monitoring method and system
CN107908568A (en) * 2017-11-29 2018-04-13 中标软件有限公司 Operating system performance automated testing method and device
US20200104247A1 (en) * 2018-09-29 2020-04-02 Wipro Limited Method and system for uninterrupted automated testing of end-user application
CN111190812A (en) * 2019-12-12 2020-05-22 华东计算技术研究所(中国电子科技集团公司第三十二研究所) Automatic test framework based on embedded equipment

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101212362A (en) * 2006-12-26 2008-07-02 中兴通讯股份有限公司 Automatic testing device and method incorporating a variety of testing tools
CN107181626A (en) * 2017-07-18 2017-09-19 郑州云海信息技术有限公司 Distributed storage group system network bandwidth monitoring method and system
CN107908568A (en) * 2017-11-29 2018-04-13 中标软件有限公司 Operating system performance automated testing method and device
US20200104247A1 (en) * 2018-09-29 2020-04-02 Wipro Limited Method and system for uninterrupted automated testing of end-user application
CN111190812A (en) * 2019-12-12 2020-05-22 华东计算技术研究所(中国电子科技集团公司第三十二研究所) Automatic test framework based on embedded equipment

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113392006A (en) * 2021-06-17 2021-09-14 浪潮思科网络科技有限公司 Method and equipment for monitoring automatic test logs by using capsules
CN113706110A (en) * 2021-08-30 2021-11-26 航天中认软件测评科技(北京)有限责任公司 FPGA test tool integrated test management platform
CN113706110B (en) * 2021-08-30 2022-07-15 航天中认软件测评科技(北京)有限责任公司 FPGA test tool integrated test management platform
CN115629295A (en) * 2022-11-30 2023-01-20 苏州萨沙迈半导体有限公司 Chip automation test system, method and storage medium

Similar Documents

Publication Publication Date Title
CN107516510B (en) Automatic voice testing method and device for intelligent equipment
CN112416803A (en) Automatic testing method and device
CN110347085B (en) Automated test system, method, vehicle, and computer-readable medium
US20090006493A1 (en) Method For Enabling Traceability And Recovery From Errors During Migration Of Software Applications
CN110798373A (en) Method for realizing performance test, test server and computer storage medium
CN111241111B (en) Data query method and device, data comparison method and device, medium and equipment
WO2016105352A1 (en) Automatically rerunning test executions
CN111339118A (en) Kubernetes-based resource change history recording method and device
CN112256581A (en) Log playback test method and device for high-simulation securities trade system
CN111124603A (en) CD-ROM mounting method, device and related equipment
CN112306877A (en) Power system fault operation and maintenance method and system
CN108446224B (en) Performance analysis method of application program on mobile terminal and storage medium
CN112817869A (en) Test method, test device, test medium, and electronic apparatus
US9354962B1 (en) Memory dump file collection and analysis using analysis server and cloud knowledge base
CN115437903A (en) Interface test method, device, apparatus, storage medium, and program
CN110795338B (en) Front-end and back-end interaction-based automatic testing method and device and electronic equipment
CN113535575A (en) Benchmark testing method and device for basic environment of software and hardware product
CN113591147A (en) Data extraction method and device, computer equipment and storage medium
CN112256560A (en) Application program testing method and device and electronic equipment
CN112346994A (en) Test information correlation method and device, computer equipment and storage medium
CN110990181A (en) Method and system for automatically reproducing probabilistic setting failure of options in BIOS (basic input/output System)
CN109254899B (en) Server monitoring method and device
US20230195609A1 (en) Automatic generation of summary report for validation tests of computing systems
CN117077592B (en) Regression data monitoring method, monitoring device and monitoring system
CN114401032B (en) Testing method and system for satellite communication comprehensive tester

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