CN107451063B - Script testing method and device - Google Patents

Script testing method and device Download PDF

Info

Publication number
CN107451063B
CN107451063B CN201710692831.3A CN201710692831A CN107451063B CN 107451063 B CN107451063 B CN 107451063B CN 201710692831 A CN201710692831 A CN 201710692831A CN 107451063 B CN107451063 B CN 107451063B
Authority
CN
China
Prior art keywords
script
scripts
testing
tested
test
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
CN201710692831.3A
Other languages
Chinese (zh)
Other versions
CN107451063A (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.)
Luster Tianbo Optoelectronic Technology Co ltd
Original Assignee
Luster Tianbo Optoelectronic Technology 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 Luster Tianbo Optoelectronic Technology Co ltd filed Critical Luster Tianbo Optoelectronic Technology Co ltd
Priority to CN201710692831.3A priority Critical patent/CN107451063B/en
Publication of CN107451063A publication Critical patent/CN107451063A/en
Application granted granted Critical
Publication of CN107451063B publication Critical patent/CN107451063B/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/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)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

The embodiment of the application discloses a script testing method and a device, comprising the following steps: acquiring characteristic information of a script to be tested, wherein the characteristic information comprises the byte number and the direction of the script; grouping the scripts to be tested according to the number of bytes of the scripts and the direction of the scripts, and setting the scripts to be tested with the same number of bytes of the scripts and the same direction of the scripts as the same test group; determining a test sequence according to the total number of the scripts and the total byte number of the scripts in the test group; and testing the scripts to be tested in each test group according to the test sequence according to preset script test indexes. The scripts to be tested are grouped according to the characteristic information of the scripts to be tested, so that the relation among the scripts can be effectively established, so that scripts running behind the same group can directly obtain initial parameters of other scripts in the same group when running if the initial parameters are needed, and a plurality of test groups are tested in sequence, so that the script testing speed and the accuracy of test results can be improved.

Description

