CN109634867B - Software testing method and device based on data simulation system and storage medium - Google Patents

Software testing method and device based on data simulation system and storage medium Download PDF

Info

Publication number
CN109634867B
CN109634867B CN201811547072.2A CN201811547072A CN109634867B CN 109634867 B CN109634867 B CN 109634867B CN 201811547072 A CN201811547072 A CN 201811547072A CN 109634867 B CN109634867 B CN 109634867B
Authority
CN
China
Prior art keywords
software
data
target
tested
testing
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201811547072.2A
Other languages
Chinese (zh)
Other versions
CN109634867A (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.)
Ningxia LGG Instrument Co Ltd
Original Assignee
Ningxia LGG Instrument 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 Ningxia LGG Instrument Co Ltd filed Critical Ningxia LGG Instrument Co Ltd
Priority to CN201811547072.2A priority Critical patent/CN109634867B/en
Publication of CN109634867A publication Critical patent/CN109634867A/en
Application granted granted Critical
Publication of CN109634867B publication Critical patent/CN109634867B/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

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 application discloses a software testing method based on a data simulation system, which comprises the steps of obtaining target data of each hardware device corresponding to each software to be tested in advance, and storing the target data into a database; when testing corresponding software, directly reading first target data required for testing target software to be tested from a database, and then generating a corresponding test case according to the obtained first target data to test the target software to be tested; the target data comprises first target data, and the to-be-tested software comprises target to-be-tested software. According to the method, collected related hardware equipment data can be stored in the database in advance, and then the established data model is directly called from the database during software testing, so that the data transmission time and the testing frequency between software and hardware are reduced, and the software testing efficiency and the software testing quality are improved. In addition, the application also discloses a software testing device and a storage medium based on the data simulation system, and the effects are as above.

Description

