CN111723003A - Gray scale testing method and device, electronic equipment and storage medium - Google Patents

Gray scale testing method and device, electronic equipment and storage medium Download PDF

Info

Publication number
CN111723003A
CN111723003A CN202010421949.4A CN202010421949A CN111723003A CN 111723003 A CN111723003 A CN 111723003A CN 202010421949 A CN202010421949 A CN 202010421949A CN 111723003 A CN111723003 A CN 111723003A
Authority
CN
China
Prior art keywords
user
gray
test
identity
gray scale
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.)
Pending
Application number
CN202010421949.4A
Other languages
Chinese (zh)
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.)
Wuba Co Ltd
Original Assignee
Wuba 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 Wuba Co Ltd filed Critical Wuba Co Ltd
Priority to CN202010421949.4A priority Critical patent/CN111723003A/en
Publication of CN111723003A publication Critical patent/CN111723003A/en
Pending legal-status Critical Current

Links

Images

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/3688Test management for test execution, e.g. scheduling of test suites

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)
  • Information Transfer Between Computers (AREA)

Abstract

The invention provides a gray scale testing method and device, electronic equipment and a storage medium. The method comprises the following steps: receiving a gray level test request, wherein the gray level test request comprises an application version number and an identity, and the identity comprises at least one of an equipment identity and a user identity; acquiring a target user meeting the gray level test condition according to the application version number, the identity and the current gray level test condition; and sending a gray level test invitation to the target user, wherein the gray level test invitation comprises an acquisition link of a gray level test version. Therefore, the method has the advantages of improving the conversion rate of the gray level test, fully playing the role of the gray level test and simultaneously reducing unnecessary flow waste.

Description