Script testing method and device
Technical Field
The present application relates to the field of computer technologies, and in particular, to a script testing method and apparatus.
Background
The Smartbit tester is a tester for testing network equipment data, and is widely applied to verification of functions and performances of network equipment. Fig. 1 is a schematic diagram of an automatic test network device of a Smartbit tester, the Smartbit tester shown in fig. 1 is respectively connected with a control computer and a device to be tested, a user inputs a test instruction to the control computer through control, the control computer sends a corresponding control instruction to the Smartbit tester, and after receiving the test instruction from the control computer, the Smartbit tester tests network device performance indexes such as throughput, time delay, packet loss rate and the like of the network device to be tested.
In the prior art, when a Smartbit tester tests network parameters of network equipment, test software matched with the Smartbit tester needs to be called to run a plurality of scripts. The general method is to extract one script file for operation, and after the operation is finished, the test result is output and then the next script file is extracted for operation. Before the next script runs, whether the data run by the previous script needs to be imported into the next script needs to be judged. After the operation of all scripts is sequentially completed, the final operation data is obtained. And sorting to obtain the test result of the network parameters of the network equipment.
However, in the test method of scripts in the prior art, the test scripts are only traditionally tested in sequence, and the relationship between the associated scripts in the script to be tested cannot be effectively established, so that the script test time is long, and the final test result has certain errors.
Disclosure of Invention
The application provides a script testing method and device, and aims to solve the problem that a testing result has errors due to the fact that a relation between scripts is not established in a testing script in a traditional method.
A script testing method, the method comprising: acquiring characteristic information of a script to be tested, wherein the characteristic information comprises the byte number and the direction of the script; grouping the scripts to be tested according to the number of bytes of the scripts and the direction of the scripts, and setting the scripts to be tested with the same number of bytes of the scripts and the same direction of the scripts as the same test group; determining a test sequence according to the total number of the scripts in the test group and the total byte number of the scripts in the test group; and testing the scripts to be tested in each test group according to the test sequence according to preset script test indexes, wherein the test of the (N + 1) th script in each test group needs to call the test data of the Nth script, and N is an integer greater than or equal to 1.
Optionally, the obtaining the feature information of the script to be tested includes: judging whether the format of the loaded script to be tested meets the test requirement or not; and if the format of the script to be tested meets the testing requirement, acquiring the information of the script to be tested.
Optionally, the scripts to be tested are grouped according to the number of bytes of the scripts and the direction of the scripts, and if the number of bytes of the scripts of different scripts to be tested is the same and any one of the directions of the scripts is the same or different, the scripts to be tested are grouped for the second time according to the names of the scripts.
Optionally, the determining a test sequence according to the total number of scripts in the test group and the total number of bytes of the scripts includes: determining a first pretesting sequence according to the descending order of the number of scripts in the test group, wherein the scripts with the same number are arranged in parallel; and arranging the test groups with the same number of scripts in the first test sequence according to the total byte number of the scripts in a descending order to obtain a second prediction sequence, and determining the second prediction sequence as the test sequence.
Optionally, the testing the scripts to be tested in each test group according to the test sequence according to the preset script test indexes includes: determining an index testing sequence of preset script testing indexes; and testing the scripts to be tested in each test group according to the index test sequence and the test sequence of the test groups.
A script testing apparatus, the apparatus comprising: the acquisition module is used for acquiring the characteristic information of the script to be tested, wherein the characteristic information comprises the byte number of the script and the direction of the script; the grouping module is used for grouping the scripts to be tested according to the number of bytes of the scripts and the script direction, and setting the scripts to be tested with the same number of bytes of the scripts and the same script direction as a same test group; the determining module is used for determining a test sequence according to the total number of the scripts in the test group and the total byte number of the scripts in the test group; and the testing module is used for testing the scripts to be tested in each testing group according to the testing sequence according to the preset script testing index, wherein the testing of the (N + 1) th script in each testing group needs to call the testing data of the Nth script, and N is an integer greater than or equal to 1.
Optionally, the obtaining module includes: the judging unit is used for judging whether the format of the loaded script to be tested meets the testing requirement or not; and the obtaining unit is used for obtaining the information of the script to be tested if the format of the script to be tested meets the testing requirement.
Optionally, the grouping module is further configured to perform secondary grouping on the script to be tested according to the script name if the number of bytes of the script of different scripts to be tested is the same and any one of the script directions is the same or different.
Optionally, the determining module includes: the first prediction sequence determining unit is used for determining a first prediction sequence according to the descending order of the number of scripts in the test group, wherein the scripts are arranged in parallel and have the same number; and the second prediction sequence determining unit is used for arranging the test groups with the same number of scripts in the first test sequence according to the total byte number of the scripts in a descending order to obtain a second prediction sequence, and determining the second prediction sequence as the test sequence.
Optionally, the test module comprises: the device comprises a determining unit, a judging unit and a judging unit, wherein the determining unit is used for determining an index testing sequence of preset script testing indexes; and the testing unit is used for testing the scripts to be tested in each testing group according to the index testing sequence and the testing sequence of the testing groups.
According to the technical scheme, the script testing method and device provided by the embodiment of the application comprise the following steps: acquiring characteristic information of a script to be tested, wherein the characteristic information comprises the byte number and the direction of the script; grouping the scripts to be tested according to the number of bytes of the scripts and the direction of the scripts, and setting the scripts to be tested with the same number of bytes of the scripts and the same direction of the scripts as the same test group; determining a test sequence according to the total number of the scripts in the test group and the total byte number of the scripts in the test group; and testing the scripts to be tested in each test group according to the test sequence according to preset script test indexes. The scripts to be tested are grouped according to the characteristic information of the scripts to be tested, so that the relation among the scripts can be effectively established, so that scripts running behind the same group can directly obtain initial parameters of other scripts in the same group when running if the initial parameters are needed, and a plurality of test groups are tested in sequence, so that the script testing speed and the accuracy of test results can be improved.
Drawings
In order to more clearly explain the technical solution of the present application, the drawings needed to be used in the embodiments will be briefly described below, and it is obvious to those skilled in the art that other drawings can be obtained according to the drawings without any creative effort.
Fig. 1 is a schematic structural diagram of a Smartbit tester testing network device according to an embodiment of the present application;
FIG. 2 is a flowchart of a script testing method according to an embodiment of the present disclosure;
fig. 3 is a schematic diagram of a script testing apparatus according to an embodiment of the present application.
Detailed Description
Referring to fig. 2, a flowchart of a script testing method provided in an embodiment of the present application is shown in fig. 2, where the method includes:
s101, obtaining characteristic information of the script to be tested, wherein the characteristic information comprises the number of bytes of the script and the direction of the script.
Judging whether the format of the loaded script to be tested meets the test requirement or not; and if the format of the script to be tested meets the testing requirement, acquiring the information of the script to be tested. For example, Smartflow software is installed in a Smartbit tester, the Smartflow software is graphical software used for testing throughput, time delay, jitter and packet loss rate on the Smartbit tester, and the script format operated during the Smartflow test is also specific, so that if the Smartflow software in the Smartbit tester is passed, whether the loaded script format to be tested can be operated through the Smartflow software needs to be judged. And if the format of the script to be tested meets the requirement, acquiring the information of the script to be tested, wherein the acquired characteristic information comprises the byte number of the script and the direction of the script, and is not limited to the two characteristic information, such as the name of the script.
And S102, grouping the scripts to be tested according to the number of bytes of the scripts and the direction of the scripts, and setting the scripts to be tested with the same number of bytes of the scripts and the same direction of the scripts as the same test group.
S101, the number of bytes of the script and the direction of the script of each script in the script to be tested are obtained, and the script files with the same number of bytes of the script and the same direction of the script are divided into the same test group. However, in a plurality of scripts, the same script byte number but different script directions exist, or the same script direction exists when the script byte number is different. Therefore, if the number of bytes of the scripts of different scripts to be tested is the same and any one of the directions of the scripts is the same or different, the scripts to be tested are grouped for the second time according to the script names. Specifically, each script to be tested has its own script name, and the name is assigned to prefix information and suffix information when the script is named. If the prefix information and the suffix information are the same, judging the scripts of the same type and classifying the scripts into the same test group; and if the names are not completely the same, dividing the groups according to the prefix similarity until the prefixes and the suffixes are not the same, and enabling the script to be a test group.
S103, determining a test sequence according to the total number of the scripts in the test group and the total byte number of the scripts in the test group.
In this embodiment, the first pretest sequence is preferentially determined according to the descending order of the number of scripts in the test group, wherein the scripts are arranged in parallel with the same number. And for the test groups with the same number of scripts in the arranged test groups, arranging the test groups according to the total byte number of the scripts in a descending order to obtain a second prediction sequence, and determining the second prediction sequence as the test sequence.
Of course, the above-mentioned descending order is only an implementation manner, and ascending order or other side arrangement manners may be adopted. And the total number of the scripts and the total byte number of the scripts are preferentially adopted for sequencing, and sequencing can be carried out according to actual test requirements.
And S104, testing the scripts to be tested in each test group according to the test sequence according to preset script test indexes, wherein the test of the (N + 1) th script in each test group needs to call the test data of the Nth script, and N is an integer greater than or equal to 1.
The indexes of the script test generally include throughput, time delay, jitter and packet loss, and a preset index test sequence of the script test indexes is determined, for example, the test sequence is determined as throughput, time delay, jitter and packet loss. And testing the scripts to be tested in each test group according to the index test sequence and the test sequence of the test groups. Judging whether a performance test index of throughput exists in a packet, firstly running a throughput performance test script, setting a test result as a parameter, setting scripts of time delay, jitter and packet loss in the same test group, and sequentially executing. Of course, other sequences may be used, and are not described in detail herein. And when the test in the same test group is finished, after the test of the first script is finished, the running data of the first script is called when the test of the second script is finished, and so on, the test result of the Nth script needs to be called when the test of the (N + 1) th script is finished.
As can be seen from the foregoing embodiments, a script testing method provided in an embodiment of the present application includes: acquiring characteristic information of a script to be tested, wherein the characteristic information comprises the byte number and the direction of the script; grouping the scripts to be tested according to the number of bytes of the scripts and the direction of the scripts, and setting the scripts to be tested with the same number of bytes of the scripts and the same direction of the scripts as the same test group; determining a test sequence according to the total number of the scripts in the test group and the total byte number of the scripts in the test group; and testing the scripts to be tested in each test group according to the test sequence according to preset script test indexes, wherein the test of the (N + 1) th script in each test group needs to call the test data of the Nth script, and N is an integer greater than or equal to 1. The scripts to be tested are grouped according to the characteristic information of the scripts to be tested, so that the relation among the scripts can be effectively established, so that scripts running behind the same group can directly obtain initial parameters of other scripts in the same group when running if the initial parameters are needed, and a plurality of test groups are tested in sequence, so that the script testing speed and the accuracy of test results can be improved.
Corresponding to the script testing method provided by the embodiment of the application, the application also provides an embodiment of a script testing device.
Referring to fig. 3, a schematic diagram of an apparatus for a script testing method according to an embodiment of the present application is shown in fig. 3, where the apparatus includes: an obtaining module 201, configured to obtain feature information of a script to be tested, where the feature information includes a number of bytes of the script and a direction of the script; the grouping module 202 is configured to group the scripts to be tested according to the number of bytes of the script and the direction of the script, and set the scripts to be tested with the same number of bytes of the script and the same direction of the script as a same test group; the determining module 203 is configured to determine a test sequence according to the total number of scripts in the test group and the total number of bytes of the scripts; the testing module 204 is configured to test the scripts to be tested in each testing group according to the testing sequence according to a preset script testing index, where testing of the (N + 1) th script in each testing group requires calling of testing data of the nth script, and N is an integer greater than or equal to 1.
The acquiring module 201 includes: the device comprises a judging unit and an obtaining unit, wherein the judging unit is used for judging whether the format of the loaded script to be tested meets the testing requirement. The obtaining unit is used for obtaining the information of the script to be tested if the format of the script to be tested meets the testing requirement.
The grouping module 202 is further configured to perform secondary grouping on the scripts to be tested according to the script names if the numbers of bytes of the scripts of the different scripts to be tested are the same and any one of the directions of the scripts is the same or different.
The determining module 203 comprises: a first prediction order determination unit and a second prediction order determination unit. The first prediction sequence determining unit is used for determining a first prediction sequence according to the descending order of the number of scripts in the test group, wherein the scripts are arranged in parallel and have the same number; and the second prediction sequence determining unit is used for arranging the test groups with the same number of scripts in the first test sequence according to the total byte number of the scripts in a descending order to obtain a second prediction sequence, and determining the second prediction sequence as the test sequence.
The test module 204 includes: a determination unit and a test unit. The determining unit is used for determining an index testing sequence of preset script testing indexes; and the test unit is used for testing the scripts to be tested in each test group according to the index test sequence and the test sequence of the test groups.
As can be seen from the foregoing embodiments, a script testing apparatus provided in an embodiment of the present application includes: the device comprises an acquisition module 201, a grouping module 202, a determination module 203 and a test module 204, wherein the acquisition module 201 is used for acquiring the characteristic information of a script to be tested, and the characteristic information comprises the number of bytes of the script and the direction of the script; the grouping module 202 is configured to group the scripts to be tested according to the number of bytes of the script and the direction of the script, and set the scripts to be tested with the same number of bytes of the script and the same direction of the script as a same test group; the determining module 203 is configured to determine a test sequence according to the total number of the scripts in the test group and the total number of bytes of the scripts in the test group; the testing module 204 is configured to test the scripts to be tested in each testing group according to the testing sequence according to a preset script testing index, where testing of the (N + 1) th script in each testing group requires calling of testing data of the nth script, and N is an integer greater than or equal to 1. The scripts to be tested are grouped according to the characteristic information of the scripts to be tested, so that the relation among the scripts can be effectively established, so that scripts running behind the same group can directly obtain initial parameters of other scripts in the same group when running if the initial parameters are needed, and a plurality of test groups are tested in sequence, so that the script testing speed and the accuracy of test results can be improved.
In a specific implementation, the present application further provides a computer storage medium, where the computer storage medium may store a program, and the program may include some or all of the steps in the embodiments of the calling method provided in the present application when executed. The storage medium may be a magnetic disk, an optical disk, a read-only memory (ROM) or a Random Access Memory (RAM).
Those skilled in the art will clearly understand that the techniques in the embodiments of the present application may be implemented by way of software plus a required general hardware platform. Based on such understanding, the technical solutions in the embodiments of the present application may be essentially implemented or a part contributing to the prior art may be embodied in the form of a software product, which may be stored in a storage medium, such as a ROM/RAM, a magnetic disk, an optical disk, etc., and includes several instructions for enabling a computer device (which may be a personal computer, a server, or a network device, etc.) to execute the method described in the embodiments or some parts of the embodiments of the present application.
The same and similar parts in the various embodiments in this specification may be referred to each other. In particular, as for the apparatus embodiment, since it is substantially similar to the method embodiment, the description is simple, and the relevant points can be referred to the description in the method embodiment.
The above-described embodiments of the present application do not limit the scope of the present application.

