CN104133762B - Method for testing software and test device - Google Patents

Method for testing software and test device Download PDF

Info

Publication number
CN104133762B
CN104133762B CN201310159702.XA CN201310159702A CN104133762B CN 104133762 B CN104133762 B CN 104133762B CN 201310159702 A CN201310159702 A CN 201310159702A CN 104133762 B CN104133762 B CN 104133762B
Authority
CN
China
Prior art keywords
test
script file
parameter
function
test script
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
CN201310159702.XA
Other languages
Chinese (zh)
Other versions
CN104133762A (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.)
Tencent Technology Shenzhen Co Ltd
Original Assignee
Tencent Technology Shenzhen 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 Tencent Technology Shenzhen Co Ltd filed Critical Tencent Technology Shenzhen Co Ltd
Priority to CN201310159702.XA priority Critical patent/CN104133762B/en
Publication of CN104133762A publication Critical patent/CN104133762A/en
Application granted granted Critical
Publication of CN104133762B publication Critical patent/CN104133762B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Abstract

A kind of method for testing software, including:Test function is made an addition in the test function list of at least one test script file, the test function includes at least one test function for realizing corresponding test assignment, the test function list;It obtains and tests test parameter input by user, corresponding test script file is searched according to the test parameter;Execute in found test script file or the test script file with the relevant test function of the parameter;And output test result.In addition, the present invention also provides a kind of test devices.Above-mentioned method for testing software and test device have higher testing efficiency.

Description