Gray scale testing method and device, electronic equipment and storage medium
Technical Field
The present invention relates to the field of computer technologies, and in particular, to a method and an apparatus for testing gray scale, an electronic device, and a storage medium.
Background
With the rapid development of the internet of things, the updating and the publishing of the online service are also in a rapid iteration state, and the current publishing modes of the online service comprise full publishing and gray publishing. Full publishing refers to having all clients using the online service interact with the server that published the new version of the service. The gray release is to make the client used by the target user perform data interaction with the server releasing the new version service, while the clients used by other users still perform data interaction with the server releasing the original version service. When a full release mode is adopted, if a new version of service is wrong, the service on the line is affected in a large range. Therefore, in order to ensure the accuracy of the released new version of service, the released new version of service can be adjusted and modified in time according to the use condition of the user, and the on-line service is usually tested and adjusted by adopting a gray release mode. It is particularly important to determine the target user for the gradation release.
In the existing gray scale publishing manner, a user performing gray scale publishing is generally determined according to an Identity (Identity, abbreviated as ID) of the user, a region to which an internet protocol address (IP) belongs, and the like, which are carried in a data request sent by a client. However, the two methods have coarse user partition granularity, and the obtained target user is not accurate enough, so that the gray test result is easily influenced.
Disclosure of Invention
Embodiments of the present invention provide a grayscale testing method and apparatus, an electronic device, and a storage medium, so as to solve the problems that in the existing grayscale testing process, the division granularity of a user is coarse, an obtained target user is not accurate enough, and the grayscale testing result is easily affected.
In order to solve the technical problem, the invention is realized as follows:
in a first aspect, an embodiment of the present invention provides a gray scale testing method, including:
receiving a gray level test request, wherein the gray level test request comprises an application version number and an identity, and the identity comprises at least one of an equipment identity and a user identity;
acquiring a target user meeting the gray level test condition according to the application version number, the identity and the current gray level test condition;
and sending a gray level test invitation to the target user, wherein the gray level test invitation comprises an acquisition link of a gray level test version.
Optionally, the step of obtaining the target user meeting the grayscale test condition according to the application version number, the device identifier, the user identifier, and the current grayscale test condition includes:
acquiring a first user meeting the version condition in the gray scale test condition according to the application version number;
acquiring a value of the portrait label of each first user according to the identity of each first user;
and acquiring N first users with highest matching degree of the value of the portrait label and the gray test condition as the target users, wherein N is a positive integer.
Optionally, the step of obtaining a value of the portrait label of each first user according to the identity of each first user includes:
for each first user, acquiring user portrait data of the first user according to the identity of the first user;
obtaining a value of the portrait label of the first user according to the user portrait data;
wherein the user representation data comprises at least one of user occupation, user gender, user age, and user historical browsing history.
Optionally, the gray scale test request is sent by a client that does not receive a gray scale test invitation within a preset time period and/or is installed with a target application program, where the target application program is an application program for acquiring the gray scale test version according to the acquisition link.
In a second aspect, an embodiment of the present invention further provides a gray scale testing method, including:
sending a gray level test request to a server, wherein the gray level test request comprises an application version number and an identity, and the identity comprises at least one of an equipment identity and a user identity;
acquiring a gray level test invitation returned by the server;
and sending the gray scale test invitation by the server under the condition that the user corresponding to the gray scale test request meets the gray scale test condition according to the application version number, the identity and the current gray scale test condition, wherein the gray scale test invitation comprises an acquisition link of a gray scale test version.
Optionally, the step of sending a gray scale test request to a server includes:
responding to the fact that a client side does not receive a gray scale test invitation within a preset time period and/or the client side is provided with a target application program, and sending a gray scale test request to the server;
and the target application program is an application program used for acquiring the gray test version according to the acquisition link.
In a third aspect, an embodiment of the present invention provides a grayscale testing apparatus, including:
the device comprises a request receiving module, a gray level test module and a display module, wherein the request receiving module is used for receiving a gray level test request, the gray level test request comprises an application version number and an identity, and the identity comprises at least one of an equipment identity and a user identity;
the user screening module is used for acquiring a target user meeting the gray level test condition according to the application version number, the identity and the current gray level test condition;
and the invitation sending module is used for sending a gray level test invitation to the target user, wherein the gray level test invitation comprises an acquisition link of a gray level test version.
Optionally, the user filtering module includes:
the first user screening submodule is used for acquiring a first user meeting the version condition in the gray scale test condition according to the application version number;
the portrait label acquisition sub-module is used for acquiring the value of the portrait label of each first user according to the identity of each first user;
and the second user screening submodule is used for acquiring N first users with the highest matching degree between the value of the portrait label and the gray test condition as the target users, wherein N is a positive integer.
Optionally, the portrait tag obtaining sub-module includes:
the portrait data acquisition unit is used for acquiring user portrait data of each first user according to the identity of the first user;
the portrait label acquisition unit is used for acquiring the value of the portrait label of the first user according to the user portrait data;
wherein the user representation data comprises at least one of user occupation, user gender, user age, and user historical browsing history.
Optionally, the gray scale test request is sent by a client that does not receive a gray scale test invitation within a preset time period and/or is installed with a target application program, where the target application program is an application program for acquiring the gray scale test version according to the acquisition link.
In a fourth aspect, an embodiment of the present invention further provides a gray scale testing apparatus, including:
the system comprises a request sending module, a server and a display module, wherein the request sending module is used for sending a gray level test request to the server, the gray level test request comprises an application version number and an identity, and the identity comprises at least one of an equipment identifier and a user identifier;
the invitation receiving module is used for acquiring the gray level test invitation returned by the server;
and sending the gray scale test invitation by the server under the condition that the user corresponding to the gray scale test request meets the gray scale test condition according to the application version number, the identity and the current gray scale test condition, wherein the gray scale test invitation comprises an acquisition link of a gray scale test version.
Optionally, the request sending module is further configured to send a gray scale test request to the server in response to that the client does not receive a gray scale test invitation within a preset time period and/or that the client is installed with a target application program;
and the target application program is an application program used for acquiring the gray test version according to the acquisition link.
In a fifth aspect, an embodiment of the present invention additionally provides an electronic device, including: a memory, a processor and a computer program stored on the memory and executable on the processor, the computer program, when executed by the processor, implementing the steps of the gray scale testing method according to the first aspect.
In a sixth aspect, the present invention provides a computer-readable storage medium, where a computer program is stored on the computer-readable storage medium, and when the computer program is executed by a processor, the computer program implements the steps of the gray testing method according to the first aspect.
In the embodiment of the invention, after receiving the gray scale test request of any client, the target user meeting the corresponding gray scale test condition can be obtained according to the application version number and the identity carried by each gray scale test request and the current gray scale test condition. Therefore, the target user who finally receives the gray test invitation can meet the requirement of the gray test requirement, the gray test conversion rate is greatly improved, the gray test function can be fully played, and meanwhile, unnecessary flow waste is reduced.
The foregoing description is only an overview of the technical solutions of the present invention, and the embodiments of the present invention are described below in order to make the technical means of the present invention more clearly understood and to make the above and other objects, features, and advantages of the present invention more clearly understandable.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings used in the description of the embodiments of the present invention will be briefly introduced below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art that other drawings can be obtained based on these drawings without inventive labor.
FIG. 1 is a flowchart illustrating steps of a gray scale testing method according to an embodiment of the present invention;
FIG. 2 is a flowchart illustrating a second step of a gray scale testing method according to an embodiment of the present invention;
FIG. 3 is a third flowchart illustrating the steps of a gray scale testing method according to an embodiment of the present invention;
FIG. 4 is a flowchart illustrating a fourth step of a gray scale testing method according to an embodiment of the present invention;
FIG. 5 is a schematic structural diagram of a gray scale testing apparatus according to an embodiment of the present invention;
FIG. 6 is a second schematic structural diagram of a gray scale testing apparatus according to an embodiment of the present invention;
FIG. 7 is a third schematic structural diagram of a gray scale testing apparatus according to an embodiment of the present invention;
FIG. 8 is a diagram of a hardware configuration of an electronic device according to an embodiment of the present invention;
fig. 9 is a second schematic diagram of a hardware structure of an electronic device according to an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, not all, embodiments of the present invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Referring to fig. 1, a flowchart illustrating steps of a gray scale testing method according to an embodiment of the present invention is shown.
Step 110, receiving a gray level test request, where the gray level test request includes an application version number and an identity, and the identity includes at least one of an equipment identity and a user identity.
And step 120, acquiring a target user meeting the gray scale test condition according to the application version number, the identity and the current gray scale test condition.
Step 130, sending a gray level test invitation to the target user, wherein the gray level test invitation includes an acquisition link of a gray level test version.
In the embodiment of the invention, in order to improve the matching degree of the selected target user participating in the gray test and the gray test requirement in the gray test process, the gray test effect is further improved. Moreover, in practical applications, the preparation of the gray scale test may include, but is not limited to, the following: setting a gray test condition, specifying test contents of a gray test, and the like. The gray test condition may include a version condition participating in the gray test, a user condition participating in the gray test, and any other condition related to the gray test.
Therefore, in the embodiment of the present invention, in order to perform user screening for a current gray-scale test during a gray-scale test, when a client sends a gray-scale test request, an application version number and an identity of a corresponding client may be carried in the gray-scale test request, where the identity includes at least one of an equipment identity and a user identity.
The Application version number can be understood as the current version number of the APP (Application) currently performing the gray test in the corresponding client; the device identity may be understood as an identity that may characterize the corresponding client, and may include, for example and without limitation, IMEI (International Mobile Equipment identity Number), MEID (Mobile terminal identity Number), IMSI (International Mobile Subscriber identity Number), ESN (Electronic Serial Number), and so on. The user identification may include, but is not limited to, any identification associated with the current user of the corresponding client, such as a user name, a user gender, a user occupation, a user historical browsing history, a user interest, and the like. Of course, in the embodiment of the present invention, the identity may also be represented in any other available manner, which is not limited to this embodiment of the present invention.
Furthermore, in the embodiment of the present invention, the client may send the gray scale test request in any available manner, which is not limited to this embodiment of the present invention. For example, if a gray test is performed on a certain APP, when a corresponding APP in the client is started, a gray test request may be sent to the server, and request parameters of the gray test request may carry a current APP version number and an identity.
Meanwhile, the preparation work of the gray scale test can include setting gray scale test conditions, and corresponding conditions can be set in the gray scale test conditions respectively aiming at the application version number and the identity in the client participating in the gray scale test, so that after receiving the gray scale test request of any client, the target user meeting the corresponding gray scale test conditions can be obtained according to the application version number and the identity carried by each gray scale test request and the current gray scale test conditions.
And further sending a gray test invitation to the client of each target user, wherein the gray test invitation comprises an acquisition link of a gray test version. The obtaining link of the gray scale test version can be preset by a gray scale test demander according to requirements, and the embodiment of the invention is not limited. Therefore, the target user who finally receives the gray test invitation can meet the requirement of the gray test requirement, the gray test conversion rate is greatly improved, the gray test function can be fully exerted, the potential problem can be conveniently found during the gray test, and meanwhile, unnecessary flow waste is reduced.
The obtaining link of the gray-scale test version may be set in the server in advance by the test demander, which is not limited in the embodiment of the present invention.
After receiving the gray test invitation returned by the server, the client can acquire and install the gray test version through the acquisition link, namely the URL, of the gray test version to participate in the gray test.
Referring to fig. 2, in the embodiment of the present invention, the step 120 may further include:
step 121, obtaining a first user meeting the version condition in the gray scale test condition according to the application version number;
step 122, obtaining a value of the portrait label of each first user according to the identity of each first user;
and 123, acquiring N first users with highest matching degree between the value of the portrait label and the gray test condition as the target users, wherein N is a positive integer.
As described above, in practical applications, in order to screen users who participate in the gray scale test, the application version number that participates in the gray scale test, that is, the version condition may be set in the preset gray scale test condition. Therefore, in the embodiment of the present invention, in order to improve the screening efficiency and accuracy of users, first users meeting the version condition in the grayscale test condition may be obtained according to the application version number carried in each received grayscale test request, and further, the value of the portrait label of each first user may be obtained according to the identity of each first user, so as to obtain N first users whose value matches the grayscale test condition most strongly, as the target users. At the moment, only the portrait label of the first user meeting the version condition is required to be obtained, and the value of the portrait label of the user corresponding to each gray level test request is not required to be obtained, so that the screening efficiency of the user can be effectively improved, and the invalid portrait label is prevented from being obtained.
The portrait tags may be abstract classifications and generalizations of certain features of certain specific groups or objects, and may have classifiability in their values (tag values). For example: for the group of people, the characteristics of men and women can be abstractly summarized, and are collectively called sex, wherein the sex is a portrait label; for objects such as "mobile phone", features such as "celluon 835" and "celluon 845" may be abstracted and summarized, and are collectively referred to as "mobile phone processor", which is an image tag. The value (TagValue) of the portrait label is an example of the label, and refers to the specific content contained in a certain portrait label, and the portrait label is characterized by conforming to the MECE principle (mutually independent and completely exhaustive). For example: for the portrait label "sex", the label value can be classified as "male", "female", "unknown", etc. according to the MECE principle; for the portrait label "age", the label values may be classified as "0-18", "18-35", "35-60", "60-100", and the like.
In the embodiment of the present invention, the specific tag type included in the portrait tag of the first user may be preset according to a requirement, and the embodiment of the present invention is not limited thereto. For example, portrait tags for the first user may be set to include "gender," "occupation," "client server," and the like. The value of the portrait label of the first user may be understood as the actual value of the corresponding portrait label for the corresponding first user.
In addition, in the embodiment of the present invention, the matching degree between the value of the image label and the gray scale test condition may be obtained in any available manner, which is not limited in the embodiment of the present invention. And the value of N can also be preset according to the requirement, and the embodiment of the invention is not limited.
For example, assuming that occupational needs of users participating in the gray scale test are related to "house property" in the gray scale test condition, assuming that there are three first users at this time, and the values of the obtained portrait label of each first user are "house property broker", "recruitment", "second hand car", respectively, and the value of N is 1, then the first user in which the value of the portrait label is "house property broker" may be taken as the target user.
Optionally, in an embodiment of the present invention, the step 122 further includes:
step S1, aiming at each first user, obtaining user portrait data of the first user according to the identity of the first user;
step S2, obtaining the value of the portrait label of the first user according to the portrait data of the user;
wherein the user representation data comprises at least one of user occupation, user gender, user age, and user historical browsing history.
In this embodiment of the present invention, in order to obtain a value of the portrait label of the first user, user portrait data of the first user may be obtained according to an identity of the first user for each first user, and in this embodiment of the present invention, the user portrait data may include any data related to a user portrait, and the user portrait data may be obtained in any available manner, which is not limited in this embodiment of the present invention. Moreover, prior to obtaining the user representation data, authorization of the corresponding first user may also be obtained.
After the user portrait data of the first user is obtained, a value of the portrait label corresponding to the first user may be further obtained according to the user portrait data corresponding to the first user. In addition, when acquiring the user image data, only the user image data related to the image tag may be acquired by referring to the image tag of the first user to be acquired.
For example, if the portrait label of the first user is the aforementioned "occupation", at this time, the user portrait data related to the occupation and the user history browsing record equal to the "occupation" may be obtained, and further, the value of the portrait label is obtained based on the currently obtained user portrait data.
The server side can configure gray test content, obtain links of gray test versions and specify App versions needing to participate in gray test. After a gray level test request sent by a client is received, firstly, a first user meeting the version condition can be screened according to an App version number in request parameters; then, according to identity marks such as equipment marks and user marks, user portrait data such as historical browsing records are combined, user liveness is analyzed, and values of portrait labels of all first users are constructed; then matching target users participating in the gray test according to the current gray test condition and the constructed value of the image label of the first user; and finally, preferentially pushing a gray level test invitation to the user with higher matching degree, thereby improving the conversion rate of the gray level test and fully playing the role of the gray level test.
Optionally, in the embodiment of the present invention, the gray scale test request is sent by a client that does not receive an invitation to perform gray scale test within a preset time period and/or is installed with a target application program, where the target application program is an application program used to obtain the gray scale test version according to the obtaining link.
In addition, in practical applications, if the gray scale test invitation is repeatedly sent to a certain client for many times, interference may be caused to users of corresponding clients, and resource waste may also be caused. Furthermore, in order to perform the gray scale test, the client may also need to be installed with a specific application program, such as an official TestFlight application.
Therefore, in the embodiment of the present invention, in order to improve the effectiveness of the gray scale invitation and avoid resource waste, before the client sends the gray scale test request, it may be determined whether the current client has the target application program installed therein, and/or whether the current client has received the gray scale test invitation within the preset time period, and if the client has not received the gray scale test invitation within the preset time period, and/or has installed the target application program, the client may send the gray scale test request.
The target application program and the preset time period can be set by self-definition according to requirements, and the embodiment of the invention is not limited. For example, the target application may be set to the TestFlight application described above, the preset time period is the last 15 days, and so on.
After receiving the gray test invitation returned by the server, the client can jump to a target application program (for example, a TestFlight application) through the acquisition link of the gray test version, namely the URL, and can acquire and install the gray test version to participate in the gray test.
For example, for an IOS operating system, in the process of setting an acquisition link of a grayscale test version, in order to generate the acquisition link of the grayscale test version, that is, a grayscale package download URL, an ipa (iphoneapplication) package needs to be uploaded to an App Store Connect background, and after the approval of an apple authority passes, the download URL can be generated. After receiving the gray test invitation, the user can open the TestFlight application through the URL, and download and install the gray test version.
In addition, in order to specify the version number participating in the gray scale test, the gray scale test demander can configure the App version number as the version condition at the server side, so that only the App of the specified version is allowed to participate in the gray scale test.
In addition, the gray scale version test content comprises the content to be tested in the version, wherein the content can comprise a gray scale test condition, and then the target users participating in the gray scale test can be matched and screened by combining the input gray scale test content with the user portrait data and other contents.
When sending the gray scale test invitation, the client can firstly check whether the current device is provided with a target application program (such as a TestFlight application), and generally, a user who installs the target application program has higher willingness to participate in the gray scale test, so that the conversion rate of the gray scale test can be improved. If the user receives the grayness invitation within a preset time period (for example, the last 15 days), the corresponding user is not allowed to repeatedly send the grayness test request. The request parameters of the gray scale test request may include a current App version number (i.e., an application version number), and an identity such as an equipment identifier and a user identifier.
After receiving a gray test request sent by a client, a server firstly filters users of non-specified versions according to App version numbers in request parameters, namely screens out first users meeting version conditions; and then extracting the identity of the first user, inquiring data such as user historical browsing data and the like, analyzing user operation behaviors, generating user portrait data, and giving portrait label values to the user, wherein the portrait label values are 'renting room', 'recruitment', 'used car' and the like.
The gray test content comprises the main function of the gray test, and the target user with higher matching degree is preferentially screened out by combining the value of the portrait label constructed in the last step, and the gray test invitation is sent to the client of the corresponding target user.
In the embodiment of the invention, the client side detects whether the user installs the target application program and/or whether the user receives the gray level test invitation in a preset time period, so that the gray level test experience of the user is improved, and unnecessary traffic waste is reduced; moreover, through matching and screening users by the portrait label, the gray test conversion rate is greatly improved, the gray test function can be fully exerted, and potential problems can be conveniently found during the gray test.
Referring to fig. 3, a flowchart illustrating steps of a gray scale testing method according to an embodiment of the present invention is shown.
Step 210, sending a gray level test request to a server, where the gray level test request includes an application version number and an identity, and the identity includes at least one of an equipment identity and a user identity.
Step 220, acquiring a gray level test invitation returned by the server; and sending the gray scale test invitation by the server under the condition that the user corresponding to the gray scale test request meets the gray scale test condition according to the application version number, the identity and the current gray scale test condition, wherein the gray scale test invitation comprises an acquisition link of a gray scale test version.
Referring to fig. 4, in an embodiment of the present invention, the step 210 may further include: responding to the fact that a client side does not receive a gray scale test invitation within a preset time period and/or the client side is provided with a target application program, and sending a gray scale test request to the server; and the target application program is an application program used for acquiring the gray test version according to the acquisition link.
Referring to fig. 5, a schematic structural diagram of a gray scale testing apparatus in an embodiment of the present invention is shown.
The gray scale testing device of the embodiment of the invention comprises: a request receiving module 310, a user filtering module 320, and an invitation sending module 330.
The functions of the modules and the interaction relationship between the modules are described in detail below.
A request receiving module 310, configured to receive a grayscale test request, where the grayscale test request includes an application version number and an identity, and the identity includes at least one of an equipment identifier and a user identifier;
the user screening module 320 is configured to obtain a target user meeting the grayscale test condition according to the application version number, the identity, and the current grayscale test condition;
the invitation sending module 330 is configured to send a gray scale test invitation to the target user, where the gray scale test invitation includes an acquisition link of a gray scale test version.
Referring to fig. 6, in the embodiment of the present invention, the user filtering module 320 may further include:
the first user screening submodule 321 is configured to obtain, according to the application version number, a first user that meets a version condition in the grayscale test condition;
the portrait label obtaining sub-module 322 is configured to obtain, according to the identity of each first user, a value of a portrait label of each first user;
and the second user screening submodule 323 is used for acquiring N first users with the highest matching degree between the value of the portrait label and the gray scale test condition, and the N first users are used as the target users and are positive integers.
Optionally, in an embodiment of the present invention, the portrait tag obtaining sub-module 322 may further include:
the portrait data acquisition unit is used for acquiring user portrait data of each first user according to the identity of the first user;
the portrait label acquisition unit is used for acquiring the value of the portrait label of the first user according to the user portrait data; wherein the user representation data comprises at least one of user occupation, user gender, user age, and user historical browsing history.
Optionally, in the embodiment of the present invention, the gray scale test request is sent by a client that does not receive an invitation to perform gray scale test within a preset time period and/or is installed with a target application program, where the target application program is an application program used to obtain the gray scale test version according to the obtaining link.
Referring to fig. 7, a schematic structural diagram of a gray scale testing apparatus in an embodiment of the present invention is shown.
The gray scale testing device of the embodiment of the invention comprises: a request sending module 410 and an invitation receiving module 420.
The functions of the modules and the interaction relationship between the modules are described in detail below.
A request sending module 410, configured to send a grayscale test request to a server, where the grayscale test request includes an application version number and an identity, and the identity includes at least one of an equipment identifier and a user identifier;
the invitation receiving module 420 is configured to obtain a gray level test invitation returned by the server; and sending the gray scale test invitation by the server under the condition that the user corresponding to the gray scale test request meets the gray scale test condition according to the application version number, the identity and the current gray scale test condition, wherein the gray scale test invitation comprises an acquisition link of a gray scale test version.
Optionally, in the embodiment of the present invention, the request sending module 410 is further configured to send a gray scale test request to the server in response to that the client does not receive a gray scale test invitation within a preset time period and/or that the client is installed with a target application program; and the target application program is an application program used for acquiring the gray test version according to the acquisition link.
The gray scale testing device provided by the embodiment of the invention can realize each process realized in the method embodiments of fig. 1 to fig. 4, and is not described again to avoid repetition.
Preferably, an embodiment of the present invention further provides an electronic device, including: the processor, the memory, and the computer program stored in the memory and capable of running on the processor, when being executed by the processor, implement each process of the above-mentioned gray scale testing method embodiment, and can achieve the same technical effect, and for avoiding repetition, details are not repeated here.
The embodiment of the present invention further provides a computer-readable storage medium, where a computer program is stored on the computer-readable storage medium, and when the computer program is executed by a processor, the computer program implements each process of the foregoing gray scale testing method embodiment, and can achieve the same technical effect, and in order to avoid repetition, details are not repeated here. The computer-readable storage medium may be a Read-only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk.
Fig. 8 is a schematic diagram of a hardware structure of an electronic device implementing various embodiments of the present invention.
The electronic device 500 may be provided as a client, including but not limited to: a radio frequency unit 501, a network module 502, an audio output unit 503, an input unit 504, a sensor 505, a display unit 506, a user input unit 507, an interface unit 508, a memory 509, a processor 510, and a power supply 511. Those skilled in the art will appreciate that the electronic device configuration shown in fig. 8 does not constitute a limitation of the electronic device, and that the electronic device may include more or fewer components than shown, or some components may be combined, or a different arrangement of components. In the embodiment of the present invention, the electronic device includes, but is not limited to, a mobile phone, a tablet computer, a notebook computer, a palm computer, a vehicle-mounted terminal, a wearable device, a pedometer, and the like.
It should be understood that, in the embodiment of the present invention, the radio frequency unit 501 may be used for receiving and sending signals during a message sending and receiving process or a call process, and specifically, receives downlink data from a base station and then processes the received downlink data to the processor 510; in addition, the uplink data is transmitted to the base station. In general, radio frequency unit 501 includes, but is not limited to, an antenna, at least one amplifier, a transceiver, a coupler, a low noise amplifier, a duplexer, and the like. In addition, the radio frequency unit 501 can also communicate with a network and other devices through a wireless communication system.
The electronic device provides wireless broadband internet access to the user via the network module 502, such as assisting the user in sending and receiving e-mails, browsing web pages, and accessing streaming media.
The audio output unit 503 may convert audio data received by the radio frequency unit 501 or the network module 502 or stored in the memory 509 into an audio signal and output as sound. Also, the audio output unit 503 may also provide audio output related to a specific function performed by the electronic apparatus 500 (e.g., a call signal reception sound, a message reception sound, etc.). The audio output unit 503 includes a speaker, a buzzer, a receiver, and the like.
The input unit 504 is used to receive an audio or video signal. The input Unit 504 may include a Graphics Processing Unit (GPU) 5041 and a microphone 5042, and the Graphics processor 5041 processes image data of a still picture or video obtained by an image capturing device (e.g., a camera) in a video capturing mode or an image capturing mode. The processed image frames may be displayed on the display unit 506. The image frames processed by the graphic processor 5041 may be stored in the memory 509 (or other storage medium) or transmitted via the radio frequency unit 501 or the network module 502. The microphone 5042 may receive sounds and may be capable of processing such sounds into audio data. The processed audio data may be converted into a format output transmittable to a mobile communication base station via the radio frequency unit 501 in case of the phone call mode.
The electronic device 500 also includes at least one sensor 505, such as light sensors, motion sensors, and other sensors. Specifically, the light sensor includes an ambient light sensor that can adjust the brightness of the display panel 5061 according to the brightness of ambient light, and a proximity sensor that can turn off the display panel 5061 and/or a backlight when the electronic device 500 is moved to the ear. As one type of motion sensor, an accelerometer sensor can detect the magnitude of acceleration in each direction (generally three axes), detect the magnitude and direction of gravity when stationary, and can be used to identify the posture of an electronic device (such as horizontal and vertical screen switching, related games, magnetometer posture calibration), and vibration identification related functions (such as pedometer, tapping); the sensors 505 may also include fingerprint sensors, pressure sensors, iris sensors, molecular sensors, gyroscopes, barometers, hygrometers, thermometers, infrared sensors, etc., which are not described in detail herein.
The display unit 506 is used to display information input by the user or information provided to the user. The Display unit 506 may include a Display panel 5061, and the Display panel 5061 may be configured in the form of a Liquid Crystal Display (LCD), an Organic Light-Emitting Diode (OLED), or the like.
The user input unit 507 may be used to receive input numeric or character information and generate key signal inputs related to user settings and function control of the electronic device. Specifically, the user input unit 507 includes a touch panel 5071 and other input devices 5072. Touch panel 5071, also referred to as a touch screen, may collect touch operations by a user on or near it (e.g., operations by a user on or near touch panel 5071 using a finger, stylus, or any suitable object or attachment). The touch panel 5071 may include two parts of a touch detection device and a touch controller. The touch detection device detects the touch direction of a user, detects a signal brought by touch operation and transmits the signal to the touch controller; the touch controller receives touch information from the touch sensing device, converts the touch information into touch point coordinates, sends the touch point coordinates to the processor 510, and receives and executes commands sent by the processor 510. In addition, the touch panel 5071 may be implemented in various types such as a resistive type, a capacitive type, an infrared ray, and a surface acoustic wave. In addition to the touch panel 5071, the user input unit 507 may include other input devices 5072. In particular, other input devices 5072 may include, but are not limited to, a physical keyboard, function keys (e.g., volume control keys, switch keys, etc.), a trackball, a mouse, and a joystick, which are not described in detail herein.
Further, the touch panel 5071 may be overlaid on the display panel 5061, and when the touch panel 5071 detects a touch operation thereon or nearby, the touch operation is transmitted to the processor 510 to determine the type of the touch event, and then the processor 510 provides a corresponding visual output on the display panel 5061 according to the type of the touch event. Although in fig. 8, the touch panel 5071 and the display panel 5061 are two independent components to implement the input and output functions of the electronic device, in some embodiments, the touch panel 5071 and the display panel 5061 may be integrated to implement the input and output functions of the electronic device, and is not limited herein.
The interface unit 508 is an interface for connecting an external device to the electronic apparatus 500. For example, the external device may include a wired or wireless headset port, an external power supply (or battery charger) port, a wired or wireless data port, a memory card port, a port for connecting a device having an identification module, an audio input/output (I/O) port, a video I/O port, an earphone port, and the like. The interface unit 508 may be used to receive input (e.g., data information, power, etc.) from external devices and transmit the received input to one or more elements within the electronic apparatus 500 or may be used to transmit data between the electronic apparatus 500 and external devices.
The memory 509 may be used to store software programs as well as various data. The memory 509 may mainly include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application program required by at least one function (such as a sound playing function, an image playing function, etc.), and the like; the storage data area may store data (such as audio data, a phonebook, etc.) created according to the use of the cellular phone, and the like. Further, the memory 509 may include high-speed random access memory, and may also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other volatile solid-state storage device.
The processor 510 is a control center of the electronic device, connects various parts of the whole electronic device by using various interfaces and lines, performs various functions of the electronic device and processes data by running or executing software programs and/or modules stored in the memory 509 and calling data stored in the memory 509, thereby performing overall monitoring of the electronic device. Processor 510 may include one or more processing units; preferably, the processor 510 may integrate an application processor, which mainly handles operating systems, user interfaces, application programs, etc., and a modem processor, which mainly handles wireless communications. It will be appreciated that the modem processor described above may not be integrated into processor 510.
The electronic device 500 may further include a power supply 511 (e.g., a battery) for supplying power to various components, and preferably, the power supply 511 may be logically connected to the processor 510 via a power management system, so as to implement functions of managing charging, discharging, and power consumption via the power management system.
In addition, the electronic device 500 includes some functional modules that are not shown, and are not described in detail herein.
Fig. 9 is a block diagram illustrating an electronic device 600 according to an example embodiment. For example, the electronic device 600 may be provided as a server. Referring to fig. 9, electronic device 600 includes a processing component 622 that further includes one or more processors, and memory resources, represented by memory 632, for storing instructions, such as applications, that are executable by processing component 622. The application programs stored in memory 632 may include one or more modules that each correspond to a set of instructions. Further, the processing component 622 is configured to execute instructions to perform the multimedia resource sharing method described above.
The electronic device 600 may also include a power component 626 configured to perform power management of the apparatus 600, a wired or wireless network interface 650 configured to connect the apparatus 600 to a network, and an input/output (I/O) interface 658. The electronic device 600 may operate based on an operating system stored in the memory 632, such as Windows Server, MacOS XTM, UnixTM, LinuxTM, FreeBSDTM, and so forth.
It should be noted that, in this document, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other like elements in a process, method, article, or apparatus that comprises the element.
Through the above description of the embodiments, those skilled in the art will clearly understand that the method of the above embodiments can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware, but in many cases, the former is a better implementation manner. Based on such understanding, the technical solutions of the present invention may be embodied in the form of a software product, which is stored in a storage medium (such as ROM/RAM, magnetic disk, optical disk) and includes instructions for enabling a terminal (such as a mobile phone, a computer, a server, an air conditioner, or a network device) to execute the method according to the embodiments of the present invention.
While the present invention has been described with reference to the embodiments shown in the drawings, the present invention is not limited to the embodiments, which are illustrative and not restrictive, and it will be apparent to those skilled in the art that various changes and modifications can be made therein without departing from the spirit and scope of the invention as defined in the appended claims.
Those of ordinary skill in the art will appreciate that the various illustrative elements and algorithm steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware or combinations of computer software and electronic hardware. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the implementation. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present invention.
It is clear to those skilled in the art that, for convenience and brevity of description, the specific working processes of the above-described systems, apparatuses and units may refer to the corresponding processes in the foregoing method embodiments, and are not described herein again.
In the embodiments provided in the present application, it should be understood that the disclosed apparatus and method may be implemented in other ways. For example, the above-described apparatus embodiments are merely illustrative, and for example, the division of the units is only one logical division, and other divisions may be realized in practice, for example, a plurality of units or components may be combined or integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, devices or units, and may be in an electrical, mechanical or other form.
The units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment.
In addition, functional units in the embodiments of the present invention may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit.
The functions, if implemented in the form of software functional units and sold or used as a stand-alone product, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present invention may be embodied in the form of a software product, which is stored in a storage medium and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the method according to the embodiments of the present invention. And the aforementioned storage medium includes: various media capable of storing program codes, such as a U disk, a removable hard disk, a ROM, a RAM, a magnetic disk, or an optical disk.
The above description is only for the specific embodiments of the present invention, but the scope of the present invention is not limited thereto, and any person skilled in the art can easily conceive of the changes or substitutions within the technical scope of the present invention, and all the changes or substitutions should be covered within the scope of the present invention. Therefore, the protection scope of the present invention shall be subject to the protection scope of the claims.

Claims (14)

1. A gray scale testing method, comprising:
receiving a gray level test request, wherein the gray level test request comprises an application version number and an identity, and the identity comprises at least one of an equipment identity and a user identity;
acquiring a target user meeting the gray level test condition according to the application version number, the identity and the current gray level test condition;
and sending a gray level test invitation to the target user, wherein the gray level test invitation comprises an acquisition link of a gray level test version.
2. The method according to claim 1, wherein the step of obtaining the target user meeting the gray-scale test condition according to the application version number, the device identifier, the user identifier, and the current gray-scale test condition comprises:
acquiring a first user meeting the version condition in the gray scale test condition according to the application version number;
acquiring a value of the portrait label of each first user according to the identity of each first user;
and acquiring N first users with highest matching degree of the value of the portrait label and the gray test condition as the target users, wherein N is a positive integer.
3. The method of claim 2, wherein the step of obtaining the value of the portrait label of each of the first users according to the identification of each of the first users comprises:
for each first user, acquiring user portrait data of the first user according to the identity of the first user;
obtaining a value of the portrait label of the first user according to the user portrait data;
wherein the user representation data comprises at least one of user occupation, user gender, user age, and user historical browsing history.
4. The method according to any one of claims 1 to 3, wherein the grayness test request is sent by a client that has not received a grayness test invitation within a preset time period and/or that has installed a target application, and the target application is an application for obtaining the grayness test version according to the obtaining link.
5. A gray scale testing method, comprising:
sending a gray level test request to a server, wherein the gray level test request comprises an application version number and an identity, and the identity comprises at least one of an equipment identity and a user identity;
acquiring a gray level test invitation returned by the server;
and sending the gray scale test invitation by the server under the condition that the user corresponding to the gray scale test request meets the gray scale test condition according to the application version number, the identity and the current gray scale test condition, wherein the gray scale test invitation comprises an acquisition link of a gray scale test version.
6. The method of claim 5, wherein the step of sending a gray scale test request to a server comprises:
responding to the fact that a client side does not receive a gray scale test invitation within a preset time period and/or the client side is provided with a target application program, and sending a gray scale test request to the server;
and the target application program is an application program used for acquiring the gray test version according to the acquisition link.
7. A gradation testing apparatus characterized by comprising:
the device comprises a request receiving module, a gray level test module and a display module, wherein the request receiving module is used for receiving a gray level test request, the gray level test request comprises an application version number and an identity, and the identity comprises at least one of an equipment identity and a user identity;
the user screening module is used for acquiring a target user meeting the gray level test condition according to the application version number, the identity and the current gray level test condition;
and the invitation sending module is used for sending a gray level test invitation to the target user, wherein the gray level test invitation comprises an acquisition link of a gray level test version.
8. The apparatus of claim 7, wherein the user filtering module comprises:
the first user screening submodule is used for acquiring a first user meeting the version condition in the gray scale test condition according to the application version number;
the portrait label acquisition sub-module is used for acquiring the value of the portrait label of each first user according to the identity of each first user;
and the second user screening submodule is used for acquiring N first users with the highest matching degree between the value of the portrait label and the gray test condition as the target users, wherein N is a positive integer.
9. The apparatus of claim 8, wherein the portrait tag capture submodule comprises:
the portrait data acquisition unit is used for acquiring user portrait data of each first user according to the identity of the first user;
the portrait label acquisition unit is used for acquiring the value of the portrait label of the first user according to the user portrait data;
wherein the user representation data comprises at least one of user occupation, user gender, user age, and user historical browsing history.
10. The apparatus according to any one of claims 7 to 9, wherein the grayness test request is sent by a client that has not received a grayness test invitation within a preset time period and/or that has installed a target application, and the target application is an application for obtaining the grayness test version according to the obtaining link.
11. A gradation testing apparatus characterized by comprising:
the system comprises a request sending module, a server and a display module, wherein the request sending module is used for sending a gray level test request to the server, the gray level test request comprises an application version number and an identity, and the identity comprises at least one of an equipment identifier and a user identifier;
the invitation receiving module is used for acquiring the gray level test invitation returned by the server;
and sending the gray scale test invitation by the server under the condition that the user corresponding to the gray scale test request meets the gray scale test condition according to the application version number, the identity and the current gray scale test condition, wherein the gray scale test invitation comprises an acquisition link of a gray scale test version.
12. The apparatus according to claim 11, wherein the request sending module is further configured to send a gray testing request to the server in response to that a client has not received a gray testing invitation within a preset time period and/or that the client has installed a target application program;
and the target application program is an application program used for acquiring the gray test version according to the acquisition link.
13. An electronic device, comprising: memory, processor and computer program stored on the memory and executable on the processor, which computer program, when executed by the processor, carries out the steps of the gray scale testing method according to any one of claims 1 to 6.
14. A computer-readable storage medium, characterized in that the computer-readable storage medium has stored thereon a computer program which, when being executed by a processor, carries out the steps of the gray testing method according to one of claims 1 to 6.
CN202010421949.4A 2020-05-18 2020-05-18 Gray scale testing method and device, electronic equipment and storage medium Pending CN111723003A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010421949.4A CN111723003A (en) 2020-05-18 2020-05-18 Gray scale testing method and device, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010421949.4A CN111723003A (en) 2020-05-18 2020-05-18 Gray scale testing method and device, electronic equipment and storage medium

