Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/android/226.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Java 谷歌新出版商_Java_Android_Google Play - Fatal编程技术网

Java 谷歌新出版商

Java 谷歌新出版商,java,android,google-play,Java,Android,Google Play,我开发了一个android应用程序。一个是付费的,另一个是免费的。 现在我想上传这些应用到游戏商店 但我心里有一些问题: 1.什么是阿尔法和贝塔测试 2.如果所有应用都需要这两个测试(免费和付费) 3.我可以在没有这两个测试的情况下上传我的应用程序吗 4.如果这些测试没有通过,我该怎么办 5.谷歌对这些测试收取额外费用 我访问了谷歌出版商帮助中心。但我还是很困惑,请帮帮我…1>什么是Alpha和Beta测试? 阿尔法测试 1. It is always performed by the deve

我开发了一个android应用程序。一个是付费的,另一个是免费的。 现在我想上传这些应用到游戏商店

但我心里有一些问题:

1.什么是阿尔法和贝塔测试

2.如果所有应用都需要这两个测试(免费和付费)

3.我可以在没有这两个测试的情况下上传我的应用程序吗

4.如果这些测试没有通过,我该怎么办

5.谷歌对这些测试收取额外费用


我访问了谷歌出版商帮助中心。但我还是很困惑,请帮帮我…

1>什么是Alpha和Beta测试?

阿尔法测试

1. It is always performed by the developers at the software development
site.
2. Sometimes it is also performed by Independent Testing Team.
3. Alpha Testing is not open to the market and public
4. It is conducted for the software application and project.
5. It is always performed in Virtual Environment.
6. It is always performed within the organization.
7. It is the form of Acceptance Testing.
8. Alpha Testing is definitely performed and carried out at the developing organizations location with the involvement of
developers.
9. It comes under the category of both White Box Testing and Black Box Testing.
10. Alpha Testing is always performed at the time of Acceptance Testing when developers test the product and project to check
whether it meets the user requirements or not.
11. It is always performed at the developer’s premises in the absence of the users.
12. Alpha Testing is not known by any other different name.
13. It is considered as the User Acceptance Testing (UAT) which is done at developer’s area.
1.It is always performed by the customers at their own site.
2. It is not performed by Independent Testing Team.
3. Beta Testing is always open to the market and public.
4. It is usually conducted for software product.
5. It is performed in Real Time Environment.
6. It is always performed outside the organization.
7. It is also the form of Acceptance Testing.
8. Beta Testing (field testing) is performed and carried out by users or you can say people at their own locations and site using customer data.
9. It is only a kind of Black Box Testing.
10. Beta Testing is always performed at the time when software product and project are marketed.
11. It is always performed at the user’s premises in the absence of the development team. 12 Beta Testing is also known by the name Field Testing means it is also known as field testing.
13. It is also considered as the User Acceptance Testing (UAT) which is done at customers or users area.
测试版(现场测试)

2.如果所有应用都需要这两个测试(免费和付费)?

没有。但在上传到市场之前需要测试应用程序。因为错误的应用导致了如此多的负面反馈

3.我可以在没有这两个测试的情况下上传我的应用程序吗?

是的,你可以上传

4.如果这些测试没有通过,我该怎么办?

解决应用程序的问题,重新生成apk,然后再次将其上载到市场

5.谷歌对这些测试收取额外费用。?


不需要收费

什么是阿尔法和贝塔测试?

在GooglePlay中,您可以为有限的一组用户(您选择的用户)发布带有新功能的APK,以便进行测试。如果您有良好的反馈,您可以将APK推广到“生产”(适用于所有用户),否则您可以进行更正

2.如果所有应用都需要这两个测试(免费和付费)?

免费和付费应用程序的测试都是可选的

3.我可以在没有这两个测试的情况下上传我的应用程序吗?

是的,您可以,但是请记住,测试是有用的。有bug的应用程序可能会产生负面反馈。如果有负面反馈,你将失去下载

4.如果这些测试没有通过,我该怎么办?

您可以更正错误并上传另一个APK以进行进一步测试

5.谷歌对这些测试收取额外费用。?


发布测试是免费的。

所以,如果我们非常努力地测试我们的应用程序。则无需进行阿尔法和/或贝塔测试。确定吗?@user3153149是的。测试是可选的,但它们为您提供有关应用程序当前状态的有价值参数。如果您决定在没有测试的情况下发布apk,您将永远无法确定您的应用程序在为各种设备开发时是否正常工作。在这种情况下,可能会有很多与许多方面相关的bug,你将面临此应用程序的坏名声,并且此应用程序的下载量将很小。o…这是一个好的。这非常重要。现在我完全理解了这些测试。感谢Bosko Mijin和所有专家。