1
0
Fork 0
mirror of https://github.com/nickpoida/og-aws.git synced 2025-03-09 15:40:06 +00:00

Fix for suggestions

This commit is contained in:
Artem Nikitin 2016-10-25 22:15:29 +02:00
parent 866cbb920a
commit 2ac9adfd97

View file

@ -1377,14 +1377,14 @@ Device Farm
### Device Farm Tips ### Device Farm Tips
- [AWS Mobile blog](https://aws.amazon.com/blogs/mobile/) contains several examples of Device Farm usage for testing. - [AWS Mobile blog](https://aws.amazon.com/blogs/mobile/) contains several examples of Device Farm usage for testing.
- Device Farm offers a free trial for users who want to evaluate their service. - Device Farm offers a free trial for users who want to evaluate their service.
- Device Farm offers two pricing model depends on a client use case. Pay per device minute is useful for small usage levels or for situations where it's hard to predict an amount of usage. Unmetered plans are useful in situations where active usage expected from beginning. - Device Farm offers two pricing model: “pay per device minute”, which is useful for small usage levels or for situations where its hard to predict usage amount and “unmetered plans”, which are useful in situations where active usage is expected from the beginning.
### Device Farm Gotchas and Limitations ### Device Farm Gotchas and Limitations
- ❗Devices don't have a SIM card and therefore can't be used for testing SIM card related features. - ❗Devices don't have a SIM card and therefore cant be used for testing SIM card-related features.
- 🔸Device Farm supports testing for most popular languages\frameworks, but not for all. An actual list of supported frameworks and languages presented on [this page](http://docs.aws.amazon.com/devicefarm/latest/developerguide/test-types-overview.html). - 🔸Device Farm supports testing for most popular languages/frameworks, but not for all. An actual list of supported frameworks and languages is presented on [this page](http://docs.aws.amazon.com/devicefarm/latest/developerguide/test-types-overview.html).
- 🔸AWS provide an API and CLI for Device Farm, but API is quite a low level and may require developing additional tools or scripts on top of it. - 🔸The API and CLI for Device Farm is quite a low level and may require developing additional tools or scripts on top of it.
- 🔸AWS provide several tools and plugins for Device Farm, however, it doesn't cover all cases or platforms. It may require developing specific tools or plugins to support specific requirements. - 🔸AWS provide several tools and plugins for Device Farm, however, it doesnt cover all cases or platforms. It may require developing specific tools or plugins to support specific requirements.
- ❗In general, Device Farm doesn't have Android devices from Chinese companies like Huawei, Meizu, Lenovo, etc. An actual list of supported devices located [here](https://aws.amazon.com/device-farm/device-list/). - ❗In general, Device Farm doesnt have Android devices from Chinese companies like Huawei, Meizu, Lenovo, etc. An actual list of supported devices located [here](https://aws.amazon.com/device-farm/device-list/).
IoT IoT
--- ---