Method for testing software and test device
Technical field
The present invention relates to field of computer technology more particularly to a kind of method for testing software and test devices.
Background technology
Server is the important component of network environment, and the service that it can intercept the submission of the client on network is asked It asks, and corresponding service is provided.Since server is to provide various services, clothes with client interaction data by interface Business device test job is interface testing work firstly the need of progress.Test user need by server interface functional test come Ensure that interface function is realized correctly, then during other test users carry out the system testing that client is combined with server, The client-side issue caused by server interface defect can be excluded, developer's orientation problem is convenient for.
But it is existing when testing server interface, it is required for developing for different test assignments different Test script, intricate operation, and it is inefficient.
Invention content
In view of this, a kind of method for testing software of present invention offer and test device, can improve test script exploitation, pipe Reason, the efficiency of operation.
A kind of method for testing software, including:Test function is made an addition to the test function of at least one test script file In list, the test function includes at least one test for realizing corresponding test assignment, the test function list Function;It obtains and tests test parameter input by user, corresponding test script file is searched according to the test parameter;Execute institute In the test script file or the test script file that find with the relevant test function of the parameter;And output is surveyed Test result.
A kind of software testing device, including:Test function add module, for test function to be made an addition at least one survey In the test function list of training this document, the test function is for realizing corresponding test assignment, the test function row Table includes at least one test function;Parameter acquiring and searching module test test parameter input by user, root for obtaining Corresponding test script file is searched according to the test parameter;Execution module, for executing found test script file Or in the test script file with the relevant test function of the parameter;And output module, for outputing test result.
Method for testing software and device provided in an embodiment of the present invention, by the way that test function is made an addition to test script file Test function list in, after obtaining and testing test parameter input by user, corresponding survey is searched according to the test parameter Training this document, execute in found test script file or the test script file with the relevant survey of the parameter Trial function.To simplify the development process of test script file, and improves test script file exploitation, operation and safeguard Efficiency.
For the above and other objects, features and advantages of the present invention can be clearer and more comprehensible, preferred embodiment cited below particularly, And coordinate institute's accompanying drawings, it is described in detail below.
Description of the drawings
Fig. 1 is the flow chart for the method for testing software that first embodiment of the invention provides.
Fig. 2 is the test result exemplary plot in first embodiment of the invention.
Fig. 3 is the flow chart for the method for testing software that second embodiment of the invention provides.
Fig. 4 is the flow chart for the method for testing software that third embodiment of the invention provides.
Fig. 5 is the flow chart for the method for testing software that fourth embodiment of the invention provides.
Fig. 6 is the structural schematic diagram for the software testing device that fifth embodiment of the invention provides.
Fig. 7 is the structural schematic diagram for the software testing device that sixth embodiment of the invention provides.
Fig. 8 is the structural schematic diagram for the software testing device that seventh embodiment of the invention provides.
Fig. 9 is the structural schematic diagram for the software testing device that eighth embodiment of the invention provides.
Specific implementation mode
Further to illustrate that the present invention is the technological means and effect realized predetermined goal of the invention and taken, below in conjunction with Specific implementation mode, structure, feature and its effect according to the present invention is described in detail as after in attached drawing and preferred embodiment.
The method for testing software that the embodiment of the present invention is provided can be applied to realize the test to software, example in test terminal Such as, server interface is tested etc..Test terminal can be the smart mobile phone for being equipped with various softwares, tablet computer, above-knee Type pocket computer and desktop computer etc., it is preferred that test terminal can be to support Perl (Practical Extraction And Report Language, practical report extract language) the above-mentioned platform of language.
First embodiment
Fig. 1 is the flow chart for the method for testing software that first embodiment provides.As shown in Figure 1, the software of the present embodiment is surveyed Method for testing includes the following steps:
Step S11 makes an addition to test function in the test function list of at least one test script file, the test Function includes at least one test function for realizing corresponding test assignment, the test function list.
For different test assignments, test user can write different test functions.It is false by taking server interface as an example Some services are provided if any by background server interface, these services are URL (the Uniform Resource by webpage Locator, uniform resource locator) access, this kind of URL can be considered the interface of background server, some corresponding work( Can, background server can return the result data when accessing these URL.It can be by asking the interface then to check return Whether result data, which meets, is expected to carry out the test into line interface.User (tester) is tested according to this test assignment, is write Corresponding test function includes the URL in test function.When executing the test function, testing tool will go to access automatically Then this URL goes verification result data with the checkpoint set in test function.
Test function can be added in the test function list of test script file in the form of scheduled.Wherein, in advance Fixed form may include the index of test function and the code of test function, wherein the index of test function may include The title of test function list and the real address of test function.
Scheduled formation for example can be (as reference and non-limiting):
# adds test function in test function list
$case_table{“CheckEachSvid”}=\&CheckEachSvid
# or less is real test function
sub CheckEachSvid{
returen0;
}
Wherein, case_table indicates that test function list, CheckEachSvid are the title of test function.Often add One test function, it is only necessary to which the test function that test function is added to the test script file in test script file arranges In table, which can be newly-built test script file, can also be the test script text built up Part.When being tested, test driver can load corresponding test script when operation according to corresponding order File, so there is no need to change any other file to realize extension to test script file.
The number of the test script file can be multiple, include a test in each test script file Function list.Test script file can be stored under some store path of test terminal.
Step S12 is obtained and is tested test parameter input by user, and corresponding test script is searched according to the test parameter File.
User (tester) is tested to test terminal by tools interfaces input test parameter and according to these tests joined Number finds corresponding test script file.Test parameter may include the store path information of test script file, test foot The title of this document or the title of the test function in test script file.It can be found and be deposited according to the content of test parameter All test script files under the path are stored up, specific test script file is either found or is specifically surveying Corresponding test function is found in training this document.
Step S13, execute in found test script file or the test script file with the parameter phase The test function of pass.
If what is in step s 12, found is one or several test script files, then tests terminal execution and searched The test script file arrived executes corresponding test function if what is found is the test function in test script file.
Step S14, outputs test result.
After the completion of test in exportable test result to the screen of test terminal, as shown in Figure 2, it should be noted that Fig. 2 An only exemplary plot, particular content therein do not constitute limitation of the invention.
Further, test method can also include the steps that generating software test journal file, in entire test process Test log information and test result can be stored in software test journal file, convenient for test user debug. Test log information for example may include item id, version, test phase, plan execution number of cases, practical execution number of cases, sheet Find defect number, critical defect number, general defect number, prompt defect number, difficulty, suggestion, title, executor, date, total use day Number of cases, accumulative executed number of cases, accumulative discovery defect number etc..
Preferably, Perl may be used to be developed in the test method in the embodiment of the present invention.Perl can be by dynamic State load test script file and above-mentioned test method is realized to preserve the mode of test function, simultaneously also with global association array Common function in test, such as the program of driving test function operation, daily record output and background access request can be carried The common module of composition is taken out, automated test frame is formed.
Method for testing software provided in an embodiment of the present invention, by the test that test function is made an addition to test script file In function list, after obtaining test test parameter input by user, corresponding test script is searched according to the test parameter File, execute in found test script file or the test script file with the relevant test letter of the parameter Number.To simplify the development process of test script file, and improve test script file exploitation, operation and the effect safeguarded Rate.
Second embodiment
Fig. 3 is the flow chart for the method for testing software that second embodiment of the invention provides.As shown in figure 3, above-mentioned software Test method includes the following steps:
Step S21 makes an addition to test function in the test function list of at least one test script file, the test Function includes at least one test function for realizing corresponding test assignment, the test function list.
Step S22 is received and is tested the test parameter input by user, and the test parameter includes the test script text The routing information of part.
Step S23 finds all test script files being stored under the path according to the routing information.
Step S24 executes all test script files found.
Step S25, outputs test result.
In the present embodiment, test parameter includes store path letter of the test script file in testing terminal Breath, such as can be (as reference and non-limiting):
E:\Code\pl\perl testRunner.pl-d E:\Code\pl\localShare
Wherein, localShare is the folder name for storing test script file.
Assuming that storage there are multiple test script files in this document folder, deposited when test terminal is found according to the routing information When storing up all test script files under the path, and executing all test script files found, so that it may to realize The purpose for running multiple tests simultaneously can greatly improve the efficiency of test script operation.
The method for testing software that inventive embodiments provide, by the test letter that test function is made an addition to test script file In ordered series of numbers table, after obtaining test test parameter input by user, corresponding test script text is searched according to the test parameter Part, execute in found test script file or the test script file with the relevant test function of the parameter. To simplify the development process of test script file, and improve test script file exploitation, operation and the efficiency safeguarded.
3rd embodiment
Fig. 4 is the flow chart for the method for testing software that third embodiment of the invention provides.As shown in figure 4, above-mentioned software Test method includes the following steps:
Step S31 makes an addition to test function in the test function list of at least one test script file, the test Function includes at least one test function for realizing corresponding test assignment, the test function list.
Step S32 is received and is tested the test parameter input by user, and the test parameter includes the test script text The title of the routing information of part and the test script file.
Step S33 finds according to the title of the routing information and the test script file and is stored in the path Under the test script file.
Step S34 executes the test script file being stored under the path.
Step S35, outputs test result.
In the present embodiment, test parameter includes the routing information and test script text of the test script file The title of part, such as can be (as reference and non-limiting):
E:\Code\pl\perl testRunner.pl-f test_localShare_BVT.pl
Wherein, test_localShare_BVT.pl is the title of test script file.
It is stored in the road when test terminal is found according to the title of the routing information and the test script file When the test script file under diameter, so that it may to execute the specified test script file.
The method for testing software that inventive embodiments provide, by the test letter that test function is made an addition to test script file In ordered series of numbers table, after obtaining test test parameter input by user, corresponding test script text is searched according to the test parameter Part, execute in found test script file or the test script file with the relevant test function of the parameter. To simplify the development process of test script file, and improve test script file exploitation, operation and the efficiency safeguarded.
Fourth embodiment
Fig. 5 is the flow chart for the method for testing software that fourth embodiment of the invention provides.As shown in figure 5, above-mentioned software Test method includes the following steps:
Step S41 makes an addition to test function in the test function list of at least one test script file, the test Function includes at least one test function for realizing corresponding test assignment, the test function list.
Step S42 is received and is tested the test parameter input by user, and the test parameter includes the test script text The title of the routing information of part, the title of the test script file and test function.
Step S43 finds according to the title of the routing information and the test script file and is stored in the path Under the test script file.
Step S44 executes survey identical with the test function title in the test parameter in the test script file Trial function.
Step S45, outputs test result.
In the present embodiment, test parameter includes the routing information of the test script file, the test script file Title and test function title, such as can be (as reference and non-limiting):E:\Code\pl\perl testRunner.pl-f test_localShare_BVT.pl-c localShare_BVT
Wherein, test_localShare_BVT.pl is the title of test script file, and localShare_BVT is test The title of function.
It is stored in the road when test terminal is found according to the title of the routing information and the test script file When the test script file under diameter, so that it may to execute the specified test function.
The method for testing software that inventive embodiments provide, by the test letter that test function is made an addition to test script file In ordered series of numbers table, after obtaining test test parameter input by user, corresponding test script text is searched according to the test parameter Part, execute in found test script file or the test script file with the relevant test function of the parameter. To simplify the development process of test script file, and improve test script file exploitation, operation and the efficiency safeguarded.
5th embodiment
Fig. 6 is the structural schematic diagram for the software testing device that the 5th embodiment provides.Software test provided in this embodiment Device can be used to implement the method for testing software in first embodiment.As shown in fig. 6, software testing device 50, including:Test Function add module 51, parameter acquiring and searching module 52, execution module 53 and output module 54.
Wherein, test function add module 51 is used to make an addition to test function the test of at least one test script file In function list, for the test function for realizing corresponding test assignment, the test function list includes at least one Test function.
Parameter acquiring and searching module 52 test test parameter input by user for obtaining, and are looked into according to the test parameter Look for corresponding test script file.
Execution module 53 for execute in found test script file or the test script file with it is described The relevant test function of parameter.
Output module 54 is for outputing test result.
Further, the number of the test script file can be multiple, be wrapped in each test script file Include a test function list.
Optionally, described device 50 can also include daily record generation module 55, for generating software test journal file, institute Software test journal file is stated for recording test log information and test result.
The detailed process of the respective function of each Implement of Function Module of the present embodiment software testing device 50, refers to above-mentioned figure 1 and embodiment illustrated in fig. 2 described in particular content, details are not described herein again.
Software testing device provided in an embodiment of the present invention, by the test that test function is made an addition to test script file In function list, after obtaining test test parameter input by user, corresponding test script is searched according to the test parameter File, execute in found test script file or the test script file with the relevant test letter of the parameter Number.To simplify the development process of test script file, and improve test script file exploitation, operation and the effect safeguarded Rate.
Sixth embodiment
Fig. 7 is the structural schematic diagram for the software testing device that sixth embodiment provides.Software test provided in this embodiment Device can be used to implement the method for testing software in first embodiment.As shown in fig. 7, software testing device 60, including:Test Function add module 61, the first test parameter acquisition module 62, the first searching module 63, the first execution module 64 and output mould Block 65.
Wherein, test function add module 61 is used to make an addition to test function the test of at least one test script file In function list, for the test function for realizing corresponding test assignment, the test function list includes at least one Test function.
First test parameter acquisition module 62 tests the test parameter input by user, the test parameter for receiving Include the routing information of the test script file, first searching module 63 is used to find storage according to the routing information All test script files under the path;The execution module 64 is used to execute all test scripts text found Part.
Output module 65 is for outputing test result.
The detailed process of the respective function of each Implement of Function Module of the present embodiment software testing device 60, refers to above-mentioned figure Particular content described in 3 illustrated embodiments, details are not described herein again.
Software testing device provided in an embodiment of the present invention, by the test that test function is made an addition to test script file In function list, after obtaining test test parameter input by user, corresponding test script is searched according to the test parameter File, execute in found test script file or the test script file with the relevant test letter of the parameter Number.To simplify the development process of test script file, and improve test script file exploitation, operation and the effect safeguarded Rate.
7th embodiment
Fig. 8 is the structural schematic diagram for the software testing device that the 7th embodiment provides.Software test provided in this embodiment Device can be used to implement the method for testing software in first embodiment.As shown in figure 8, software testing device 70, including:Test Function add module 71, the second test parameter acquisition module 72, the second searching module 73, the second execution module 74 and output mould Block 75.
Wherein, test function add module 71 is used to make an addition to test function the test of at least one test script file In function list, for the test function for realizing corresponding test assignment, the test function list includes at least one Test function.
The second test parameter acquisition module 72 tests the test parameter input by user, the test for receiving Parameter includes the routing information of the test script file and the title of the test script file, second searching module 73 for finding the survey being stored under the path according to the title of the routing information and the test script file Training this document;The execution module 74 is for executing the test script file being stored under the path.Output module 75 for outputing test result.
The detailed process of the respective function of each Implement of Function Module of the present embodiment software testing device 70, refers to above-mentioned figure Particular content described in 4 illustrated embodiments, details are not described herein again.
Software testing device provided in an embodiment of the present invention, by the test that test function is made an addition to test script file In function list, after obtaining test test parameter input by user, corresponding test script is searched according to the test parameter File, execute in found test script file or the test script file with the relevant test letter of the parameter Number.To simplify the development process of test script file, and improve test script file exploitation, operation and the effect safeguarded Rate.
8th embodiment
Fig. 9 is the structural schematic diagram for the software testing device that the 8th embodiment provides.Software test provided in this embodiment Device can be used to implement the method for testing software in first embodiment.As shown in figure 9, software testing device 80, including:Test Function add module 81, the second test parameter acquisition module 82, the second searching module 83, the second execution module 84 and output mould Block 85.
Wherein, test function add module 81 is used to make an addition to test function the test of at least one test script file In function list, for the test function for realizing corresponding test assignment, the test function list includes at least one Test function.
The third test parameter acquisition module 82 tests the test parameter input by user, the test for receiving Parameter includes routing information, the title of the test script file and the title of test function of the test script file, The third searching module 83 is stored in institute for being found according to the title of the routing information and the test script file State the test script file under path;The execution module 84 is used to execute in the test script file and the test The identical test function of test function title in parameter.Output module 85 is for outputing test result.
The detailed process of the respective function of each Implement of Function Module of the present embodiment software testing device 80, refers to above-mentioned figure Particular content described in 5 illustrated embodiments, details are not described herein again.
Software testing device provided in an embodiment of the present invention, by the test that test function is made an addition to test script file In function list, after obtaining test test parameter input by user, corresponding test script is searched according to the test parameter File, execute in found test script file or the test script file with the relevant test letter of the parameter Number.To simplify the development process of test script file, and improve test script file exploitation, operation and the effect safeguarded Rate.
It should be noted that each embodiment in this specification is described in a progressive manner, each embodiment weight Point explanation is all difference from other examples, and the same or similar parts between the embodiments can be referred to each other. For device class embodiment, since it is basically similar to the method embodiment, so fairly simple, the related place ginseng of description See the part explanation of embodiment of the method.
It should be noted that herein, relational terms such as first and second and the like are used merely to a reality Body or operation are distinguished with another entity or operation, are deposited without necessarily requiring or implying between these entities or operation In any actual relationship or order or sequence.Moreover, the terms "include", "comprise" or its any other variant are intended to Non-exclusive inclusion, so that process, method, article or device including a series of elements are not only wanted including those Element, but also include other elements that are not explicitly listed, or further include for this process, method, article or device Intrinsic element.In the absence of more restrictions, the element limited by sentence "including a ...", it is not excluded that There is also other identical elements in process, method, article or device including the element.
One of ordinary skill in the art will appreciate that realizing that all or part of step of above-described embodiment can pass through hardware It completes, relevant hardware can also be instructed to complete by program, the program can be stored in a kind of computer-readable In storage medium, storage medium mentioned above can be read-only memory, disk or CD etc..
The above described is only a preferred embodiment of the present invention, be not intended to limit the present invention in any form, though So the present invention has been disclosed as a preferred embodiment, and however, it is not intended to limit the invention, any technology people for being familiar with this profession Member, without departing from the scope of the present invention, when the technology contents using the disclosure above make a little change or modification For the equivalent embodiment of equivalent variations, as long as be without departing from technical solution of the present invention content, it is right according to the technical essence of the invention Any simple modification, equivalent change and modification made by above example, in the range of still falling within technical solution of the present invention.

Claims (12)

1. a kind of method for testing software, which is characterized in that including:Test function is made an addition at least one survey in the form of scheduled In the test function list of training this document, the scheduled form includes the index of test function and the generation of test function Code, the index of the test function includes the title of test function list and the real address of test function, the test letter For number for realizing corresponding test assignment, the test function list includes at least one test function;
It obtains and tests test parameter input by user, corresponding test script file is searched according to the test parameter;The survey Examination parameter includes the survey in the store path information, the title of test script file or test script file of test script file The title of trial function;
Execute in found test script file or the test script file with the relevant test function of the parameter; And
Output test result.
2. method for testing software as described in claim 1, which is characterized in that the number of the test script file be it is multiple, It include a test function list in each test script file.
3. method for testing software as described in claim 1, which is characterized in that test ginseng input by user is tested in the acquisition Number searches corresponding test script file and test script file that execution is found or institute according to the test parameter The step of stating test function relevant with the parameter in test script file, including:
It receives and tests the test parameter input by user, the test parameter includes the path letter of the test script file Breath;
It finds all test script files being stored under the path according to the routing information, and executes and to be found All test script files.
4. method for testing software as described in claim 1, which is characterized in that test ginseng input by user is tested in the acquisition Number searches corresponding test script file and test script file that execution is found or institute according to the test parameter The step of stating test function relevant with the parameter in test script file, including:
It receives and tests the test parameter input by user, the test parameter includes the routing information of the test script file And the title of the test script file;
The test being stored under the path is found according to the title of the routing information and the test script file Script file;And
Execute the test script file being stored under the path.
5. method for testing software as described in claim 1, which is characterized in that test ginseng input by user is tested in the acquisition Number searches corresponding test script file and test script file that execution is found or institute according to the test parameter The step of stating test function relevant with the parameter in test script file, including:
It receives and tests the test parameter input by user, the test parameter includes the path letter of the test script file The title of breath, the title of the test script file and test function;And
The test being stored under the path is found according to the title of the routing information and the test script file Script file;
Execute test function identical with the test function title in the test parameter in the test script file.
6. method for testing software as described in claim 1, which is characterized in that the method further includes:
Software test journal file is generated, the software test journal file is for recording test log information and test knot Fruit.
7. a kind of software testing device, which is characterized in that including:Test function add module, for that will be surveyed in the form of scheduled Trial function makes an addition in the test function list of at least one test script file, and the scheduled form includes test function The code of index and test function, the index of the test function includes the title and test function of test function list Real address, the test function include at least one survey for realizing corresponding test assignment, the test function list Trial function;
Parameter acquiring and searching module test test parameter input by user for obtaining, according to test parameter lookup pair The test script file answered;The test parameter includes the store path information of test script file, the name of test script file The title of title or the test function in test script file;
Execution module, for execute in found test script file or the test script file with the parameter phase The test function of pass;And
Output module, for outputing test result.
8. software testing device as claimed in claim 7, which is characterized in that the number of the test script file be it is multiple, It include a test function list in each test script file.
9. software testing device as claimed in claim 7, which is characterized in that the parameter acquiring and searching module include:The One test parameter acquisition module and the first searching module, wherein the first test parameter acquisition module is for receiving test user The test parameter of input, the test parameter includes the routing information of the test script file, and described first searches mould Block is for finding all test script files being stored under the path according to the routing information;The execution module is used for Execute all test script files found.
10. software testing device as claimed in claim 7, which is characterized in that the parameter acquiring and searching module include:The Two test parameter acquisition modules and the second searching module, wherein the second test parameter acquisition module is tested for receiving The test parameter input by user, the test parameter include the routing information of the test script file and the test The title of script file, second searching module are used for the title according to the routing information and the test script file Find the test script file being stored under the path;The execution module is stored in for executing under the path The test script file.
11. software testing device as claimed in claim 7, which is characterized in that the parameter acquiring and searching module include:The Three test parameter acquisition modules and third searching module, wherein the third test parameter acquisition module is tested for receiving The test parameter input by user, the test parameter include the routing information of the test script file, the test foot The title of this document and the title of test function, the third searching module are used for according to the routing information and the survey The title of training this document finds the test script file being stored under the path;The execution module is for executing institute State test function identical with the test function title in the test parameter in test script file.
12. software testing device as claimed in claim 7, which is characterized in that described device further comprises:Daily record generates mould Block, for generating software test journal file, the software test journal file is for recording test log information and test As a result.
CN201310159702.XA 2013-05-03 2013-05-03 Method for testing software and test device Active CN104133762B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201310159702.XA CN104133762B (en) 2013-05-03 2013-05-03 Method for testing software and test device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201310159702.XA CN104133762B (en) 2013-05-03 2013-05-03 Method for testing software and test device

Publications (2)

Publication Number Publication Date
CN104133762A CN104133762A (en) 2014-11-05
CN104133762B true CN104133762B (en) 2018-07-13

Family

ID=51806445

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201310159702.XA Active CN104133762B (en) 2013-05-03 2013-05-03 Method for testing software and test device

Country Status (1)

Country Link
CN (1) CN104133762B (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106776261B (en) * 2015-11-23 2021-03-12 腾讯科技(深圳)有限公司 Object testing method and device
CN106484619A (en) * 2016-10-11 2017-03-08 武汉斗鱼网络科技有限公司 A kind of method of testing, server and system
CN107153615A (en) * 2017-05-19 2017-09-12 千寻位置网络有限公司 The method and system of software test, service terminal
CN107526685A (en) * 2017-09-11 2017-12-29 杭州迪普科技股份有限公司 A kind of method and device of test command row

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101025686A (en) * 2007-03-22 2007-08-29 中兴通讯股份有限公司 Automation test system and test script generating and operating method
CN102023861A (en) * 2010-12-08 2011-04-20 中兴通讯股份有限公司 Method and system for generating test script and test suite

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8365147B2 (en) * 2008-02-27 2013-01-29 Accenture Global Services Limited Test script transformation architecture

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101025686A (en) * 2007-03-22 2007-08-29 中兴通讯股份有限公司 Automation test system and test script generating and operating method
CN102023861A (en) * 2010-12-08 2011-04-20 中兴通讯股份有限公司 Method and system for generating test script and test suite

Also Published As

Publication number Publication date
CN104133762A (en) 2014-11-05

Similar Documents

Publication Publication Date Title
US7849447B1 (en) Application testing and evaluation
Scanniello et al. Clustering support for static concept location in source code
US7600220B2 (en) Extensible execution language
US20110289489A1 (en) Concurrent cross browser testing
US8402013B2 (en) Rich site maps
US9069901B2 (en) Software and framework for reusable automated testing of computer software systems
US20170185509A1 (en) Codeless system and tool for testing applications
JP5856139B2 (en) Indexing and searching using virtual documents
JP2010500689A (en) Method for enabling web analysis of interactive web applications
US10353809B2 (en) System and method for executing integration tests in multiuser environment
US20160085662A1 (en) Web portal api test report generation
CN104765592B (en) A kind of plug-in management method and its device of object web page acquisition tasks
CN104133762B (en) Method for testing software and test device
CN104423961B (en) A kind of method and system for generating test script
CN109783388A (en) UI automated testing method, device and electronic equipment
US9851949B2 (en) System and method for automatic software application creation
CN104125308B (en) For the method and domain name analysis system of the domain name mapping of multi-user
CN110334542A (en) Card method of calibration and device are deposited in a kind of network preservation of evidence, network evidence
US20170277622A1 (en) Web Page Automated Testing Method and Apparatus
CN106201865A (en) A kind of application programming interface API method of testing, device and terminal unit
CN106649111A (en) Method and device for running test cases
US20230134277A1 (en) Secure debugging in multitenant cloud environment
CN105721519A (en) Webpage data acquisition method, device and system
CN108809896A (en) A kind of information calibration method, device and electronic equipment
CN107341106A (en) Application compatibility detection method, exploitation terminal and storage medium

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant