CN102929777A - Network application testing method and system - Google Patents

Network application testing method and system Download PDF

Info

Publication number
CN102929777A
CN102929777A CN2012104144031A CN201210414403A CN102929777A CN 102929777 A CN102929777 A CN 102929777A CN 2012104144031 A CN2012104144031 A CN 2012104144031A CN 201210414403 A CN201210414403 A CN 201210414403A CN 102929777 A CN102929777 A CN 102929777A
Authority
CN
China
Prior art keywords
test
tested
testing
test cell
webpage
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.)
Granted
Application number
CN2012104144031A
Other languages
Chinese (zh)
Other versions
CN102929777B (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.)
Beijing Qihoo Technology Co Ltd
Original Assignee
Beijing Qihoo Technology Co Ltd
Qizhi Software Beijing 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 Beijing Qihoo Technology Co Ltd, Qizhi Software Beijing Co Ltd filed Critical Beijing Qihoo Technology Co Ltd
Priority to CN201210414403.1A priority Critical patent/CN102929777B/en
Publication of CN102929777A publication Critical patent/CN102929777A/en
Application granted granted Critical
Publication of CN102929777B publication Critical patent/CN102929777B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

The invention discloses a network application testing method and system. Network application comprises one or more webpages to be tested; and each webpage to be tested comprises a page and one or more associated scripts. The testing system comprises testing engines, testing units and removing units, wherein the testing units are embedded into execute units of the associated scripts of the webpages to be tested, are registered into the testing engines, and are applicable to testing functions of the corresponding execute units; the removing units are used for removing the testing units and the testing engines from the webpages to be tested after the tests of the testing units to the execute units are accomplished; and the testing engines implement the testing functions of the testing units registered in the testing engines so as to test the execute units into which the testing units are embedded. According to the invention, the testing units are combined with the webpages to be tested to solve the problem in the prior art that the testing results of the parts related to the webpages to be tested in the testing units cannot be obtained, and thus the accuracy of the network application test is effectively improved.

Description

