CN101118515B - Automatically testing method and apparatus for list - Google Patents

Automatically testing method and apparatus for list Download PDF

Info

Publication number
CN101118515B
CN101118515B CN2007101453831A CN200710145383A CN101118515B CN 101118515 B CN101118515 B CN 101118515B CN 2007101453831 A CN2007101453831 A CN 2007101453831A CN 200710145383 A CN200710145383 A CN 200710145383A CN 101118515 B CN101118515 B CN 101118515B
Authority
CN
China
Prior art keywords
test
measurand
list
tested
attribute
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
CN2007101453831A
Other languages
Chinese (zh)
Other versions
CN101118515A (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.)
Shenzhen Tencent Computer Systems 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 CN2007101453831A priority Critical patent/CN101118515B/en
Publication of CN101118515A publication Critical patent/CN101118515A/en
Application granted granted Critical
Publication of CN101118515B publication Critical patent/CN101118515B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

The present invention discloses a device and an automatic testing method for a table sheet. The method includes: A. Creating an object database of the table sheet, and recording the type property of every object in the object database; B. Creating a test used case and test data used by the test used case; C. Conducting the test operation on the table sheet being tested according to the test used case and the test data, matching with the type property of the table sheet object being tested in the course of test operation and the type property correspondingly recorded in the object database, and producing a test log according to the operation result and the matching result. The device includes: a table sheet object database, a test used case recording module, a test data recording module, and a test used case execution module. Using the present invention, the influence, from the page layout change of the table sheet being testing and the position change of the object being test, can be avoided; and the auto test can be realized, the test speed can be improved, and the test cost can be reduced.

Description

