CN112327798A - Train system testing method and device, electronic equipment and storage medium - Google Patents

Train system testing method and device, electronic equipment and storage medium Download PDF

Info

Publication number
CN112327798A
CN112327798A CN202011140770.8A CN202011140770A CN112327798A CN 112327798 A CN112327798 A CN 112327798A CN 202011140770 A CN202011140770 A CN 202011140770A CN 112327798 A CN112327798 A CN 112327798A
Authority
CN
China
Prior art keywords
test
script
type
data
train system
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
CN202011140770.8A
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.)
Traffic Control Technology TCT Co Ltd
Original Assignee
Traffic Control Technology TCT 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 Traffic Control Technology TCT Co Ltd filed Critical Traffic Control Technology TCT Co Ltd
Priority to CN202011140770.8A priority Critical patent/CN112327798A/en
Publication of CN112327798A publication Critical patent/CN112327798A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05BCONTROL OR REGULATING SYSTEMS IN GENERAL; FUNCTIONAL ELEMENTS OF SUCH SYSTEMS; MONITORING OR TESTING ARRANGEMENTS FOR SUCH SYSTEMS OR ELEMENTS
    • G05B23/00Testing or monitoring of control systems or parts thereof
    • G05B23/02Electric testing or monitoring
    • G05B23/0205Electric testing or monitoring by means of a monitoring system capable of detecting and responding to faults
    • G05B23/0218Electric testing or monitoring by means of a monitoring system capable of detecting and responding to faults characterised by the fault detection method dealing with either existing or incipient faults
    • G05B23/0224Process history based detection method, e.g. whereby history implies the availability of large amounts of data
    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05BCONTROL OR REGULATING SYSTEMS IN GENERAL; FUNCTIONAL ELEMENTS OF SUCH SYSTEMS; MONITORING OR TESTING ARRANGEMENTS FOR SUCH SYSTEMS OR ELEMENTS
    • G05B2219/00Program-control systems
    • G05B2219/20Pc systems
    • G05B2219/24Pc safety
    • G05B2219/24065Real time diagnostics

Abstract

The embodiment of the invention provides a train system testing method, a train system testing device, electronic equipment and a storage medium, wherein the method comprises the following steps: determining a test script corresponding to each test data according to a test record table, wherein the test record table comprises the test data, an execution script and a test mark; executing the test scripts corresponding to the test data to obtain the test results of the test scripts; and determining the test result of each test type according to the test script type, wherein the test script type corresponds to the test type. The train system testing method, the train system testing device, the electronic equipment and the storage medium provided by the embodiment of the invention have the advantages that the testing data and the testing script are separated on the premise of ensuring the testing correctness, the testing of all data to be tested can be completed, the comprehensiveness of each test is highlighted, the testing script can be transplanted aiming at different engineering lines, the usability is high, and the applicability is strong.

Description