Software testing method and device based on data simulation system and storage medium
Technical Field
The present disclosure relates to the field of software testing, and in particular, to a software testing method and apparatus based on a data simulation system, and a storage medium.
Background
In recent years, with the increasing complexity of software applications and the frequent change of software requirements, the workload of software testing is increased, so that the software testing method brings challenges to testers, and the testers often need to face the problems of short time, heavy task and difficult quality assurance. For some software which is applied to communication with hardware equipment, software testing can be carried out only by establishing a testing environment to realize information interaction between the software and the hardware equipment, the testing frequency is high, the requirements on the performance of the hardware, the time of data transmission between the software and the hardware, manpower allocation and other external conditions are high, and the external conditions directly concern whether the software testing can be carried out smoothly. Taking an internet intelligent instrument management system commonly applied in the current market as an example, in the software testing process, the self condition of the terminal instrument equipment is required to meet the testing requirement. Therefore, it is necessary to provide a data simulation system for software testing to cooperate with software testing personnel to realize information interaction between software and hardware.
Therefore, the problem of how to reduce the data transmission time between software and hardware and reduce the requirement of external conditions to improve the software testing efficiency is an urgent problem to be solved by those skilled in the art.
Disclosure of Invention
The application provides a software testing method, a device and a storage medium based on a data simulation system, and solves the problem that how to reduce the data transmission time between software and hardware and reduce the requirement of external conditions so as to improve the software testing efficiency in the prior art.
In order to solve the above technical problem, the present application provides a software testing method based on a data simulation system, including:
acquiring target data of each hardware device corresponding to each software to be tested in advance, and storing the target data to a database;
reading first target data required when testing target software to be tested from the database, and generating a corresponding test case according to the first target data;
testing the target software to be tested according to the test case;
the target data comprises the first target data, and the software to be tested comprises target software to be tested.
Preferably, the databases include Oracle data, Sybase SQL Server data, and Microsoft SQL Server database.
Preferably, the first target data required when the test target software to be tested is read from the database specifically includes:
and reading the first target data through a PowerBuilder access tool or a Visual Basic access tool or a Visual C + + access tool or an Active Server Page access tool.
Preferably, before the pre-acquiring the target data of each hardware device corresponding to each software to be tested, the method further includes:
setting configuration parameters, data output environment and data output conditions of various hardware devices;
and carrying out interface standardization processing on the data output environment and the data output condition.
Preferably, the target data includes configuration parameters and interface information of each of the hardware devices.
Preferably, after the reading the first target data required for testing the target software to be tested from the database, the method further includes:
and displaying prompt information.
In order to solve the above technical problem, the present application further provides a software testing apparatus based on a data simulation system corresponding to a software testing method based on a data simulation system, including:
the acquisition module is used for acquiring target data of each hardware device corresponding to each software to be tested in advance and storing the target data into a database;
the reading module is used for reading first target data required by testing target software to be tested from the database and generating a corresponding test case according to the first target data;
the test module is used for testing the target software to be tested according to the test case;
the target data comprises the first target data, and the software to be tested comprises target software to be tested.
Preferably, the method further comprises the following steps:
and the display module is used for displaying prompt information after the reading module reads the first target data.
In order to solve the above technical problem, the present application further provides another software testing apparatus based on a data simulation system corresponding to the software testing method based on the data simulation system, including:
a memory for storing a computer program;
and the processor is used for executing the computer program to realize the steps of any one of the software testing methods based on the data simulation system.
In order to solve the above technical problem, the present application further provides a computer-readable storage medium, where a computer program is stored on the computer-readable storage medium, and the computer program is executed by a processor to implement any one of the steps of the software testing method based on the data simulation system.
Compared with the prior art, the software testing method based on the data simulation system provided by the application is characterized in that target data of each hardware device corresponding to each software to be tested is obtained in advance, and the target data is stored in the database; when testing corresponding software, directly reading first target data required when testing target software to be tested from a database, namely reading which data are required when testing the target software to be tested from the database, and then generating a corresponding test case according to the obtained first target data; finally, testing the target software to be tested according to the test case; the target data comprises first target data, and the to-be-tested software comprises target to-be-tested software. Therefore, by applying the test method, the collected related hardware equipment data can be stored in the database in advance, namely a data model is formed, and then the established data model is directly called from the database during software test, so that data interaction between software and hardware under the traditional condition is simulated, and the data transmission time between the software and the hardware is reduced. The method does not need the support of various external conditions in the traditional test process, and gets rid of the influence of conditions such as the performance of hardware and the time of data transmission between the hardware and the software. The complex problem caused by building a test environment in the test process is avoided, the test frequency is reduced, and the software test efficiency and the test quality are improved. In addition, the application also provides a software testing device and a storage medium based on the data simulation system, and the effect is as above.
Drawings
In order to more clearly explain the technical solution of the present application, the drawings needed to be used in the embodiments are briefly described below, and it is obvious to those skilled in the art that other drawings can be obtained according to the drawings without making any inventive changes.
Fig. 1 is a flowchart of a software testing method based on a data simulation system according to an embodiment of the present disclosure;
fig. 2 is a schematic diagram illustrating a software testing apparatus based on a data simulation system according to an embodiment of the present disclosure;
fig. 3 is a schematic diagram illustrating a software testing apparatus based on a data simulation system according to an embodiment of the present disclosure.
Detailed Description
In order to make those skilled in the art better understand the technical solutions in the present application, the technical solutions in the embodiments of the present application will be described clearly and completely with reference to the accompanying drawings.
The core of the application is to provide a software testing method, a device and a storage medium based on a data simulation system, which can solve the problem in the prior art that how to reduce the data transmission time between software and hardware and reduce the requirement of external conditions so as to improve the software testing efficiency.
Fig. 1 is a flowchart of a software testing method based on a data simulation system according to an embodiment of the present application, and as shown in fig. 1, the method includes the following steps:
s101: and acquiring target data of each hardware device corresponding to each software to be tested in advance, and storing the target data into a database.
Specifically, the target data of all hardware devices related to each software to be tested is obtained in advance, that is, the target data of all hardware devices to be matched is obtained in advance. Preferably, the target data may include configuration parameters of each hardware device and interface information. And then storing the acquired target data in a database. Preferably, the databases include an Oracle database, a Sybase SQL Server database, and a Microsoft SQL Server database. In practical application, in consideration of the amount of information to be maintained and the information update frequency, the Microsoft SQL Server database is selected in the embodiment of the present application. The Microft SQL Server database is a relational database management system with strong function and good performance for distributed Clien/Server calculation, is a novel multi-thread and parallel data design, and can meet the requirements on reliability, data integrity and safety.
As a preferred embodiment, before acquiring target data of each hardware device corresponding to each software to be tested in advance, the method further includes:
setting configuration parameters, data output environment and data output conditions of various hardware devices;
and carrying out interface standardization processing on the data output environment and the data output condition.
The data simulation system specifically comprises the following steps: the first step, the configuration parameters of various hardware and corresponding data output, environment and conditions are correspondingly set and functionally simulated, so that the test requirements of various conditions can be conveniently met. And secondly, data acquisition is carried out on various hardware, and storage, management and optimization are preliminarily realized. And thirdly, carrying out normalized interface calling on the output condition and the condition parameter of various data. And fourthly, generating data simulation output required in the corresponding software test according to the correct data. The data simulation system ensures that software testers are not limited by external conditions such as hardware when testing related software to be tested, the parameter configuration of the hardware is not required in the whole software and hardware information interaction testing process, the hardware does not have high performance requirements, and the software testers can test the corresponding software by calling data model simulation hardware equipment in the database. The method releases a great amount of time for the flow test of the software tester, so that the software test period is obviously shortened.
S102: and reading first target data required when the target software to be tested is tested from the database, and generating a corresponding test case according to the first target data.
Because the database stores the target data of all the hardware devices related to each software to be tested, when the target software to be tested is tested, the data of the related hardware devices needing to be matched in the process of testing the target software to be tested, namely the first target data, can be read from the database, the target data comprises the first target data, and the software to be tested comprises the target software to be tested. And then generating a corresponding test case according to the read first target data to prepare for testing the target to-be-tested software.
S103: and testing the target software to be tested according to the test case.
And finally, directly testing the target software to be tested according to the generated test case.
The data simulation system is used for comprehensively inputting, storing and outputting a large amount of database to the data of the hardware. The software testing method refers to the confirmation and evaluation of the functionality, correctness and stability of the software function and the processing process.
The test method for testing the target software to be tested specifically comprises the following steps: firstly, generating a corresponding test scheme and a test document according to the test condition. And secondly, simulating a corresponding test environment and a hardware environment according to the corresponding test scheme. And thirdly, outputting corresponding test data according to the corresponding test scheme.
According to the test method provided by the embodiment of the application, in the software test process, collected data are built into data models through collecting the data of hardware, the data models are stored in a warehouse and filed, namely the test data applied in the test needing the cooperation of hardware equipment are built into various data models through collecting, and then the software simulates data information interaction between software and hardware by reading data from a database through a simulation test step. The tester can make different test cases according to different data models, and the test cases can be combined at will to form different test schemes and flows, and information interaction between software and hardware can be carried out through data simulation, so that the test speed of the software and the processing progress of related problems in the software development process are improved. When the system software needs to be connected with other hardware equipment when testing corresponding functions, the influence on the test result caused by the fact that other external conditions (such as hardware equipment) cannot meet the test requirements cannot be guaranteed is avoided. The software testing is more accurate through the data information interaction of software and hardware in the testing process of the database simulation software, so that testers can find corresponding problems in the software testing process more quickly, and the testing of the testers is facilitated. The test coverage rate is greatly improved, so that the execution force of the test case is greatly improved, a software tester can find problems, and the software quality is improved. Meanwhile, a set of simulated database resources are generated through database entry of a large amount of data, and then early-stage hardware interaction simulation is performed through connection of the databases, so that the time of software and hardware interaction testing and related environment configuration are reduced, and the whole workload is reduced conveniently. Meanwhile, under the condition that the simulation system is mature, the relative familiarity of software developers about hardware and the cost of environment construction can be reduced. The overall working efficiency of software development is improved.
The software testing method based on the data simulation system provided by the application comprises the steps of obtaining target data of each hardware device corresponding to each software to be tested in advance, and storing the target data into a database; when testing corresponding software, directly reading first target data required by testing target software to be tested from a database, namely reading which data are required by testing the target software to be tested from the database, and then generating a corresponding test case according to the obtained first target data; finally, testing the target software to be tested according to the test case; the target data comprises first target data, and the software to be tested comprises target software to be tested. Therefore, by applying the test method, the collected related hardware equipment data can be stored in the database in advance, namely a data model is formed, and then the established data model is directly called from the database during software test, so that data interaction between software and hardware under the traditional condition is simulated, and the data transmission time between the software and the hardware is reduced. The method does not need the support of various external conditions in the traditional test process, and gets rid of the influence of conditions such as the performance of hardware and the time of data transmission between the hardware and the software. The complex problem caused by building a test environment in the test process is avoided, the test frequency is reduced, and the software test efficiency and the test quality are improved.
In order to ensure the efficiency of data acquisition, on the basis of the foregoing embodiment, as a preferred implementation manner, the first target data required when the test target software to be tested is read from the database is specifically:
and reading the first target data through a PowerBuilder access tool or a Visual Basic access tool or a Visual C + + access tool or an Active Server Page access tool. The access tools mentioned in the embodiments of the present application are all access tools corresponding to a database. Of course, besides the mentioned access tools, other access tools meeting the requirements can be used, and the invention is not limited.
In order to timely remind the relevant personnel after the first target data required by the target software to be tested is acquired, on the basis of the foregoing embodiment, as a preferred implementation manner, after the first target data required when the target software to be tested is read from the database, the method further includes:
and displaying prompt information. Specifically, a prompt message "the first target data has been successfully acquired and please continue the subsequent operation" may be displayed on the related display interface. Of course, other related prompt messages may also be displayed.
The above detailed description is given to an embodiment of a software testing method based on a data simulation system, and based on the software testing method based on the data simulation system described in the above embodiment, the embodiment of the present invention further provides a software testing apparatus based on the data simulation system corresponding to the method. Since the embodiment of the apparatus portion and the embodiment of the method portion correspond to each other, the embodiment of the apparatus portion is described with reference to the embodiment of the method portion, and is not described again here.
Fig. 2 is a schematic diagram illustrating a software testing apparatus based on a data simulation system according to an embodiment of the present disclosure, and as shown in fig. 2, the apparatus includes an obtaining module 201, a reading module 202, and a testing module 203.
An obtaining module 201, configured to obtain target data of each hardware device corresponding to each software to be tested in advance, and store the target data in a database;
the reading module 202 is configured to read first target data required when testing target software to be tested from a database, and generate a corresponding test case according to the first target data;
the test module 203 is used for testing the target software to be tested according to the test case;
the target data comprises first target data, and the to-be-tested software comprises target to-be-tested software.
The software testing device based on the data simulation system provided by the application is used for acquiring target data of each hardware device corresponding to each software to be tested in advance and storing the target data into a database; when testing corresponding software, directly reading first target data required by testing target software to be tested from a database, namely reading which data are required by testing the target software to be tested from the database, and then generating a corresponding test case according to the obtained first target data; finally, testing the target software to be tested according to the test case; the target data comprises first target data, and the software to be tested comprises target software to be tested. Therefore, by applying the testing device, the collected related hardware equipment data can be stored in the database in advance, namely a data model is formed, and then the established data model is directly called from the database during software testing, so that data interaction between software and hardware under the traditional condition is simulated, and the data transmission time between the software and the hardware is shortened. The method does not need the support of various external conditions in the traditional test process, and gets rid of the influence of conditions such as the performance of hardware and the time of data transmission between the hardware and the software. The complex problem caused by building a test environment in the test process is avoided, the test frequency is reduced, and the software test efficiency and the test quality are improved.
On the basis of the above embodiment, as a preferred implementation, the method further includes:
and the display module is used for displaying the prompt information after the reading module reads the first target data.
The above detailed description is given to an embodiment of a software testing method based on a data simulation system, and based on the software testing method based on the data simulation system described in the above embodiment, the embodiment of the present invention further provides another software testing apparatus based on the data simulation system corresponding to the method. Since the embodiment of the apparatus portion and the embodiment of the method portion correspond to each other, the embodiment of the apparatus portion is described with reference to the embodiment of the method portion, and is not described again here.
Fig. 3 is a schematic diagram illustrating a software testing apparatus based on a data simulation system according to an embodiment of the present application, and as shown in fig. 3, the apparatus includes a memory 301 and a processor 302.
A memory 301 for storing a computer program;
a processor 302, configured to execute a computer program to implement the steps of the software testing method under the data simulation-based system provided in any of the above embodiments.
According to the software testing device based on the data simulation system, collected related hardware equipment data can be stored in a database in advance, namely a data model is formed, then the established data model is directly called from the database during software testing, data interaction between software and hardware under the traditional condition is simulated, and data transmission time between the software and the hardware is shortened. The method does not need the support of various external conditions in the traditional test process, and gets rid of the influence of conditions such as the performance of hardware and the time of data transmission between the hardware and the software. The complex problem caused by building a test environment in the test process is avoided, the test frequency is reduced, and the software test efficiency and the test quality are improved.
The above detailed description is given to an embodiment of a software testing method based on a data simulation system, and based on the software testing method based on the data simulation system described in the foregoing embodiment, an embodiment of the present invention further provides a computer-readable storage medium corresponding to the method. Since the embodiment of the computer-readable storage medium portion and the embodiment of the method portion correspond to each other, please refer to the embodiment of the method portion for describing the embodiment of the computer-readable storage medium portion, which is not described herein again.
A computer-readable storage medium, on which a computer program is stored, the computer program being executed by a processor to implement the steps of the software testing method under the data simulation-based system provided in any one of the above embodiments.
In the computer-readable storage medium provided by the application, the processor can read a program stored in the readable storage medium, so that the steps of the software testing method based on the data simulation system provided by any one of the embodiments can be realized, the collected related hardware device data can be stored in the database in advance, namely, a data model is formed, then the established data model is directly called from the database during software testing, data interaction between software and hardware under the traditional condition is simulated, and the data transmission time between the software and the hardware is reduced. The method does not need the support of various external conditions in the traditional test process, and gets rid of the influence of conditions such as the performance of hardware and the time of data transmission between the hardware and the software. The complex problem caused by building a test environment in the test process is avoided, the test frequency is reduced, and the software test efficiency and the test quality are improved.
Other embodiments of the present application will be apparent to those skilled in the art from consideration of the specification and practice of the application disclosed herein. This application is intended to cover any variations, uses, or adaptations of the invention following, in general, the principles of the application and including such departures from the present disclosure as come within known or customary practice in the art to which the invention pertains. It is intended that the specification and examples be considered as exemplary only, with a true scope of the disclosure being indicated by the following claims.
It will be understood that the present application is not limited to the precise arrangements described above and shown in the drawings and that various modifications and changes may be made without departing from the scope thereof. The above-described embodiments of the present application do not limit the scope of the present application.