Claims (10)

1. A script testing method, the method comprising:
acquiring feature information of a script to be tested, wherein the feature information comprises the number of bytes of the script and the direction of the script, and the script to be tested meets the script format of Smartflow test;
grouping the scripts to be tested according to the number of bytes of the scripts and the direction of the scripts, and setting the scripts to be tested with the same number of bytes of the scripts and the same direction of the scripts as the same test group;
determining a test sequence according to the total number of the scripts in the test group and the total byte number of the scripts in the test group;
and testing the scripts to be tested in each test group according to the test sequence according to preset script test indexes, wherein the test of the (N + 1) th script in each test group needs to call the test data of the Nth script, and N is an integer greater than or equal to 1.
2. The script testing method of claim 1, wherein the obtaining the feature information of the script to be tested comprises:
judging whether the format of the loaded script to be tested meets the test requirement or not;
and if the format of the script to be tested meets the testing requirement, acquiring the information of the script to be tested.
3. The script testing method according to claim 1, wherein the scripts to be tested are grouped according to the number of bytes of the script and the direction of the script, if any one of the number of bytes of the script and the direction of the script of different scripts to be tested is the same or different, the scripts to be tested are grouped secondarily according to script names, and the script names comprise prefix information, intermediate information and suffix information;
if the prefix information and the suffix information are completely the same, classifying the prefix information and the suffix information into the same test group;
and if the prefix information and the suffix information are not completely the same, dividing into groups according to the prefix similarity until the prefix and the suffix are not the same, and enabling the script to be a test group.
4. The script testing method of claim 3, wherein determining a testing order according to the total number of scripts in the test group and the total number of bytes of scripts in the test group comprises:
determining a first pretesting sequence according to the descending order of the number of scripts in the test group, wherein the scripts with the same number are arranged in parallel;
and arranging the test groups with the same number of scripts in the first pretesting sequence according to the total byte number of the scripts in a descending order to obtain a second pretesting sequence, and determining the second pretesting sequence as the test sequence.
5. The script testing method according to claim 4, wherein the testing the script to be tested in each test group according to the testing order according to the preset script testing index comprises:
determining an index testing sequence of preset script testing indexes;
and testing the scripts to be tested in each test group according to the index test sequence and the test sequence of the test groups.
6. A script testing apparatus, characterized in that the apparatus comprises:
the acquisition module is used for acquiring the characteristic information of the script to be tested, wherein the characteristic information comprises the number of bytes of the script and the direction of the script, and the script to be tested meets the script format of Smartflow test;
the grouping module is used for grouping the scripts to be tested according to the number of bytes of the scripts and the script direction, and setting the scripts to be tested with the same number of bytes of the scripts and the same script direction as a same test group;
the determining module is used for determining a test sequence according to the total number of the scripts in the test group and the total byte number of the scripts in the test group;
and the testing module is used for testing the scripts to be tested in each testing group according to the testing sequence according to the preset script testing index, wherein the testing of the (N + 1) th script in each testing group needs to call the testing data of the Nth script, and N is an integer greater than or equal to 1.
7. The script testing apparatus of claim 6, wherein the obtaining module comprises:
the judging unit is used for judging whether the format of the loaded script to be tested meets the testing requirement or not;
and the obtaining unit is used for obtaining the information of the script to be tested if the format of the script to be tested meets the testing requirement.
8. The script testing device of claim 6, wherein the grouping module is further configured to perform secondary grouping on the scripts to be tested according to script names if the numbers of bytes of the scripts of different scripts to be tested are the same and any one of the directions of the scripts is the same or different, where the script names include prefix information, intermediate information, and suffix information;
if the prefix information and the suffix information are completely the same, classifying the prefix information and the suffix information into the same test group;
and if the prefix information and the suffix information are not completely the same, dividing into groups according to the prefix similarity until the prefix and the suffix are not the same, and enabling the script to be a test group.
9. The script testing apparatus of claim 8, wherein said determining module comprises:
the first prediction sequence determining unit is used for determining a first prediction sequence according to the descending order of the number of scripts in the test group, wherein the scripts are arranged in parallel and have the same number;
and the second prediction sequence determining unit is used for arranging the test groups with the same number of scripts in the first prediction sequence according to the total byte number of the scripts in a descending order to obtain a second prediction sequence, and determining the second prediction sequence as the test sequence.
10. The script testing apparatus of claim 9, wherein said testing module comprises:
the device comprises a determining unit, a judging unit and a judging unit, wherein the determining unit is used for determining an index testing sequence of preset script testing indexes;
and the testing unit is used for testing the scripts to be tested in each testing group according to the index testing sequence and the testing sequence of the testing groups.
CN201710692831.3A 2017-08-14 2017-08-14 Script testing method and device Active CN107451063B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710692831.3A CN107451063B (en) 2017-08-14 2017-08-14 Script testing method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710692831.3A CN107451063B (en) 2017-08-14 2017-08-14 Script testing method and device

