CN107526594B - Management method and device of RN (Relay node) page - Google Patents

Management method and device of RN (Relay node) page Download PDF

Info

Publication number
CN107526594B
CN107526594B CN201710749575.7A CN201710749575A CN107526594B CN 107526594 B CN107526594 B CN 107526594B CN 201710749575 A CN201710749575 A CN 201710749575A CN 107526594 B CN107526594 B CN 107526594B
Authority
CN
China
Prior art keywords
page
information
service
public interface
interface
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
CN201710749575.7A
Other languages
Chinese (zh)
Other versions
CN107526594A (en
Inventor
许松
贾西贝
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shenzhen Huaao Data Technology Co Ltd
Original Assignee
Shenzhen Huaao Data 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 Shenzhen Huaao Data Technology Co Ltd filed Critical Shenzhen Huaao Data Technology Co Ltd
Priority to CN201710749575.7A priority Critical patent/CN107526594B/en
Publication of CN107526594A publication Critical patent/CN107526594A/en
Application granted granted Critical
Publication of CN107526594B publication Critical patent/CN107526594B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/20Software design
    • G06F8/24Object-oriented
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Human Computer Interaction (AREA)
  • Information Transfer Between Computers (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention provides a management method and a device of an RN page, wherein the method comprises the following steps: before page jump, acquiring a pass value; recording and acquiring all related page information of the RN service in the current page as recorded information according to the transmission value, wherein all the RN services are predefined as a window and the window corresponds to a public interface; forming the value transmission and the recorded information into collected information; and when the page is jumped, counting the related information of all RN services on a public interface according to the collected information. The invention predefines all RN services as a window, skips the page to a public page, and carries out statistics of page information corresponding to all RN services under the same page according to the transmission value, thereby being convenient for maintenance.

Description

Management method and device of RN (Relay node) page
Technical Field
The invention relates to the technical field of internet, in particular to the field of management methods and devices of RN pages.
Background
With the popularization of intelligent mobile terminals, various APP applications emerge endlessly.
At present, the JS cannot call mobile phone sensitive information, such as a camera module. Thus, if the APP needs to call system parameters/functions, a native page is still needed. Accordingly, an APP development may be a hybrid development environment, i.e., a native page, an RN page, and an H5 page coexist. Under the mixed development environment of current APP, every RN page corresponds a window form, and it is complicated to maintain, and is with high costs.
Therefore, the drawbacks of the prior art are: in the APP mixed development environment, if a plurality of RN pages exist, the management and maintenance are complex.
Disclosure of Invention
In order to solve the technical problems, the invention provides a method and a device for managing RN pages, which predefine all RN services into a window, skip the page to a public page, perform statistics on page information corresponding to all RN services under the same page according to a transmission value and are convenient to maintain.
In order to solve the above problems, the present invention provides the following technical solutions:
in a first aspect, the present invention provides a method for managing an RN page, including:
step S1, before the page jump, obtaining the pass value;
step S2, according to the said transmission value, recording all related page information of RN business in the current page as the recorded information, wherein, all RN businesses are predefined as a window, and the said window corresponds to a public interface;
step S3, forming the said pass value and the said recorded information into collected information;
and step S4, when the page jumps, according to the collected information, counting the relevant information of all RN services on the public interface.
The invention provides a management method of an RN page, which has the technical scheme that: before page jump, acquiring a pass value; recording and acquiring all related page information of the RN service in the current page as recorded information according to the transmission value, wherein all the RN services are predefined as a window, and the window corresponds to a public interface; forming the pass value and the recorded information into collected information; and when the page jumps, counting the relevant information of all the RN services on the public interface according to the collected information.
The RN page management method predefines all RN services as a window, skips the page to a public page, and carries out statistics on page information corresponding to all RN services under the same page according to the transmission value, thereby being convenient for maintenance.
Further, before the step S4, a page jump step is further included, specifically:
acquiring skip task data;
configuring the jumping task data into a character string in a preset format according to a pre-constructed configuration file;
mapping the character string into a task object by adopting Gson;
analyzing the public interface data and the jump parameters required for jumping to the public interface according to the task object;
and jumping to the public interface according to the public interface data and the jumping parameter.
Further, the string uniquely corresponds to the common interface, and one string uniquely corresponds to one common interface.
Further, each RN service is correspondingly provided with an identification information.
In a second aspect, the present invention provides an RN page management apparatus, including:
the system comprises a transmission value acquisition module, a transmission value acquisition module and a page jump module, wherein the transmission value acquisition module is used for acquiring a transmission value before page jump;
the record information generating module is used for recording and obtaining all related page information of the RN service in the current page as the recorded information according to the transmission value, wherein all the RN services are predefined as a window, and the window corresponds to a public interface;
the collected information forming module is used for forming the collected information by the value transfer and the recorded information;
and the RN service information counting module is used for counting the related information of all the RN services on the public interface according to the collected information when a page skips.
The technical scheme of the management device of the RN page provided by the invention is as follows: acquiring a pass value before page skipping through a pass value acquisition module; recording all related page information of the RN service in the current page as recorded information by a recorded information generating module according to the transmission value, wherein all the RN services are predefined as a window, and the window corresponds to a public interface; forming the collected information by the collected information forming module through the transmission value and the recorded information; and counting the related information of all the RN services on the public interface according to the collected information by using the RN service information counting module when a page skips.
The RN page management device predefines all RN services as a window, skips to a public page, and carries out statistics on page information corresponding to all RN services under the same page according to the transmission value, thereby being convenient for maintenance.
Further, the management device further includes a page jump module, specifically configured to:
acquiring skip task data;
configuring the jumping task data into a character string in a preset format according to a pre-constructed configuration file;
mapping the character string into a task object by adopting Gson;
analyzing the public interface data and the jump parameters required for jumping to the public interface according to the task object;
and jumping to the public interface according to the public interface data and the jumping parameter.
Further, the string uniquely corresponds to the common interface, and one string uniquely corresponds to one common interface.
Further, each RN service is correspondingly provided with unique identification information.
Compared with the prior art, the invention has the beneficial effects that:
the RN page management method and the RN page management device predefine all RN services as a window, skip the page to a public page, carry out statistics of page information corresponding to all RN services under the same page according to the transmission value, and are convenient to maintain.
Drawings
In order to more clearly illustrate the detailed description of the invention or the technical solutions in the prior art, the drawings that are needed in the detailed description of the invention or the prior art will be briefly described below.
Fig. 1 shows a flowchart of a management method for an RN page according to an embodiment of the present invention;
fig. 2 is a schematic diagram illustrating a management apparatus for an RN page according to an embodiment of the present invention.
Detailed Description
Embodiments of the present invention will be described in detail below with reference to the accompanying drawings. The following examples are only for illustrating the technical solutions of the present invention more clearly, and therefore are only examples, and the protection scope of the present invention is not limited thereby.
Example one
Fig. 1 shows a flowchart of a management method for an RN page according to an embodiment of the present invention; as shown in fig. 1, a method for managing an RN page provided in an embodiment includes:
step S1, before the page jump, obtaining the pass value;
step S2, according to the transmission value, recording and acquiring all related page information of the RN service in the current page as recorded information, wherein all RN services are predefined as a window, and the window corresponds to a public interface;
step S3, forming the value transmission and the recorded information into collected information;
and step S4, when the page jumps, according to the collected information, counting the relevant information of all RN services on a public interface.
The invention provides a management method of an RN page, which has the technical scheme that: before page jump, acquiring a pass value; recording and acquiring all related page information of the RN service in the current page as recorded information according to the transmission value, wherein all the RN services are predefined as a window and the window corresponds to a public interface; forming the value transmission and the recorded information into collected information; and when the page is jumped, counting the related information of all RN services on a public interface according to the collected information.
The RN page management method predefines all RN services as a window, skips the page to a public page, and carries out statistics on page information corresponding to all RN services under the same page according to the transmission value, thereby being convenient for maintenance.
Wherein, the pass value is generated before the last interface is passed to the dynamic public interface, and is used for distinguishing which RN page displayed jumps to the public interface.
All RN services are pre-stored, and static classes of names of all RN pages and all RN pages are set in a one-to-one correspondence mode. Defining each interface as an Activity, so that all RN pages and corresponding names form a group of stacks of Stack < Activity >, which is equivalent to a list, and adding and deleting the Stack every time an interface is added or quitted. All RN pages are managed in the mode, and all related page information of all RN services is recorded.
Wherein, step S3 specifically includes:
acquiring information recorded by a page A, configuring relevant information by the page A according to the class of a preset rule, wherein the configured relevant information is the information recorded by the page A;
acquiring a jump instruction for jumping from the page A to the page B;
and according to the jump instruction, bringing the information recorded by the page A to the interface B, and simultaneously forming collected information together with a transmission value obtained before the page A jumps to the page B.
In step S2, the page information corresponding to the RN service specifically refers to: for example, there are two RN interfaces, an a interface and a B interface, and the page information corresponding to the RN service specifically refers to different information displayed on the two pages, and the service and the related logic of each of the two pages.
In step S4, the relevant information of all RN services is counted, specifically, the following information is counted:
1. the time for the user to stay on the interface can be used for analyzing which pages are interested by the user, and the longer the stay time is, the more the user is interested in the page;
2. the user clicks which button on the interface, and according to the button, the functions which the user is interested in can be analyzed;
3. and counting whether the user exits the application program on the current page. Analyzing a process of using software by a user according to the words;
4. and counting the program error information when the user uses the program. Because the android has a plurality of models, all the android cannot be compatible, and sometimes error or flash back information exists and can be recorded for error analysis.
In step S4, the step of determining information related to the RN service includes:
setting a base class interface related to the RN service;
and when the page corresponding to the RN service is operated, if the page enters a base class interface, judging the page to be the information related to the RN service.
Specific examples are as follows: for example, a base class BaseRNActivity interface related to the RN service is set, and the interface has a certain life cycle method. Such as the relevant callback method of entering a page, exiting a page. When the method of call back of the incoming interface (onStart () method) of the BaseRNActivity interface is entered, it represents that the RN service is related, and the information related to the RN service can be obtained.
As a preferred embodiment of the present invention, before step S4, a page jump step is further included, specifically:
acquiring skip task data;
configuring the jumping task data into a character string in a preset format according to a pre-constructed configuration file;
mapping the character string into a task object by adopting Gson;
analyzing the public interface data and the jump parameters required for jumping to the public interface according to the task object;
and jumping to the public interface according to the public interface data and the jumping parameter.
It should be noted that, in this embodiment, each jumping task is defined as an object, and each object includes specific jumping task data, specifically, the jumping task data includes, but is not limited to, a unique ID number corresponding to the jumping task, jumping condition information, jumping process parameters, and a jumping type. Wherein, a jump task corresponds to an ID number, and when jumping, if there is a jump condition, for example, the jump is premised on a need to log in, then the log-in requirement is the jump condition, and in addition, the number of the jump condition is not limited, and can be set in combination with actual needs. In addition, in this embodiment, the parameter of the jump process is a list, and the list contains the parameter required for the jump. Furthermore, the type of the jump is a jump between pages of the same type (e.g., a native page jumps to a native page) or a jump between pages of different types (e.g., a native page jumps to an RN page).
In addition, in this embodiment, the configuration file is used to configure the jump task data of the task object into a character string in a predetermined format, that is, configure the jump task into an object in the form of a character string, so that a jump can be made to any page desired to be jumped.
It should be noted that, in this embodiment, based on the skip form of the configuration file, the skip of all pages is controlled in the same place, that is, the interface is shared, so that unified modification is facilitated.
In addition, the centralized control mode enables uniform interception to be easily realized, for example, for the situation that login is needed before jumping to the next interface, the interface without login state can be intercepted, the interface jumps to a specific interface uniformly (for example, jump to the login interface uniformly, or jump to the interface prompting the user to log in first uniformly), and then the user jumps to the common interface after logging in successfully.
In the embodiment, for the character string form configured by the configuration file, the character string is mapped into the task object through Gson, then the interface needing to be jumped, namely the common interface, is analyzed according to the task object, the parameter required by jumping to the common interface, namely the jump parameter, is analyzed, and then the common interface data and the jump parameter are obtained, so that the jump can be performed and the common interface is jumped to. Wherein Gson is a third-party open source framework provided by google corporation.
As a preferred embodiment of the present invention, the character strings uniquely correspond to the common interfaces, and one character string uniquely corresponds to one common interface.
As a preferred embodiment of the present invention, each RN service is correspondingly provided with unique identification information.
The identification information is used for distinguishing a plurality of RN services in the same window. And finding out index.android.bundle which is all the real-native pages written by javascript according to the identification information, packaging to generate a file, finding out the corresponding RN service in the file, and generating a native interface according to the class corresponding to the file, wherein the native interface can be displayed on the mobile phone.
Based on the technical scheme, the invention defines a plurality of RN pages under the same window, when the related information of all the RN pages needs to be counted, the skipped pages uniformly skip to a public interface, then distinguishes which RN page is the RN page through the transmission value generated before page skipping, and simultaneously distinguishes a plurality of RN services under the same window based on the unique identification information preset for each RN page.
Wherein, one RN service corresponds to one front-end RN page.
Referring to fig. 2, in a second aspect, the present invention provides an RN page management apparatus 10, including:
a value-transfer obtaining module 101, configured to obtain a value-transfer before a page jump;
a record information generating module 102, configured to record, according to the transmission value, all relevant page information of the RN service in the current page as recorded information, where all RN services are predefined as a window, and the window corresponds to a public interface;
the collected information forming module 103 is used for forming the value transfer and the recorded information into collected information;
and the RN service information statistics module 104 is configured to, when a page skips, perform statistics on relevant information of all RN services on a public interface according to the collected information.
The technical scheme of the management device 10 for the RN page provided by the invention is as follows: acquiring a pass value before page skipping through a pass value acquisition module 101; recording and acquiring all related page information of the RN service in the current page as recorded information according to the transmission value by using a recorded information generation module 102, wherein all RN services are predefined as a window and the window corresponds to a public interface; forming the collected information by the collected information forming module 103 according to the transmission value and the recorded information; through the RN service information statistics module 104, when a page skips, the relevant information of all RN services is counted on the public interface according to the collected information.
The management device 10 of the RN page, provided by the invention, pre-defines all RN services as a window, skips to a public page, and carries out statistics on page information corresponding to all RN services under the same page according to the transmission value, thereby being convenient for maintenance.
As a preferred embodiment of the present invention, the management apparatus further includes a page jump module, specifically configured to:
acquiring skip task data;
configuring the jumping task data into a character string in a preset format according to a pre-constructed configuration file;
mapping the character string into a task object by adopting Gson;
analyzing the public interface data and the jump parameters required for jumping to the public interface according to the task object;
and jumping to the public interface according to the public interface data and the jumping parameter.
As a preferred embodiment of the present invention, the character strings uniquely correspond to the common interfaces, and one character string uniquely corresponds to one common interface.
As a preferred embodiment of the present invention, each RN service is correspondingly provided with an identification information.
Compared with the prior art, the invention has the beneficial effects that:
the RN page management method and the RN page management device predefine all RN services as a window, skip the page to a public page, carry out statistics of page information corresponding to all RN services under the same page according to the transmission value, and are convenient to maintain.
Finally, it should be noted that: the above embodiments are only used to illustrate the technical solution of the present invention, and not to limit the same; while the invention has been described in detail and with reference to the foregoing embodiments, it will be understood by those skilled in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some or all of the technical features may be equivalently replaced; such modifications and substitutions do not depart from the spirit and scope of the present invention, and they should be construed as being included in the following claims and description.

Claims (6)

  1. The RN page management method is characterized by comprising the following steps:
    step S1, before the page jump, obtaining the pass value; the transmission value is generated before the last interface is transmitted to the public interface and is used for distinguishing and displaying the RN page which jumps to the public interface;
    step S2, according to the said transmission value, recording all related page information of RN business in the current page as the recorded information, wherein, all RN businesses are predefined as a window, and the said window corresponds to a public interface; all related page information of the RN service comprises information displayed by all RN pages;
    step S3, forming the said pass value and the said recorded information into collected information;
    step S4, when the page jumps, according to the collected information, the related information of all the RN services is counted on the public interface; when a page corresponding to the RN service is operated, if a base class interface related to the RN service is entered, the related information of the RN service is judged;
    before step S4, a page jump step is further included, specifically:
    acquiring skip task data;
    configuring the jumping task data into a character string in a preset format according to a pre-constructed configuration file;
    mapping the character string into a task object by adopting Gson;
    analyzing the public interface data and the jump parameters required for jumping to the public interface according to the task object;
    and jumping to the public interface according to the public interface data and the jumping parameter.
  2. 2. The RN page management method of claim 1,
    the strings uniquely correspond to the common interfaces, and one string uniquely corresponds to one common interface.
  3. 3. The RN page management method of claim 1,
    and each RN service correspondingly sets unique identification information.
  4. Management apparatus for RN pages, comprising:
    the system comprises a transmission value acquisition module, a transmission value acquisition module and a page jump module, wherein the transmission value acquisition module is used for acquiring a transmission value before page jump; the transmission value is generated before the last interface is transmitted to the public interface and is used for distinguishing and displaying the RN page which jumps to the public interface;
    the record information generating module is used for recording and obtaining all related page information of the RN service in the current page as the recorded information according to the transmission value, wherein all the RN services are predefined as a window, and the window corresponds to a public interface; all related page information of the RN service comprises information displayed by all RN pages;
    the collected information forming module is used for forming the collected information by the value transfer and the recorded information;
    the RN service information counting module is used for counting the related information of all the RN services on the public interface according to the collected information when a page skips; when a page corresponding to the RN service is operated, if a base class interface related to the RN service is entered, the related information of the RN service is judged;
    the management device further comprises a page jump module, which is specifically configured to:
    acquiring skip task data;
    configuring the jumping task data into a character string in a preset format according to a pre-constructed configuration file;
    mapping the character string into a task object by adopting Gson;
    analyzing the public interface data and the jump parameters required for jumping to the public interface according to the task object;
    and jumping to the public interface according to the public interface data and the jumping parameter.
  5. 5. The RN page management apparatus of claim 4, wherein,
    the strings uniquely correspond to the common interfaces, and one string uniquely corresponds to one common interface.
  6. 6. The RN page management apparatus of claim 4, wherein,
    and each RN service correspondingly sets unique identification information.
CN201710749575.7A 2017-08-28 2017-08-28 Management method and device of RN (Relay node) page Active CN107526594B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710749575.7A CN107526594B (en) 2017-08-28 2017-08-28 Management method and device of RN (Relay node) page

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710749575.7A CN107526594B (en) 2017-08-28 2017-08-28 Management method and device of RN (Relay node) page

Publications (2)

Publication Number Publication Date
CN107526594A CN107526594A (en) 2017-12-29
CN107526594B true CN107526594B (en) 2021-03-30

Family

ID=60682687

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710749575.7A Active CN107526594B (en) 2017-08-28 2017-08-28 Management method and device of RN (Relay node) page

Country Status (1)

Country Link
CN (1) CN107526594B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110555181B (en) * 2018-03-30 2022-03-25 武汉斗鱼网络科技有限公司 Page cross-skip method and device
CN109460230B (en) * 2018-11-09 2021-11-09 苏宁消费金融有限公司 Method and system for multiplexing transmission value and service logic between pages

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20150095764A1 (en) * 2012-06-14 2015-04-02 Tencent Technology (Shenzhen) Company Limited Method and system for page display, server-end device, client device and storage medium
CN105630461A (en) * 2014-10-27 2016-06-01 航天信息股份有限公司 Managing method of android application interface

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104683407B (en) * 2013-11-29 2019-03-26 中国移动通信集团公司 A kind of transmission method and equipment of page data and application data
CN105653545B (en) * 2014-11-10 2020-01-31 阿里巴巴集团控股有限公司 Method and device for providing service object information in page
CN104866534A (en) * 2015-04-28 2015-08-26 北京奇虎科技有限公司 Page demonstration method and device
CN106469044B (en) * 2015-08-14 2021-02-02 腾讯科技(深圳)有限公司 Method and device for realizing page jump
CN106686459B (en) * 2015-11-11 2020-04-28 阿里巴巴集团控股有限公司 Method and device for displaying user use record
CN106815276B (en) * 2015-11-27 2020-06-16 阿里巴巴集团控股有限公司 Page skipping method and device

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20150095764A1 (en) * 2012-06-14 2015-04-02 Tencent Technology (Shenzhen) Company Limited Method and system for page display, server-end device, client device and storage medium
CN105630461A (en) * 2014-10-27 2016-06-01 航天信息股份有限公司 Managing method of android application interface

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
On Tracking Information Flows through JNI in Android Applications;Chenxiong Qian等;《2014 44th Annual IEEE/IFIP International Conference on Dependable Systems and Networks》;20140922;第1-12页 *
面向Android应用的用户行为分析方法;黄文雄;《计算机软件及计算机应用(信息科技辑)》;20141231(第12期);第1-5页 *

Also Published As

Publication number Publication date
CN107526594A (en) 2017-12-29

Similar Documents

Publication Publication Date Title
US10528454B1 (en) Intelligent automation of computer software testing log aggregation, analysis, and error remediation
US10372600B2 (en) Systems and methods for automated web performance testing for cloud apps in use-case scenarios
US7937624B2 (en) Method for handling a detected error in a script-based application
CN111159049B (en) Automatic interface testing method and system
CN109460223B (en) API gateway management system and method thereof
CN109684370A (en) Daily record data processing method, system, equipment and storage medium
CN113987074A (en) Distributed service full-link monitoring method and device, electronic equipment and storage medium
CN108345531A (en) A kind of test method, apparatus and system
CN106961362A (en) Automated testing method and mobile cloud test system
CN108628748B (en) Automatic test management method and automatic test management system
CN110933095A (en) Message parsing method and device
CN112199093B (en) Resource checking method, device, equipment and computer readable storage medium
WO2020252081A1 (en) Systems and methods for robotic process automation
CN110674083A (en) Workflow migration method, device, equipment and computer readable storage medium
CN107526594B (en) Management method and device of RN (Relay node) page
CN108874672A (en) Application exception localization method, device, equipment and storage medium
CN117370203A (en) Automatic test method, system, electronic equipment and storage medium
JP6047410B2 (en) Test equipment
CN111459774B (en) Method, device, equipment and storage medium for acquiring flow of application program
CN106302011A (en) Method of testings based on multiterminal and terminal
CN109144841B (en) Method and device for identifying advertisement application, computer equipment and storage medium
CN109144867B (en) Test method and test system
CN113886221B (en) Test script generation method and device, storage medium and electronic equipment
CN110297754A (en) A kind of test information feedback method and system
CN112740230B (en) Data annotation system, method and data annotation manager

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
CP02 Change in the address of a patent holder
CP02 Change in the address of a patent holder

Address after: 518000 2203/2204, Building 1, Huide Building, Beizhan Community, Minzhi Street, Longhua District, Shenzhen, Guangdong

Patentee after: SHENZHEN AUDAQUE DATA TECHNOLOGY Ltd.

Address before: 518000 units J and K, 12 / F, block B, building 7, Baoneng Science Park, Qinghu Industrial Zone, Qingxiang Road, Longhua New District, Shenzhen City, Guangdong Province

Patentee before: SHENZHEN AUDAQUE DATA TECHNOLOGY Ltd.