Train system testing method and device, electronic equipment and storage medium
Technical Field
The invention relates to the technical field of train traffic control, in particular to a train system testing method, a train system testing device, electronic equipment and a storage medium.
Background
Existing train systems (e.g., CI, ATS, ZC, VOBC, etc.) may be functionally tested using an interface-based automated test method. The interface automated testing framework is shown in fig. 1, and as can be seen from fig. 1, the testing engine is a driving mechanism of the whole automated testing, and is used for driving the whole testing script and the object to be tested to run in order according to the testing case, recording the testing process, and counting the testing result. Referring specifically to FIG. 2, a flowchart is shown for a test engine.
Referring to fig. 1 and 2, it can be known that the above-mentioned automated testing method has the following drawbacks: the data in the test case is completely fused with the script, and one script represents one fixed test data. That is, a script is configured with test data already fixed, and the execution of the script only obtains the test result of the test data. However, a plurality of test data may exist in a certain test item, and for this reason, the above-mentioned automated test method only depends on the test result of a fixed piece of test data to perform overall performance evaluation on the test item. Therefore, the automatic testing method has the advantages of poor portability, low flexibility and poor applicability. Some systems of the train are used as systems for separating functions from data, and are applied to different engineering lines, and the correctness of the functions realized in all data needs to be ensured, so that the automatic method is not beneficial to multi-engineering-line test coverage.
Disclosure of Invention
Aiming at the problems in the prior art, the embodiment of the invention provides a train system testing method and device, electronic equipment and a storage medium.
In a first aspect, a train system testing method provided in an embodiment of the present invention includes:
determining a test script corresponding to each test data according to a test record table, wherein the test record table comprises the test data, an execution script and a test mark;
executing the test scripts corresponding to the test data to obtain the test results of the test scripts;
and determining the test result of each test type according to the test script type, wherein the test script type corresponds to the test type.
Further, the determining a test script corresponding to each test data according to the test record table includes:
and traversing data rows of the test record table, reading the test data and the corresponding execution script when the test mark corresponding to any test data is determined to be yes, placing the test data in the execution script, and generating the test script corresponding to the test data.
Further, the executing the test script corresponding to each test data to obtain the test result of each test script includes:
determining a corresponding test environment according to the type of the test script, wherein the test environment comprises an interface adapter, a message route and a link relation of a to-be-tested object;
and traversing the test data under the test script type, and executing the test script of the test data under the test environment to obtain the test result of each test script.
Further, still include:
and after the execution of the test script of each test data under the first script type is finished, cleaning the test environment, and determining a corresponding new test environment according to the second script type.
Further, the determining the test result of each test type according to the test script type includes:
counting the test result of the test script of each test data under the test script type;
if all the test results are successful, the test result of the test type corresponding to the test script type is successful;
if all the test results are abnormal, the test result of the test type corresponding to the test script type is abnormal;
and if the test results have failure, failure and abnormity, the test result of the test type corresponding to the test script type is failure.
Further, after obtaining the test result of each test script, the method further includes:
recording the test result of each test script in a success list, a failure list and an exception list;
correspondingly, statistics is carried out from the success list, the failure list and the abnormal list according to the type of the test script, and the test result of each test type is determined.
Further, the test record table includes a test result success item, a test result identification item, and a test result abnormal item.
In a second aspect, an embodiment of the present invention provides a train system testing apparatus, including:
the reading module is used for determining a test script corresponding to each test data according to a test record table, and the test record table comprises the test data, an execution script and a test mark;
the test module is used for executing the test scripts corresponding to the test data to obtain the test results of the test scripts;
and the statistical module is used for determining the test result of each test type according to the type of the test script, and the type of the test script corresponds to the test type.
In a third aspect, an embodiment of the present invention provides an electronic device, including a memory, a processor, and a computer program stored in the memory and operable on the processor, where the processor implements the steps of the train system testing method as described above when executing the program.
In a fourth aspect, an embodiment of the present invention provides a non-transitory computer readable storage medium, on which a computer program is stored, where the computer program, when executed by a processor, implements the steps of the train system testing method as described above.
The train system testing method, the train system testing device, the electronic equipment and the storage medium provided by the embodiment of the invention have the advantages that the testing data and the testing script are separated on the premise of ensuring the testing correctness, the testing of all data to be tested can be completed, the comprehensiveness of each test is highlighted, the testing script can be transplanted aiming at different engineering lines, the usability is high, and the applicability is strong.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and those skilled in the art can also obtain other drawings according to the drawings without creative efforts.
FIG. 1 is a block diagram of a prior art interface-based automated test;
FIG. 2 is a schematic workflow diagram of a prior art interface-based automated test;
FIG. 3 is a flowchart of an embodiment of a train system testing method of the present invention;
FIG. 4 is a schematic diagram illustrating a process of generating a test script corresponding to each test data according to the present invention;
FIG. 5 is a schematic flow chart illustrating a test procedure for testing test data based on a test script according to the present invention;
FIG. 6 is a schematic diagram of an embodiment of a train testing device according to the present invention;
FIG. 7 is a block diagram of an embodiment of an electronic device according to the invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, but not all, embodiments of the present 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.
Fig. 3 is a schematic flow chart illustrating a train system testing method according to an embodiment of the present invention, and referring to fig. 3, the method includes:
s31, determining a test script corresponding to each test data according to a test record table, wherein the test record table comprises the test data, an execution script and a test mark;
s32, executing the test scripts corresponding to the test data to obtain the test results of the test scripts;
and S33, determining the test result of each test type according to the test script type, wherein the test script type corresponds to the test type.
For the steps S31 to S33, it should be noted that, in the embodiment of the present invention, in order to separate the test data of the test item from the test script, statistics is performed on each test data, and a test record table is established. The test record table includes at least test data, an execution script, and a test flag.
The execution script is a script that is not configured with test data.
The test flag is used to indicate whether the test data is to be tested, and thus, the test flag includes "yes" or "no".
Therefore, the test record table comprises a plurality of lines of data, and each line of data at least comprises the corresponding relation of test data, an execution script and a test mark. The execution script is composed of the relative path of the script and the script name.
Based on the above description, the system generates a script for each test data with "yes" test flag based on the content recorded in the test record table, and supplements the test data to the execution script to generate a test script for each corresponding test data. Therefore, the situation that one script only fixes one test data belonging to the same test item is avoided, the test data is separated from the script, and the correctness of test results in all the test data is further realized.
And after the test script of each test data is generated, executing the test script corresponding to each test data to obtain the test result of each test script.
In embodiments of the present invention, each test item has a unique test type. Such as a "transact route" test, which is of the type transact route. In the testing process, the corresponding testing script is required to test different testing data. Thus, each test type corresponds to a unique test script type. That is, one test type has a corresponding execution script, and the execution script is filled by different test data to generate different test scripts under the same test type.
And after all the generated test scripts are tested, determining the test result of each test type according to the test script type.
For example, the type of the test script for "transacting route" test is a, 3 test scripts are provided under the type a, and 3 test results are obtained after the 3 test scripts are tested. From the 3 test results, the test result of the "transact route" test can be determined.
The train system testing method provided by the embodiment of the invention separates the test data from the test script on the premise of ensuring the testing correctness, can realize the test of all data to be tested, highlights the comprehensiveness of each test, can carry out test script transplantation aiming at different engineering lines, and has high usability and strong applicability.
In a further embodiment of the method in the above embodiment, a process of determining a test script corresponding to each test data according to the test record table is mainly explained, which specifically includes the following steps:
and traversing data lines of the test record table, reading the test data and the corresponding execution script when the test mark corresponding to any test data is determined to be yes, placing the test data in the execution script, and generating the test script corresponding to the test data.
Referring to fig. 4, a schematic diagram of a generation flow of a test script corresponding to each test data is shown, where a system parses command parameters, traverses and reads various databases and test record tables, when a test item of current test data is "yes", reads the current test data and a corresponding execution script, places the test data in the execution script, and generates a test script corresponding to the current test data. When the test item of the current test data is 'no' and an unread data row exists in the test record table, the test item of the test data on the next data row is read. And ending until all data rows in the test record table are read.
The embodiment performs traversal automation processing on the test record table, can realize traversal test on a large amount of data, and realizes full data coverage test of train system functions.
In a further embodiment of the method in the above embodiment, a process of executing a test script corresponding to each test data and obtaining a test result of each test script is mainly explained, which includes the following specific steps:
determining a corresponding test environment according to the type of the test script, wherein the test environment comprises an interface adapter, a message route and a link relation of a to-be-tested object;
and traversing each test data under the test script type, executing the test script of each test data under the test environment, and obtaining the test result of each test script.
In addition, after the execution of the test script of each test data under the first script type is finished, the test environment is cleaned, and a corresponding new test environment is determined according to the second script type. The first script type and the second script type represent two adjacent test scripts in each test script. And after the test scripts with the front sequence are tested in the traversal process, executing the test scripts with the back sequence.
In this regard, it should be noted that different test scripts require different test environments to complete the test on the test data. For this purpose, the required test environment can be determined from the different test scripts. Determining the test environment requires determining the corresponding interface adapter, message routing, and the object being tested. Here, the obtaining of the test environment is the same as that of the test environment in the existing automated test method, and is not described herein again.
Referring to fig. 5, a schematic flow chart of testing data based on a test script is shown, where a system calls all test data, determines a current test script type, and establishes links between a tested object and an interface adapter and between each interface adapter and a message route according to an interface adapter and a message route that need to be started according to the current test script type, so as to complete preparation of a test environment.
All test scripts under the current test script type are executed based on the prepared test environment. And when the test is passed, adding the test data which passes the test into a success list, when the test is failed, adding the test data which fails the test into a failure list, and when an exception occurs in the test process, adding the test data which is abnormal in the test into an exception list. After the test of all test scripts under the current test script type is completed, the current test environment is cleared, all types of variables are reset, the message routing and all interface adapters are closed, and the influence on subsequent tests is avoided.
And judging whether the execution of all the test scripts is finished, if the test scripts are not executed, re-determining a new test environment according to the types of the unexecuted test scripts, and carrying out the test process. And returning a test success list, a test failure list and a test exception list until all the test scripts are executed. Furthermore, a test result success item, a test result identification item and a test result abnormal item are added to the test record table based on the test success list, the test failure list and the test abnormal list. The number of the success items of the test results, the identification items of the test results and the abnormal items of the test results can be filled.
Then, the test results of the test scripts of the test data under the test script types are counted, that is, the test results of the test types corresponding to the test script types are determined from the returned test success list, test failure list and test exception list, which is specifically as follows:
if all the test results under the test script type are successful, the test result of the test type corresponding to the test script type is successful;
if all the test results under the test script type are abnormal, the test result of the test type corresponding to the test script type is abnormal;
and if the test results of all the test scripts under the test script type have failures, failures and exceptions, the test result of the test type corresponding to the test script type is a failure.
According to the embodiment method, on the premise of ensuring the test correctness, the test data and the test script are separated, the test on all data to be tested can be completed, the comprehensiveness of each test is highlighted, the test script can be transplanted aiming at different engineering lines, and the method is high in usability and high in applicability.
Fig. 6 shows a schematic structural diagram of a train system testing device provided by an embodiment of the present invention, referring to fig. 6, the device includes a reading module 61, a testing module 62, and a statistics module 63, where:
the reading module 61 is configured to determine a test script corresponding to each test data according to a test record table, where the test record table includes the test data, an execution script, and a test flag;
the test module 62 is configured to execute a test script corresponding to each test data to obtain a test result of each test script;
and the statistical module 63 is configured to determine a test result of each test type according to the type of the test script, where the test script type corresponds to the test type.
In a further embodiment of the apparatus in the above embodiment, the reading module, in the process of determining the test script corresponding to each test data according to the test record table, is specifically configured to:
and traversing data rows of the test record table, reading the test data and the corresponding execution script when the test mark corresponding to any test data is determined to be yes, placing the test data in the execution script, and generating the test script corresponding to the test data.
In a further embodiment of the foregoing embodiment device, the test module, in the process of executing the test script corresponding to each test data and obtaining the test result of each test script, is specifically configured to:
determining a corresponding test environment according to the type of the test script, wherein the test environment comprises an interface adapter, a message route and a link relation of a to-be-tested object;
and traversing the test data under the test script type, and executing the test script of the test data under the test environment to obtain the test result of each test script.
In a further embodiment of the apparatus of the above embodiment, further comprising a circulation module configured to:
and after the execution of the test script of each test data under the first script type is finished, cleaning the test environment, and determining a corresponding new test environment according to the second script type.
In a further embodiment of the apparatus in the above embodiment, the statistical module, in the process of determining the test result of each test type according to the test script type, is specifically configured to:
counting the test result of the test script of each test data under the test script type;
if all the test results are successful, the test result of the test type corresponding to the test script type is successful;
if all the test results are abnormal, the test result of the test type corresponding to the test script type is abnormal;
and if the test results have failure, failure and abnormity, the test result of the test type corresponding to the test script type is failure.
In a further embodiment of the foregoing embodiment apparatus, after obtaining the test result of each test script, the apparatus further includes a recording module, configured to:
recording the test result of each test script in a success list, a failure list and an exception list;
correspondingly, the statistical module is specifically configured to: and counting from the success list, the failure list and the abnormal list according to the type of the test script, and determining the test result of each test type.
In a further embodiment of the apparatus of the above embodiments, the test record table includes a test result success item, a test result identification item, and a test result abnormal item.
Since the principle of the apparatus according to the embodiment of the present invention is the same as that of the method according to the above embodiment, further details are not described herein for further explanation.
It should be noted that, in the embodiment of the present invention, the relevant functional module may be implemented by a hardware processor (hardware processor).
The train system testing device provided by the embodiment of the invention separates the test data from the test script on the premise of ensuring the testing correctness, can realize the test of all data to be tested, highlights the comprehensiveness of each test, can carry out test script transplantation aiming at different engineering lines, and has high usability and strong applicability.
Fig. 7 illustrates a physical structure diagram of an electronic device, and as shown in fig. 7, the electronic device may include: a processor (processor)71, a communication Interface (Communications Interface)72, a memory (memory)73 and a communication bus 74, wherein the processor 71, the communication Interface 72 and the memory 73 are communicated with each other via the communication bus 74. Processor 71 may call logic instructions in memory 73 to perform the following method: determining a test script corresponding to each test data according to a test record table, wherein the test record table comprises the test data, an execution script and a test mark; executing the test scripts corresponding to the test data to obtain the test results of the test scripts; and determining the test result of each test type according to the type of the test script, wherein the test script type corresponds to the test type.
In addition, the logic instructions in the memory 73 may be implemented in the form of software functional units and stored in a computer readable storage medium when the software functional units are sold or used as independent products. Based on such understanding, the technical solution of the present invention may be embodied in the form of a software product, which is stored in a storage medium and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the method according to the embodiments of the present invention. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and other various media capable of storing program codes.
Embodiments of the present invention further provide a non-transitory computer-readable storage medium, on which a computer program is stored, where the computer program is implemented to perform the method provided in the foregoing embodiments when executed by a processor, and the method includes: determining a test script corresponding to each test data according to a test record table, wherein the test record table comprises the test data, an execution script and a test mark; executing the test scripts corresponding to the test data to obtain the test results of the test scripts; and determining the test result of each test type according to the type of the test script, wherein the test script type corresponds to the test type.
Through the above description of the embodiments, those skilled in the art will clearly understand that each embodiment can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware. With this understanding in mind, the above-described technical solutions may be embodied in the form of a software product, which can be stored in a computer-readable storage medium such as ROM/RAM, magnetic disk, optical disk, etc., and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device, etc.) to execute the methods described in the embodiments or some parts of the embodiments.
Finally, it should be noted that: the above examples are only intended to illustrate the technical solution of the present invention, but not to limit it; although the present invention has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some technical features may be equivalently replaced; and such modifications or substitutions do not depart from the spirit and scope of the corresponding technical solutions of the embodiments of the present invention.

Claims (10)

1. A train system testing method is characterized by comprising the following steps:
determining a test script corresponding to each test data according to a test record table, wherein the test record table comprises the test data, an execution script and a test mark;
executing the test scripts corresponding to the test data to obtain the test results of the test scripts;
and determining the test result of each test type according to the test script type, wherein the test script type corresponds to the test type.
2. The train system testing method according to claim 1, wherein the determining a test script corresponding to each test data according to the test record table includes:
and traversing data rows of the test record table, reading the test data and the corresponding execution script when the test mark corresponding to any test data is determined to be yes, placing the test data in the execution script, and generating the test script corresponding to the test data.
3. The train system testing method according to claim 1 or 2, wherein the executing of the test script corresponding to each test data to obtain the test result of each test script comprises:
determining a corresponding test environment according to the type of the test script, wherein the test environment comprises an interface adapter, a message route and a link relation of a to-be-tested object;
and traversing the test data under the test script type, and executing the test script of the test data under the test environment to obtain the test result of each test script.
4. The train system testing method of claim 3, further comprising:
and after the execution of the test script of each test data under the first script type is finished, cleaning the test environment, and determining a corresponding new test environment according to the second script type.
5. The train system test method according to claim 3, wherein the determining the test result of each test type according to the test script type comprises:
counting the test result of the test script of each test data under the test script type;
if all the test results are successful, the test result of the test type corresponding to the test script type is successful;
if all the test results are abnormal, the test result of the test type corresponding to the test script type is abnormal;
and if the test results have failure, failure and abnormity, the test result of the test type corresponding to the test script type is failure.
6. The train system test method according to claim 3, further comprising, after obtaining the test result of each test script:
recording the test result of each test script in a success list, a failure list and an exception list;
correspondingly, statistics is carried out from the success list, the failure list and the abnormal list according to the type of the test script, and the test result of each test type is determined.
7. The train system test method according to claim 5, wherein the test record table includes a test result success item, a test result identification item, and a test result abnormal item.
8. A train system testing device, comprising:
the reading module is used for determining a test script corresponding to each test data according to a test record table, and the test record table comprises the test data, an execution script and a test mark;
the test module is used for executing the test scripts corresponding to the test data to obtain the test results of the test scripts;
and the statistical module is used for determining the test result of each test type according to the type of the test script, and the type of the test script corresponds to the test type.
9. An electronic device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, wherein the steps of the train system testing method according to any one of claims 1 to 7 are implemented when the program is executed by the processor.
10. A non-transitory computer readable storage medium having a computer program stored thereon, wherein the computer program when executed by a processor implements the steps of the train system testing method according to any one of claims 1 to 7.
CN202011140770.8A 2020-10-22 2020-10-22 Train system testing method and device, electronic equipment and storage medium Pending CN112327798A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011140770.8A CN112327798A (en) 2020-10-22 2020-10-22 Train system testing method and device, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011140770.8A CN112327798A (en) 2020-10-22 2020-10-22 Train system testing method and device, electronic equipment and storage medium