Publications (1)

Publication Number Publication Date
CN111723003A true CN111723003A (en) 2020-09-29

Family

ID=72564671

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010421949.4A Pending CN111723003A (en) 2020-05-18 2020-05-18 Gray scale testing method and device, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN111723003A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113656303A (en) * 2021-08-16 2021-11-16 网易(杭州)网络有限公司 Method, apparatus, storage medium, and program product for testing new functions of game

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2017071425A1 (en) * 2015-10-29 2017-05-04 腾讯科技(深圳)有限公司 Method and device for updating version
CN107145347A (en) * 2017-04-27 2017-09-08 努比亚技术有限公司 One kind application gray scale dissemination method, equipment and storage medium
CN107861871A (en) * 2017-11-02 2018-03-30 百度在线网络技术(北京)有限公司 A kind of gray scale dissemination method, device, server and storage medium
CN108632374A (en) * 2018-05-09 2018-10-09 星络科技有限公司 Software gray scale dissemination method and device
CN109471657A (en) * 2018-09-07 2019-03-15 平安科技(深圳)有限公司 Gray scale dissemination method, device, computer equipment and computer storage medium
CN110120971A (en) * 2019-04-17 2019-08-13 北京奇艺世纪科技有限公司 A kind of gray scale dissemination method, device and electronic equipment
CN110569057A (en) * 2019-09-12 2019-12-13 北京字节跳动网络技术有限公司 gray scale distribution method and device, electronic equipment and computer readable medium
CN110708210A (en) * 2019-08-30 2020-01-17 深圳壹账通智能科技有限公司 Cloud test configuration method and device, computer equipment and storage medium

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2017071425A1 (en) * 2015-10-29 2017-05-04 腾讯科技(深圳)有限公司 Method and device for updating version
CN107145347A (en) * 2017-04-27 2017-09-08 努比亚技术有限公司 One kind application gray scale dissemination method, equipment and storage medium
CN107861871A (en) * 2017-11-02 2018-03-30 百度在线网络技术(北京)有限公司 A kind of gray scale dissemination method, device, server and storage medium
CN108632374A (en) * 2018-05-09 2018-10-09 星络科技有限公司 Software gray scale dissemination method and device
CN109471657A (en) * 2018-09-07 2019-03-15 平安科技(深圳)有限公司 Gray scale dissemination method, device, computer equipment and computer storage medium
CN110120971A (en) * 2019-04-17 2019-08-13 北京奇艺世纪科技有限公司 A kind of gray scale dissemination method, device and electronic equipment
CN110708210A (en) * 2019-08-30 2020-01-17 深圳壹账通智能科技有限公司 Cloud test configuration method and device, computer equipment and storage medium
CN110569057A (en) * 2019-09-12 2019-12-13 北京字节跳动网络技术有限公司 gray scale distribution method and device, electronic equipment and computer readable medium

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
陈燕妮;: "企业ERP系统灰度发布", 电脑知识与技术, no. 17, 15 June 2018 (2018-06-15) *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113656303A (en) * 2021-08-16 2021-11-16 网易(杭州)网络有限公司 Method, apparatus, storage medium, and program product for testing new functions of game