A kind of automatic test approach of list and device
Technical field
The present invention relates to the computer software testing technology, relate in particular to a kind of automatic test approach and device of list.
Background technology
Along with the continuous increase of social demand, people in life and work, contact and WWW (the World Wide Web) product that uses more and more.Described Web is exactly a kind of hypertext infosystem, the main notion of Web is exactly that hypertext connects, it makes that text is the linearity of fixing as a book no longer, but can jump to other position from a position, and the user can therefrom obtain more information.For internet enterprise, the test job that is directed to various Web products is also heavy day by day.Wherein, the test to various Web lists is one of important work.Described Web list is exactly the information content to be provided and to receive the graphical interfaces that the user operates to the user with the list form in Web browser.During operations such as the Web list is registered when using, login, information submission, must verify the logical relation of various operations repeatedly, judge whether the information that server returns is correct.Therefore, the automatic test approach for the Web list just becomes necessary and urgent.
The automatic test approach of existing Web list mainly is by the object properties in the method record Web list of recording and each operation steps of input, generate corresponding script, go to verify the correctness of Web list programmed logic realization and the consistance of return data by playback script then.
But above-mentioned existing Web list automatic test approach has following shortcoming:
1, the object of Web list obtains by method for recording, the object properties of obtaining are all properties of this object, the less important attribute of object for example coordinate and the picture attribute of object in the Web list is also recorded down fully, therefore existing this automatic test approach is too dependent on the stable of Web forms pages layout and object's position, not only test speed is slow, and after page adjustment or object's position change, can't utilize former script to test automatically, need record again and generate new script, thereby expend a large amount of system resource and human resources, the testing cost height.
2, above-mentioned method of testing mainly depends on the manpower judgement to Web list emersion result's checking, for example, and for each operation interface, need artificially to discern by the tester, judge whether this operation interface is normal, therefore be very easy to produce mistake that accuracy is not high.
Summary of the invention
In view of this, technical matters to be solved by this invention is to provide a kind of automatic test approach of list, can not be subjected to the influence of tested forms pages layout change and measurand position change, and realizes test automatically, improves test speed, reduces testing cost.
Technical matters to be solved of the present invention also is to provide a kind of automatic testing equipment of list, can not be subjected to the influence of tested forms pages layout change and measurand position change, and realizes test automatically, improves test speed, reduces testing cost.
In order to solve the problems of the technologies described above, main technical schemes of the present invention is:
A kind of automatic test approach of WWW list comprises:
A, set up the library of object of tested list, the typical attribute of each object of record in library of object; Described typical attribute is unique attribute of determining described object in described tested list;
B, set up test case and the employed test data of described test case; Comprise at least one handling function in the described test case;
C, from described library of object, extract the typical attribute of measurand according to the handling function in the described test case successively, mate with the typical attribute of measurand in the tested list, if the match is successful, execution in step D then; Otherwise, generate the test errors daily record, execution in step E;
D, according to the handling function of described test case, give the logical operation that this can edit the object value of measurand correspondence to the edited measurand on the tested list, the logical operation that non-editor's measurand on the tested list is clicked or mated, whether the decision logic operating result is successful afterwards, if success, execution in step E then, otherwise, generate the test errors daily record, execution in step E;
E, judge whether described test case has the subsequent operation function,, then call next handling function, return step C if having, otherwise, the test operation flow process finished.
Described test data comprises the object name of measurand; Among the step C, before from described library of object, extracting the typical attribute of measurand, further comprise: the object name that from test data, reads measurand, from described library of object, search corresponding object according to the object name that is read, judge whether to find described object, if then carry out the typical attribute that from described library of object, extracts measurand, and carry out subsequent operation; Otherwise generate the test errors daily record, execution in step E.
Described test data comprises the object name and the object value of measurand; If described measurand is for can edit measurand, then in setting up the test data process, the corresponding editing data of record in the object value of described measurand, and it is among the step D, described to editing being operating as that measurand carries out: as this object value that can edit the measurand correspondence to be composed to this can be edited measurand; If described measurand is non-editor's measurand, then in setting up the test data process, the object value of measurand is empty, and among the step D, what described non-editor's measurand was carried out is operating as: measurand is clicked or matching operation.Described library of object is based upon in the expandable mark language XML file.
The quantity of tested list is at least one, and the library of object of all tested lists is based upon in the XML file.Described test data is based upon in the Excel file.
A kind of automatic testing equipment of list comprises:
The form object storehouse is used for writing down the typical attribute of tested each object of list, and described typical attribute is unique attribute of determining described object in described tested list;
The test case logging modle is used to write down test case;
The test data logging modle is used for writing down the employed test data of test case; Comprise at least one handling function in the described test case;
The test case execution module is used for successively extracting the typical attribute of measurand according to the handling function in the described test case from described library of object, mates with the typical attribute of measurand in the tested list; And the processing of implementation status one when the match is successful, the processing of implementation status two when coupling is unsuccessful:
Situation one: when the match is successful to the typical attribute of measurand, handling function according to described test case, give the logical operation that this can edit the object value of measurand correspondence to the edited measurand on the tested list, the logical operation that non-editor's measurand on the tested list is clicked or mated, whether the decision logic operating result is successful afterwards, when operating successfully, judge whether described test case has the subsequent operation function, have and then call next handling function continuation coupling, when operation is not successful, generate the test errors daily record, and judge whether described test case has the subsequent operation function, have and then call next handling function continuation coupling;
Situation two: the typical attributes match of measurand when unsuccessful, generated the test errors daily record, and judges whether described test case has the subsequent operation function, have and then call next handling function and continue coupling.
The typical attribute of the described object that writes down in the described form object storehouse is: can unique attribute of determining described object in described tested list.The library of object of described list is the XML file.Described test data logging modle is the Excel file.Above-mentioned list can be the Web list, also can be single for client table.
Because the present invention sets up the library of object of tested list earlier, the typical attribute of record measurand, this typical case's attribute just can unique attribute of determining described measurand in tested list, the position attribution that does not comprise object, therefore the present invention has avoided the defective of in the prior art all properties of object in the tested list all being recorded, thereby be not subjected to the influence of tested forms pages layout change and measurand position change, maintainability is stronger, after page adjustment or object's position change, do not need script made amendment and just can proceed automatic test, thereby improved test speed, avoid expending a large amount of system resource and human resources, reduce testing cost.
The library of object of the tested list of the present invention is based upon in the XML file, because the XML file adopts the mode of node definition, embody key and value relation one to one, therefore adopt the XML file can make the hierarchical relationship of object clear, also make things convenient for the renewal and the maintenance of object simultaneously.
Test data of the present invention is based upon in the Excel file.Adopt the Excel file, can conveniently react the corresponding relation of measurand and test data, also be convenient to simultaneously safeguard.
Description of drawings
Fig. 1 is the object structure figure of a Web list in the library of object of the present invention;
Fig. 2 is the typical attribute synoptic diagram of Web list emersion frame object;
Fig. 3 sets up a kind of synoptic diagram of test data for the present invention;
Fig. 4 is the particular flow sheet of a kind of embodiment that tests automatically of the present invention;
Fig. 5 is a kind of structural drawing of automatic testing equipment of the present invention.
Embodiment
Below by specific embodiments and the drawings the present invention is described in further details.
Core technology scheme of the present invention is:
A, set up the library of object of tested list, the typical attribute of each object of record in library of object;
B, set up test case and the employed test data of test case;
C, tested list is carried out test operation according to described test case and test data, the typical attribute of corresponding record in the typical attribute of the tested form object in the test operating procedure and the library of object is mated, and generate test log according to operating result and matching result.
The list that the present invention is suitable for mainly is the Web list, and for the existence form client list similar to the Web list, the present invention can be suitable for equally.In following examples, be that example describes with the automatic test of Web list, described client list can adopt same scheme to test automatically.
At first, set up the library of object of described Web list, comprise the page (Page) sign of browser (Browser) sign, Web list and the relevant information of each object that need test in the Web list in this library of object.Write down title, type, level and the typical attribute of these objects, preserve with extendible SGML (xml) file layout.
Fig. 1 is the object structure figure of a Web list in the library of object of the present invention.Referring to Fig. 1, described library of object is a hierarchy.Wherein, highest for the browser sign, be used to distinguish different browsers; The second level is the page iden-tity of Web list, is used to distinguish different Web lists; The third level is the various object type signs in the Web list, comprising image (Image), link (Link), Web check box (WebCheckBox), drop-down list box (Weblist), button (WebButton), page elements (WebElement), embedding frame (Frame), text input frame object types such as (WebEdit); The fourth stage need write down the concrete object in certain Web list and the typical attribute of this object.
The typical attribute of described object is: can unique attribute of determining described object in described tested Web list.Two qualificationss are arranged when record object typical case attribute: the one, only write down important attribute, do not write down the positional information of this object, for example information such as coordinate axis and picture.The 2nd, the object typical case property value of same type can not be overlapping, that is to say that the type genus performance according to record finds a unique object enough accurately on the Web list, such as the object that two input frame types are arranged on the Web list, described typical attribute is a uniqueness attribute of wanting to distinguish two objects, for example described uniqueness attribute can be a sequence number, can the different dialog box of uniquely tagged by different sequence number values.
For example, Fig. 2 is the typical attribute synoptic diagram of Web list emersion frame object, referring to Fig. 2, emersion frame for the Web list, the object type of determining it from source code is WebElement, and its two typical property values are not for being: label (html tag) attribute and text (intertext) attribute, and described tag attributes is used to identify described emersion frame, to distinguish with other emersion frame, described text attribute is used to write down the content in this emersion frame.As long as these two typical property values of record just can navigate to corresponding emersion frame object in the Web list, it is in the XML file that this Web form object and typical attribute thereof are kept at library of object.
Described object typical case attribute can be searched from the source code of Web list; The testing tool Object spy that is used to obtain the measurand attribute that perhaps can use automatization test system quicktest at present commonly used to carry obtains the typical attribute of measurand from the Web forms pages.
Secondly, set up the test case (Use Case) and the test data of tested Web list, described test case is the executive routine that tested Web forms pages is carried out test operation, comprising at least one handling function (Function), each Function carries out corresponding test operation, comprise among each Function performed test operation at tested Web list in the measurand name, and the concrete action of test operation, for example operations such as assignment, selection, click, checking; Each Function is arranged in the described use-case according to testing sequence, calls described Function successively according to testing sequence when test.
Described test data can write down hereof, for example can be recorded in the Excel file.Fig. 3 sets up a kind of synoptic diagram of test data for the present invention.Referring to Fig. 3, the concrete grammar of setting up test data is: call the order object name that will operate of record and the object value of correspondence successively by the Function of the use-case of being set up, if to as if can editor's type object, input frame object such as text for example, then write down corresponding editing data in the object value, if object is non-editor's type object, object such as button, picture link for example, then object value is empty; The test data of being set up is kept in the described Excel file.
Then, according to described test case and test data the measurand in the tested Web list is carried out concrete automatic test.
Fig. 4 is the particular flow sheet of a kind of embodiment that tests automatically of the present invention.Referring to Fig. 4, this flow process comprises:
Step 401, call tested Web list to the Function in the application examples successively.
Step 402, the Function that is called search this Function institute test operation in described test data object name.
The object name that step 403, the Function that is called find according to step 402 is searched corresponding object in described library of object, judge whether the object that finds in described test data is arranged in the described library of object, if execution in step 405 then, otherwise, execution in step 404.
Step 404, generation error daily record and record begin to call the next Function in the described use-case, return step 401.
The typical attribute of step 405, the Function object that read step 402 is found from described library of object that called extracts the typical attribute of same object simultaneously from tested Web list.
Step 406, judge the described object typical case attribute that from library of object, reads and whether the object typical case attribute that extracts mates from tested Web list, if then execution in step 408; Otherwise, execution in step 407.
, from tested Web list, extract the instrument Object spy that the method for object typical case attribute can use quicktest to carry herein, obtain all properties of measurand from the page, extract as required then can unique this object of identification typical attribute.
When the typical attributes match of described object, if do not define concrete test operation among the described Function again, then can begin to call next Function by test, return step 401.
Step 407, generation error daily record and record begin to call next Function, return step 401.
Step 408, at described tested Web list, described Function carries out logical operation according to the action of self-defining test operation to the object of this Function correspondence.
In this step,, then can begin to call next Function, return step 401 by test if do not define concrete test operation among the described Function again.
In this step, if described object is the editability object, then Function searches the pairing object value of this object from described test data, according to self-defining test operation action the object value that finds is composed to described object, such as: for text input frame object, carry out assign operation; For the drop-down list object, carry out selection operation etc.; If described object is non-editor's type object, then directly this object is carried out operational example as measurand is clicked or matching operation according to described self-defining method of testing.
For example, suppose that described object is an edit box, and the test operation of object is write operation, then from described test data, takes out corresponding object value, and object value is write described edit box.
Step 409, judge the whether success of result of described logical operation, if success, then execution in step 4011; Otherwise, execution in step 4010.
, can judge according to the result that tested Web list returns described logical operation herein, if the result is normal, then described logical operation success, if results abnormity, then described logical operation failure.
Step 4010, generation error daily record and record begin to call next Function, return step 401.
Step 4011, begin to call next Function, return step 401.
Among the present invention, the object that requires to define in the test data must find in described library of object, also can get the typical attribute of object.But for fear of the manual operation mistake in test, occurring, can increase the judgement of above-mentioned steps 402 in the foregoing description,, guarantee the accuracy of test when the manual operation mistake occurring, in time to report an error.Certainly, above-mentioned steps 402 is not an essential features of the present invention, can omit step 402 in other embodiments of the invention.
In the above-described embodiments, finish, then finish test if all Function in the use-case call.
Below the automatic proof procedure with emersion frame in the Web list is described further method of the present invention:
At first, the object name of record emersion frame button and the object name and the typical attribute of typical attribute and emersion frame in described library of object, the object type of emersion frame button is Image, suppose that the object name of emersion frame button is defined as Image herein, typical property value is: button sign (html tag), type of button (image type) and index (index); The object type of emersion frame is WebElement, supposes that the object name of emersion frame is defined as WebElement herein, and two typical property values are not for being: html tag typical case's attribute and intertext typical case attribute.
Secondly, set up test case, comprise the Function that is used to carry out test operation, and the described Function of record needs the object name of operating successively in described test data, can be two object name herein, one is emersion frame button, and another is the emersion frame.
Then, beginning is test automatically, call the Function in the described use-case, from described test data, take out object name, be respectively the object name of emersion frame button and emersion frame, the typical attribute of the described emersion frame button of inquiry from described library of object, if it is should typical case's attribute consistent with the emersion frame button typical case attribute on the tested Web forms pages, then carry out clicking operation, trigger the emersion frame, whether decision operation result is successful, and whether the emersion frame object on the promptly tested Web forms pages triggers, if trigger, then carry out next step and verify whether the typical property value of emersion frame that obtains on emersion frame typical case property value and the tested Web forms pages in the described library of object mates, if coupling is then by test, if do not match then misregistration information and write daily record.
Based on said method, the invention also discloses a kind of automatic testing equipment.
Fig. 5 is a kind of structural drawing of automatic testing equipment of the present invention.Referring to Fig. 5, described automatic testing equipment comprises:
Web form object storehouse 501 is used for writing down the typical attribute of tested each object of Web list.
Test case logging modle 502 is used to write down test case.
Test data logging modle 503 is used for writing down the employed test data of test case.
Test case execution module 504, be used for tested Web list being carried out test operation according to the test case and the test data in the test data logging modle 503 of described test case logging modle 502, the typical attribute of corresponding record in the typical attribute of each the tested Web form object in the test operating procedure and the library of object 501 is mated, and generate test record according to operating result and matching result.
Described automatic testing equipment can further include an output module 505 as a result, is used to export the test record that test case execution module 504 generates, by the display device demonstration in the external world.
Among the present invention, the typical attribute of the described object that writes down in the described Web form object storehouse is: can unique attribute of determining described object in described tested Web list.
Among the present invention, the library of object of described Web list can be the XML file, and described test data logging modle can be the Excel file.
The above; only for the preferable embodiment of the present invention, but protection scope of the present invention is not limited thereto, and anyly is familiar with the people of this technology in the disclosed technical scope of the present invention; the variation that can expect easily or replacement all should be encompassed within protection scope of the present invention.

