Android App Compliance Testing Method "Fire"-Translation

        

 

        The day before yesterday, someone in the group asked how to test app compliance, and the leader said xx, you go to test the app compliance, and then the discussion began in the next group. There are no test specifications, how to test without test standards, and some people discuss active testing, looking for Knowledge solves problems, and you get a salary increase and a career promotion. Some people say that if you work too much, you won’t get a salary increase. Discussing hundreds of pieces of information, I was not careful. But the concern is how to test app compliance?
The group encountered a requirement for app compliance testing, and I had trained before, but I forgot, let me operate it on the spot, it was very simple after reading it, so I went back to test it myself, and the last group of two or three people ended up with nothing. , No, it looks simple, but the actual operation is difficult?
The test classmate from another business department of the company also asked me how to test on Q. I sent the document to the past, and after a long time, they said that they didn’t seem to be able to, and they would ask me to confirm it again, so there was no news; based on the above

three In this case, I posted documents and operation video manuals on the subscription account before, but I didn’t expect everyone to pay attention to it recently. It’s been almost a year. I see that csdn has also paid a lot of attention to me. Is it because the company requires it or is afraid of being caught? Take it off the shelves? I feel that everyone's test content sensitivity has decreased.

Not much to say, there is no water, I will talk about some details, and the specific operation is to read these two documents by yourself.
APP Compliance Test Method

App compliance test details

1 : The installation of xpose is 32-bit and 64-bit. This installation mainly depends on whether the app you are testing is 32-bit or 64-bit, or both are compatible. If you don’t ask your development classmates, how do you know whether the app you are testing is 32-bit or 64-bit? My simple method is: first, there will be zygote and zygote64 (parent process) in the Android system, corresponding to 32-bit and 64-bit respectively. 64-bit application, and then open the test app in the mobile phone, then connect the mobile phone to the computer under dos, after the connection is successful, enter adb shell ps |grep zygote, there will be two processes of zygote and zygote64,


, and then enter adb shell ps |grep 710 (PID), and then check whether the listed package name has the apk package name you tested, and if so, it is 64-bit. In addition, you need to run adb shell ps |grep 711 to see if the listed package name contains the apk package name you tested. If so, it means that the app you tested is compatible with 64-bit and 32-bit. The principle is to look at their child processes through the parent process zygote and zygote64 to see the app package name that has not been tested; (Of course, there are other ways to modify the apk suffix name to zip decompression, check whether there is a corresponding library in lib, specifically Download on Baidu by yourself~)

Details 2 : In xpose, click Add Application, select the application to be installed, if you are installing a privacy software, you must open it after the installation is complete, after opening, check the corresponding privacy software in the module management, and then return Go to the setting page, and then click restart, so that it will take effect; at this time, you will open the test app again, and there will be logs. These steps are in order , otherwise you will find that there are no logs.

Detail 3 : Test standards and reference standards are two documents, which are divided into "Methods for the Identification of App Illegal and Illegal Collection and Use of Personal Information (Formal Regulations)" and "Regulations on the Scope of Necessary Personal Information for Common Types of Mobile Internet Applications (Formal Regulations)", The last is how the development students design access permissions and frequency. This requires them to write documents and we verify them. These are the app compliance testing criteria.

In addition to the sherlock privacy detection software, share a new personal information security compliance software,

 

There is a separate log output processing, the information loaded will not be so complicated, and the relevant permissions of the call are directly displayed;

 

Depending on your personal choice, you can choose sherlock or personal information security compliance.


        

 

        The day before yesterday, someone in the group asked how to test app compliance, and the leader said xx, you go to test the app compliance, and then the discussion began in the next group. There are no test specifications, how to test without test standards, and some people discuss active testing, looking for Knowledge solves problems, and you get a salary increase and a career promotion. Some people say that if you work too much, you won’t get a salary increase. Discussing hundreds of pieces of information, I was not careful. But the concern is how to test app compliance?
The group encountered a requirement for app compliance testing, and I had trained before, but I forgot, let me operate it on the spot, it was very simple after reading it, so I went back to test it myself, and the last group of two or three people ended up with nothing. , No, it looks simple, but the actual operation is difficult?
The test classmate from another business department of the company also asked me how to test on Q. I sent the document to the past, and after a long time, they said that they didn’t seem to be able to, and they would ask me to confirm it again, so there was no news; based on the above

three In this case, I posted documents and operation video manuals on the subscription account before, but I didn’t expect everyone to pay attention to it recently. It’s been almost a year. I see that csdn has also paid a lot of attention to me. Is it because the company requires it or is afraid of being caught? Take it off the shelves? I feel that everyone's test content sensitivity has decreased.

Not much to say, there is no water, I will talk about some details, and the specific operation is to read these two documents by yourself.
APP Compliance Test Method

App compliance test details

1 : The installation of xpose is 32-bit and 64-bit. This installation mainly depends on whether the app you are testing is 32-bit or 64-bit, or both are compatible. If you don’t ask your development classmates, how do you know whether the app you are testing is 32-bit or 64-bit? My simple method is: first, there will be zygote and zygote64 (parent process) in the Android system, corresponding to 32-bit and 64-bit respectively. 64-bit application, and then open the test app in the mobile phone, then connect the mobile phone to the computer under dos, after the connection is successful, enter adb shell ps |grep zygote, there will be two processes of zygote and zygote64,


, and then enter adb shell ps |grep 710 (PID), and then check whether the listed package name has the apk package name you tested, and if so, it is 64-bit. In addition, you need to run adb shell ps |grep 711 to see if the listed package name contains the apk package name you tested. If so, it means that the app you tested is compatible with 64-bit and 32-bit. The principle is to look at their child processes through the parent process zygote and zygote64 to see the app package name that has not been tested; (Of course, there are other ways to modify the apk suffix name to zip decompression, check whether there is a corresponding library in lib, specifically Download on Baidu by yourself~)

Details 2 : In xpose, click Add Application, select the application to be installed, if you are installing a privacy software, you must open it after the installation is complete, after opening, check the corresponding privacy software in the module management, and then return Go to the setting page, and then click restart, so that it will take effect; at this time, you will open the test app again, and there will be logs. These steps are in order , otherwise you will find that there are no logs.

Detail 3 : Test standards and reference standards are two documents, which are divided into "Methods for the Identification of App Illegal and Illegal Collection and Use of Personal Information (Formal Regulations)" and "Regulations on the Scope of Necessary Personal Information for Common Types of Mobile Internet Applications (Formal Regulations)", The last is how the development students design access permissions and frequency. This requires them to write documents and we verify them. These are the app compliance testing criteria.

In addition to the sherlock privacy detection software, share a new personal information security compliance software,

 

There is a separate log output processing, the information loaded will not be so complicated, and the relevant permissions of the call are directly displayed;

 

Depending on your personal choice, you can choose sherlock or personal information security compliance.


Guess you like

Origin blog.csdn.net/Arvin_FH/article/details/132230042