Publications (2)

Publication Number Publication Date
CN107451063A CN107451063A (en) 2017-12-08
CN107451063B true CN107451063B (en) 2021-04-27

Family

ID=60491999

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710692831.3A Active CN107451063B (en) 2017-08-14 2017-08-14 Script testing method and device

Country Status (1)

Country Link
CN (1) CN107451063B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111274147B (en) * 2020-01-21 2021-04-27 珠海必要工业科技股份有限公司 Automatic script testing method and device, electronic equipment and readable medium
CN113238926B (en) * 2021-04-14 2023-11-10 北京信安世纪科技股份有限公司 Database script detection method and device, electronic equipment and storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102214139A (en) * 2011-06-01 2011-10-12 北京航空航天大学 Automatic test performance control and debugging method facing distributed system
CN102880545A (en) * 2012-08-30 2013-01-16 中国人民解放军63928部队 Method for dynamically adjusting priority sequence of test cases
CN105183605A (en) * 2015-10-29 2015-12-23 浪潮(北京)电子信息产业有限公司 Server performance test method and device
CN105975397A (en) * 2016-07-18 2016-09-28 浪潮(北京)电子信息产业有限公司 Integration testing method and system based on TestNG
CN106604312A (en) * 2016-11-10 2017-04-26 上海斐讯数据通信技术有限公司 Router test data visualization method and system

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
TWI251998B (en) * 2004-06-30 2006-03-21 Accton Technology Corp Test device and method of network connection device
CN101083570B (en) * 2007-06-26 2010-06-09 中兴通讯股份有限公司 Method and apparatus for testing single board throughput performance of broadband access system
US9183122B2 (en) * 2012-09-14 2015-11-10 International Business Machines Corporation Automated program testing to facilitate recreation of test failure
KR20150030297A (en) * 2013-09-11 2015-03-20 에스케이플래닛 주식회사 Verification apparatus, terminal device, system, method and computer-readable medium for verifying application
CN104461900B (en) * 2014-12-19 2018-08-10 北京奇虎科技有限公司 Test method, control server, test terminal and the system of user interface
CN104572449A (en) * 2014-12-23 2015-04-29 中国移动通信集团广东有限公司 Automatic test method based on case library

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102214139A (en) * 2011-06-01 2011-10-12 北京航空航天大学 Automatic test performance control and debugging method facing distributed system
CN102880545A (en) * 2012-08-30 2013-01-16 中国人民解放军63928部队 Method for dynamically adjusting priority sequence of test cases
CN105183605A (en) * 2015-10-29 2015-12-23 浪潮(北京)电子信息产业有限公司 Server performance test method and device
CN105975397A (en) * 2016-07-18 2016-09-28 浪潮(北京)电子信息产业有限公司 Integration testing method and system based on TestNG
CN106604312A (en) * 2016-11-10 2017-04-26 上海斐讯数据通信技术有限公司 Router test data visualization method and system