Claims (10)

1. the automatic test approach of a list is characterized in that, comprising:
A, set up the library of object of tested list, the typical attribute of each object of record in library of object, described typical attribute be the attribute of unique definite described object in described tested list;
B, set up test case and the employed test data of described test case; Comprise at least one handling function in the described test case;
C, from described library of object, extract the typical attribute of measurand according to the handling function in the described test case successively, mate with the typical attribute of measurand in the tested list, if the match is successful, execution in step D then; Otherwise, generate the test errors daily record, execution in step E;
D, according to the handling function of described test case, give the logical operation that this can edit the object value of measurand correspondence to the edited measurand on the tested list, the logical operation that non-editor's measurand on the tested list is clicked or mated, whether the decision logic operating result is successful afterwards, if success, execution in step E then, otherwise, generate the test errors daily record, execution in step E;
E, judge whether described test case has the subsequent operation function,, then call next handling function, return step C if having, otherwise, the test operation flow process finished.
2. automatic test approach according to claim 1 is characterized in that described test data comprises the object name of measurand; Among the step C, before from described library of object, extracting the typical attribute of measurand, further comprise: the object name that from test data, reads measurand, from described library of object, search corresponding object according to the object name that is read, judge whether to find described object, if then carry out the typical attribute that from described library of object, extracts measurand, and carry out subsequent operation; Otherwise generate the test errors daily record, execution in step E.
3. automatic test approach according to claim 1 is characterized in that, described test data comprises the object name and the object value of measurand;
If described measurand for can edit measurand, then in setting up the process of test data, writes down corresponding editing data in the object value of described measurand;
If described measurand is non-editor's measurand, then in setting up the process of test data, the object value of measurand is empty.
4. according to each described automatic test approach of claim 1 to 3, it is characterized in that described library of object is based upon in the expandable mark language XML file.
5. automatic test approach according to claim 4 is characterized in that, the quantity of tested list is at least one, and the library of object of all tested lists is based upon in the XML file.
6. according to each described automatic test approach of claim 1 to 3, it is characterized in that described test data is based upon in the Excel file.
7. according to each described automatic test approach of claim 1 to 3, it is characterized in that described list is the WWW list.
8. the automatic testing equipment of a list is characterized in that, comprising:
The form object storehouse is used for writing down the typical attribute of tested each object of list, and described typical attribute is unique attribute of determining described object in described tested list;
The test case logging modle is used to write down test case;
The test data logging modle is used for writing down the employed test data of test case; Comprise at least one handling function in the described test case;
The test case execution module is used for successively extracting the typical attribute of measurand according to the handling function in the described test case from described library of object, mates with the typical attribute of measurand in the tested list; And the processing of implementation status one when the match is successful, the processing of implementation status two when coupling is unsuccessful:
Situation one: when the match is successful to the typical attribute of measurand, handling function according to described test case, give the logical operation that this can edit the object value of measurand correspondence to the edited measurand on the tested list, the logical operation that non-editor's measurand on the tested list is clicked or mated, whether the decision logic operating result is successful afterwards, when operating successfully, judge whether described test case has the subsequent operation function, have and then call next handling function continuation coupling, when operation is not successful, generate the test errors daily record, and judge whether described test case has the subsequent operation function, have and then call next handling function continuation coupling;
Situation two: the typical attributes match of measurand when unsuccessful, generated the test errors daily record, and judges whether described test case has the subsequent operation function, have and then call next handling function and continue coupling.
9. automatic testing equipment according to claim 8 is characterized in that, the library of object of described list is the XML file.
10. automatic testing equipment according to claim 8 is characterized in that, described test data logging modle is the Excel file.
CN2007101453831A 2007-09-11 2007-09-11 Automatically testing method and apparatus for list Active CN101118515B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN2007101453831A CN101118515B (en) 2007-09-11 2007-09-11 Automatically testing method and apparatus for list

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN2007101453831A CN101118515B (en) 2007-09-11 2007-09-11 Automatically testing method and apparatus for list

