CN102929777B - Network application method of testing and test macro - Google Patents

Network application method of testing and test macro Download PDF

Info

Publication number
CN102929777B
CN102929777B CN201210414403.1A CN201210414403A CN102929777B CN 102929777 B CN102929777 B CN 102929777B CN 201210414403 A CN201210414403 A CN 201210414403A CN 102929777 B CN102929777 B CN 102929777B
Authority
CN
China
Prior art keywords
test
tested
test cell
testing
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.)
Active
Application number
CN201210414403.1A
Other languages
Chinese (zh)
Other versions
CN102929777A (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

Abstract

The invention discloses a kind of network application method of testing and test macro, wherein network application comprises one or more webpage to be tested, and each webpage to be tested comprises the page and one or more script be associated, and this test macro comprises testing engine; Test cell, it to be embedded in the performance element of the script be associated of webpage to be tested and to be registered in testing engine, is suitable for testing the function of corresponding performance element; Removal unit, test cell and testing engine are removed by it after the test of test cell to performance element completes from webpage to be tested; Wherein, testing engine performs the test function of the test cell to its registration, thus tests the performance element being embedded with this test cell.By being combined with webpage to be tested by test cell, solving the problem of the test result that cannot obtain in test cell the part relating to webpage to be tested in prior art thus, effectively improving the accuracy of network application test.

Description

Network application method of testing and test macro
Technical field
The present invention relates to Internet technical field, particularly relate 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, more and more higher to the quality requirements of network application product.In Network application and development, the test for network application is an important link.
Current, the test frame for network server end webpage has a lot, and all comparative maturities, but, for the test frame of Web page, mostly can only test some data-interfaces, and whether cannot test representing of under certain operation scenario Web page accurate.Such as, in test process, after user clicks certain button, Web page will eject a floating frame, in floating frame, contain an input frame.But for above-mentioned operation scenario, due to the unit testing framework of existing Web page, webpage to be tested and Web page are separated, cause being difficult to judge whether representing of Web page be accurate.
Summary of the invention
In view of the above problems, propose the present invention to provide a kind of overcoming the problems referred to above or the network application method of testing solved the problem at least in part and test macro, effectively improve the accuracy of network application test.
According to one aspect of the present invention, provide a kind of network application method of testing, network application comprises one or more webpage to be tested, each webpage to be tested comprises the page and one or more script be 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 testing the function of corresponding performance element, and test cell is registered in testing engine; In testing engine, for each test cell of registering to it, perform the test function of test cell, thus the performance element being embedded with test cell is tested; And after the test of described test cell to described performance element completes, described test cell and testing engine are removed from described webpage to be tested, thus the relevant code of test can be got rid of flexibly, this guarantees any position that test cell can be embedded into webpage to be tested neatly.
Alternatively, this method of testing also comprises step: be presented on client terminal web page the test result that performance element is tested by test cell.
According to a further aspect in the invention, provide a kind of network application test macro, network application comprises one or more webpage to be tested, and each webpage to be tested comprises one or more script be associated, test macro comprises: testing engine, and it adds in webpage to be tested; Test cell, it to be embedded in the performance element of the script be associated of webpage to be tested and to be registered in testing engine, is suitable for testing the function of corresponding performance element; Wherein, testing engine performs the test function of the test cell to its registration, thus tests the performance element being embedded with this test cell; Test macro also comprises: removal unit, it is after the test of test cell to performance element completes, test cell and testing engine are removed from webpage to be tested, thus the relevant code of test can be got rid of flexibly, this guarantees any position that test cell can be embedded into webpage to be tested neatly.
According to network application method of testing of the present invention and test macro, by adding testing engine in webpage to be tested (Web page such as do not issued), and Embedded test unit (such as test script) in the performance element (such as JS script) of the script that is associated at webpage to be tested, by each test cell of testing engine subtend testing engine registration, perform the test function of test cell, to test the performance element being embedded with test cell, by test cell is combined with webpage to be tested, solve the problem of the test result that cannot obtain in test cell the part relating to webpage to be tested in prior art thus, the accuracy of effective raising network application test.
Above-mentioned explanation is only the general introduction of technical solution of the present invention, in order to technological means of the present invention can be better understood, and can be implemented according to the content of instructions, and can become apparent, below especially exemplified by the specific embodiment of the present invention to allow above and other objects of the present invention, feature and advantage.
Accompanying drawing explanation
By reading hereafter detailed description of the preferred embodiment, various other advantage and benefit will become cheer and bright for those of ordinary skill in the art.Accompanying drawing only for illustrating the object of preferred implementation, 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 the schematic diagram for the test of Web page in prior art;
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 schematic diagram of issue Web page 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
Below with reference to accompanying drawings exemplary embodiment of the present disclosure is described in more detail.Although show exemplary embodiment of the present disclosure in accompanying drawing, however should be appreciated that can realize the disclosure in a variety of manners and not should limit by the embodiment set forth here.On the contrary, provide these embodiments to be in order to more thoroughly the disclosure can be understood, and complete for the scope of the present disclosure can be conveyed to those skilled in the art.
It is current when network application is tested, mainly JavaScript script (hereinafter referred to as JS script) is tested, for this reason, first the test webpage 14 that structure one is corresponding with the Web page 12 that will test, JS script 142(except comprising needs test in test webpage 14 is equivalent to performance element) except, the JS test script 144(that also embedded in the JS script 142 that will test is tested is equivalent to test cell), test webpage 14 can run JS script 142 automatically, and show test results on test webpage 14, this is as shown in Figure 1.
But, because test webpage 14 and Web page 12 to be tested are separated, and the JS script 142 of needs test often relates to the HTML(HypertextMarkupLanguage in Web page 12, HTML (Hypertext Markup Language)) element, this causes to test the part relating to Web page 12 in JS script 142.In addition, JS script 142 and JS test script 144 separate, and the closure part in the JS script 142 that this causes needs to be tested cannot be tested.Because JS script allows at a function nested inside function, namely function can be defined in inside another one function, is called intrinsic function and external function.Wherein, intrinsic function can access 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 just define a closure, when when 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 of testing network application and test macro, and wherein network application comprises one or more webpage to be tested, and each webpage to be tested comprises the page and one or more script be associated.Illustrate according to an embodiment of the invention, be suitable for the process flow diagram of the network application method of testing 200 solved the 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 testing the function of corresponding performance element.
Alternatively, the n-back test of above-mentioned performance element and the test function of above-mentioned test cell is realized by JS script.Only introduce method of testing embodiment of the present invention for JS script below, it is appreciated of course that, do not limit the script of the function realizing this performance element and test cell in an embodiment of the present invention.
Particularly, when writing the JS script (being equivalent to performance element) to be tested in Web page to be tested, can the JS script of any local Embedded test unit in each JS script to be tested, wherein test cell is suitable for testing the function of corresponding JS script to be tested.The JS script of every section of test cell can adopt and start with certain special marking, then terminates with certain special marking.Such as, the character string of the beginning label of test cell can be " // #iftest ", and alternatively, this character string can new line in above-mentioned code; Correspondingly, the character string of the end mark of test cell can be " // #endiftest ", and alternatively, this character string can new line in above-mentioned code.It is appreciated of course that, do not limit the representation of beginning label in special marking and end mark in an embodiment of the present invention.
Code below gives the situation of the JS script of Embedded test unit in the part JS script to be tested in Web page to be tested, and wherein the JS script of test cell starts with " // #iftest ", terminates with " // #endiftest ":
In above-mentioned code, function init is the performance element that will carry out testing, and test_logo_init is test cell.The JS script of test cell can follow certain rule, and such as it is a trial function, and its trial function name adopts with " test " beginning, and is an attribute of object window.Apo.It is appreciated of course that, do not limit the form of expression of the trial function in the JS script of this test cell in an embodiment of the present invention.
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 webpage to be tested by the mode of include.In addition, can comprise test cell list in testing engine, test cell list comprises the test cell to testing engine registration.
Subsequently, in step S230, in testing engine, for each test cell of registering to it, perform the test function of described test cell, thus the performance element being embedded with test cell is tested.Particularly, this testing engine automatically can detect each performance element to be tested (JS script namely to be tested) before this Homepage Publishing to be tested, from the performance element that each is to be tested, extract corresponding test cell (i.e. JS test script) respectively and automatically run, to test performance element to be tested accordingly respectively.
According to one embodiment of present invention, in step S230, when test starts, testing engine can detect all properties of a global object window.Apo automatically, extracts the trial function that all test start, then runs.In test function, at least need to call an Apo.assert method, if do not called, testing engine will think that test is not passed through.
Provide a specific code example below:
Should be noted that, when processing JS script, need to consider that JS script belongs to the synchronous process performing and can obtain result immediately, need after still belonging to execution to wait for a period of time (such as with server mutual) could obtain the asynchronous process of result.If JS script belongs to asynchronous process, then when testing, needing waits for a period of time determines that whether test result is correct again.
After step S230, can direct process ends.Alternatively, can also step S240 be performed after step S230, in step S240, be presented to the test result of each performance element to be tested in Web page, and then the flow process of method ends.
According to one embodiment of present invention, step S240 can realize by code as follows:
Alternatively, in order to obtain the webpage to be tested of " totally ", after step S240, can also step S250 be performed, test cell and testing engine are removed from webpage to be tested, and then the flow process of method ends.Due in the above example, the JS script of every section of test cell can adopt and start with certain special marking, terminate with certain special marking again, therefore can remove test cell conveniently by location special marking from webpage to be tested, and obtain the Web page that can formally issue.
It should be noted that, the method shown in Fig. 2 does not limit is undertaken by the order of shown each step, and can adjust the sequencing of each step as required, such as step S220 also can perform before step S210.In addition, the step in the method shown in Fig. 2 is also not limited to the division of above-mentioned steps, and above-mentioned steps can split into more multi-step further also can be merged into less step.
See Fig. 3, the Web page 32 do not issued comprises: one or more JS script 322 of being associated and testing engine 324, wherein Embedded test unit 3222 in JS script 322, this test cell 3222 is suitable for testing the function of corresponding JS script 322, and is registered in testing engine 324 by test cell 3222.
During test, testing engine 324 automatically can detect JS script 322 in the Web page 32 do not issued, and extracts corresponding test cell 3222 and automatically run, to test the function of JS script 322 from JS script 322.
After being completed, 326 are shown test results in the Web page 32 do not issued, then by distributor 34, the Web page 32 do not issued is processed, wherein relevant to test code (is specifically comprised testing engine 324, test result 326, and be embedded into the test cell 3222 in JS script 322) remove.That is, before formal issue Web page, all associated documents are checked by distributor 34, character string in Study document, test special marking (i.e. mentioned above // #iftest and // #endiftest) and between code get rid of, thus obtain " totally ", the Web page that can issue and JS script 322, then issued by distributor 34, obtain the Web page 36 after issuing.
Illustrate according to an embodiment of the invention below in conjunction with Fig. 4, be suitable for a kind of network application test macro 400 of solving the problem, wherein network application comprises one or more webpage to be tested, and each webpage to be tested comprises the page and one or more script be 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 webpage to be tested; Test cell 420 to be embedded in the performance element of the script be associated of webpage to be tested and to be registered in testing engine, is suitable for testing the function of corresponding performance element.Test macro 400 of the present invention performs the test function of the test cell 420 to its registration by testing engine 410, thus tests the performance element being embedded with this test cell 420.
Alternatively, the function of the n-back test of performance element and the test of test cell 420 is realized by JS script.Only be introduced method of testing embodiment of the present invention for JS script below, it is appreciated of course that, do not limit the script of the function realizing this performance element and test cell in an embodiment of the present invention.
Alternatively, test macro 400 also comprises display unit 430.Display unit 430 shows the test result that test cell 420 is tested corresponding performance element.
Alternatively, testing engine 410 can comprise test cell list, and this test cell list comprises the test cell 420 of registering to testing engine 410.
Alternatively, test cell 420 comprises the special string being 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 ".It is appreciated of course that, do not limit the representation of special marking in an embodiment of the present invention.
Alternatively, test macro 400 also comprises removal unit 440.Test cell 420 and testing engine 410, after the test of test cell 420 pairs of performance elements completes, are removed by this removal unit 440 from webpage to be tested.The relevant code of test can be got rid of flexibly by removal unit 440, this guarantees any position that test cell 420 can be embedded into webpage to be tested neatly.
Want special instruction, intrinsic not relevant to any certain computer, virtual system or miscellaneous equipment with display at this algorithm provided.Various general-purpose system also can with use based on together with this teaching.According to description above, the structure constructed required by this type systematic is apparent.In addition, the present invention is not also for any certain programmed language.It should be understood that and various programming language can be utilized to realize content of the present invention described here, and the description done language-specific is above to disclose preferred forms of the present invention.
In instructions provided herein, describe a large amount of detail.But can understand, embodiments of the invention can be put into practice when not having these details.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 in each inventive aspect one or more, in the description above 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.But, the method for the disclosure should be construed to the following intention of reflection: namely the present invention for required protection requires feature more more than the feature clearly recorded in each claim.Or rather, as claims below reflect, all features of disclosed single embodiment before inventive aspect is to be less than.Therefore, the claims following embodiment are incorporated to this embodiment thus clearly, and wherein each claim itself is as independent embodiment of the present invention.
Those skilled in the art are appreciated that and adaptively can change the module in the system in embodiment and they are arranged in one or more systems different from this embodiment.Module in embodiment or unit or assembly can be combined into a module or unit or assembly, and multiple submodule or subelement or sub-component can be put them in addition.Except at least some in such feature and/or process or unit be mutually repel except, any combination can be adopted to combine all processes of all features disclosed in this instructions (comprising adjoint claim, summary and accompanying drawing) and so disclosed any method or system or unit.Unless expressly stated otherwise, each feature disclosed in this instructions (comprising adjoint claim, summary and accompanying drawing) can by providing identical, alternative features that is equivalent or similar object replaces.
In addition, those skilled in the art can understand, although embodiments more described herein to comprise in other embodiment some included feature instead of further feature, the combination of the feature of different embodiment means and to be within scope of the present invention and to form different embodiments.Such as, in the following claims, the one of any of embodiment required for protection can use with arbitrary array mode.
All parts embodiment of the present invention with hardware implementing, or can realize with the software module run on one or more processor, or realizes with their combination.It will be understood by those of skill in the art that the some or all functions that microprocessor or digital signal processor (DSP) can be used in practice to realize according to the some or all parts in the embodiment of the present invention.The present invention can also be embodied as part or all equipment for performing method as described herein or device program (such as, computer program and computer program).Realizing program of the present invention and can store on a computer-readable medium like this, or the form of one or more signal can be had.Such signal can be downloaded from internet website and obtain, or provides on carrier signal, or provides with any other form.
The present invention will be described instead of limit the invention to it should be noted above-described embodiment, and those skilled in the art can design alternative embodiment when not departing from the scope of 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 does not arrange element in the claims or step.Word "a" or "an" before being positioned at element is not got rid of and be there is multiple such element.The present invention can by means of including the hardware of some different elements and realizing by means of the computing machine of suitably programming.In the unit claim listing some devices, several in these devices can be carry out imbody by same hardware branch.Word first, second and third-class use do not represent any order.Can be title by these word explanations.

Claims (10)

1. a network application method of testing, described network application comprises one or more webpage to be tested, and each webpage to be tested comprises the page and one or more script be 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 testing the function of corresponding performance element, and described test cell is registered in described testing engine; And
In described testing engine, for each test cell of registering to it, perform the test function of described test cell, thus the performance element being embedded with described test cell is tested, if script belongs to asynchronous process, then need when testing to wait for that the time with server interaction determines that whether test result is correct again;
After the test of described test cell to described performance element completes, 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:
Described test cell is presented in Web page the test result that described performance element is tested.
3. method of testing according to claim 1 and 2, comprises test cell list in wherein said testing engine, described test cell list comprises the test cell to testing engine registration.
4. method of testing according to claim 1 and 2, wherein said script is JavaScript script.
5. method of testing according to claim 1 and 2, wherein,
Head and the tail in the test cell embedded are respectively arranged with special string.
6. a network application test macro, described network application comprises one or more webpage to be tested, and each webpage to be tested comprises the page and one or more script be associated, and described test macro comprises:
Testing engine, it adds in webpage to be tested;
Test cell, it to be embedded in the performance element of the script be associated of described webpage to be tested and to be registered in described testing engine, is suitable for testing the function of corresponding performance element;
Removal unit, it is after the test of described test cell to described performance element completes, and described test cell and testing engine is removed from described webpage to be tested;
Wherein, described testing engine performs the test function of the test cell to its registration, thus the performance element being embedded with this test cell is tested, if script belongs to asynchronous process, then need when testing to wait for that the time with server interaction determines that whether test result is correct again.
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. the test macro according to claim 6 or 7, wherein,
Described testing engine comprises test cell list, and this test cell list comprises the test cell to testing engine registration.
9. the test macro according to claim 6 or 7, wherein,
Described script is JavaScript script.
10. the test macro according to claim 6 or 7, wherein,
Described test cell comprises the special string being 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 CN102929777A (en) 2013-02-13
CN102929777B true 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)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
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

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.浏览器中的JavaScript.《Java Script程序员参考手册》.清华大学出版社,2011,第30-33页. *

Also Published As

Publication number Publication date
CN102929777A (en) 2013-02-13

Similar Documents

Publication Publication Date Title
CN103473338B (en) Webpage content extraction method and webpage content extraction system
US20100180194A1 (en) Method and apparatus for solving ui style conflicts in web application composition
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
CN104881608A (en) XSS vulnerability detection method based on simulating browser behavior
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
CN110298000A (en) Acquisition methods, terminal device and the medium of page parameter
CN104331438A (en) Method and device for selectively extracting content of novel webpage
CN103714116A (en) Webpage information extracting method and webpage information extracting equipment
CN109684584A (en) A kind of intelligent switch method of browser kernel, device, terminal and storage medium
CN105447198A (en) Convenient page script importing method and device
CN108536489B (en) Method, apparatus, and computer-readable storage medium for matching resource environments
CN103559097B (en) The method of interprocess communication, device and browser in a kind of browser
CN105022667B (en) One kind being based on built-in browser CSS engine parallel methods
US9715483B2 (en) User interface for testing and asserting UI elements with natural language instructions
CN102929777B (en) Network application method of testing and test macro
WO2016122508A1 (en) Test generation for browser-based user interface
CN104899217A (en) Method and apparatus for implementing customized function
CN107451270B (en) Page display method, electronic equipment and computer storage media
CN107547944A (en) Interface realizing method and device, set top box
CN103631906A (en) Method and device for recognizing page number identification in webpage URL
CN102929776B (en) The method of testing that network application is tested and testing apparatus

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
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.