Similar Documents

Publication Publication Date Title
CN109462885B (en) Network slice registration method and terminal
CN108347512B (en) Identity recognition method and mobile terminal
CN108427873B (en) Biological feature identification method and mobile terminal
CN108600516B (en) Data acquisition method, mobile terminal and computer readable storage medium
CN107682359B (en) Application registration method and mobile terminal
CN107808107B (en) Application message display method and mobile terminal
CN109544172B (en) Display method and terminal equipment
CN108009031B (en) Application program control method and mobile terminal
CN107765954B (en) Application icon updating method, mobile terminal and server
CN111753520B (en) Risk prediction method and device, electronic equipment and storage medium
CN108521365B (en) Method for adding friends and mobile terminal
CN111597540A (en) Login method of application program, electronic device and readable storage medium
CN115174418A (en) Communication environment safety early warning method and device, electronic equipment and storage medium
CN107895108B (en) Operation management method and mobile terminal
CN108093119B (en) Strange incoming call number marking method and mobile terminal
CN111427644B (en) Target behavior identification method and electronic equipment
CN111200648B (en) Service calling method, device, terminal equipment and storage medium
CN109040457B (en) Screen brightness adjusting method and mobile terminal
CN110378798B (en) Heterogeneous social network construction method, group recommendation method, device and equipment
CN111723003A (en) Gray scale testing method and device, electronic equipment and storage medium
CN108495267B (en) POI information processing method and device
CN107844203B (en) Input method candidate word recommendation method and mobile terminal
CN110210197B (en) Screen sensitivity adjusting method and mobile terminal
CN109856544B (en) Terminal electricity usage time analysis method, terminal and computer-readable storage medium
CN109523270B (en) Information processing method and terminal equipment

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