Publications (2)

Publication Number Publication Date
CN101118515A CN101118515A (en) 2008-02-06
CN101118515B true CN101118515B (en) 2010-06-23

Family

ID=39054643

Family Applications (1)

Application Number Title Priority Date Filing Date
CN2007101453831A Active CN101118515B (en) 2007-09-11 2007-09-11 Automatically testing method and apparatus for list

Country Status (1)

Country Link
CN (1) CN101118515B (en)

Families Citing this family (28)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101526916B (en) * 2008-03-03 2012-05-30 阿里巴巴集团控股有限公司 Method and system for using page-based object flow verification in regression test
CN102012859A (en) * 2010-08-31 2011-04-13 中山大学 Browser label test method
CN102547145B (en) * 2010-12-16 2015-09-23 新奥特(北京)视频技术有限公司 A kind of automatic test approach of caption function and system
CN102567192B (en) * 2010-12-16 2015-09-23 新奥特(北京)视频技术有限公司 A kind of to video and audio file based on sort out combination function automatic detection method and system
CN102122265B (en) * 2011-03-03 2014-05-14 中国工商银行股份有限公司 System and method for verifying computer software test results
CN102760096B (en) * 2011-04-27 2016-03-30 阿里巴巴集团控股有限公司 The generation method of test data, unit test method and unit test system
CN103092825B (en) * 2011-10-31 2016-03-30 北大方正集团有限公司 A kind of method and apparatus testing typesetting result
CN102521121B (en) * 2011-11-18 2015-04-08 华为技术有限公司 Page testing method and page testing device
CN103164334B (en) 2011-12-19 2016-03-30 国际商业机器公司 Detect the system and method for the breakaway poing in web application automatic test case
CN103186467B (en) * 2011-12-31 2016-04-20 北京新媒传信科技有限公司 Data correctness verification method and device
CN102595184B (en) * 2012-01-19 2014-04-16 青岛海信传媒网络技术有限公司 Intelligent television automation test method and system
CN103324566B (en) * 2012-03-20 2016-04-06 阿里巴巴集团控股有限公司 A kind of multi-version test method and device
CN103365764B (en) * 2012-03-27 2018-01-12 百度在线网络技术(北京)有限公司 A kind of wireless page measurement techniques & apparatuses
CN103678072A (en) * 2012-09-05 2014-03-26 百度在线网络技术(北京)有限公司 Method and device for testing system
CN103902590B (en) * 2012-12-27 2017-11-10 联芯科技有限公司 Premises automation method of testing and its device
CN104063286B (en) * 2013-03-22 2018-01-09 腾讯科技(深圳)有限公司 The fluency method of testing and device of display content change
CN103268226B (en) * 2013-05-17 2016-07-06 瑞斯康达科技发展股份有限公司 A kind of test script file generates method and device
CN103412853B (en) * 2013-08-05 2016-03-02 北京信息科技大学 A kind of automatic example generation method for file convertor
CN104423822B (en) * 2013-08-30 2019-04-02 腾讯科技(深圳)有限公司 Record the method and device of automatic test script
CN103605609A (en) * 2013-12-10 2014-02-26 浪潮电子信息产业股份有限公司 Automatic test framework applicable to cloud computing
CN105279092A (en) * 2015-11-20 2016-01-27 浪潮电子信息产业股份有限公司 Software testing method and apparatus
CN106019120B (en) * 2016-05-12 2018-12-04 中国电子科技集团公司第四十一研究所 Test and management method based on expansible device detection library
CN107526678B (en) * 2016-06-22 2020-08-25 平安科技(深圳)有限公司 Web application program testing method and device
CN108235761A (en) * 2017-03-21 2018-06-29 深圳中兴力维技术有限公司 The method and device of automatic detection control
CN107223257B (en) * 2017-04-26 2021-03-19 深圳市汇顶科技股份有限公司 Test method, test server and test system
CN109144867B (en) * 2018-08-15 2021-07-13 优信拍(北京)信息科技有限公司 Test method and test system
CN112416743A (en) * 2020-01-21 2021-02-26 上海哔哩哔哩科技有限公司 Test control system, method and equipment
CN113449498A (en) * 2021-07-07 2021-09-28 北京有竹居网络技术有限公司 Method and device for generating form, storage medium and electronic equipment