Claims (9)

1. A software testing method based on a data simulation system is characterized by comprising the following steps:
setting configuration parameters, data output environment and data output conditions of various hardware devices;
carrying out interface standardization processing on the data output environment and the data output condition;
acquiring target data of each hardware device corresponding to each software to be tested in advance, and storing the target data into a database;
reading first target data required when testing target software to be tested from the database, and generating a corresponding test case according to the first target data;
testing the target software to be tested according to the test case;
the target data comprises the first target data, and the software to be tested comprises target software to be tested.
2. The software testing method based on the data simulation system as claimed in claim 1, wherein the database comprises Oracle data, Sybase SQL Server data and Microsoft SQL Server database.
3. The software testing method based on the data simulation system as claimed in claim 1, wherein the first target data required for reading the test target software to be tested from the database is specifically:
and reading the first target data through a PowerBuilder access tool or a Visual Basic access tool or a Visual C + + access tool or an Active Server Page access tool.
4. The software testing method based on the data simulation system as claimed in claim 1, wherein the target data includes configuration parameters and interface information of each hardware device.
5. The software testing method based on the data simulation system according to any one of claims 1 to 4, further comprising, after the reading of the first target data required for testing the target software under test from the database:
and displaying prompt information.
6. A software testing device based on a data simulation system is characterized by comprising:
the acquisition module is used for acquiring target data of each hardware device corresponding to each software to be tested in advance and storing the target data into a database;
the reading module is used for reading first target data required by testing target software to be tested from the database and generating a corresponding test case according to the first target data;
the test module is used for testing the target software to be tested according to the test case;
the target data comprises the first target data, and the software to be tested comprises target software to be tested.
7. The software testing device based on the data simulation system as claimed in claim 6, further comprising:
and the display module is used for displaying prompt information after the reading module reads the first target data.
8. A software testing device based on a data simulation system is characterized by comprising:
a memory for storing a computer program;
a processor for executing the computer program to implement the steps of the software testing method under the data simulation-based system according to any one of claims 1 to 5.
9. A computer-readable storage medium, characterized in that the computer-readable storage medium has stored thereon a computer program, which is executed by a processor to implement the steps of the software testing method under the data-based simulation system according to any one of claims 1 to 5.
CN201811547072.2A 2018-12-18 2018-12-18 Software testing method and device based on data simulation system and storage medium Active CN109634867B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811547072.2A CN109634867B (en) 2018-12-18 2018-12-18 Software testing method and device based on data simulation system and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811547072.2A CN109634867B (en) 2018-12-18 2018-12-18 Software testing method and device based on data simulation system and storage medium