Network application method of testing and test macro
Technical field
The present invention relates to Internet technical field, relate in particular to a kind of network application method of testing and test macro.
Background technology
Along with popularizing of Network application and development, scope and the number of users of network application constantly increase, and be more and more higher to the quality requirements of network application product.In Network application and development, be an important link for the test of network application.
Current, have much for the test frame of network server end webpage, and comparative maturities all, still, for the test frame of Web webpage, mostly can only test some data-interfaces, and whether can't test representing of under certain operation scenario Web webpage accurate.For example, in test process, after the user has clicked certain button, will eject a floating frame on the Web webpage, comprise an input frame in the floating frame.Yet for above-mentioned operation scenario, because the unit testing framework of existing Web webpage, webpage to be tested and Web webpage separate, and cause being difficult to judge whether representing of Web webpage be accurate.
Summary of the invention
In view of the above problems, the present invention has been proposed in order to a kind of network application method of testing and test macro that overcomes the problems referred to above or address the above problem at least in part is provided, the accuracy of Effective Raise network application test.
According to one aspect of the present invention, a kind of network application method of testing is provided, network application comprises one or more webpage to be tested, each webpage to be tested comprises the script that the page and one or more are associated, and method of testing comprises step: Embedded test engine in webpage to be tested; Embedded test unit in the performance element of the script that is associated of webpage to be tested, test cell is suitable for the function of corresponding performance element is tested, and test cell registers in the testing engine; In testing engine, for each test cell to its registration, carry out the test function of test cell, thereby have the performance element of test cell to test to embedding; And after described test cell is finished the test of described performance element, described test cell and testing engine are removed from described webpage to be tested, thereby can get rid of flexibly the relevant code of test, this has just guaranteed that test cell can be embedded into any position of webpage to be tested neatly.
Alternatively, this method of testing also comprises step: the test result that test cell is tested performance element is presented on the client terminal web page.
According to a further aspect in the invention, a kind of network application test macro is provided, and network application comprises one or more webpage to be tested, and each webpage to be tested comprises the script that one or more is associated, test macro comprises: testing engine, and it adds in the webpage to be tested; Test cell, it is embedded in the performance element of the script that is associated of webpage to be tested and registers in the testing engine, is suitable for the function of corresponding performance element is tested; Wherein, testing engine is carried out to the test function of the test cell of its registration, thereby has the performance element of this test cell to test to embedding; Test macro also comprises: remove the unit, it is after test cell is finished the test of performance element, test cell and testing engine are removed from webpage to be tested, thereby can get rid of flexibly the relevant code of test, this has just guaranteed that test cell can be embedded into any position of webpage to be tested neatly.
According to network application method of testing of the present invention and test macro, by in webpage to be tested (the Web webpage of for example not issuing), adding testing engine, and in the performance element (for example JS script) of the script that is associated of webpage to be tested Embedded test unit (for example test script), each test cell by the registration of testing engine subtend testing engine, carry out the test function of test cell, test embedding there is the performance element of test cell, by test cell and webpage to be tested are combined, solved thus the problem that can't obtain the test result of the part that relates to webpage to be tested in the test cell in the prior art, the accuracy of Effective Raise network application test.
Above-mentioned explanation only is the general introduction of technical solution of the present invention, for can clearer understanding technological means of the present invention, and can be implemented according to the content of instructions, and for above and other objects of the present invention, feature and advantage can be become apparent, below especially exemplified by the specific embodiment of the present invention.
Description of drawings
By reading hereinafter detailed description of the preferred embodiment, various other advantage and benefits will become cheer and bright for those of ordinary skills.Accompanying drawing only is used for the purpose of preferred implementation is shown, and does not think limitation of the present invention.And in whole accompanying drawing, represent identical parts with identical Reference numeral.In the accompanying drawings:
Fig. 1 shows in the prior art synoptic diagram for the test of Web webpage;
Fig. 2 shows the process flow diagram of an example of network application method of testing according to an embodiment of the invention;
Fig. 3 shows the synoptic diagram of issue Web webpage according to an embodiment of the invention;
Fig. 4 shows the block diagram of network application test macro according to an embodiment of the invention.
Embodiment
Exemplary embodiment of the present disclosure is described below with reference to accompanying drawings in more detail.Although shown exemplary embodiment of the present disclosure in the accompanying drawing, yet should be appreciated that and to realize the disclosure and the embodiment that should do not set forth limits here with various forms.On the contrary, it is in order to understand the disclosure more thoroughly that these embodiment are provided, and can with the scope of the present disclosure complete convey to those skilled in the art.
It is current when network application is tested, mainly be that JavaScript script (hereinafter to be referred as the JS script) is tested, for this reason, at first construct a test webpage 14 corresponding with the Web webpage 12 that will test, be equivalent to performance element except the JS script 142(that comprises the needs test in the test webpage 14), also embedded the JS test script 144(that the JS script 142 that will test is tested and be equivalent to test cell), test webpage 14 is operation JS script 142 automatically, and the test webpage 14 show test results, this is as shown in Figure 1.
Yet, because test webpage 14 and Web webpage 12 to be tested separate, and the JS script 142 that needs test tends to relate to the HTML(Hypertext Markup Language in the Web webpage 12, HTML (Hypertext Markup Language)) element, this causes and can't test the part that relates to Web webpage 12 in the JS script 142.In addition, JS script 142 and JS test script 144 separate, and this causes the closure part in the JS script 142 of needs tests to test.Because the JS script allows at a function nested inside function, namely function can be defined in another one function the inside, is called intrinsic function and external function.Wherein, intrinsic function can be accessed the action scope member of external function, comprises the local variable of external function, parameter and other intrinsic function.Like this, the definition of intrinsic function and its action scope have just formed a closure, when at other local this intrinsic function of access, also can access the action scope member of external function simultaneously.
For this reason, the present invention proposes a kind of method of testing and test macro that network application is tested, and wherein network application comprises one or more webpages to be tested, and each webpage to be tested comprises the script that the page and one or more are associated.The process flow diagram of the network application method of testing 200 that specifies according to an embodiment of the invention, is suitable for addressing the above problem below in conjunction with Fig. 2.
As shown in Figure 2, method of testing 200 of the present invention starts from step S210.In step S210, Embedded test unit in each performance element to be tested of webpage to be tested, wherein test cell is suitable for the function of corresponding performance element is tested.
Alternatively, can realize the execution function of above-mentioned performance element and the test function of above-mentioned test cell by the JS script.The below only introduces method of testing embodiment of the present invention as an example of the JS script example, what certainly can understand is not limit in an embodiment of the present invention the script of the function that realizes this performance element and test cell.
Particularly, JS script to be tested in writing Web webpage to be tested is when (being equivalent to performance element), the JS script of any local Embedded test unit that can be in each JS script to be tested, wherein test cell is suitable for the function of corresponding JS script to be tested is tested.The JS script of every section test cell can adopt with certain special marking and begin, and finishes with certain special marking again.For example, the character string of the beginning label of test cell can be " // #iftest ", alternatively, but this character string new line in above-mentioned code; Correspondingly, the character string of the end mark of test cell can be " // #endiftest ", alternatively, but this character string new line in above-mentioned code.What certainly can understand is, does not limit in an embodiment of the present invention beginning label in the special marking and the representation of end mark.
Below code provided the situation of the JS script of Embedded test unit in the part JS script to be tested in Web webpage to be tested, wherein the JS script of test cell finishes with " // #endiftest " with " // #iftest " beginning:
Figure BDA00002305425800041
Figure BDA00002305425800051
In above-mentioned code, function init is the performance element that will test, and test_logo_init is test cell.The JS script of test cell can be followed certain rule, and for example it is a trial function, and its trial function name adopts the beginning with " test ", and is the attribute of object window.Apo.What certainly can understand is, does not limit in an embodiment of the present invention the form of expression of the trial function in the JS script of this test cell.
Subsequently, in step S220, Embedded test engine in this webpage to be tested, test cell is registered in this testing engine.Wherein, testing engine can be encapsulated as a JS script, and is embedded in the webpage to be tested by the mode of include.In addition, can comprise the test cell tabulation in the testing engine, the test cell tabulation comprises to the test cell of testing engine registration.
Subsequently, at step S230, in testing engine, for each test cell to its registration, carry out the test function of described test cell, thereby have the performance element of test cell to test to embedding.Particularly, this testing engine can detect each performance element to be tested (being JS script to be tested) automatically before this webpage issue to be tested, from each performance element to be tested, extract respectively corresponding test cell (being the JS test script) and automatically operation, to test respectively corresponding performance element to be tested.
In according to one embodiment of present invention, in step S230, during the test beginning, testing engine can detect all properties of a window.Apo of global object automatically, extracts the trial function of all test beginnings, then operation.In the test function, need at least to call the Apo.assert method one time, if do not call, testing engine will think the test do not pass through.
The below provides a specific code example:
Figure BDA00002305425800071
Should be noted that, when the JS script is processed, need to consider that the JS script belong to the synchronous processing that execution can obtain the result immediately, still belong to and need after carrying out to wait for a period of time the asynchronous process that (for example with server mutual) could obtain the result.If the JS script belongs to asynchronous process, then when test, need to wait for a period of time and determine again whether test result is correct.
After step S230, direct process ends.Alternatively, all right execution in step S240 in step S240, will be presented at the test result of each performance element to be tested on the Web webpage after step S230, and then the flow process of method ends.
According to one embodiment of present invention, step S240 can realize by following code:
Figure BDA00002305425800082
Figure BDA00002305425800091
Alternatively, in order to obtain the webpage to be tested of " totally ", after step S240, all right execution in step S250 removes test cell and testing engine from webpage to be tested, and then the flow process of method ends.Because in the above example, the JS script of every section test cell can adopt with certain special marking and begin, finish with certain special marking again, therefore can from webpage to be tested, remove test cell by the location special marking easily, and obtain the Web webpage that formally to issue.
Need to prove, method shown in Figure 2 do not limit by shown in the order of each step carry out, can adjust as required the sequencing of each step, for example step S220 also can carry out before step S210.In addition, the step in the method shown in Figure 2 also is not limited to the division of above-mentioned steps, and above-mentioned steps can split into further more that multi-step also can be merged into still less step.
Referring to Fig. 3, do not comprise in the Web webpage 32 of issue: one or more JS scripts 322 that are associated and testing engine 324, Embedded test unit 3222 in JS script 322 wherein, this test cell 3222 is suitable for the function of corresponding JS script 322 is tested, and test cell 3222 is registered in the testing engine 324.
During test, testing engine 324 can detect JS script 322 automatically in the Web webpage 32 of not issue, extract corresponding test cell 3222 and automatically operation from JS script 322, with the function of test JS script 322.
After being completed, in the Web webpage 32 of not issue, show test results 326, then process by 34 pairs of Web webpages 32 of not issuing of distributor, wherein relevant with test code (is specifically comprised testing engine 324, test result 326, and be embedded into test cell 3222 in the JS script 322) remove.That is to say, before formal issue Web webpage, check all associated documents by distributor 34, character string in the Study document, the test special marking (namely mentioned above // #iftest and // #endiftest) and between code get rid of, thereby obtain Web webpage " totally ", that can issue and JS script 322, then by distributor 34 issues, the Web webpage 36 after obtaining issuing.
Below in conjunction with Fig. 4 explanation according to an embodiment of the invention, a kind of network application test macro 400 of being suitable for addressing the above problem, wherein network application comprises one or more webpage to be tested, and each webpage to be tested comprises the script that the page and one or more are associated.
As shown in Figure 4, test macro 400 comprises: testing engine 410 and test cell 420, and wherein testing engine 410 is added in the webpage to be tested; Test cell 420 is embedded in the performance element of the script that is associated of webpage to be tested and registers in the testing engine, is suitable for the function of corresponding performance element is tested.Test macro 400 of the present invention is carried out to the test function of the test cell 420 of its registration by testing engine 410, thereby has the performance element of this test cell 420 to test to embedding.
Alternatively, can realize by the JS script function of the test of the execution function of performance element and test cell 420.The below only take the JS script as example is introduced method of testing embodiment of the present invention, what certainly can understand is, does not limit in an embodiment of the present invention the script of the function that realizes this performance element and test cell.
Alternatively, test macro 400 also comprises display unit 430.Display unit 430 shows the test result that 420 pairs of corresponding performance elements of test cell are tested.
Alternatively, testing engine 410 can comprise the test cell tabulation, and this test cell tabulation comprises to the test cell 420 of testing engine 410 registrations.
Alternatively, test cell 420 comprises the special string that is separately positioned on its head and the tail.Wherein, the special marking of stem can be set to " // #iftest "; The character string of the distinctive mark of afterbody is " // #endiftest ".What certainly can understand is not limit in an embodiment of the present invention the representation of special marking.
Alternatively, test macro 400 also comprises removal unit 440.This removal unit 440 is removed test cell 420 and testing engine 410 after the test of 420 pairs of performance elements of test cell is finished from webpage to be tested.Can get rid of flexibly the relevant code of test by removing unit 440, this has just guaranteed that test cell 420 can be embedded into any position of webpage to be tested neatly.
What want to specify is, this algorithm that provides with show intrinsic not relevant with any certain computer, virtual system or miscellaneous equipment.Various general-purpose systems also can be with using based on the teaching at this.According to top description, it is apparent constructing the desired structure of this type systematic.In addition, the present invention is not also for any certain programmed language.Should be understood that and to utilize various programming languages to realize content of the present invention described here, and the top description that language-specific is done is in order to disclose preferred forms of the present invention.
In the instructions that provides herein, a large amount of details have been described.Yet, can understand, embodiments of the invention can be put into practice in the situation of these details not having.In some instances, be not shown specifically known method, structure and technology, so that not fuzzy understanding of this description.
Similarly, be to be understood that, in order to simplify the disclosure and to help to understand one or more in each inventive aspect, in the description to exemplary embodiment of the present invention, each feature of the present invention is grouped together in single embodiment, figure or the description to it sometimes in the above.Yet the method for the disclosure should be construed to the following intention of reflection: namely the present invention for required protection requires the more feature of feature clearly put down in writing than institute in each claim.Or rather, as following claims reflected, inventive aspect was to be less than all features of the disclosed single embodiment in front.Therefore, follow claims of embodiment and incorporate clearly thus this embodiment into, wherein each claim itself is as independent embodiment of the present invention.
Those skilled in the art are appreciated that and can adaptively change and they are arranged in one or more systems different from this embodiment the module in the system among the embodiment.Can be combined into a module or unit or assembly to the module among the embodiment or unit or assembly, and can be divided into a plurality of submodules or subelement or sub-component to them in addition.In such feature and/or process or unit at least some are mutually repelling, and can adopt any combination to disclosed all features in this instructions (comprising claim, summary and the accompanying drawing followed) and so all processes or the unit of disclosed any method or system make up.Unless in addition clearly statement, disclosed each feature can be by providing identical, being equal to or the alternative features of similar purpose replaces in this instructions (comprising claim, summary and the accompanying drawing followed).
In addition, those skilled in the art can understand, although embodiment more described herein comprise some feature rather than further feature included among other embodiment, the combination of the feature of different embodiment means and is within the scope of the present invention and forms different embodiment.For example, in the following claims, the one of any of embodiment required for protection can be used with array mode arbitrarily.
All parts embodiment of the present invention can realize with hardware, perhaps realizes with the software module of moving at one or more processor, and perhaps the combination with them realizes.It will be understood by those of skill in the art that and to use in practice microprocessor or digital signal processor (DSP) to realize according to some or all some or repertoire of parts in the embodiment of the invention.The present invention can also be embodied as be used to part or all equipment or the device program (for example, computer program and computer program) of carrying out method as described herein.Such realization program of the present invention can be stored on the computer-readable medium, perhaps can have the form of one or more signal.Such signal can be downloaded from internet website and obtain, and perhaps provides at carrier signal, perhaps provides with any other form.
It should be noted above-described embodiment the present invention will be described rather than limit the invention, and those skilled in the art can design alternative embodiment in the situation of the scope that does not break away from claims.In the claims, any reference symbol between bracket should be configured to limitations on claims.Word " comprises " not to be got rid of existence and is not listed in element or step in the claim.Being positioned at word " " before the element or " one " does not get rid of and has a plurality of such elements.The present invention can realize by means of the hardware that includes some different elements and by means of the computing machine of suitably programming.In having enumerated the unit claim of some devices, several in these devices can be to come imbody by same hardware branch.The use of word first, second and C grade does not represent any order.Can be title with these word explanations.

Claims (10)

1. network application method of testing, described network application comprises one or more webpage to be tested, and each webpage to be tested comprises the script that the page and one or more are associated, and described method of testing comprises step:
Embedded test engine in webpage to be tested;
Embedded test unit in the performance element of the script that is associated of described webpage to be tested, described test cell is suitable for the function of corresponding performance element is tested, and described test cell registers in the described testing engine; And
In described testing engine, for each test cell to its registration, carry out the test function of described test cell, thereby have the performance element of described test cell to test to embedding;
After described test cell is finished the test of described performance element, described test cell and testing engine are removed from described webpage to be tested.
2. method of testing according to claim 1 also comprises step:
The test result that described test cell is tested described performance element is presented on the Web webpage.
3. method of testing according to claim 1 and 2 comprises the test cell tabulation in the wherein said testing engine, and described test cell tabulation comprises to the test cell of testing engine registration.
4. any described method of testing according to claim 1-3, wherein said script is the JavaScript script.
5. any described method of testing according to claim 1-4, wherein,
Head and the tail in the test cell that embeds are respectively arranged with special string.
6. network application test macro, described network application comprises one or more webpage to be tested, and each webpage to be tested comprises the script that the page and one or more are associated, and described test macro comprises:
Testing engine, it adds in the webpage to be tested;
Test cell, it is embedded in the performance element of the script that is associated of described webpage to be tested and registers in the described testing engine, is suitable for the function of corresponding performance element is tested;
Remove the unit, it is removed described test cell and testing engine after described test cell is finished the test of described performance element from described webpage to be tested;
Wherein, described testing engine is carried out to the test function of the test cell of its registration, thereby has the performance element of this test cell to test to embedding.
7. test macro according to claim 6 also comprises:
Display unit, it shows the test result that described test cell is tested corresponding performance element.
8. according to claim 6 or 7 described test macros, wherein,
Described testing engine comprises the test cell tabulation, and this test cell tabulation comprises to the test cell of testing engine registration.
9. any described test macro according to claim 6-8, wherein,
Described script is the JavaScript script.
10. any described test macro according to claim 6-9, wherein,
Described test cell comprises the special string that is separately positioned on its head and the tail.
CN201210414403.1A 2012-10-25 2012-10-25 Network application method of testing and test macro Active CN102929777B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201210414403.1A CN102929777B (en) 2012-10-25 2012-10-25 Network application method of testing and test macro

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201210414403.1A CN102929777B (en) 2012-10-25 2012-10-25 Network application method of testing and test macro

Publications (2)

Publication Number Publication Date
CN102929777A true CN102929777A (en) 2013-02-13
CN102929777B CN102929777B (en) 2015-11-25

Family

ID=47644581

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201210414403.1A Active CN102929777B (en) 2012-10-25 2012-10-25 Network application method of testing and test macro

Country Status (1)

Country Link
CN (1) CN102929777B (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102929776A (en) * 2012-10-25 2013-02-13 北京奇虎科技有限公司 Method and equipment for testing network application
CN108111369A (en) * 2017-12-22 2018-06-01 北京奇虎科技有限公司 The test method and device of a kind of webpage performance of mobile terminal

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101635655A (en) * 2008-07-25 2010-01-27 阿里巴巴集团控股有限公司 Method, device and system for page performance test
CN201548954U (en) * 2009-09-08 2010-08-11 中国工商银行股份有限公司 Device for automatically testing Web page
EP2407877A1 (en) * 2010-07-14 2012-01-18 Fujitsu Limited Methods and systems for extensive crawling of web applications
CN102929776A (en) * 2012-10-25 2013-02-13 北京奇虎科技有限公司 Method and equipment for testing network application

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101635655A (en) * 2008-07-25 2010-01-27 阿里巴巴集团控股有限公司 Method, device and system for page performance test
CN201548954U (en) * 2009-09-08 2010-08-11 中国工商银行股份有限公司 Device for automatically testing Web page
EP2407877A1 (en) * 2010-07-14 2012-01-18 Fujitsu Limited Methods and systems for extensive crawling of web applications
CN102929776A (en) * 2012-10-25 2013-02-13 北京奇虎科技有限公司 Method and equipment for testing network application

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
ALEXEI WHITE: "《Java Script程序员参考手册》", 30 June 2011, article "浏览器中的JavaScript", pages: 30-33 *

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102929776A (en) * 2012-10-25 2013-02-13 北京奇虎科技有限公司 Method and equipment for testing network application
CN102929776B (en) * 2012-10-25 2015-11-25 北京奇虎科技有限公司 The method of testing that network application is tested and testing apparatus
CN108111369A (en) * 2017-12-22 2018-06-01 北京奇虎科技有限公司 The test method and device of a kind of webpage performance of mobile terminal

Also Published As

Publication number Publication date
CN102929777B (en) 2015-11-25

Similar Documents

Publication Publication Date Title
US8397159B2 (en) Method and apparatus for solving UI style conflicts in web application composition
CN103473338B (en) Webpage content extraction method and webpage content extraction system
US9563611B2 (en) Merging web page style addresses
CN105205080B (en) Redundant file method for cleaning, device and system
CN104217036B (en) A kind of webpage content extracting method and equipment
US10303760B2 (en) Cascading style sheet meta language performance
CN109947637B (en) Automatic testing method, device, equipment and medium for webpage compatibility
CN104881607A (en) XSS vulnerability detection method based on simulating browser behavior
CN103488482A (en) Method and device for generating test cases
CN104331438B (en) To novel web page contents selectivity abstracting method and device
CN104133884A (en) Webpage displaying method and device
CN103714116A (en) Webpage information extracting method and webpage information extracting equipment
CN110298000A (en) Acquisition methods, terminal device and the medium of page parameter
CN107015986B (en) Method and device for crawling webpage by crawler
CN102981848A (en) Webpage main body element processing browser and method
US20150205769A1 (en) System and method for recognizing non-body text in webpage
CN102902784A (en) Web page classification storage system and method
WO2016122508A1 (en) Test generation for browser-based user interface
JP5440287B2 (en) Symbolic execution support program, method and apparatus
CN102929777A (en) Network application testing method and system
CN107547944A (en) Interface realizing method and device, set top box
CN108073589B (en) Method and device for acquiring webpage elements
CN107783983B (en) Information display method and device
CN102609518A (en) Method and system for acquiring content of multistate AJAX (asynchronous javascript and extensible markup language) webpage
CN105426500B (en) The extracting method and device of the link of page script dynamic generation

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
TR01 Transfer of patent right

Effective date of registration: 20220721

Address after: Room 801, 8th floor, No. 104, floors 1-19, building 2, yard 6, Jiuxianqiao Road, Chaoyang District, Beijing 100015

Patentee after: BEIJING QIHOO TECHNOLOGY Co.,Ltd.

Address before: 100088 room 112, block D, 28 new street, new street, Xicheng District, Beijing (Desheng Park)

Patentee before: BEIJING QIHOO TECHNOLOGY Co.,Ltd.

Patentee before: Qizhi software (Beijing) Co.,Ltd.

TR01 Transfer of patent right