Also Published As

Publication number Publication date
CN101118515A (en) 2008-02-06

Similar Documents

Publication Publication Date Title
CN101118515B (en) Automatically testing method and apparatus for list
KR20210100600A (en) software testing
CN101339534B (en) Software test apparatus and test method
CN102804147B (en) Perform the code check executive system of the code check of ABAP source code
CN102567201B (en) Method for automatically recovering cross-model GUI (graphic user interface) test scripts
CN101025686A (en) Automation test system and test script generating and operating method
US20100223214A1 (en) Automatic extraction using machine learning based robust structural extractors
CN102043716A (en) Automatic software testing method based on business driving
CN102521121A (en) Page testing method and page testing device
CN105335246B (en) A kind of program crashing defect self-repairing method based on question and answer web analytics
CN113678118A (en) Data extraction system
CN104657274A (en) Method and device for testing software interface
CN112799718A (en) Enumerated document generation method and device, electronic equipment and storage medium
CN111368167A (en) Chinese literature data automatic acquisition method based on web crawler technology
CN113032279A (en) Web application testing and repairing method based on semantic path search
CN104298603B (en) A kind of inspection method of the correctness of application system version structure
CN109471637B (en) Circuit diagram examination script debugging method
CN114218105A (en) UI automatic regression testing system based on configuration application mode
CN113515443A (en) Multi-language automatic checking method, device, computer equipment and storage medium
CN112416367A (en) Application resource change influence analysis system based on software reverse disassembly and analysis
CN112068841A (en) Method and system for automatically generating project flow document
CN112487269B (en) Method and device for detecting automation script of crawler
CN112579456B (en) Web automatic testing method and device
CN117331963B (en) Data access processing method and device, electronic equipment and storage medium
EP3657761A1 (en) Testing of web-based processes

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
C41 Transfer of patent application or patent right or utility model
TR01 Transfer of patent right

Effective date of registration: 20151225

Address after: The South Road in Guangdong province Shenzhen city Fiyta building 518057 floor 5-10 Nanshan District high tech Zone

Patentee after: Shenzhen Tencent Computer System Co., Ltd.

Address before: Shenzhen Futian District City, Guangdong province 518044 Zhenxing Road, SEG Science Park 2 East Room 403

Patentee before: Tencent Technology (Shenzhen) Co., Ltd.