Publications (2)

Publication Number Publication Date
CN109634867A CN109634867A (en) 2019-04-16
CN109634867B true CN109634867B (en) 2022-02-11

Family

ID=66074967

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811547072.2A Active CN109634867B (en) 2018-12-18 2018-12-18 Software testing method and device based on data simulation system and storage medium

Country Status (1)

Country Link
CN (1) CN109634867B (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110119354A (en) * 2019-04-19 2019-08-13 平安普惠企业管理有限公司 Method for testing software, device and electronic equipment based on Test cases technology
CN110597725B (en) * 2019-09-19 2023-05-05 浙江诺诺网络科技有限公司 Mysql simulation return method, device and equipment
CN112945602A (en) * 2021-03-17 2021-06-11 广东美的暖通设备有限公司 Air conditioner self-learning software and hardware combined test system
CN113986744A (en) * 2021-11-02 2022-01-28 中国银行股份有限公司 Method and device for testing warehouse and table components and storage medium
CN114817035B (en) * 2022-04-26 2024-06-25 苏州浪潮智能科技有限公司 Software testing method, device, equipment and medium

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101515252A (en) * 2008-08-26 2009-08-26 南京中兴软创科技股份有限公司 Method for quantifying analysis charging system performance
CN101833498A (en) * 2009-07-31 2010-09-15 北京伟晨豪嘉科技有限责任公司 Automatic detection system of embedded type system based on testing script technique
CN103019939A (en) * 2012-12-27 2013-04-03 广州广电运通金融电子股份有限公司 Method and system for testing driver

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101515252A (en) * 2008-08-26 2009-08-26 南京中兴软创科技股份有限公司 Method for quantifying analysis charging system performance
CN101833498A (en) * 2009-07-31 2010-09-15 北京伟晨豪嘉科技有限责任公司 Automatic detection system of embedded type system based on testing script technique
CN103019939A (en) * 2012-12-27 2013-04-03 广州广电运通金融电子股份有限公司 Method and system for testing driver

Also Published As

Publication number Publication date
CN109634867A (en) 2019-04-16

Similar Documents

Publication Publication Date Title
CN109634867B (en) Software testing method and device based on data simulation system and storage medium
CN109302522B (en) Test method, test device, computer system, and computer medium
EP3511836A1 (en) Generation of automated testing scripts by converting manual test cases
CN106446412B (en) Model-based test method for avionics system
CN107659455B (en) Method, storage medium, device and system for Mock data of iOS (internet operating system) end
CN105120483B (en) Automatic testing method and system for compatibility of smart card and mobile terminal
CN106067101A (en) A kind of distribution power engineering acceptance method and system
CN111352836A (en) Pressure testing method and related device
CN112346994B (en) Test information association method, device, computer equipment and storage medium
CN113238901B (en) Multi-device automatic testing method and device, storage medium and computer device
CN114416441A (en) Real-time database automatic testing method and system, electronic equipment and storage medium
CN114942890A (en) User interface testing method, device, equipment and medium
CN115062571A (en) Dynamic selection method, system, equipment and computer readable storage medium for data area of integrated circuit device
CN114327416A (en) Interface synchronization method and device applied to development branch and electronic equipment
CN114064469A (en) Interface automation test method and storage medium
EP3014562A1 (en) Simulating sensors
CN113434382A (en) Database performance monitoring method and device, electronic equipment and computer readable medium
CN112445711A (en) Test method for generating simulation test scene based on visual dragging of Web page
CN112527631A (en) bug positioning method, system, electronic equipment and storage medium
CN110688299A (en) Automatic test platform for application software of nuclear power plant
CN111061599B (en) Method for generating check point of interface test environment
CN112632883B (en) Method, device, equipment and medium for testing simulation result of device model
CN105407112B (en) Equipment capability learning method, device and system
CN113495844B (en) Automatic testing method, device and system based on virtual click and storage medium
CN116047202A (en) Integrated test method, device, equipment and storage medium of lighting system

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