Publications (1)

Publication Number Publication Date
CN112327798A true CN112327798A (en) 2021-02-05

Family

ID=74311280

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011140770.8A Pending CN112327798A (en) 2020-10-22 2020-10-22 Train system testing method and device, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN112327798A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114721969A (en) * 2022-06-07 2022-07-08 广州易方信息科技股份有限公司 Method and device for separating interface automation test data and test codes

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN201044455Y (en) * 2007-05-24 2008-04-02 谢步明 TCN motorcycle network control test fixture
CN104765681A (en) * 2015-03-18 2015-07-08 株洲南车时代电气股份有限公司 Automated train drive control software testing system and method
CN105591840A (en) * 2015-12-23 2016-05-18 武汉烽火信息集成技术有限公司 Automatic test platform and method used for testing track traffic signal system
CN110708217A (en) * 2019-10-23 2020-01-17 深圳市三旺通信股份有限公司 Python language-based bypass switching time intelligent test system and method
US10635407B2 (en) * 2015-10-08 2020-04-28 Micro Focus Llc Identification of differences between scripts for testing applications
CN111176910A (en) * 2018-11-29 2020-05-19 通号城市轨道交通技术有限公司 System function testing method and device

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN201044455Y (en) * 2007-05-24 2008-04-02 谢步明 TCN motorcycle network control test fixture
CN104765681A (en) * 2015-03-18 2015-07-08 株洲南车时代电气股份有限公司 Automated train drive control software testing system and method
US10635407B2 (en) * 2015-10-08 2020-04-28 Micro Focus Llc Identification of differences between scripts for testing applications
CN105591840A (en) * 2015-12-23 2016-05-18 武汉烽火信息集成技术有限公司 Automatic test platform and method used for testing track traffic signal system
CN111176910A (en) * 2018-11-29 2020-05-19 通号城市轨道交通技术有限公司 System function testing method and device
CN110708217A (en) * 2019-10-23 2020-01-17 深圳市三旺通信股份有限公司 Python language-based bypass switching time intelligent test system and method

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114721969A (en) * 2022-06-07 2022-07-08 广州易方信息科技股份有限公司 Method and device for separating interface automation test data and test codes

Similar Documents

Publication Publication Date Title
US10872034B2 (en) Method, device and computer program product for executing test cases
CN111767226B (en) Cloud computing platform resource testing method, system and equipment
JP2019500680A (en) Data processing method and apparatus
CN109522181B (en) Performance test method, device and equipment of distributed storage system
CN110069736A (en) Page loading method and equipment
CN112327798A (en) Train system testing method and device, electronic equipment and storage medium
CN113682351B (en) Interlocking data testing method and system
CN109587351B (en) Call testing method, device, equipment and storage medium
CN105955798A (en) Method, device and system for detecting abnormal state of virtual machine in cloud platform
CN111464384A (en) Consistency test method and device for asynchronous messages
CN115276844B (en) Communication module testing method and device, storage medium and electronic equipment
CN116506340A (en) Flow link testing method and device, electronic equipment and storage medium
CN112084108A (en) Test script generation method and device and related components
CN114461465A (en) Micro-service test method, system and related device for hybrid CPU (Central processing Unit) architecture equipment
CN114817047A (en) Compiler test method, case generation method and device and instruction storage structure
CN113868137A (en) Method, device and system for processing buried point data and server
CN114066331A (en) Shareholder investment information acquisition method and device, electronic equipment and storage medium
CN110795338B (en) Front-end and back-end interaction-based automatic testing method and device and electronic equipment
CN109985387B (en) Automatic testing method and device
CN113722213A (en) Automated testing method and computer-readable storage medium
CN113448786A (en) PCIe equipment testing method, device, equipment and readable storage medium
CN112363908A (en) Asynchronous interface test method, system, electronic device and storage medium
CN113986756A (en) Test case generation method and device, electronic equipment and computer program product
CN115391200A (en) Method, device and equipment for exception handling in long flow and storage medium
CN113076255A (en) Program testing method and device

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

Application publication date: 20210205