Also Published As

Publication number Publication date
CN107451063A (en) 2017-12-08

Similar Documents

Publication Publication Date Title
CN106294120B (en) Method, apparatus and computer program product for testing code
JP5669630B2 (en) Test case generation method, program and system
CN108491321B (en) Method and device for determining test case range and storage medium
CN111290950B (en) Test point obtaining method and device in program test, storage medium and equipment
CN105095367B (en) A kind of acquisition method and device of client data
CN108446195A (en) A kind of server memory performance test methods and device
CN107451063B (en) Script testing method and device
CN109739700B (en) Interface testing method and device
CN110569194A (en) interface testing method and device, electronic equipment and storage medium
CN104021072A (en) Machine and methods for evaluating failing software programs
CN110908908B (en) Method and device for testing micro-service Dubbo interface
US20150331787A1 (en) Software verification
US9552284B2 (en) Determining valid inputs for an unknown binary program
CN111008148A (en) Code testing method and device and computer readable storage medium
CN107783867B (en) Gesture testing method and device, computer equipment and storage medium
CN109684205B (en) System testing method, device, electronic equipment and storage medium
CN110597728A (en) Method, device and system for constructing test data
CN116431522A (en) Automatic test method and system for low-code object storage gateway
CN114064505A (en) Test method, system, device and storage medium for decoding unit
CN115421965A (en) Consistency checking method and device, electronic equipment and storage medium
CN110162467B (en) Software testing method, device, computer equipment and readable storage medium
CN113946516A (en) Code coverage rate determining method and device and storage medium
CN112231236A (en) Method for testing database performance
CN108226743B (en) Test vector generation method and device
CN111160583A (en) Data processing 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
GR01 Patent grant
GR01 Patent grant