CN107085554B - A kind of method and apparatus of addition control mark - Google Patents

A kind of method and apparatus of addition control mark Download PDF

Info

Publication number
CN107085554B
CN107085554B CN201710233757.9A CN201710233757A CN107085554B CN 107085554 B CN107085554 B CN 107085554B CN 201710233757 A CN201710233757 A CN 201710233757A CN 107085554 B CN107085554 B CN 107085554B
Authority
CN
China
Prior art keywords
control
mark
name
type
click event
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
CN201710233757.9A
Other languages
Chinese (zh)
Other versions
CN107085554A (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 Tongpao Technology Co.,Ltd.
Original Assignee
Wuhan Douyu Network Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Wuhan Douyu Network Technology Co Ltd filed Critical Wuhan Douyu Network Technology Co Ltd
Priority to CN201710233757.9A priority Critical patent/CN107085554B/en
Publication of CN107085554A publication Critical patent/CN107085554A/en
Priority to PCT/CN2017/120139 priority patent/WO2018188380A1/en
Application granted granted Critical
Publication of CN107085554B publication Critical patent/CN107085554B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • G06F11/3684Test management for test design, e.g. generating new test cases

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Facsimiles In General (AREA)
  • Stored Programmes (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The present invention provides a kind of method and apparatus of addition control mark, this method comprises: S1, can judgement use presetting method to be identified control;S2, for the control that presetting method cannot be used to be identified, if the method name of the click event of the control is got, using the method name as the mark of the control;If the method name of the click event of the control cannot be got, using the corresponding character string of the control as the mark of the control.By will click on the mark of the method name or character string of event as control, it can be quickly and efficiently control addition mark, the mark of multiple controls in the same page can be made not repeat to the greatest extent, meet demand of the application program when carrying out script test.

Description

A kind of method and apparatus of addition control mark
Technical field
The present invention relates to internet program development fields, and in particular to a kind of method and apparatus of addition control mark.
Background technique
With the fast development of mobile phone mobile terminal, the demand of mobile terminal App is varied.In App functional test, for The use-case of some fixations executes, and automated test tool can be used, executed by writing automatic test script, reduces people The duplication of labour of member improves the efficiency entirely tested.
In testing by App of the script to mobile terminal, need to obtain the mark of each control by the XPath of control Know to be positioned to control.But in the actual operation process, usually there is control duplicate identity or identified without control The problem of, and XPath obtain be control relative path, it is not easy to it is fixed.Therefore carry out orient control using XPath, control The path of part is easy to change.
To solve the above-mentioned problems, it needs to add mark manually by developer for each control in the prior art, but This method needs take a substantial amount of time.Several years projects have especially been developed, wherein the quantity of control is thousands of, and one Mark each and every one is added manually to need to take time and effort, and wastes a large amount of human resources, and mark is easily caused to omit, low efficiency Under.
Summary of the invention
For it is existing in the prior art take time and effort, inefficiency and the defect for being easy to omit, the present invention provides one kind The method and apparatus for adding control mark.
An aspect of of the present present invention provides a kind of method of addition control mark, comprising: can S1, judgement use presetting method Control is identified;S2, for the control that presetting method cannot be used to be identified, if getting the point of the control The method name of event is hit, then using the method name as the mark of the control;If the click thing of the control cannot be got The method name of part, then using the corresponding character string of the control as the mark of the control.
Wherein, control is identified using presetting method described in step S1 and further comprises: if the control can be obtained The attribute value of part, then using the attribute value as the mark of the control;If the attribute value of the control, basis cannot be obtained The type of the control, using the picture name of the control or text as the mark of the control.
Wherein, the type of the control includes type of button and tag types.
Wherein, the corresponding character string of the control refers to that the control type name of the control and father's control type name are spliced into Character string.
Wherein, the method name of the click event for getting the control includes: to obtain the control by method exchange The method name of the click event of part;The method name of the click event of the control is saved by adding method in classification.
Wherein, it is described using the method name as the mark of the control include: by classification in adding method obtain institute State the method name of the click event of control;It is exchanged by method using the method name as the mark of the control.
Wherein, the method exchange includes: to control the side in the loading method in the corresponding class starting of the control Method exchanges Exactly-once;Original method and method to be exchanged are obtained, and the original method and the method to be exchanged are handed over It changes.
Wherein, in the classification adding method include: creation classification, and in the classification add assignment method set or Acquired value method get.
Another aspect of the present invention provides a kind of device of addition control mark, comprising: judgment module, it can for judgement Control is identified using presetting method;Mark module, for the control for presetting method cannot be used to be identified Part, if the method name of the click event of the control is got, using the method name as the mark of the control;If cannot The method name of the click event of the control is got, then using the corresponding character string of the control as the mark of the control.
Wherein, control is identified using presetting method described in mark module and further comprises: if described in capable of obtaining The attribute value of control, then using the attribute value as the mark of the control;If the attribute value of the control, root cannot be obtained According to the type of the control, using the picture name of the control or text as the mark of the control.
The method and apparatus of addition control mark provided by the invention are made by the method name or character string that will click on event For the mark of control, it can be quickly and efficiently control addition mark, can make to the greatest extent multiple in the same page The mark of control does not repeat, and meets demand of the application program when carrying out script test.
Detailed description of the invention
In order to more clearly explain the embodiment of the invention or the technical proposal in the existing technology, to embodiment or will show below There is attached drawing needed in technical description to be briefly described, it should be apparent that, the accompanying drawings in the following description is this hair Bright some embodiments for those of ordinary skill in the art without creative efforts, can be with root Other attached drawings are obtained according to these attached drawings.
Fig. 1 is the flow diagram of the method for addition control mark provided in an embodiment of the present invention;
Fig. 2 is the structural schematic diagram of the device of addition control mark provided in an embodiment of the present invention.
Specific embodiment
In order to make the object, technical scheme and advantages of the embodiment of the invention clearer, below in conjunction with the embodiment of the present invention In attached drawing, technical solution in the embodiment of the present invention is explicitly described, it is clear that described embodiment is the present invention A part of the embodiment, instead of all the embodiments.Based on the embodiments of the present invention, those of ordinary skill in the art are not having Every other embodiment obtained under the premise of creative work is made, shall fall within the protection scope of the present invention.
In order to facilitate understanding, it is illustrated by taking IOS system as an example in method and apparatus provided in an embodiment of the present invention, but this The protection scope of inventive embodiments is without being limited thereto.
Fig. 1 is the flow diagram of the method for addition control mark provided in an embodiment of the present invention, as shown in Figure 1, the party Method includes: S1, and can judgement use presetting method to be identified control;S2, for that cannot be identified using presetting method The control, if the method name of the click event of the control is got, using the method name as the mark of the control Know;If the method name of the click event of the control cannot be got, using the corresponding character string of the control as the control The mark of part.
In step sl, can may determine that first use presetting method to be identified control.If it is then using Presetting method is identified.
In step s 2, control can execute a corresponding method after receiving click event.Therefore, it can intercept and be The click event of system, and obtain the method name of each click event.After the method name for obtaining click event, event will click on Method name save.It, can be by the corresponding point of the control for the control that those cannot use presetting method to be identified Hit mark of the method name as the control of event.
Since not all control can be clicked, so if the control can neither be marked according to presetting method Know, the method name of the click event of the control can not be got, then it can be using the corresponding character string of the control as the control Mark.
The method of addition control mark provided in an embodiment of the present invention is made by the method name or character string that will click on event For the mark of control, it can be quickly and efficiently control addition mark, can make to the greatest extent multiple in the same page The mark of control does not repeat, and meets demand of the application program when carrying out script test.
Based on the above embodiment, control is identified using presetting method described in step S1 and further comprises: if energy The attribute value of the control is obtained, then using the attribute value as the mark of the control;If the category of the control cannot be obtained Property value, then according to the type of the control, using the picture name of the control or text as the mark of the control.
Since most of control is not temporary variable, control has an attribute value, the attribute in the page of IOS It is worth the name such as each control, will not change under normal conditions, and also do not allow to repeat in the same page.Therefore, lead to The attribute value using control is crossed, most of control can be identified.
Specifically, in presetting method, the attribute value for obtaining control is first attempted to, if it is possible to get the attribute of control Value, then using the attribute value as the mark of control.Such as in IOS system, mechanism obtains this attribute when can pass through operation Value.It, can be according to the type of control, using the picture name of control or text as mark if the attribute value of control cannot be obtained Know.
Based on the above embodiment, wherein the type of the control includes type of button and tag types.If the control Type is type of button, i.e. UIButton type.Then it may determine that in the control whether there is picture first, if there is picture, then It can be using the name of the picture as the mark of the control.Since uniqueness of the name in entire interface of picture is preferable, because This can be avoided repetition;If the control does not have picture, further judge whether the control has text, if there is text, then Using the text as the mark of the control.Due to usually relatively more fixed and in the same page the repeatability of the text of type of button It is lower, therefore equally there is preferable uniqueness.
Similarly, if judging the control type for tag types, i.e. UILable type then can be by the control interior label Mark of the text as control.It, can be in conjunction with control type by carrying out different identification operations according to the type of control Feature is to carry out control mark, has preferable uniqueness.
Based on the above embodiment, wherein the corresponding character string of the control refers to control type name and the father of the control The character string that control type name is spliced into.Specifically, the control type name of the control and the type name of father's control can be spliced Mark at a character string as the control.To farthest guarantee that each control has mark, will not omit.
Based on the above embodiment, the method name of the click event for getting the control includes: to be exchanged by method Obtain the method name of the click event of the control;The method of the click event of the control is saved by adding method in classification Name.
Specifically, it can be exchanged by the method for mechanism when operation in IOS system, the time is clicked into the response in system Function be substituted for function addTarget:action:forControlEvents, when which is capable of the click of intercepting system Between, to obtain the method name of each click event.
And in order to realize the demand newly increased, Objective-C provides a kind of special mode and carrys out extension class, cries Catagory dynamically can add new behavior for already existing class.It can guarantee class on the basis of the original in this way, lead to The function of needs can be increased by crossing lesser change.
Therefore an assignment set method can be added in classification, by using function objc_ in the set method SetAssociatedObject saves the method name of the click event of control.Wherein, parameter there are two function tools, oneself Self and character string key.
Based on the above embodiment, wherein it is described using the method name as the mark of the control include: by classification in Adding method obtains the method name of the click event of the control;It is exchanged by method using the method name as the control Mark.
Specifically, similar with set method in order to which the method name of click event for saving above-mentioned set method is taken out, it can be with Mechanism generates an acquired value method get when using the operation of IOS system in classification.Wherein, acquired value method get is to pass through Using the method for IOS setting affiliated partner, specific function is objc_getAssociatedObject, and there are two ginsengs for tool It counts, the character string key in oneself self and above-mentioned set method.The method name of click event can be obtained by the get method.
After the method name for getting click event, it can be exchanged by the method for mechanism when operation in IOS system, it will Function in system is exchanged into (NSString*) accessibilityIdentifier, which can obtain get method To the method name of click event corresponding control is identified.Similarly, function (NSString*) AccessibilityIdentifier can also be according to presetting method or the corresponding character string of control to the mark as control.
Based on the above embodiment, wherein the method exchange includes: the load side in the corresponding class starting of the control In method, control the method exchanges Exactly-once;Obtain original method and method to be exchanged, and to the original method and it is described to Exchange method swaps.
Specifically, method exchange is carried out in the loading method in the correspondence class starting of a control of IOS system.It can To control the method Exactly-once of class exchange by function dispatch_once, which may include two parameters, and first A parameter predicate is used to guarantee to execute once, and second parameter is to execute primary task block.
Then needing to get the original method exchanged is originalMethod (for example, the method for event response, picture The methods of method of load), customized one needs the method swizzledMethod to be exchanged exchanged (can both execute system The function of method, and customized function may be implemented, such as addition control mark).
Method exchange is executed by the system function method_exchangeImplementations of IOS, exchanges original side Method originalMethod and method swizzledMethod to be exchanged, the exchange of two functions is realized with this.
It is swapped by the method to IOS system, so that the creation of each control can call this method, it is ensured that every A control can all execute method exchange, without any omission.
Based on the above embodiment, wherein adding method includes: creation classification in the classification, and is added in the classification Add assignment method set or acquired value method get.
Specifically, classification is the attribute of IOS class of languages.A classification can be created in class first, and in the classification Adding method.Mechanism generates assignment method set and acquired value method get when the operation of IOS system can be used.Pass through setting Set method and get method, which allow in IOS system to execute assignment operation originally and obtain Value Operations and become, can pass through operation When mechanism execute assignment operation and obtain Value Operations.
Fig. 2 is the structural schematic diagram of the device of addition control mark provided in an embodiment of the present invention, as shown in Fig. 2, the dress Can set includes: judgment module 201, use presetting method to be identified control for judging;Mark module 202, for pair It, will if getting the method name of the click event of the control in the control that presetting method cannot be used to be identified Mark of the method name as the control;It, will be described if the method name of the click event of the control cannot be got Mark of the corresponding character string of control as the control.
Specifically, can judgment module 201 may determine that use presetting method to be identified control.Control receives a little A corresponding method can be executed after hitting event.Therefore, mark module 202 can be with the click event of intercepting system, and obtains The method name of each click event.After the method name for obtaining click event, mark module 202 will click on the method name of event It saves.For the control that those cannot use presetting method to be identified, mark module 202 can be corresponding by the control Mark of the method name of click event as the control.
Since not all control can be clicked, so if the control can neither be marked according to presetting method Know, the method name of the click event of the control can not be got, then mark module 202 can be by the corresponding character string of the control Mark as the control.
The device of addition control mark provided in an embodiment of the present invention is made by the method name or character string that will click on event For the mark of control, it can be quickly and efficiently control addition mark, can make to the greatest extent multiple in the same page The mark of control does not repeat, and meets demand of the application program when carrying out script test.
Based on the above embodiment, wherein control is identified further using presetting method described in mark module 202 If including: the attribute value that can obtain the control, using the attribute value as the mark of the control;If cannot obtain described The attribute value of control, then according to the type of the control, using the picture name of the control or text as the mark of the control.
Since most of control is not temporary variable, control has an attribute value, the attribute in the page of IOS It is worth the name such as each control, will not change under normal conditions, and also do not allow to repeat in the same page.Therefore, lead to The attribute value using control is crossed, most of control can be identified.
Specifically, in presetting method, the attribute value for obtaining control is first attempted to, if it is possible to get the attribute of control Value, then using the attribute value as the mark of control.Such as in IOS system, mechanism obtains this attribute when can pass through operation Value.It, can be according to the type of control, using the picture name of control or text as mark if the attribute value of control cannot be obtained Know.
It is provided in an embodiment of the present invention addition control mark method and apparatus, can by using control attribute-name, Picture name, text click the mark of the method name or the corresponding character string of control of event as control, can carry out foot to APP When this test, it is automatically, efficiently, farthest control addition mark, reduces the workload of developer, improve work Efficiency.
Finally, it should be noted that the above embodiments are merely illustrative of the technical solutions of the present invention, rather than its limitations;Although Present invention has been described in detail with reference to the aforementioned embodiments, those skilled in the art should understand that: it still may be used To modify the technical solutions described in the foregoing embodiments or equivalent replacement of some of the technical features; And these are modified or replaceed, technical solution of various embodiments of the present invention that it does not separate the essence of the corresponding technical solution spirit and Range.

Claims (9)

1. a kind of method of addition control mark characterized by comprising
Can S1, judgement use presetting method to be identified control;
S2, for the control that presetting method cannot be used to be identified, if getting the side of the click event of the control Religious name, then using the method name as the mark of the control;If the method name of the click event of the control cannot be got, Then using the corresponding character string of the control as the mark of the control;Wherein, the corresponding character string of the control is the control The character string that the control type name and father's control type name of part are spliced into.
2. the method according to claim 1, wherein being marked using presetting method to control described in step S1 Knowledge further comprises:
If the attribute value of the control can be obtained, using the attribute value as the mark of the control;
If the attribute value of the control cannot be obtained, according to the type of the control, by the picture name or text of the control Mark as the control.
3. according to the method described in claim 2, it is characterized in that, the type of the control includes type of button and tag class Type.
4. the method according to claim 1, wherein the method name of the click event for getting the control Include:
The method name of the click event of the control is obtained by method exchange;
The method name of the click event of the control is saved by adding method in classification.
5. the method according to claim 1, wherein described using the method name as the mark packet of the control It includes:
The method name of the click event of the control is obtained by adding method in classification;
It is exchanged by method using the method name as the mark of the control.
6. method according to claim 4 or 5, which is characterized in that the method, which exchanges, includes:
In loading method in the corresponding class starting of the control, control the method exchanges Exactly-once;
Original method and method to be exchanged are obtained, and the original method and the method to be exchanged are swapped.
7. method according to claim 4 or 5, which is characterized in that adding method includes: in the classification
Creation classification, and assignment method set or acquired value method get is added in the classification.
8. a kind of device of addition control mark characterized by comprising
Can judgment module use presetting method to be identified control for judging;
Mark module, for the control for presetting method cannot be used to be identified, if getting the point of the control The method name of event is hit, then using the method name as the mark of the control;If the click thing of the control cannot be got The method name of part, then using the corresponding character string of the control as the mark of the control;Wherein, the corresponding character of the control String is the control type name of the control and the character string that father's control type name is spliced into.
9. device according to claim 8, which is characterized in that carried out using presetting method to control described in mark module Mark further comprises:
If the attribute value of the control can be obtained, using the attribute value as the mark of the control;
If the attribute value of the control cannot be obtained, according to the type of the control, by the picture name or text of the control Mark as the control.
CN201710233757.9A 2017-04-11 2017-04-11 A kind of method and apparatus of addition control mark Active CN107085554B (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN201710233757.9A CN107085554B (en) 2017-04-11 2017-04-11 A kind of method and apparatus of addition control mark
PCT/CN2017/120139 WO2018188380A1 (en) 2017-04-11 2017-12-29 Method and device for adding control identification

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710233757.9A CN107085554B (en) 2017-04-11 2017-04-11 A kind of method and apparatus of addition control mark

Publications (2)

Publication Number Publication Date
CN107085554A CN107085554A (en) 2017-08-22
CN107085554B true CN107085554B (en) 2019-09-20

Family

ID=59612843

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710233757.9A Active CN107085554B (en) 2017-04-11 2017-04-11 A kind of method and apparatus of addition control mark

Country Status (2)

Country Link
CN (1) CN107085554B (en)
WO (1) WO2018188380A1 (en)

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107085554B (en) * 2017-04-11 2019-09-20 武汉斗鱼网络科技有限公司 A kind of method and apparatus of addition control mark
CN107832403B (en) * 2017-11-02 2020-05-12 武汉斗鱼网络科技有限公司 Directory file management method and device, electronic terminal and readable storage medium
CN110704327B (en) * 2019-10-11 2023-03-31 江苏赛诺格兰医疗科技有限公司 Auxiliary method for PET-CT system control software automatic test
CN111045941B (en) * 2019-12-09 2023-08-18 广州品唯软件有限公司 Positioning method and device for user interface control and storage medium
CN111176770B (en) * 2019-12-19 2023-04-18 深圳赛安特技术服务有限公司 Method and device for preventing control from repeatedly clicking and computer readable storage medium
CN114416603B (en) * 2022-03-31 2022-07-12 北京搜狐新动力信息技术有限公司 UI element testing method and device, storage medium and equipment

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103309797A (en) * 2012-03-09 2013-09-18 阿里巴巴集团控股有限公司 Automatic testing method and device of user interface
CN104391797A (en) * 2014-12-09 2015-03-04 北京奇虎科技有限公司 GUI (graphical user interface) widget identification method and device
CN105095088A (en) * 2015-09-02 2015-11-25 厦门美图移动科技有限公司 Calculator automatic test method and test system based on uiautomator test framework
CN105511873A (en) * 2015-12-02 2016-04-20 网易(杭州)网络有限公司 User interface control display method and device
CN106484407A (en) * 2016-09-28 2017-03-08 上海银天下科技有限公司 Control display packing and device

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9715483B2 (en) * 2010-09-16 2017-07-25 International Business Machines Corporation User interface for testing and asserting UI elements with natural language instructions
CN103064782B (en) * 2011-10-21 2017-03-15 腾讯科技(深圳)有限公司 A kind of method and device for obtaining control
CN103455414B (en) * 2012-06-04 2017-08-01 腾讯科技(深圳)有限公司 Obtain the method and device of the logical place of control
CN103780448B (en) * 2012-10-23 2019-04-26 百度在线网络技术(北京)有限公司 A kind of generation method and device of control layer identification code
CN104156218A (en) * 2014-08-18 2014-11-19 浪潮电子信息产业股份有限公司 Method for automatically identifying dynamic controls
CN105743736B (en) * 2016-01-27 2019-01-04 武汉联影医疗科技有限公司 Automated testing method and system
CN107085554B (en) * 2017-04-11 2019-09-20 武汉斗鱼网络科技有限公司 A kind of method and apparatus of addition control mark

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103309797A (en) * 2012-03-09 2013-09-18 阿里巴巴集团控股有限公司 Automatic testing method and device of user interface
CN104391797A (en) * 2014-12-09 2015-03-04 北京奇虎科技有限公司 GUI (graphical user interface) widget identification method and device
CN105095088A (en) * 2015-09-02 2015-11-25 厦门美图移动科技有限公司 Calculator automatic test method and test system based on uiautomator test framework
CN105511873A (en) * 2015-12-02 2016-04-20 网易(杭州)网络有限公司 User interface control display method and device
CN106484407A (en) * 2016-09-28 2017-03-08 上海银天下科技有限公司 Control display packing and device

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
"为 UIAutomation 添加自动化测试标签的探索";AllanHou;《http://www.cocoachina.com/ios/20161202/18260.html》;20161202;第1-5页 *

Also Published As

Publication number Publication date
CN107085554A (en) 2017-08-22
WO2018188380A1 (en) 2018-10-18

Similar Documents

Publication Publication Date Title
CN107085554B (en) A kind of method and apparatus of addition control mark
CN104317722B (en) A kind of unit test method and device based on Junit
RU2008126264A (en) OBJECT MODEL OF OPERATION FLOW
CN109669873A (en) User interface automatic test approach and device, electronic equipment and storage medium
CN107609028A (en) A kind of determination method and device of inefficient SQL statement
CN109101410B (en) Risk drive testing method and device and computer readable storage medium
CN107391362A (en) Application testing method, mobile terminal and storage medium
CN103903312B (en) The execution method and apparatus of automatic detecting
CN106201890A (en) The performance optimization method of a kind of application and server
CN103647775B (en) Method and apparatus for registration in webpage
CN110502366A (en) Case executes method, apparatus, equipment and computer readable storage medium
CN106021101A (en) Method and device for testing mobile terminal
CN105279092A (en) Software testing method and apparatus
CN109118169A (en) Amending method, device and the computer readable storage medium of nodal information
CN105721203A (en) Upgrade processing method and device
CN106649531A (en) Webpage detection method and device
CN104915228A (en) Application program language setting method and device
CN107122203A (en) The method to set up and device of a kind of configuration file
CN104182348A (en) Software test method and device
CN104484241B (en) The method and device that a kind of pair of terminal system file is backed up and restored
CN107220258A (en) For method, device and the terminal of the data for capturing five application page
CN109408376A (en) A kind of generation method of configuration data, device, equipment and storage medium
CN105912583A (en) Member service data interaction method and device for mobile terminal
CN111178846B (en) Workflow file generation method, device, equipment and storage medium
CN108038671A (en) A kind of method and apparatus intelligently checked card

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
TR01 Transfer of patent right

Effective date of registration: 20231120

Address after: 411-3, 4th Floor, Building 6 (North), No.1 Shuangqing Road, Haidian District, Beijing, 100000 yuan

Patentee after: Beijing Tongpao Technology Co.,Ltd.

Address before: 430000 Wuhan Donghu Development Zone, Wuhan, Hubei Province, No. 1 Software Park East Road 4.1 Phase B1 Building 11 Building

Patentee before: WUHAN DOUYU NETWORK TECHNOLOGY Co.,Ltd.

TR01 Transfer of patent right